/*
 Theme Name:   Pickme Theme Child
 Theme URI:    http://saberion.com
 Description:  Pickme Theme
 Author:       Manoj Wijerathne
 Author URI:   http://saberion.com
 Template:     pickme-theme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  pickme-theme-child
*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
/* Hide inactive forms by default */
/* Display the active form */
* {
  box-sizing: border-box;
  outline: none; }

.fullwidth {
  width: 100%;
  float: left; }

.halfwidth {
  width: 100%;
  float: left; }

a {
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  width: max-content; }
  a:visited {
    color: inherit; }
  a:hover {
    text-decoration: none; }

a.link-yellow-bg-arrow {
  border-radius: 32px;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  padding: 0px 46px 0 20px;
  font-style: normal;
  font-weight: 500;
  background: url("images/icons/arrow-right-black.svg") right 20px center no-repeat #fed52f; }
  a.link-yellow-bg-arrow:hover {
    background: url("images/icons/arrow-right-black.svg") right 10px center no-repeat #fed52f; }

a.link-yellow-arrow {
  border-radius: 32px;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  justify-content: center;
  align-items: center;
  color: #FDB940;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  padding: 0px 46px 0 20px;
  font-style: normal;
  font-weight: 500;
  background: url("images/icons/readmore-arrow-yellow.svg") right 20px center no-repeat; }
  a.link-yellow-arrow:hover {
    background: url("images/icons/readmore-arrow-yellow.svg") right 10px center no-repeat; }

a.learn-more {
  border-radius: 32px;
  display: flex;
  height: 48px;
  line-height: 48px;
  justify-content: center;
  align-items: center;
  color: #666365;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  padding: 0px 46px 0 20px;
  font-style: normal;
  font-weight: 500;
  background: url("images/icons/arrow-right.svg") right 20px center no-repeat #fff; }
  a.learn-more:hover {
    background: url("images/icons/arrow-right.svg") right 10px center no-repeat #fff; }

a.learn-more-border {
  border-radius: 32px;
  display: flex;
  height: 48px;
  line-height: 48px;
  justify-content: center;
  align-items: center;
  border: 1px solid #BEBBBC;
  color: #666365;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  padding: 0px 46px 0 20px;
  font-style: normal;
  font-weight: 500;
  background: url("images/icons/arrow-right.svg") right 20px center no-repeat #fff; }
  a.learn-more-border:hover {
    background: url("images/icons/readmore-arrow-yellow.svg") right 10px center no-repeat #fff;
    color: #fed52f;
    border: 1px solid #fed52f; }

a.learn-more-transparent {
  border-radius: 32px;
  display: flex;
  height: 48px;
  line-height: 48px;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  padding: 0px 46px 0 20px;
  font-style: normal;
  font-weight: 500;
  background: url("images/icons/white-arrow-right.svg") right 20px center no-repeat; }
  a.learn-more-transparent:hover {
    background: url("images/icons/readmore-arrow-yellow.svg") right 10px center no-repeat #000;
    color: #fed52f;
    border: 1px solid #fed52f; }

section {
  overflow: visible; }

button:focus {
  outline: none !important;
  outline: 0px !important; }

body {
  width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif; }
  body section {
    padding: 0px; }
    body section .yellow-btn {
      display: flex;
      height: 36px;
      padding: 0px 16px;
      margin: 0;
      justify-content: center;
      align-items: center;
      width: max-content;
      max-width: none;
      text-transform: none;
      gap: 8px;
      border-radius: var(--radius-xxs, 4px) !important;
      border: 0px;
      background: var(--Action-Default-01, #FED52F);
      color: #000;
      text-align: center;
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      line-height: 36px;
      min-width: 100px; }
      body section .yellow-btn:hover {
        color: #000;
        background: #FDB940; }
    body section .yellow-btn.return-btn {
      background: url("images/misc/icon-search.svg") right 15px center no-repeat #fed52f;
      padding-right: 50px;
      margin-bottom: 40px; }
    body section .black-btn {
      border-radius: var(--radius-xl, 32px) !important;
      background: var(--Neutral-03, #F2F0F1);
      width: max-content;
      max-width: none;
      display: flex;
      padding: 10px 20px;
      justify-content: center;
      text-transform: none;
      align-items: center;
      gap: 8px;
      align-self: stretch;
      border: 0px;
      color: var(--Text-005, #BEBBBC);
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: -0.14px; }
      body section .black-btn:hover {
        background: #000; }
  body .container {
    max-width: 1370px; }
  body .container.narrow-container {
    max-width: 920px; }
  body p {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    color: #666365;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.16px; }
  body h1 {
    font-family: "Manrope", sans-serif;
    color: #000;
    padding: 0;
    margin: 0;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: -0.8px; }
  body h2 {
    font-family: "Manrope", sans-serif;
    color: #000;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: -0.8px; }
  body h3 {
    font-family: "Manrope", sans-serif;
    color: #000;
    padding: 0;
    margin: 0; }
  body h4 {
    font-family: "Manrope", sans-serif;
    color: #000;
    padding: 0;
    margin: 0; }
  body h5 {
    font-family: "Manrope", sans-serif;
    color: #000;
    padding: 0;
    margin: 0; }
  body h6 {
    font-family: "Manrope", sans-serif;
    color: #000;
    padding: 0;
    margin: 0; }

header {
  position: relative; }
  header .header-desktop {
    position: fixed;
    z-index: 10;
    top: 16px;
    left: 0px;
    width: 100vw; }
  header .header-inner {
    border-radius: 16px;
    backdrop-filter: blur(20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    position: relative;
    background: #fcfcfd;
    transition: all 0.3s ease; }
    header .header-inner .menu-wraper .collapse {
      display: flex; }
      header .header-inner .menu-wraper .collapse .menu {
        padding: 0;
        margin: 0;
        display: flex;
        height: auto;
        list-style-type: none;
        gap: 48px; }
        header .header-inner .menu-wraper .collapse .menu > li {
          position: unset;
          padding: 0;
          margin: 0px; }
          header .header-inner .menu-wraper .collapse .menu > li > a {
            color: #000;
            font-family: "Inter", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 16px;
            text-transform: none;
            opacity: 1;
            text-decoration: none;
            position: relative; }
            header .header-inner .menu-wraper .collapse .menu > li > a:after {
              display: none;
              position: absolute;
              width: 100%;
              content: '';
              height: 2px;
              background: #FDB940;
              bottom: -22px;
              left: 0;
              font-size: 0px; }
          header .header-inner .menu-wraper .collapse .menu > li:after {
            display: none !important; }
          header .header-inner .menu-wraper .collapse .menu > li:hover a:after {
            display: block; }
          header .header-inner .menu-wraper .collapse .menu > li ul.dropdown-menu {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;
            background: #F4F8FB;
            border-radius: 0px 0px 16px 16px;
            padding: 16px 0px 20px 0px;
            border: 0px; }
            header .header-inner .menu-wraper .collapse .menu > li ul.dropdown-menu li {
              padding: 0;
              margin: 0;
              width: auto; }
              header .header-inner .menu-wraper .collapse .menu > li ul.dropdown-menu li a {
                color: #000;
                font-family: "Manrope", sans-serif;
                font-size: 14px;
                font-style: normal;
                background: transparent;
                text-transform: none;
                opacity: 1;
                font-weight: 400;
                line-height: 16px; }
                header .header-inner .menu-wraper .collapse .menu > li ul.dropdown-menu li a:hover {
                  background: transparent; }
            header .header-inner .menu-wraper .collapse .menu > li ul.dropdown-menu > li.active > a {
              color: #fed52f !important; }
        header .header-inner .menu-wraper .collapse .menu > li.current-menu-ancestor > a:after {
          display: block; }
        header .header-inner .menu-wraper .collapse .menu > li.current-menu-parent > a:after {
          display: block; }
        header .header-inner .menu-wraper .collapse .menu > li.active > a:after {
          display: block; }
    header .header-inner .translate-wraper {
      filter: invert(1); }
      header .header-inner .translate-wraper select {
        outline: 0;
        background: url("images/icons/select-drop_down.svg") right center no-repeat transparent;
        border: 0;
        padding: 0 24px 0 0;
        width: auto;
        margin: 0;
        -webkit-appearance: none;
        color: #fff;
        height: 24px;
        display: flex;
        font-family: "Manrope", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; }
    header .header-inner .logo-black {
      display: block; }
    header .header-inner .logo-white {
      display: none; }
  header .header-inner.darkbg-menu {
    background: rgba(0, 0, 0, 0.24); }
    header .header-inner.darkbg-menu .logo-black {
      display: none; }
    header .header-inner.darkbg-menu .logo-white {
      display: block; }
    header .header-inner.darkbg-menu .menu-wraper .collapse .menu > li > a {
      color: #fff; }
    header .header-inner.darkbg-menu .translate-wraper {
      filter: invert(0); }
    header .header-inner.darkbg-menu .dark-mode-switcher {
      border: 0.8px solid var(--Boarder-05, rgba(252, 252, 253, 0.1)); }
      header .header-inner.darkbg-menu .dark-mode-switcher input:before {
        filter: invert(0); }
      header .header-inner.darkbg-menu .dark-mode-switcher input:checked:before {
        filter: invert(1); }
  header .header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: #fff;
    z-index: 10;
    display: none !important; }
    header .header-mobile .menu-icon {
      position: relative;
      width: 50px;
      height: 50px;
      cursor: pointer; }
      header .header-mobile .menu-icon .menu-icon__cheeckbox {
        display: block;
        width: 100%;
        height: 100%;
        cursor: pointer;
        z-index: 2;
        -webkit-touch-callout: none;
        position: absolute;
        opacity: 0; }
        header .header-mobile .menu-icon .menu-icon__cheeckbox:checked + div span:first-of-type {
          transform: rotate(45deg);
          top: 5px; }
        header .header-mobile .menu-icon .menu-icon__cheeckbox:checked + div span:last-of-type {
          transform: rotate(-45deg);
          bottom: 5px; }
      header .header-mobile .menu-icon div {
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 22px;
        height: 12px; }
      header .header-mobile .menu-icon span {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background-color: var(--bar-bg, #000);
        border-radius: 1px;
        transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965); }
        header .header-mobile .menu-icon span:first-of-type {
          top: 0; }
        header .header-mobile .menu-icon span:last-of-type {
          bottom: 0; }
      header .header-mobile .menu-icon:hover .menu-icon__cheeckbox:checked + div span:first-of-type {
        width: 22px; }
      header .header-mobile .menu-icon:hover .menu-icon__cheeckbox:checked + div span:last-of-type {
        width: 22px; }
    header .header-mobile .menu-icon.active span:first-of-type {
      transform: rotate(45deg);
      top: 5px; }
    header .header-mobile .menu-icon.active span:last-of-type {
      transform: rotate(-45deg);
      bottom: 5px; }
    header .header-mobile .menu-icon.active:hover span:first-of-type {
      width: 22px; }
    header .header-mobile .menu-icon.active:hover span:last-of-type {
      width: 22px; }
    header .header-mobile .header-mob-in {
      display: flex;
      align-items: center;
      padding: 8px 16px;
      justify-content: space-between;
      position: relative;
      z-index: 10;
      background: #fff; }
      header .header-mobile .header-mob-in .main-logo {
        max-width: 165px; }
      header .header-mobile .header-mob-in .header-menu-box {
        background: #fed52f;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%; }
    header .header-mobile .header-menu-in {
      background: #F4F8FB;
      position: fixed;
      z-index: 8;
      top: 0;
      left: 0;
      display: none; }
      header .header-mobile .header-menu-in .header-menu-block {
        display: flex;
        height: 100vh;
        padding: 0px 15px;
        flex-direction: column;
        overflow: hidden; }
        header .header-mobile .header-menu-in .header-menu-block .collapse {
          display: block !important;
          padding: 112px 0 0 0;
          max-height: calc(100vh - 100px);
          overflow-y: auto; }
          header .header-mobile .header-menu-in .header-menu-block .collapse::-webkit-scrollbar {
            width: 4px; }
          header .header-mobile .header-menu-in .header-menu-block .collapse::-webkit-scrollbar-thumb {
            background-color: #fed52f;
            border-radius: 2px; }
          header .header-mobile .header-menu-in .header-menu-block .collapse .menu {
            display: flex;
            flex-direction: column;
            padding: 0;
            margin: 0px;
            height: auto; }
            header .header-mobile .header-menu-in .header-menu-block .collapse .menu a:hover {
              background: transparent; }
            header .header-mobile .header-menu-in .header-menu-block .collapse .menu > li {
              border-bottom: 1px solid #F2F0F1;
              padding: 35px 24px;
              margin: 0; }
              header .header-mobile .header-menu-in .header-menu-block .collapse .menu > li a {
                color: #000;
                font-size: 18px;
                font-style: normal;
                font-family: "Manrope", sans-serif;
                text-transform: none;
                opacity: 1;
                padding: 0;
                margin: 0;
                font-weight: 500;
                width: 100%;
                background: transparent;
                display: block;
                line-height: 16px; }
                header .header-mobile .header-menu-in .header-menu-block .collapse .menu > li a:after {
                  display: none; }
              header .header-mobile .header-menu-in .header-menu-block .collapse .menu > li:after {
                display: none; }
              header .header-mobile .header-menu-in .header-menu-block .collapse .menu > li ul {
                padding: 16px 24px;
                flex-direction: column;
                align-items: flex-start;
                align-self: stretch;
                background: #fff;
                margin: 0;
                display: none;
                margin-top: 22px;
                width: 100%;
                position: relative;
                border: 0px; }
                header .header-mobile .header-menu-in .header-menu-block .collapse .menu > li ul li {
                  display: block;
                  padding: 8px 0; }
                  header .header-mobile .header-menu-in .header-menu-block .collapse .menu > li ul li a {
                    color: #666365;
                    font-family: "Manrope", sans-serif;
                    background: transparent;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 20px;
                    letter-spacing: -0.07px;
                    opacity: 1; }
            header .header-mobile .header-menu-in .header-menu-block .collapse .menu > li.dropdown > a {
              background: url("images/icons/mobi-arow-dwn.svg") center right 15px no-repeat; }
            header .header-mobile .header-menu-in .header-menu-block .collapse .menu > li.current-menu-ancestor > a {
              color: #FDB940 !important; }
            header .header-mobile .header-menu-in .header-menu-block .collapse .menu > li.current-menu-parent > a {
              color: #FDB940 !important; }
            header .header-mobile .header-menu-in .header-menu-block .collapse .menu > li.active > a {
              color: #FDB940 !important; }
    header .header-mobile .mobile-lang-wrapper {
      padding-top: 25px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header .header-mobile .mobile-lang-wrapper .lang-wrap ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: flex;
        gap: 12px;
        list-style-type: none; }
        header .header-mobile .mobile-lang-wrapper .lang-wrap ul li a {
          width: 40px;
          height: 40px;
          border-radius: 50%;
          border: 1px solid #DCD9DA;
          display: flex;
          align-items: center;
          justify-content: center; }
          header .header-mobile .mobile-lang-wrapper .lang-wrap ul li a span {
            color: #858284;
            text-align: center;
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: normal; }
        header .header-mobile .mobile-lang-wrapper .lang-wrap ul li.active a {
          background: #fed52f;
          border: 1px solid #fed52f; }
          header .header-mobile .mobile-lang-wrapper .lang-wrap ul li.active a span {
            color: #000; }

header.dropdown-open .header-inner {
  border-radius: 16px 16px 0 0; }

footer {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 7; }
  footer .footer-top {
    background: #F4F8FB;
    padding: 40px 0px; }
    footer .footer-top .footer-top-inner {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    footer .footer-top .footer-apps-links ul {
      display: flex;
      padding: 0;
      margin: 0;
      gap: 15px; }
      footer .footer-top .footer-apps-links ul li {
        list-style-type: none; }
  footer .footer-bottom {
    background: #fff; }
    footer .footer-bottom .footer-bottom-inner {
      padding: 60px 0 40px 0;
      display: flex;
      justify-content: space-between;
      gap: 20px; }
      footer .footer-bottom .footer-bottom-inner h3 {
        color: #000;
        font-family: "Inter", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        padding: 0 0 25px 0; }
      footer .footer-bottom .footer-bottom-inner ul {
        padding: 0;
        margin: 0;
        display: block; }
        footer .footer-bottom .footer-bottom-inner ul li {
          list-style-type: none; }
          footer .footer-bottom .footer-bottom-inner ul li a {
            color: #514F50;
            font-size: 14px;
            font-family: "Inter", sans-serif;
            font-style: normal;
            font-weight: 500;
            line-height: 16px;
            opacity: 1;
            text-transform: none; }
      footer .footer-bottom .footer-bottom-inner .footer-services ul {
        column-count: 2;
        column-gap: 50px; }
        footer .footer-bottom .footer-bottom-inner .footer-services ul li {
          padding-bottom: 20px; }
      footer .footer-bottom .footer-bottom-inner .footer-menu.general-menu {
        min-width: 25%; }
        footer .footer-bottom .footer-bottom-inner .footer-menu.general-menu .menu {
          flex-direction: row;
          justify-content: space-between;
          align-items: flex-start; }
          footer .footer-bottom .footer-bottom-inner .footer-menu.general-menu .menu > li a {
            color: #000;
            font-family: "Inter", sans-serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px;
            padding: 0 0 25px 0;
            margin: 0;
            display: flex; }
          footer .footer-bottom .footer-bottom-inner .footer-menu.general-menu .menu ul {
            position: relative;
            transform: translate3d(0, 0px, 0);
            -webkit-transform: translate3d(0, 0px, 0);
            visibility: visible;
            top: auto;
            width: auto;
            opacity: 1;
            min-width: 100px;
            background: transparent;
            z-index: 1; }
            footer .footer-bottom .footer-bottom-inner .footer-menu.general-menu .menu ul li {
              padding-bottom: 20px; }
              footer .footer-bottom .footer-bottom-inner .footer-menu.general-menu .menu ul li a {
                color: #514F50;
                font-size: 14px;
                font-family: "Inter", sans-serif;
                font-style: normal;
                font-weight: 500;
                line-height: 16px;
                padding: 0px; }
      footer .footer-bottom .footer-bottom-inner .footer-menu .menu {
        flex-direction: column;
        margin: 0;
        height: auto;
        display: flex;
        gap: 20px; }
        footer .footer-bottom .footer-bottom-inner .footer-menu .menu li {
          margin: 0; }
          footer .footer-bottom .footer-bottom-inner .footer-menu .menu li a {
            color: #514F50;
            font-size: 14px;
            font-family: "Inter", sans-serif;
            font-style: normal;
            font-weight: 500;
            line-height: 16px; }
            footer .footer-bottom .footer-bottom-inner .footer-menu .menu li a:hover {
              background: transparent; }
      footer .footer-bottom .footer-bottom-inner .footer-contact {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end; }
        footer .footer-bottom .footer-bottom-inner .footer-contact .footer-menu {
          width: 100%; }
        footer .footer-bottom .footer-bottom-inner .footer-contact h3 {
          text-align: right; }
        footer .footer-bottom .footer-bottom-inner .footer-contact ul li {
          text-align: right; }
        footer .footer-bottom .footer-bottom-inner .footer-contact ul.social-links {
          flex-direction: row;
          gap: 10px;
          display: flex;
          padding-top: 20px; }
          footer .footer-bottom .footer-bottom-inner .footer-contact ul.social-links li a {
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #F4F8FB;
            border-radius: 50%; }
            footer .footer-bottom .footer-bottom-inner .footer-contact ul.social-links li a img {
              width: auto; }
    footer .footer-bottom .footer-bottom-developmnt {
      border-top: 1px solid rgba(60, 130, 183, 0.2);
      display: flex;
      justify-content: space-between;
      padding: 24px 0px; }
      footer .footer-bottom .footer-bottom-developmnt p {
        padding: 0;
        margin: 0;
        color: rgba(0, 0, 0, 0.6);
        font-family: "Inter", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 125%; }
        footer .footer-bottom .footer-bottom-developmnt p a {
          color: #FDB940;
          margin-left: 24px;
          gap: 10px;
          display: inline-flex;
          font-weight: 400; }
      footer .footer-bottom .footer-bottom-developmnt p.development a {
        margin-left: 0px; }

.slick-arrow {
  width: 44px;
  height: 44px;
  -webkit-appearance: none;
  padding: 0;
  border: 0;
  font-size: 0; }

.slick-arrow.slick-disabled {
  opacity: 0.5; }

.slick-arrow.slick-prev {
  background: url("images/icons/slick-prev.svg") center no-repeat; }

.slick-arrow.slick-next {
  background: url("images/icons/slick-next.svg") center no-repeat; }

.breadcrumb-wrap {
  position: absolute;
  top: 100px;
  z-index: 4; }
  .breadcrumb-wrap ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;
    gap: 4px; }
    .breadcrumb-wrap ul li {
      gap: 4px;
      color: rgba(252, 252, 253, 0.7);
      text-align: center;
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      line-height: 16px;
      display: flex; }
      .breadcrumb-wrap ul li a {
        color: rgba(252, 252, 253, 0.7);
        text-align: center;
        font-size: 13px; }
      .breadcrumb-wrap ul li span {
        color: rgba(252, 252, 253, 0.7);
        text-align: center;
        font-size: 13px; }
      .breadcrumb-wrap ul li:last-child {
        color: #fff; }

.breadcrumb-wrap.for-single-page ul li {
  color: #BEBBBC; }
  .breadcrumb-wrap.for-single-page ul li a {
    color: #BEBBBC; }
  .breadcrumb-wrap.for-single-page ul li span {
    color: #BEBBBC; }
  .breadcrumb-wrap.for-single-page ul li:last-child {
    color: #858284; }

.lity-container .lity-content {
  position: relative; }
.lity-container .lity-close {
  background: url("images/icons/lity-close.svg") center no-repeat;
  font-size: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px; }

.menu-extra {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center; }

.dark-mode-switcher {
  border-radius: 19.2px;
  border: 0.8px solid #ddd;
  display: flex;
  padding: 3px;
  justify-content: center;
  align-items: center;
  gap: 2px; }
  .dark-mode-switcher input {
    width: 20px;
    height: 20px;
    position: relative;
    -webkit-appearance: none;
    z-index: 1; }
    .dark-mode-switcher input:before {
      content: '';
      height: 20px;
      width: 20px;
      border-radius: 10px;
      z-index: 1;
      top: 0;
      left: 0;
      position: absolute;
      transition: all 0.3s ease;
      filter: invert(1); }
    .dark-mode-switcher input:checked:before {
      filter: invert(1); }
    .dark-mode-switcher input:checked:after {
      content: '';
      height: 20px;
      width: 20px;
      border-radius: 10px;
      z-index: -1;
      top: 0;
      left: 0;
      background: #fed52f;
      position: absolute;
      transition: all 0.3s ease; }
  .dark-mode-switcher input.light-version:before {
    background: url("images/icons/icon-light.svg") center no-repeat; }
  .dark-mode-switcher input.dark-version:before {
    background: url("images/icons/icon-dark.svg") center no-repeat; }

.page-banner-img {
  background-position: top center;
  background-size: cover;
  position: relative; }
  .page-banner-img:after {
    content: '';
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 40%;
    background: var(--Overlay-001, linear-gradient(180deg, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.48) 58%, rgba(0, 0, 0, 0.8) 100%)); }
  .page-banner-img .page-banner-inner {
    height: 100vh;
    min-height: 500px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 50px;
    position: relative;
    z-index: 3;
    padding-top: 50px; }
    .page-banner-img .page-banner-inner .banner-right {
      width: 100%; }
      .page-banner-img .page-banner-inner .banner-right .pos-info {
        display: flex;
        max-width: 544px;
        padding: 24px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 16px;
        border-radius: 16px;
        border: 1px solid rgba(252, 252, 253, 0.2);
        background: rgba(30, 31, 36, 0.5);
        backdrop-filter: blur(20px); }
        .page-banner-img .page-banner-inner .banner-right .pos-info h4 {
          color: #fff;
          font-size: 24px;
          line-height: 32px; }
        .page-banner-img .page-banner-inner .banner-right .pos-info p {
          color: #fff;
          margin: 0; }
    .page-banner-img .page-banner-inner .banner-left {
      max-width: 590px;
      width: 100%; }
      .page-banner-img .page-banner-inner .banner-left h1 {
        color: #fff;
        padding-bottom: 24px;
        font-weight: 800;
        max-width: 600px; }
      .page-banner-img .page-banner-inner .banner-left p {
        color: #fff; }
  .page-banner-img .page-banner-in-wrap {
    position: relative;
    min-height: 800px; }
    .page-banner-img .page-banner-in-wrap .page-banner-inner {
      position: absolute;
      bottom: 0px; }

.page-banner-img.homedesktop {
  display: block; }

.page-banner-img.homemobile {
  display: none; }

.homebanner-slider .slider-itm {
  width: 100%;
  height: 100vh; }
  .homebanner-slider .slider-itm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom; }

.page-banner-img.rental-banner {
  min-height: 800px; }

.page-banner-img.without-gradient:after {
  display: none; }

.inner-menu {
  overflow: visible;
  overflow: visible; }
  .inner-menu .inner-menu-in {
    border-radius: 16px;
    background: #fff;
    width: 100%;
    max-width: 1140px;
    position: sticky;
    top: 100px;
    z-index: 6;
    border-radius: 16px;
    background: #fff;
    width: 100%;
    max-width: 1140px;
    position: sticky;
    top: 100px;
    z-index: 6; }
    .inner-menu .inner-menu-in ul {
      padding: 0;
      margin: 0;
      list-style-type: none;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      margin: 0;
      list-style-type: none;
      display: flex;
      justify-content: center;
      align-items: center; }
      .inner-menu .inner-menu-in ul::-webkit-scrollbar {
        height: 4px;
        height: 4px; }
      .inner-menu .inner-menu-in ul::-webkit-scrollbar-thumb {
        background-color: #fed52f;
        border-radius: 2px;
        background-color: #fed52f;
        border-radius: 2px; }
      .inner-menu .inner-menu-in ul li {
        padding: 0px 24px;
        padding: 0px 24px; }
        .inner-menu .inner-menu-in ul li a {
          color: #666365;
          display: inline-flex;
          padding: 24px 0;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px;
          letter-spacing: -0.16px;
          position: relative;
          color: #666365;
          display: inline-flex;
          padding: 24px 0;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px;
          letter-spacing: -0.16px;
          position: relative; }
        .inner-menu .inner-menu-in ul li a.active {
          color: #000;
          border-bottom: 2px solid #FED52F;
          color: #000;
          border-bottom: 2px solid #FED52F; }
  .inner-menu .inner-menu-in.sticky {
    position: fixed;
    position: fixed; }
  .inner-menu .container {
    max-width: 1140px;
    max-width: 1140px; }

.home-page .page-banner-img {
  position: relative;
  overflow: hidden; }
  .home-page .page-banner-img .banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; }
.home-page .banner-left {
  min-width: 58%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px; }
  .home-page .banner-left a {
    border-radius: 32px;
    border: 1px solid #fff;
    display: flex;
    height: 100%;
    padding: 12px 46px 12px 20px;
    justify-content: center;
    font-family: "Manrope", sans-serif;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    min-width: 150px;
    background: url("images/icons/read-more-arrow-right.svg") right 20px center no-repeat; }
    .home-page .banner-left a:hover {
      border: 1px solid rgba(252, 252, 253, 0.1);
      background: url("images/icons/read-more-arrow-right.svg") right 20px center no-repeat rgba(252, 252, 253, 0.1); }
.home-page .home-banner-info {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  .home-page .home-banner-info h2 {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: -1.44px;
    max-width: 590px;
    padding: 0;
    margin: 0; }
    .home-page .home-banner-info h2 span {
      font-weight: 800;
      color: #FDB940; }
  .home-page .home-banner-info .home-banner-info-txt {
    display: flex;
    gap: 90px; }
    .home-page .home-banner-info .home-banner-info-txt p {
      color: #FAF9F9;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: -0.16px; }
.home-page .mainservices-wrap {
  background-size: cover;
  padding: 0px 0 0px 0;
  background: #211F20;
  margin-top: -6px;
  transition: all 0.5s ease; }
  .home-page .mainservices-wrap .mainservices-bg {
    background: url("images/home/service-bg.png") bottom center no-repeat;
    background-size: auto;
    padding: 20px 0 180px 0;
    transition: all 0.5s ease; }
  .home-page .mainservices-wrap .mainservices-inner .slick-slide {
    padding: 0px 10px; }
  .home-page .mainservices-wrap .mainservices-inner .home-srvice-itm-wrapper {
    min-width: 230px; }
    .home-page .mainservices-wrap .mainservices-inner .home-srvice-itm-wrapper a {
      display: flex;
      border-radius: 16px;
      background: #fff;
      transition: all 0.5s ease;
      padding: 16px 25px;
      height: 100px;
      justify-content: space-between;
      width: 100%;
      align-items: center; }
      .home-page .mainservices-wrap .mainservices-inner .home-srvice-itm-wrapper a h3 {
        padding: 0;
        margin: 0;
        color: var(--Text-002, #000);
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; }
      .home-page .mainservices-wrap .mainservices-inner .home-srvice-itm-wrapper a:hover {
        background: #fed52f; }
.home-page .promo-wrapper {
  padding: 64px 0px; }
  .home-page .promo-wrapper .promo-slider {
    position: relative; }
    .home-page .promo-wrapper .promo-slider img {
      width: 100%;
      border-radius: 16px;
      overflow: hidden; }
.home-page .home-blocks .home-blocks-inner {
  display: flex;
  flex-direction: column;
  gap: 64px; }
  .home-page .home-blocks .home-blocks-inner .home-block-itm {
    display: flex;
    gap: 20px; }
    .home-page .home-blocks .home-blocks-inner .home-block-itm:nth-child(even) {
      flex-direction: row-reverse; }
    .home-page .home-blocks .home-blocks-inner .home-block-itm .block-banner {
      width: 50%; }
      .home-page .home-blocks .home-blocks-inner .home-block-itm .block-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 16px;
        overflow: hidden; }
    .home-page .home-blocks .home-blocks-inner .home-block-itm .block-info {
      border-radius: 16px;
      background: #F4F8FB;
      padding: 40px 48px;
      width: 50%;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-direction: column;
      gap: 36px; }
      .home-page .home-blocks .home-blocks-inner .home-block-itm .block-info p {
        color: #666365;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: -0.16px;
        padding: 0;
        margin: 0; }
      .home-page .home-blocks .home-blocks-inner .home-block-itm .block-info a {
        margin-left: auto; }
.home-page .home-blog-posts {
  padding: 64px 0; }
  .home-page .home-blog-posts .home-blog-inner .home-blog-slider .slick-slide {
    padding: 0px 12px; }
    .home-page .home-blog-posts .home-blog-inner .home-blog-slider .slick-slide .blog-itm {
      width: 100%;
      position: relative;
      height: 40vh;
      min-height: 300px;
      background-size: cover;
      background-position: top center;
      border-radius: 16px; }
      .home-page .home-blog-posts .home-blog-inner .home-blog-slider .slick-slide .blog-itm .blog-date {
        position: absolute;
        top: 24px;
        left: 24px;
        display: inline-flex;
        padding: 8px 12px;
        justify-content: center;
        align-items: center;
        border-radius: 72px;
        background: rgba(252, 252, 253, 0.8);
        color: #858284;
        text-align: center;
        font-family: "Manrope", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px; }
      .home-page .home-blog-posts .home-blog-inner .home-blog-slider .slick-slide .blog-itm .blog-info {
        position: absolute;
        bottom: 24px;
        left: 24px;
        transition: all 0.3s ease;
        border-radius: 10px;
        padding: 16px;
        background: rgba(252, 252, 253, 0.8);
        backdrop-filter: blur(15px);
        width: calc(100% - 48px); }
        .home-page .home-blog-posts .home-blog-inner .home-blog-slider .slick-slide .blog-itm .blog-info h3 {
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: 24px; }
          .home-page .home-blog-posts .home-blog-inner .home-blog-slider .slick-slide .blog-itm .blog-info h3 a {
            color: #000;
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: 24px; }
        .home-page .home-blog-posts .home-blog-inner .home-blog-slider .slick-slide .blog-itm .blog-info .link-to-post {
          float: right;
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.5s ease-out; }
      .home-page .home-blog-posts .home-blog-inner .home-blog-slider .slick-slide .blog-itm:hover .blog-info .link-to-post {
        max-height: 80px; }

.slick-dots {
  padding: 0;
  margin: 0;
  display: flex;
  list-style-type: none;
  position: absolute;
  left: 0;
  bottom: 16px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  width: 100%; }
  .slick-dots li button {
    background: rgba(252, 252, 253, 0.5);
    border: 0px;
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    padding: 0;
    margin: 0; }
  .slick-dots li.slick-active button {
    background: #fff; }

.home-blog-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 32px; }

.qr-wrap {
  border-radius: var(--radius-md, 16px);
  background: var(--Surface-002, #FFF);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12), 0px 15px 35px 0px rgba(103, 110, 118, 0.08);
  width: 100%;
  display: flex;
  max-width: 413px;
  padding: var(--spacing-lg, 32px) var(--spacing-xl, 48px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-lg, 32px);
  position: relative; }
  .qr-wrap h2 {
    padding: 0;
    margin: 0;
    color: var(--Text-002, #000);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.96px; }
  .qr-wrap p {
    padding: 0;
    margin: 0;
    color: var(--Text-003, #514F50);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.08px; }
  .qr-wrap img {
    width: 100%;
    max-width: 200px; }

.main-banner {
  margin-top: 92px; }
  .main-banner .main-banner-inner {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px; }
    .main-banner .main-banner-inner .block-banner {
      width: 50%; }
      .main-banner .main-banner-inner .block-banner img {
        width: 100%;
        border-radius: 16px;
        overflow: hidden;
        height: 100%; }
    .main-banner .main-banner-inner .block-info {
      border-radius: 16px;
      background: #F4F8FB;
      padding: 40px 48px;
      width: 50%;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-direction: column;
      gap: 36px; }
      .main-banner .main-banner-inner .block-info h1 {
        color: #666365;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: -0.08px;
        padding: 0;
        margin: 0; }
      .main-banner .main-banner-inner .block-info p {
        color: #666365;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: -0.16px;
        padding: 0;
        margin: 0; }

.home-buttons-info {
  display: flex;
  flex-direction: column;
  gap: 18px; }
  .home-buttons-info .apps-links {
    display: flex;
    gap: 28px;
    justify-content: flex-end; }
  .home-buttons-info p {
    display: flex;
    gap: 6px;
    align-items: center; }

.white-ap-links .home-buttons-info p {
  text-align: right;
  color: #fff;
  justify-content: flex-end; }
  .white-ap-links .home-buttons-info p a {
    color: #fff; }
  .white-ap-links .home-buttons-info p img {
    filter: invert(1); }

.services-details-page .common-overview-wrap {
  margin-top: 64px; }
.services-details-page .subscriptionbox {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 36px; }
  .services-details-page .subscriptionbox h2 {
    text-align: center;
    width: 100%; }
  .services-details-page .subscriptionbox .subscribe-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px; }
    .services-details-page .subscriptionbox .subscribe-steps .subscribe-itm {
      border-radius: var(--radius-s, 12px);
      background: var(--Surface-004, #F4F8FB);
      display: flex;
      padding: var(--spacing-md, 24px) var(--spacing-sm, 16px) var(--spacing-sm, 16px) var(--spacing-sm, 16px);
      flex-direction: column;
      align-items: flex-start;
      gap: var(--spacing-lg, 32px);
      justify-content: space-between; }
      .services-details-page .subscriptionbox .subscribe-steps .subscribe-itm .subscribe-banner {
        width: 100%; }
        .services-details-page .subscriptionbox .subscribe-steps .subscribe-itm .subscribe-banner img {
          width: 100%;
          width: 100%;
          border-radius: var(--radius-xs, 8px);
          overflow: hidden; }
      .services-details-page .subscriptionbox .subscribe-steps .subscribe-itm .subscribe-txt {
        width: 100%;
        width: 100%;
        display: flex;
        padding: var(--spacing-none, 0px) var(--spacing-sm, 16px);
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch; }
        .services-details-page .subscriptionbox .subscribe-steps .subscribe-itm .subscribe-txt span {
          border-radius: 100px;
          background: var(--Surface-002, #FFF);
          display: flex;
          width: 60px;
          padding: 14px 0px;
          justify-content: center;
          align-items: center;
          height: 60px;
          color: var(--Text-002, #000);
          font-size: 24px;
          font-style: normal;
          font-weight: 700;
          line-height: 32px; }
        .services-details-page .subscriptionbox .subscribe-steps .subscribe-itm .subscribe-txt h4 {
          padding: 12px 0 0 0;
          margin: 0;
          color: var(--Text-002, #000);
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: 24px; }
        .services-details-page .subscriptionbox .subscribe-steps .subscribe-itm .subscribe-txt p {
          padding: 0;
          margin: 0;
          color: var(--Text-002, #000);
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 20px;
          letter-spacing: -0.07px; }
.services-details-page .send-recieve-wrap {
  padding-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  justify-content: center; }
  .services-details-page .send-recieve-wrap .send-recieve-itm {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 450px; }
    .services-details-page .send-recieve-wrap .send-recieve-itm .send-recie-txt {
      display: flex;
      padding: var(--spacing-md, 24px);
      justify-content: center;
      align-items: flex-start;
      gap: var(--spacing-sm, 16px);
      border-radius: var(--radius-md, 16px) var(--radius-md, 16px) 0px 0px;
      background: var(--Transparancy-Light-08, rgba(252, 252, 253, 0.8));
      width: 100%; }
      .services-details-page .send-recieve-wrap .send-recieve-itm .send-recie-txt .icon-box img {
        min-width: 84px; }
      .services-details-page .send-recieve-wrap .send-recieve-itm .send-recie-txt .txt-box h3 {
        color: var(--Text-002, #000);
        font-size: 24px;
        font-style: normal;
        padding: 0 0 16px 0;
        margin: 0;
        font-weight: 700;
        line-height: 32px; }
      .services-details-page .send-recieve-wrap .send-recieve-itm .send-recie-txt .txt-box p {
        color: var(--Text-003, #514F50);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        padding: 0;
        margin: 0;
        line-height: 26px;
        letter-spacing: -0.16px; }
    .services-details-page .send-recieve-wrap .send-recieve-itm .send-recie-link {
      border-radius: 0px 0px var(--radius-md, 16px) var(--radius-md, 16px);
      background: #fff;
      display: flex;
      padding: var(--spacing-sm, 16px) var(--spacing-xs, 8px);
      justify-content: center;
      align-items: center;
      align-self: stretch;
      font-size: 13px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px;
      letter-spacing: -0.13px;
      color: #000; }
      .services-details-page .send-recieve-wrap .send-recieve-itm .send-recie-link .play-btn {
        margin-left: 16px;
        border-radius: var(--radius-xl, 32px);
        background: var(--Action-Default-01, #FED52F);
        display: flex;
        padding: 14px 22px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: var(--Action-Default-03, #000);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: -0.08px; }
.services-details-page .features-wrapper {
  padding: 64px 0px; }
  .services-details-page .features-wrapper .feature-details {
    background: #F4F8FB;
    padding: 48px; }
  .services-details-page .features-wrapper .features-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px; }
    .services-details-page .features-wrapper .features-intro h2 {
      text-align: center; }
    .services-details-page .features-wrapper .features-intro p {
      padding: 0;
      margin: 0;
      text-align: center;
      max-width: 850px; }
  .services-details-page .features-wrapper .features-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding-top: 40px; }
    .services-details-page .features-wrapper .features-inner .feature-itm {
      display: flex;
      width: 300px;
      height: 200px;
      padding: 36px 20px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 24px;
      flex-shrink: 0;
      background: #fff;
      border-radius: 16px;
      transition: all 0.3s ease; }
      .services-details-page .features-wrapper .features-inner .feature-itm span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 68px;
        height: 68px;
        border-radius: 100px;
        background: #FFFAE5; }
        .services-details-page .features-wrapper .features-inner .feature-itm span img {
          width: auto; }
      .services-details-page .features-wrapper .features-inner .feature-itm h4 {
        color: #000;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: -0.08px; }
      .services-details-page .features-wrapper .features-inner .feature-itm:hover {
        background: #fed52f; }
.services-details-page .faq-wrapper {
  padding-top: 5px; }
.services-details-page .options-wrap {
  padding-top: 64px; }
  .services-details-page .options-wrap .options-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding-bottom: 50px; }
    .services-details-page .options-wrap .options-title .option-buttons {
      display: flex;
      gap: 24px; }
  .services-details-page .options-wrap .serice-option-slider .slick-slide {
    padding-right: 24px; }
  .services-details-page .options-wrap .serice-option-slider .slider-itm {
    display: flex !important;
    padding: 32px;
    flex-direction: column;
    gap: 24px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #F4F8FB;
    backdrop-filter: blur(20px);
    max-width: 300px;
    transition: all 0.3s ease; }
    .services-details-page .options-wrap .serice-option-slider .slider-itm:hover {
      background: #fed52f; }
      .services-details-page .options-wrap .serice-option-slider .slider-itm:hover p {
        color: #000; }
    .services-details-page .options-wrap .serice-option-slider .slider-itm h4 {
      color: #000;
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: 32px; }
    .services-details-page .options-wrap .serice-option-slider .slider-itm p {
      color: #666365;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      letter-spacing: -0.07px;
      transition: all 0.3s ease; }
    .services-details-page .options-wrap .serice-option-slider .slider-itm span {
      display: flex;
      width: 120px;
      height: 120px;
      margin-left: auto;
      padding: 0 9px 20px 9px;
      justify-content: flex-end; }
      .services-details-page .options-wrap .serice-option-slider .slider-itm span img {
        object-fit: contain; }
.services-details-page .partners-us-wrapper {
  padding-top: 48px; }
  .services-details-page .partners-us-wrapper .partners-us-inner {
    border-radius: 16px 16px 0px 0px;
    background: var(--Surface-004, #F4F8FB);
    display: flex;
    padding: var(--spacing-xl, 48px) var(--spacing-lg, 32px);
    justify-content: center;
    align-items: center;
    gap: 48px;
    align-self: stretch; }
    .services-details-page .partners-us-wrapper .partners-us-inner .partner-us-banner {
      width: 50%;
      border-radius: var(--radius-md, 16px);
      overflow: hidden; }
      .services-details-page .partners-us-wrapper .partners-us-inner .partner-us-banner img {
        width: 100%; }
    .services-details-page .partners-us-wrapper .partners-us-inner .partner-us-text {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .services-details-page .partners-us-wrapper .partners-us-inner .partner-us-text h2 {
        padding: 0 0 24px 0;
        margin: 0;
        text-align: center; }
      .services-details-page .partners-us-wrapper .partners-us-inner .partner-us-text p {
        padding: 0;
        margin: 0 0 24px 0;
        text-align: center; }
        .services-details-page .partners-us-wrapper .partners-us-inner .partner-us-text p br {
          display: none; }
        .services-details-page .partners-us-wrapper .partners-us-inner .partner-us-text p b {
          width: 100%;
          display: block;
          padding: 0 0 24px 0;
          text-align: center;
          color: #000;
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: 24px; }
.services-details-page .business-blocks-slider {
  margin-top: 64px;
  border-radius: 16px;
  background: var(--Surface-004, #F4F8FB);
  padding: 48px 0px;
  overflow: hidden; }
  .services-details-page .business-blocks-slider .slider-title-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    padding: 0px 32px 48px 32px; }
  .services-details-page .business-blocks-slider .local-platformslider {
    padding-right: 32px; }
  .services-details-page .business-blocks-slider .slider-element {
    height: auto;
    padding: 0px 0px 0px 32px; }
  .services-details-page .business-blocks-slider .slider-itm-inner {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
    height: 100%; }
    .services-details-page .business-blocks-slider .slider-itm-inner .slider-banner {
      width: 50%;
      border-radius: var(--radius-md, 16px);
      overflow: hidden; }
      .services-details-page .business-blocks-slider .slider-itm-inner .slider-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .services-details-page .business-blocks-slider .slider-itm-inner .slider-txt {
      display: flex;
      width: 50%;
      padding: 40px var(--spacing-xl, 48px);
      flex-direction: column;
      justify-content: center;
      align-items: flex-end;
      gap: 36px;
      flex: 1 0 0;
      border-radius: 16px;
      background: var(--Transparancy-Light-07, rgba(252, 252, 253, 0.7)); }
      .services-details-page .business-blocks-slider .slider-itm-inner .slider-txt h3 {
        color: var(--Text-002, #000);
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -0.96px;
        padding: 0;
        margin: 0; }
      .services-details-page .business-blocks-slider .slider-itm-inner .slider-txt p {
        color: var(--Text-003, #514F50);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: -0.16px; }
      .services-details-page .business-blocks-slider .slider-itm-inner .slider-txt li {
        color: var(--Text-003, #514F50);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: -0.16px; }
      .services-details-page .business-blocks-slider .slider-itm-inner .slider-txt ul {
        padding: 0 0 0 15px;
        margin: 0 0 0 15px; }
        .services-details-page .business-blocks-slider .slider-itm-inner .slider-txt ul li {
          list-style-image: url("images/icons/list-icon.svg");
          margin-bottom: 16px;
          padding-left: 10px; }

#animation_container {
  width: 100% !important;
  height: auto !important;
  overflow: hidden; }
  #animation_container canvas {
    width: 100% !important;
    height: auto !important; }

#dom_overlay_container {
  width: 100% !important;
  height: auto !important;
  overflow: hidden; }
  #dom_overlay_container canvas {
    width: 100% !important;
    height: auto !important; }

.foods-tabs {
  padding-top: 64px; }
  .foods-tabs .foods-tabs-inner {
    display: flex;
    align-items: center;
    justify-content: center; }
    .foods-tabs .foods-tabs-inner .tabs-wrapper {
      width: max-content;
      border-radius: 100px;
      background: var(--Surface-004, #F4F8FB);
      display: inline-flex;
      padding: 6px;
      justify-content: center;
      align-items: center; }
      .foods-tabs .foods-tabs-inner .tabs-wrapper a {
        display: flex;
        width: 200px;
        height: 56px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 100px;
        min-width: 200px;
        color: var(--Text-004, #858284);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: -0.08px; }
      .foods-tabs .foods-tabs-inner .tabs-wrapper a.active {
        background: var(--Action-Default-01, #FED52F);
        color: #000; }

.swiper-buttons {
  display: flex;
  gap: 24px; }
  .swiper-buttons div {
    cursor: pointer;
    width: 44px;
    height: 44px;
    -webkit-appearance: none;
    padding: 0;
    border: 0;
    font-size: 0;
    position: relative;
    opacity: 1;
    margin: 0;
    top: auto;
    left: auto; }
    .swiper-buttons div:after {
      display: none; }
  .swiper-buttons div.swiper-button-prev {
    background: url("images/icons/slick-prev.svg") center no-repeat; }
  .swiper-buttons div.swiper-button-next {
    background: url("images/icons/slick-next.svg") center no-repeat; }

.app-details-wrap {
  padding-bottom: 164px;
  position: relative; }
  .app-details-wrap .apps-inner {
    max-width: 950px;
    display: flex;
    position: relative; }
    .app-details-wrap .apps-inner .mobile-banner-img {
      position: relative;
      z-index: 2; }
      .app-details-wrap .apps-inner .mobile-banner-img img {
        margin-left: -80px;
        height: 100%;
        width: auto;
        max-width: none; }
    .app-details-wrap .apps-inner .app-box {
      border-radius: 16px;
      background: rgba(254, 213, 47, 0.4);
      backdrop-filter: blur(20px);
      display: flex;
      flex-direction: column;
      gap: 36px;
      padding: 40px 60px 40px 40px; }
      .app-details-wrap .apps-inner .app-box .home-buttons-info {
        justify-content: flex-start; }
        .app-details-wrap .apps-inner .app-box .home-buttons-info .apps-links {
          justify-content: flex-start; }
        .app-details-wrap .apps-inner .app-box .home-buttons-info p {
          text-align: right;
          font-size: 16px;
          font-style: normal;
          font-weight: 600;
          line-height: 20px;
          letter-spacing: -0.08px; }
          .app-details-wrap .apps-inner .app-box .home-buttons-info p a {
            color: var(--Text-003, #514F50); }
      .app-details-wrap .apps-inner .app-box .app-steps-list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-column-gap: 50px; }
        .app-details-wrap .apps-inner .app-box .app-steps-list .app-step {
          display: flex;
          flex-direction: column; }
          .app-details-wrap .apps-inner .app-box .app-steps-list .app-step span {
            border-radius: 100%;
            background: #fff;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            color: #000;
            font-family: "Manrope", sans-serif;
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: 32px; }
          .app-details-wrap .apps-inner .app-box .app-steps-list .app-step h4 {
            color: #000;
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: 24px;
            padding-bottom: 12px; }
          .app-details-wrap .apps-inner .app-box .app-steps-list .app-step p {
            color: #000;
            padding: 0;
            margin: 0; }
  .app-details-wrap .apps-inner.with-sidebanner {
    max-width: 100%;
    gap: 25px; }
    .app-details-wrap .apps-inner.with-sidebanner .mobile-banner-img {
      position: absolute;
      right: calc(50% - 300px); }
    .app-details-wrap .apps-inner.with-sidebanner .mobile-side-img {
      overflow: hidden;
      min-width: calc(50% - 100px);
      position: relative; }
      .app-details-wrap .apps-inner.with-sidebanner .mobile-side-img img {
        border-radius: 16px;
        width: 100%; }

.app-details-wrap.not-found-page .app-box {
  margin-top: 20vh; }

.app-details-wrap.no-animation {
  padding-bottom: 64px; }

.animation-canvers {
  position: absolute;
  z-index: -1; }

.partner-us-form {
  display: flex;
  padding: var(--spacing-lg, 32px) var(--radius-xl, 32px);
  align-items: center;
  gap: 10px;
  border-radius: var(--radius-md, 16px);
  background: var(--Surface-002, #FFF);
  max-width: 380px; }
  .partner-us-form .form-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-xs, 8px);
    align-self: stretch; }
    .partner-us-form .form-heading h3 {
      text-align: center;
      padding: 0;
      margin: 0; }
    .partner-us-form .form-heading h5 {
      color: var(--Text-003, #514F50);
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 26px;
      letter-spacing: -0.16px;
      padding: 0;
      margin: 0; }
  .partner-us-form .form-fields {
    display: flex;
    width: 320px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 16px var(--spacing-sm, 16px);
    flex-wrap: wrap; }
    .partner-us-form .form-fields input[type="radio"] {
      height: 18px;
      width: 18px;
      padding: 0px;
      border: 0;
      -webkit-appearance: none;
      background: url("images/forms/radio-bg.svg") center no-repeat;
      position: relative; }
      .partner-us-form .form-fields input[type="radio"]:checked {
        background: url("images/forms/radio-bg-checked.svg") center no-repeat; }
    .partner-us-form .form-fields input[type="checkbox"] {
      height: 18px;
      width: 18px;
      padding: 0px;
      border: 0;
      -webkit-appearance: none;
      background: url("images/forms/checkbox-bg.svg") center no-repeat;
      position: relative; }
      .partner-us-form .form-fields input[type="checkbox"]:checked {
        background: url("images/forms/checkbox-bg-checked.svg") center no-repeat; }
    .partner-us-form .form-fields input.date-input {
      background: url("images/misc/icon-calendar.svg") right 8px center no-repeat; }
    .partner-us-form .form-fields input.time-input {
      background: url("images/misc/icon-clock.svg") right 8px center no-repeat; }
    .partner-us-form .form-fields .form-line {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 8px; }
      .partner-us-form .form-fields .form-line .search-btn {
        width: 100%;
        border-radius: var(--radius-xl, 32px) !important;
        padding: 10px 20px; }
      .partner-us-form .form-fields .form-line .search-btn.inactive {
        background: #ddd; }
      .partner-us-form .form-fields .form-line input[type="date"]::-webkit-inner-spin-button {
        display: none;
        -webkit-appearance: none; }
      .partner-us-form .form-fields .form-line input[type="date"]::-webkit-calendar-picker-indicator {
        display: none;
        -webkit-appearance: none; }
      .partner-us-form .form-fields .form-line input[type="time"]::-webkit-inner-spin-button {
        display: none;
        -webkit-appearance: none; }
      .partner-us-form .form-fields .form-line input[type="time"]::-webkit-calendar-picker-indicator {
        display: none;
        -webkit-appearance: none; }
      .partner-us-form .form-fields .form-line label {
        color: var(--Text-002, #000);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        padding: 0;
        margin: 0; }
      .partner-us-form .form-fields .form-line .input-box-wrap {
        border-radius: var(--radius-xs, 8px);
        border: 1px solid var(--Boarder-02, #F2F0F1);
        background: var(--Neutral-01, #FDFCFC);
        padding: 4px;
        display: flex;
        justify-content: space-between; }
        .partner-us-form .form-fields .form-line .input-box-wrap input {
          padding: 6px 10px;
          border: 0px;
          background: transparent;
          margin: 0px; }
        .partner-us-form .form-fields .form-line .input-box-wrap .add-loctions {
          width: 36px;
          height: 36px;
          border-radius: var(--radius-xxs, 4px);
          display: flex;
          align-items: center;
          justify-content: center;
          border: 0px;
          background: url("images/misc/icon-plus.svg") center no-repeat #fed52f; }
      .partner-us-form .form-fields .form-line .resturn-info {
        display: flex;
        gap: 0px;
        border-radius: var(--radius-xs, 8px);
        border: 1px solid var(--Boarder-02, #F2F0F1);
        background: var(--Neutral-01, #FDFCFC); }
        .partner-us-form .form-fields .form-line .resturn-info input {
          width: 100%;
          max-width: 50%;
          height: 44px;
          padding: 10px 34px 10px 14px;
          border: 0px;
          -webkit-appearance: none;
          margin: 0; }
        .partner-us-form .form-fields .form-line .resturn-info input.time-input {
          border-left: 1px solid var(--Boarder-02, #F2F0F1); }
    .partner-us-form .form-fields .form-line.inactive {
      display: none; }
    .partner-us-form .form-fields .form-line.radio-wraper {
      display: flex;
      gap: 32px;
      flex-direction: row; }
      .partner-us-form .form-fields .form-line.radio-wraper label {
        display: flex;
        gap: 8px; }
  .partner-us-form form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px; }

.contact-infobanner {
  width: 100%;
  max-width: 460px;
  border-radius: var(--spacing-sm, 16px);
  border: 1px solid var(--Boarder-06, rgba(252, 252, 253, 0.2));
  background: var(--Transparancy-Dark-05, rgba(30, 31, 36, 0.5));
  backdrop-filter: blur(20px);
  display: flex;
  padding: var(--spacing-md, 24px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--spacing-sm, 16px);
  flex-shrink: 0;
  margin-left: auto; }
  .contact-infobanner h3 {
    display: flex;
    gap: 16px;
    align-items: center;
    color: var(--Text-009, #FFF);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; }
  .contact-infobanner .contact-info-inner {
    display: flex;
    justify-content: space-between;
    gap: 30px; }
    .contact-infobanner .contact-info-inner .contct-itm {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: var(--spacing-xxs, 4px);
      align-self: stretch; }
      .contact-infobanner .contact-info-inner .contct-itm span {
        color: var(--Text-006, #DCD9DA);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; }
      .contact-infobanner .contact-info-inner .contct-itm h4 {
        padding: 0;
        margin: 0;
        color: var(--Text-009, #FFF);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; }

.timeselector {
  background: #fff;
  border: 1px solid #ddd; }
  .timeselector .timeselector-item a {
    width: 100%;
    background: #fed52f;
    border-color: #eee; }

.investor-page .page-banner-img {
  background-position: center left;
  background-size: cover; }
  .investor-page .page-banner-img .page-banner-inner {
    height: 100vh;
    min-height: 500px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 50px; }
    .investor-page .page-banner-img .page-banner-inner .banner-left .pos-info {
      display: flex;
      max-width: 600px;
      padding: 18px;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 12px;
      border-radius: 16px;
      border: 1px solid rgba(252, 252, 253, 0.2);
      background: rgba(30, 31, 36, 0.5);
      backdrop-filter: blur(20px); }
      .investor-page .page-banner-img .page-banner-inner .banner-left .pos-info h4 {
        color: #fff;
        font-size: 20px;
        line-height: 28px; }
      .investor-page .page-banner-img .page-banner-inner .banner-left .pos-info p {
        color: #fff;
        margin: 0;
        font-size: 15px; }
    .investor-page .page-banner-img .page-banner-inner .banner-left h1 {
      color: #000;
      padding-bottom: 24px;
      font-weight: 800;
      max-width: 600px; }
    .investor-page .page-banner-img .page-banner-inner .banner-left p {
      color: #000; }
    .investor-page .page-banner-img .page-banner-inner .banner-right .pos-info {
      display: flex;
      max-width: 544px;
      padding: 24px;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 16px;
      border-radius: 16px;
      border: 1px solid rgba(252, 252, 253, 0.2);
      background: rgba(30, 31, 36, 0.5);
      backdrop-filter: blur(20px); }
      .investor-page .page-banner-img .page-banner-inner .banner-right .pos-info h4 {
        color: #fff;
        font-size: 24px;
        line-height: 32px; }
      .investor-page .page-banner-img .page-banner-inner .banner-right .pos-info p {
        color: #fff;
        margin: 0; }
.investor-page .page-banner-img.page-banner-desktop {
  display: block; }
.investor-page .page-banner-img.page-banner-mobile {
  display: none;
  background-position: top center; }
.investor-page .page-overview {
  padding-top: 50px; }
  .investor-page .page-overview .main-banner-inner {
    display: flex;
    max-width: 1340px;
    width: 100%;
    padding: 48px 32px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    border-radius: 16px;
    background: #F4F8FB; }
    .investor-page .page-overview .main-banner-inner h2 {
      text-align: center; }
    .investor-page .page-overview .main-banner-inner .overview-info {
      display: flex;
      align-items: flex-start;
      gap: 20px;
      align-self: stretch; }
      .investor-page .page-overview .main-banner-inner .overview-info .block-banner {
        width: 50%;
        max-width: 50%; }
        .investor-page .page-overview .main-banner-inner .overview-info .block-banner img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 16px; }
      .investor-page .page-overview .main-banner-inner .overview-info .block-info {
        display: flex;
        padding: 40px 48px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 36px;
        width: 50%; }
.investor-page .mission-wrap {
  padding: 64px 0px; }
  .investor-page .mission-wrap .mission-inner {
    display: flex;
    padding: 40px 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #FED52F;
    position: relative;
    z-index: 2; }
    .investor-page .mission-wrap .mission-inner .paper-art {
      position: absolute;
      left: 5%;
      top: -50px;
      z-index: -1; }
    .investor-page .mission-wrap .mission-inner h3 {
      color: #000;
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px; }
    .investor-page .mission-wrap .mission-inner h2 {
      color: #000;
      text-align: center;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px;
      letter-spacing: -0.96px; }
    .investor-page .mission-wrap .mission-inner p {
      color: #000;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: -0.16px;
      max-width: 760px; }
.investor-page .admin-messages .admin-msg-in {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px; }
  .investor-page .admin-messages .admin-msg-in .msg-element {
    display: flex;
    padding: var(--spacing-md, 24px);
    align-items: center;
    gap: var(--spacing-lg, 32px);
    align-self: stretch;
    width: 50%;
    border-radius: var(--radius-md, 16px);
    background: var(--Surface-004, #F4F8FB);
    transition: all 0.3s ease; }
    .investor-page .admin-messages .admin-msg-in .msg-element:hover {
      background: var(--Surface-002, #FFF);
      box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12), 0px 15px 35px 0px rgba(103, 110, 118, 0.08); }
    .investor-page .admin-messages .admin-msg-in .msg-element .admin-img {
      min-width: 270px; }
      .investor-page .admin-messages .admin-msg-in .msg-element .admin-img img {
        height: 100%;
        object-fit: cover;
        border-radius: var(--radius-md, 16px); }
    .investor-page .admin-messages .admin-msg-in .msg-element .admin-info {
      display: flex;
      flex-direction: column;
      gap: 8px; }
      .investor-page .admin-messages .admin-msg-in .msg-element .admin-info span {
        color: var(--Text-004, #858284);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: -0.08px; }
      .investor-page .admin-messages .admin-msg-in .msg-element .admin-info h3 {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; }
      .investor-page .admin-messages .admin-msg-in .msg-element .admin-info h4 {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; }
      .investor-page .admin-messages .admin-msg-in .msg-element .admin-info p {
        margin: 24px 0; }
.investor-page .admin-messages .governance-title {
  padding: 64px; }
  .investor-page .admin-messages .governance-title h2 {
    text-align: center; }
.investor-page .reports-wrapper .report-listwrap {
  display: flex;
  padding: var(--spacing-xxl, 64px) var(--spacing-xl, 48px);
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-xl, 48px);
  border-radius: var(--radius-md, 16px);
  background: var(--Surface-004, #F4F8FB); }
  .investor-page .reports-wrapper .report-listwrap .report-title-list {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: var(--Surface-002, #FFF);
    padding: 6px;
    width: max-content; }
    .investor-page .reports-wrapper .report-listwrap .report-title-list::-webkit-scrollbar {
      height: 4px; }
    .investor-page .reports-wrapper .report-listwrap .report-title-list::-webkit-scrollbar-thumb {
      background-color: #FDB940;
      border-radius: 2px; }
    .investor-page .reports-wrapper .report-listwrap .report-title-list a {
      display: flex;
      height: 56px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 8px;
      padding: 18px 50px;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px;
      letter-spacing: -0.08px;
      border-radius: 100px;
      background: #fff;
      white-space: nowrap; }
    .investor-page .reports-wrapper .report-listwrap .report-title-list a.active {
      background: #fed52f;
      color: #000; }
.investor-page .reports-wrapper .report-details-wrapper .report-itm-wrapper .report-itm-description {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--radius-lg, 24px);
  padding-bottom: 30px; }
  .investor-page .reports-wrapper .report-details-wrapper .report-itm-wrapper .report-itm-description h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px; }
  .investor-page .reports-wrapper .report-details-wrapper .report-itm-wrapper .report-itm-description p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    max-width: 670px;
    text-align: center; }
.investor-page .reports-wrapper .report-details-wrapper .report-itm-wrapper .report-itms-slider .slick-slide {
  padding: 20px 10px 25px 10px; }
.investor-page .reports-wrapper .report-details-wrapper .report-itm-wrapper .report-itms-slider .report-itm {
  border-radius: var(--radius-md, 16px);
  background: var(--Surface-006, rgba(252, 252, 253, 0.7));
  transition: all 0.3s ease;
  display: flex;
  padding: 32px 24px 80px 24px;
  position: relative;
  flex-direction: column;
  gap: var(--spacing-lg, 32px);
  min-height: 210px; }
  .investor-page .reports-wrapper .report-details-wrapper .report-itm-wrapper .report-itms-slider .report-itm h4 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; }
    .investor-page .reports-wrapper .report-details-wrapper .report-itm-wrapper .report-itms-slider .report-itm h4 a {
      color: #000; }
  .investor-page .reports-wrapper .report-details-wrapper .report-itm-wrapper .report-itms-slider .report-itm .report-download {
    position: absolute;
    bottom: 32px;
    right: 24px;
    opacity: 0.3;
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }
  .investor-page .reports-wrapper .report-details-wrapper .report-itm-wrapper .report-itms-slider .report-itm:hover {
    background: var(--Surface-002, #FFF);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12), 0px 15px 35px 0px rgba(103, 110, 118, 0.08); }
    .investor-page .reports-wrapper .report-details-wrapper .report-itm-wrapper .report-itms-slider .report-itm:hover .report-download {
      opacity: 1;
      background: var(--Action-Default-01, #FED52F); }
.investor-page .reports-wrapper .report-details-wrapper .report-slider-btns {
  padding-top: 30px;
  display: flex;
  justify-content: flex-end;
  gap: 24px; }
.investor-page .financial-info-reports {
  padding: 64px 0px; }
  .investor-page .financial-info-reports .financial-info-inner {
    border-radius: 16px;
    padding: 88px 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--radius-lg, 24px);
    flex-shrink: 0;
    display: flex;
    background: url("images/investors/investor-banner.png") #EABF14 50%/cover no-repeat; }
    .investor-page .financial-info-reports .financial-info-inner h3 {
      color: #000;
      text-align: center;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px;
      letter-spacing: -0.96px; }
    .investor-page .financial-info-reports .financial-info-inner p {
      color: #000;
      text-align: center;
      max-width: 660px;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px; }
.investor-page .latest-news-wrap {
  padding-bottom: 70px; }
  .investor-page .latest-news-wrap .invest-news-slider {
    position: relative; }
    .investor-page .latest-news-wrap .invest-news-slider .slick-arrow {
      position: absolute;
      bottom: -50px;
      right: 0; }
    .investor-page .latest-news-wrap .invest-news-slider .slick-arrow.slick-prev {
      right: 70px; }
    .investor-page .latest-news-wrap .invest-news-slider .slick-slide {
      padding: 10px 10px 25px 10px; }
    .investor-page .latest-news-wrap .invest-news-slider .slider-itm {
      display: flex !important;
      padding: var(--spacing-lg, 32px) var(--spacing-md, 24px);
      flex-direction: column;
      justify-content: space-between;
      gap: var(--spacing-lg, 32px);
      flex-shrink: 0;
      border-radius: var(--radius-md, 16px);
      background: var(--Surface-004, #F4F8FB);
      min-height: 320px;
      transition: all 0.3s ease; }
      .investor-page .latest-news-wrap .invest-news-slider .slider-itm h3 {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; }
        .investor-page .latest-news-wrap .invest-news-slider .slider-itm h3 a {
          color: #000; }
      .investor-page .latest-news-wrap .invest-news-slider .slider-itm .blog-date-wrap {
        display: flex;
        justify-content: space-between; }
        .investor-page .latest-news-wrap .invest-news-slider .slider-itm .blog-date-wrap span {
          color: var(--Text-004, #858284);
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 26px;
          letter-spacing: -0.16px; }
        .investor-page .latest-news-wrap .invest-news-slider .slider-itm .blog-date-wrap a {
          opacity: 0; }
      .investor-page .latest-news-wrap .invest-news-slider .slider-itm:hover {
        background: var(--Surface-002, #FFF);
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12), 0px 15px 35px 0px rgba(103, 110, 118, 0.08); }
        .investor-page .latest-news-wrap .invest-news-slider .slider-itm:hover .blog-date-wrap span {
          color: #000; }
        .investor-page .latest-news-wrap .invest-news-slider .slider-itm:hover .blog-date-wrap a {
          opacity: 1; }
.investor-page .latest-doc {
  padding-top: 64px; }
  .investor-page .latest-doc .latest-doc-inner {
    border-radius: 16px;
    background: var(--Surface-004, #F4F8FB);
    display: flex;
    padding: var(--spacing-xl, 48px) var(--spacing-lg, 32px);
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .investor-page .latest-doc .latest-doc-inner .latest-doc-center {
      max-width: 840px;
      width: 100%;
      gap: var(--spacing-md, 24px);
      display: flex;
      flex-direction: column;
      align-items: center; }
    .investor-page .latest-doc .latest-doc-inner .latest-doc-itm .pdfemb-viewer {
      width: 100% !important;
      border: 0px;
      border-radius: 16px;
      overflow: hidden; }
      .investor-page .latest-doc .latest-doc-inner .latest-doc-itm .pdfemb-viewer .pdfemb-toolbar {
        height: 45px;
        background: #000;
        padding: 0px 16px;
        display: flex;
        align-items: center; }
        .investor-page .latest-doc .latest-doc-inner .latest-doc-itm .pdfemb-viewer .pdfemb-toolbar div {
          color: var(--Text-005, #BEBBBC);
          text-align: center;
          font-family: "Manrope", sans-serif;
          font-size: 16px;
          font-style: normal;
          font-weight: 600;
          line-height: 20px;
          letter-spacing: -0.08px; }
        .investor-page .latest-doc .latest-doc-inner .latest-doc-itm .pdfemb-viewer .pdfemb-toolbar .pdfemb-page-area {
          margin-right: 30%; }
        .investor-page .latest-doc .latest-doc-inner .latest-doc-itm .pdfemb-viewer .pdfemb-toolbar button {
          -webkit-appearance: none;
          height: 32px;
          width: 32px;
          outline: 0px !important;
          border: 0px !important;
          box-shadow: none; }
          .investor-page .latest-doc .latest-doc-inner .latest-doc-itm .pdfemb-viewer .pdfemb-toolbar button:before {
            display: none; }
        .investor-page .latest-doc .latest-doc-inner .latest-doc-itm .pdfemb-viewer .pdfemb-toolbar button.pdfemb-prev {
          background: url("images/pdf/pdf-previous.svg") center no-repeat; }
        .investor-page .latest-doc .latest-doc-inner .latest-doc-itm .pdfemb-viewer .pdfemb-toolbar button.pdfemb-next {
          background: url("images/pdf/pdf-next.svg") center no-repeat; }
        .investor-page .latest-doc .latest-doc-inner .latest-doc-itm .pdfemb-viewer .pdfemb-toolbar button.pdfemb-zoomout {
          background: url("images/pdf/pdf-zoomout.svg") center no-repeat; }
        .investor-page .latest-doc .latest-doc-inner .latest-doc-itm .pdfemb-viewer .pdfemb-toolbar button.pdfemb-zoomin {
          background: url("images/pdf/pdf-zoomin.svg") center no-repeat; }
    .investor-page .latest-doc .latest-doc-inner .latest-doc-info {
      border-radius: var(--radius-md, 16px);
      background: var(--Surface-006, rgba(252, 252, 253, 0.7));
      display: flex;
      padding: var(--spacing-sm, 16px) var(--spacing-md, 24px);
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      .investor-page .latest-doc .latest-doc-inner .latest-doc-info h3 {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; }
      .investor-page .latest-doc .latest-doc-inner .latest-doc-info a {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: -0.16px;
        display: flex;
        align-items: center;
        gap: 16px; }
.investor-page .reports-sumerywrap {
  padding: 64px 0px; }
  .investor-page .reports-sumerywrap .reports-sumery-inner {
    display: flex;
    padding: var(--spacing-xl, 48px) var(--spacing-lg, 32px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: var(--Surface-004, #F4F8FB); }
  .investor-page .reports-sumerywrap .reports-sumery {
    gap: var(--spacing-md, 24px);
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1100px; }
    .investor-page .reports-sumerywrap .reports-sumery .reports-titlebox {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .investor-page .reports-sumerywrap .reports-sumery .reports-titlebox .year-select {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px; }
        .investor-page .reports-sumerywrap .reports-sumery .reports-titlebox .year-select span {
          color: var(--Text-004, #858284);
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 20px;
          letter-spacing: -0.07px; }
        .investor-page .reports-sumerywrap .reports-sumery .reports-titlebox .year-select select {
          -webkit-appearance: none;
          display: flex;
          min-width: 135px;
          height: 56px;
          padding: 16px var(--spacing-sm, 16px) 16px var(--radius-lg, 24px);
          justify-content: center;
          align-items: center;
          gap: 8px;
          border-radius: var(--radius-xl, 32px);
          border: 1px solid var(--Boarder-03, #DCD9DA);
          color: #000;
          font-size: 16px;
          font-style: normal;
          font-weight: 600;
          line-height: 20px;
          letter-spacing: -0.08px;
          background: url("images/icons/arrow_drop_down.svg") right 15px center no-repeat #fff; }
    .investor-page .reports-sumerywrap .reports-sumery .reports-list-table {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .cell-date {
        width: 25%; }
      .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .cell-info {
        width: 45%; }
      .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .cell-download {
        width: 30%; }
      .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .report-table-body {
        background: var(--Surface-006, rgba(252, 252, 253, 0.7));
        border-radius: 0px 0px 16px 16px;
        overflow: hidden; }
        .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .report-table-body .report-table-itm {
          display: none; }
          .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .report-table-body .report-table-itm:nth-child(1) {
            display: block; }
          .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .report-table-body .report-table-itm .report-list-body {
            display: flex;
            align-items: center;
            align-self: stretch;
            border-bottom: 1px solid rgba(0, 0, 0, 0.03); }
            .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .report-table-body .report-table-itm .report-list-body div {
              padding: 15px 44px; }
            .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .report-table-body .report-table-itm .report-list-body div.cell-date {
              color: var(--Text-004, #858284);
              font-size: 16px;
              font-style: normal;
              font-weight: 500;
              line-height: 26px;
              letter-spacing: -0.16px; }
            .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .report-table-body .report-table-itm .report-list-body div.cell-info {
              color: var(--Text-003, #666365);
              font-size: 16px;
              font-style: normal;
              font-weight: 600;
              line-height: 20px;
              letter-spacing: -0.08px; }
            .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .report-table-body .report-table-itm .report-list-body div.cell-download {
              display: flex;
              gap: 20px; }
        .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .report-table-body .report-table-itm.report-other-line {
          display: block !important; }
      .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .report-list-head {
        display: flex;
        align-items: center;
        align-self: stretch;
        background: var(--Neutral-12, #211F20);
        border-radius: 16px 16px 0px 0px; }
        .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .report-list-head .cell-itm {
          padding: 15px 44px;
          color: #fff;
          font-size: 16px;
          font-style: normal;
          font-weight: 600;
          line-height: 20px;
          letter-spacing: -0.08px; }
        .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .report-list-head .cell-itm.cell-date {
          border-right: 1px solid var(--Boarder-08, rgba(252, 252, 253, 0.4)); }
        .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .report-list-head .cell-itm.cell-info {
          border-right: 1px solid var(--Boarder-08, rgba(252, 252, 253, 0.4)); }
.investor-page .leaders-sliders-wrapper {
  padding: 64px 0px; }
  .investor-page .leaders-sliders-wrapper .governance-title h2 {
    text-align: center; }
  .investor-page .leaders-sliders-wrapper .leaders-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 47px; }
    .investor-page .leaders-sliders-wrapper .leaders-title-wrap .leaders-title-list {
      width: max-content;
      border-radius: 100px;
      background: var(--Surface-004, #F4F8FB);
      display: flex;
      padding: 6px;
      justify-content: center;
      align-items: center;
      gap: 8px; }
      .investor-page .leaders-sliders-wrapper .leaders-title-wrap .leaders-title-list a {
        border-radius: 100px;
        display: flex;
        height: 56px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: var(--Text-004, #858284);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: -0.08px;
        padding: 18px 50px; }
      .investor-page .leaders-sliders-wrapper .leaders-title-wrap .leaders-title-list a.active {
        background: var(--Action-Default-01, #FED52F);
        color: #000; }

.investor-page.financial-reports-page .page-banner-img .page-banner-inner .banner-left h1 {
  color: #fff; }
.investor-page.financial-reports-page .page-banner-img .page-banner-inner .banner-left p {
  color: #fff; }

.leaders-slider-wrap .leaders-btnbox {
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px; }
.leaders-slider-wrap .leaders-slider .slick-list {
  overflow: visible; }
.leaders-slider-wrap .leaders-slider .slick-track {
  display: flex; }
.leaders-slider-wrap .leaders-slider .slick-slide {
  height: auto; }
  .leaders-slider-wrap .leaders-slider .slick-slide > div {
    height: 100%; }
.leaders-slider-wrap .leaders-slider .slider-itm {
  max-width: 340px;
  flex-direction: column;
  display: flex !important;
  gap: var(--spacing-xs, 8px);
  padding: 0px 10px;
  height: 100%; }
  .leaders-slider-wrap .leaders-slider .slider-itm .member-banner {
    width: 100%;
    min-height: 320px;
    border-radius: var(--radius-md, 16px);
    overflow: hidden; }
    .leaders-slider-wrap .leaders-slider .slider-itm .member-banner img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .leaders-slider-wrap .leaders-slider .slider-itm .member-txt {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    background: var(--Surface-004, #F4F8FB);
    display: flex;
    padding: var(--spacing-md, 24px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-xxs, 4px);
    transition: all 0.3s ease; }
    .leaders-slider-wrap .leaders-slider .slider-itm .member-txt h4 {
      color: #000;
      padding: 0;
      margin: 0;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px; }
    .leaders-slider-wrap .leaders-slider .slider-itm .member-txt h5 {
      padding: 0;
      margin: 0;
      color: #858284;
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      line-height: 16px; }
  .leaders-slider-wrap .leaders-slider .slider-itm:hover .member-txt {
    background: var(--Surface-002, #FFF);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12), 0px 15px 35px 0px rgba(103, 110, 118, 0.08); }

.admin-message-page .page-banner-img {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }
  .admin-message-page .page-banner-img span {
    color: #FDB940;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #FDB940;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; }
  .admin-message-page .page-banner-img h1 {
    color: #fff !important; }
  .admin-message-page .page-banner-img p {
    color: #fff !important; }
.admin-message-page .message-content {
  padding: 64px 0;
  padding: 64px 0; }
  .admin-message-page .message-content .container {
    max-width: 800px;
    max-width: 800px; }
    .admin-message-page .message-content .container .mesageinfo {
      border-radius: var(--radius-md, 16px);
      background: var(--Surface-004, #F4F8FB);
      padding: var(--spacing-md, 24px);
      border-radius: var(--radius-md, 16px);
      background: var(--Surface-004, #F4F8FB);
      padding: var(--spacing-md, 24px); }

.member-type-wrap {
  padding-bottom: 48px; }
  .member-type-wrap .members-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 47px; }
    .member-type-wrap .members-title h3 {
      color: #000;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px;
      letter-spacing: -0.96px;
      padding: 0;
      margin: 0; }
    .member-type-wrap .members-title p {
      color: #000;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 28px;
      letter-spacing: 0.18px; }

.member-type-wrap.display-element {
  display: block !important; }

.common-report-section .report-itm-description {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--radius-lg, 24px);
  padding-bottom: 30px; }
  .common-report-section .report-itm-description h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px; }
  .common-report-section .report-itm-description p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    max-width: 670px;
    text-align: center; }
.common-report-section .report-slider-btns {
  padding-top: 30px;
  display: flex;
  justify-content: flex-end;
  gap: 24px; }
.common-report-section .report-itms-slider .slick-slide {
  padding: 20px 10px 25px 10px; }
.common-report-section .report-itms-slider .report-itm {
  border-radius: var(--radius-md, 16px);
  background: var(--Surface-006, rgba(252, 252, 253, 0.7));
  transition: all 0.3s ease;
  display: flex !important;
  padding: 32px 24px 80px 24px;
  position: relative;
  flex-direction: column;
  gap: var(--spacing-lg, 32px);
  min-height: 210px; }
  .common-report-section .report-itms-slider .report-itm h4 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; }
    .common-report-section .report-itms-slider .report-itm h4 a {
      color: #000; }
  .common-report-section .report-itms-slider .report-itm .report-download {
    position: absolute;
    bottom: 32px;
    right: 24px;
    opacity: 0.3;
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }
  .common-report-section .report-itms-slider .report-itm:hover {
    background: var(--Surface-002, #FFF);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12), 0px 15px 35px 0px rgba(103, 110, 118, 0.08); }
    .common-report-section .report-itms-slider .report-itm:hover .report-download {
      opacity: 1;
      background: var(--Action-Default-01, #FED52F); }

.merchant-page .page-banner-img {
  position: relative; }
  .merchant-page .page-banner-img:after {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 21.78%, rgba(0, 0, 0, 0.32) 58.62%, rgba(0, 0, 0, 0.48) 90.18%);
    content: '';
    height: 100%;
    width: 50%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0; }
  .merchant-page .page-banner-img .partner-us-form {
    display: flex;
    flex-direction: column;
    padding: var(--spacing-xl, 48px) var(--radius-xl, 32px);
    align-items: center;
    gap: 10px;
    border-radius: var(--radius-md, 16px);
    background: var(--Surface-002, #FFF);
    width: 100%;
    max-width: 380px;
    position: relative;
    z-index: 3; }
    .merchant-page .page-banner-img .partner-us-form a {
      display: flex;
      padding: 10px 20px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      align-self: stretch;
      width: 100%;
      border-radius: var(--radius-xl, 32px);
      background: var(--Action-Default-01, #FED52F);
      color: var(--Action-Default-03, #000);
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: -0.14px; }
    .merchant-page .page-banner-img .partner-us-form h3 {
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px;
      color: #000;
      text-align: center; }
    .merchant-page .page-banner-img .partner-us-form p {
      text-align: center;
      color: #666365;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 26px; }
    .merchant-page .page-banner-img .partner-us-form .form-line {
      display: flex;
      flex-direction: column;
      width: 100%;
      gap: 8px;
      padding: 0;
      margin: 0; }
      .merchant-page .page-banner-img .partner-us-form .form-line .validate-msg {
        color: #E74630;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        padding-left: 20px;
        background: url("images/icons/icon-error.svg") top 1px left no-repeat; }
      .merchant-page .page-banner-img .partner-us-form .form-line .validate-msg.success {
        color: #3DBC60;
        background: url("images/icons/tck-green.png") top 3px left no-repeat; }
      .merchant-page .page-banner-img .partner-us-form .form-line label {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        margin: 0;
        padding: 0; }
      .merchant-page .page-banner-img .partner-us-form .form-line select {
        border-radius: var(--radius-xs, 8px);
        border: 1px solid var(--Boarder-02, #F2F0F1);
        background: url("images/icons/select-dropdown.svg") right 10px center #FDFCFC no-repeat;
        height: 44px;
        padding: 10px 14px;
        align-items: center;
        align-self: stretch;
        -webkit-appearance: none;
        color: var(--Text-004, #858284);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; }
      .merchant-page .page-banner-img .partner-us-form .form-line .input-wrap {
        display: flex;
        align-items: center;
        border-radius: var(--radius-xs, 8px);
        border: 1px solid var(--Boarder-02, #F2F0F1);
        padding: 10px 5px 10px 14px; }
        .merchant-page .page-banner-img .partner-us-form .form-line .input-wrap input[type="text"] {
          border: 0;
          padding: 0 10px 0 30px;
          margin: 0;
          color: var(--Text-004, #858284);
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 20px;
          height: 20px; }
        .merchant-page .page-banner-img .partner-us-form .form-line .input-wrap input[type="text"].email-icon {
          background: url("images/misc/icon-email.svg") left center no-repeat transparent; }
        .merchant-page .page-banner-img .partner-us-form .form-line .input-wrap input[type="text"].otp-icon {
          background: url("images/forms/icon-otp.svg") left center no-repeat transparent; }
    .merchant-page .page-banner-img .partner-us-form .form-line.otp-line {
      display: none; }
      .merchant-page .page-banner-img .partner-us-form .form-line.otp-line .yellow-btn.active {
        background: url("images/icons/tick-white.png") center left 5px no-repeat #3DBC60;
        padding-left: 25px;
        color: #fff; }
    .merchant-page .page-banner-img .partner-us-form .form-line.otp-line.active .input-wrap {
      border: 1px solid #3DBC60; }
    .merchant-page .page-banner-img .partner-us-form .form-line.btn-wrap {
      margin-top: 15px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .merchant-page .page-banner-img .partner-us-form .form-line.btn-wrap input {
        width: 100%; }
      .merchant-page .page-banner-img .partner-us-form .form-line.btn-wrap input.yellow-btn {
        border-radius: 32px !important; }
      .merchant-page .page-banner-img .partner-us-form .form-line.btn-wrap input.yellow-btn.desabled {
        background: #F2F0F1;
        color: #BEBBBC;
        pointer-events: none; }
      .merchant-page .page-banner-img .partner-us-form .form-line.btn-wrap input.reset-btn {
        margin-top: 15px;
        border: 0;
        color: #FDB940;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        cursor: pointer;
        letter-spacing: -0.14px;
        background: url("images/icons/reset.svg") right center no-repeat transparent;
        padding-right: 25px;
        width: max-content;
        align-items: center;
        display: none; }
.merchant-page .baner-infobox {
  margin-top: 64px;
  display: flex;
  background: #fed52f;
  border-radius: 16px;
  overflow: hidden;
  min-height: 360px; }
  .merchant-page .baner-infobox div {
    width: 50%; }
    .merchant-page .baner-infobox div img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .merchant-page .baner-infobox div.side-txt {
    display: flex;
    padding: 40px 48px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px; }
    .merchant-page .baner-infobox div.side-txt h3 {
      color: var(--Text-002, #000);
      font-size: 40px;
      font-style: normal;
      font-weight: 800;
      line-height: 48px;
      letter-spacing: -0.8px;
      padding: 0;
      margin: 0; }
    .merchant-page .baner-infobox div.side-txt p {
      color: var(--Text-002, #000);
      font-style: normal;
      font-weight: 500;
      letter-spacing: 0.18px;
      padding: 0;
      margin: 0; }
.merchant-page .merchant-overview {
  padding: 64px 0; }
  .merchant-page .merchant-overview .container {
    max-width: 930px; }
  .merchant-page .merchant-overview .merchant-overview-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--radius-lg, 24px);
    align-self: stretch; }
  .merchant-page .merchant-overview h2 {
    text-align: center; }
  .merchant-page .merchant-overview p {
    text-align: center;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; }
.merchant-page .how-works-wrap .how-works-inner {
  display: flex;
  padding: var(--spacing-xl, 48px);
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  border-radius: 16px 16px 0px 0px;
  background: var(--Surface-004, #F4F8FB); }
  .merchant-page .how-works-wrap .how-works-inner .how-works-details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 32px; }
    .merchant-page .how-works-wrap .how-works-inner .how-works-details .how-works-itm {
      display: flex;
      flex-direction: column; }
      .merchant-page .how-works-wrap .how-works-inner .how-works-details .how-works-itm .how-works-txt {
        display: flex;
        padding: var(--spacing-md, 24px);
        flex-direction: column;
        gap: 16px;
        border-radius: var(--radius-md, 16px) var(--radius-md, 16px) var(--radius-none, 0px) var(--radius-none, 0px);
        background: var(--Surface-002, #FFF); }
      .merchant-page .how-works-wrap .how-works-inner .how-works-details .how-works-itm img {
        width: max-content; }
      .merchant-page .how-works-wrap .how-works-inner .how-works-details .how-works-itm h3 {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        min-height: 48px;
        line-height: 24px; }
      .merchant-page .how-works-wrap .how-works-inner .how-works-details .how-works-itm ul {
        padding: var(--spacing-md, 24px);
        border-radius: var(--radius-none, 0px) var(--radius-none, 0px) var(--radius-md, 16px) var(--radius-md, 16px);
        background: var(--Surface-006, rgba(252, 252, 253, 0.7));
        margin: 0;
        height: 100%; }
        .merchant-page .how-works-wrap .how-works-inner .how-works-details .how-works-itm ul li {
          color: var(--Text-003, #666365);
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 20px;
          padding-bottom: 16px;
          padding-left: 5px;
          margin-left: 17px;
          list-style-image: url("images/icons/list-icon-yellow.svg"); }

.partners-wrapper .partners-slider .slick-slide {
  padding: 0px 6px; }
.partners-wrapper .partners-slider .slider-itm {
  border-radius: 6.667px;
  background: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 150px !important;
  height: 100px;
  padding: 9.168px 0.833px 9.165px 1.667px; }
  .partners-wrapper .partners-slider .slider-itm img {
    width: max-content;
    max-width: 100%; }
.partners-wrapper .partners-inner {
  border-radius: 0px 0px var(--radius-md, 16px) var(--radius-md, 16px);
  background: var(--Transparancy-Brand-01, rgba(254, 213, 47, 0.4));
  display: flex;
  padding: 48px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-md, 12px);
  align-self: stretch; }
  .partners-wrapper .partners-inner .slick-slide {
    padding: 0px 6px; }
  .partners-wrapper .partners-inner .slider-itm {
    border-radius: 6.667px;
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 150px !important;
    height: 100px;
    padding: 9.168px 0.833px 9.165px 1.667px; }
    .partners-wrapper .partners-inner .slider-itm img {
      width: max-content;
      max-width: 100%; }
  .partners-wrapper .partners-inner h3 {
    text-align: center;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding-bottom: 12px; }

.faq-wrapper {
  padding-top: 60px; }
  .faq-wrapper .container {
    max-width: 1100px; }
  .faq-wrapper .faq-item {
    border-radius: 16px;
    background: var(--Surface-004, #F4F8FB);
    display: flex;
    padding: var(--spacing-lg, 32px);
    flex-direction: column;
    gap: 20px;
    margin-bottom: 8px; }
    .faq-wrapper .faq-item .faq-answer {
      display: none; }
    .faq-wrapper .faq-item p {
      color: var(--Text-003, #666365);
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 26px;
      letter-spacing: -0.16px; }
    .faq-wrapper .faq-item ul {
      padding: 0 0 20px 15px;
      margin: 0; }
      .faq-wrapper .faq-item ul li {
        color: var(--Text-003, #666365);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: -0.16px;
        padding-bottom: 4px; }
    .faq-wrapper .faq-item ol {
      padding: 0 0 20px 15px;
      margin: 0; }
      .faq-wrapper .faq-item ol li {
        color: var(--Text-003, #666365);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: -0.16px;
        padding-bottom: 4px; }
    .faq-wrapper .faq-item .broucher-download {
      display: flex;
      padding: 4px var(--spacing-xxs, 4px) 4px var(--spacing-sm, 16px);
      align-items: center;
      gap: var(--radius-md, 16px);
      border-radius: var(--radius-xxl, 64px);
      background: var(--Secondary-02, #FFF);
      color: var(--Text-002, #000);
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px; }
  .faq-wrapper .video-box-inner h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #000; }
  .faq-wrapper .video-box-inner p {
    color: var(--Text-003, #666365);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; }
  .faq-wrapper .video-box-inner .video-wrap {
    border-radius: var(--radius-md, 16px);
    background: #FFF;
    overflow: hidden;
    position: relative; }
    .faq-wrapper .video-box-inner .video-wrap .video-control {
      position: absolute;
      bottom: 21px;
      left: 35px; }
      .faq-wrapper .video-box-inner .video-wrap .video-control .pause-video {
        display: none; }
    .faq-wrapper .video-box-inner .video-wrap .video-control.playing .pause-video {
      display: block; }
    .faq-wrapper .video-box-inner .video-wrap .video-control.playing .play-video {
      display: none; }
  .faq-wrapper .video-box-inner video {
    width: 100%;
    float: left; }
  .faq-wrapper .faq-inner {
    padding: 60px 0px; }
    .faq-wrapper .faq-inner h2 {
      padding-bottom: 60px;
      text-align: center; }
  .faq-wrapper .registration-guide-in {
    margin-top: 24px; }
    .faq-wrapper .registration-guide-in h3 {
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px; }
  .faq-wrapper .faq-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.96px;
    transition: all 0.3s ease;
    cursor: pointer;
    padding-right: 40px;
    background: url("images/icons/faq-close.svg") right top 7px no-repeat; }
  .faq-wrapper .faq-title.faqopen {
    background: url("images/icons/faq-open.svg") right top 7px no-repeat; }

.partner-form-wrap {
  display: flex;
  align-items: center;
  height: 100%; }

.partner-form-wrap.rental-form-wrap {
  align-items: flex-end; }

input:focus {
  outline: 0px !important; }

textarea:focus {
  outline: 0px !important; }

select:focus {
  outline: 0px !important; }

.formbox-wrap {
  padding: 100px 0px 56px 0px; }
  .formbox-wrap .container {
    max-width: 1060px; }

.formbox-wrap.place-booking-wrap .container {
  max-width: 1370px; }

.merchant-form-wrap {
  border-radius: var(--radius-md, 16px);
  background: var(--Surface-004, #F4F8FB);
  padding: 32px; }
  .merchant-form-wrap h1 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding: 0 0 24px 0;
    margin: 0; }
  .merchant-form-wrap form {
    display: flex;
    gap: 0px;
    flex-wrap: wrap; }
  .merchant-form-wrap .steps {
    width: 202px;
    padding-right: 32px; }
    .merchant-form-wrap .steps ul {
      width: 100%;
      list-style-type: none;
      display: flex;
      flex-direction: column;
      padding: 0;
      margin: 0 0 12px 0;
      gap: 8px; }
      .merchant-form-wrap .steps ul li {
        position: relative;
        padding-bottom: 36px;
        width: 100%; }
        .merchant-form-wrap .steps ul li:after {
          content: '';
          height: 24px;
          background: #DCD9DA;
          width: 1px;
          position: absolute;
          bottom: 0px;
          left: 12px; }
        .merchant-form-wrap .steps ul li a {
          display: flex !important;
          color: var(--Text-004, #858284);
          text-align: center;
          font-size: 13px;
          font-style: normal;
          font-weight: 600;
          line-height: 20px;
          letter-spacing: -0.13px;
          padding: 0;
          gap: 8px;
          width: 100%;
          white-space: nowrap; }
          .merchant-form-wrap .steps ul li a .number {
            border: 1px solid var(--Boarder-02, #F2F0F1);
            background: var(--Neutral-02, #FAF9F9);
            min-width: 24px;
            max-width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            color: var(--Text-004, #858284);
            text-align: center;
            font-size: 13px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px;
            letter-spacing: -0.13px; }
      .merchant-form-wrap .steps ul li.current a {
        color: #000; }
      .merchant-form-wrap .steps ul li.current .number {
        border: 1px solid #000;
        color: #000; }
      .merchant-form-wrap .steps ul li.done:after {
        background: #FDB940; }
      .merchant-form-wrap .steps ul li.done a {
        color: #000; }
      .merchant-form-wrap .steps ul li.done .number {
        border: 1px solid #fed52f;
        background: #fed52f;
        color: #000; }
      .merchant-form-wrap .steps ul li.last:after {
        display: none; }
  .merchant-form-wrap .actions {
    width: calc(100% - 202px);
    border-radius: 0px 0px 12px 12px;
    border-top: 1px solid #F2F0F1;
    background: rgba(252, 252, 253, 0.7);
    margin-left: auto;
    padding: 16px 32px; }
    .merchant-form-wrap .actions ul {
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: space-between; }
      .merchant-form-wrap .actions ul li {
        list-style-type: none;
        padding: 0; }
        .merchant-form-wrap .actions ul li a {
          border-radius: 32px;
          display: inline-block;
          height: 48px;
          line-height: 48px;
          justify-content: center;
          align-items: center;
          min-width: 160px;
          text-align: center;
          font-family: "Manrope", sans-serif;
          font-size: 14px;
          padding: 0 20px;
          font-style: normal;
          font-weight: 500; }
        .merchant-form-wrap .actions ul li a[href="#finish"] {
          color: #000;
          background: #fed52f; }
        .merchant-form-wrap .actions ul li a[href="#finish"].disabled-btn {
          cursor: default;
          pointer-events: none;
          opacity: 0.4; }
        .merchant-form-wrap .actions ul li:nth-child(1) a {
          border: 1px solid #BEBBBC;
          color: #514F50;
          background: url("images/forms/form-arrow-left.svg") left 40px center no-repeat; }
        .merchant-form-wrap .actions ul li:nth-child(2) a {
          color: #000;
          background: url("images/forms/form-arrow-right.svg") right 40px center no-repeat #fed52f; }
        .merchant-form-wrap .actions ul li:nth-child(2) a.first-step {
          background: #fed52f;
          color: #000; }
  .merchant-form-wrap .content {
    width: calc(100% - 202px);
    border-radius: 12px 12px 0 0;
    overflow: visible;
    background: #fff;
    min-height: 100px; }
    .merchant-form-wrap .content h2 {
      color: #000;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
      padding: 0;
      margin: 0; }
    .merchant-form-wrap .content fieldset {
      width: 100% !important;
      height: auto !important;
      background: #fff; }
      .merchant-form-wrap .content fieldset .form-itms-wrap {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 32px; }
        .merchant-form-wrap .content fieldset .form-itms-wrap .form-line {
          width: 100%;
          display: flex;
          gap: 32px; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .form-line .form-itm {
            width: 50%; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .form-line .form-itm.double-line {
            width: 100%; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .form-line .form-itm.true-false {
            display: flex;
            flex-direction: column; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .form-line .back-link {
            font-size: 12px;
            margin-top: 12px;
            display: inline-block;
            color: #FDB940;
            background: url("images/icons/reset.svg") left center no-repeat;
            padding-left: 25px; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .form-line .otp-infoline input {
            height: 0px;
            opacity: 0; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .form-line .otp-infoline span {
            font-size: 12px; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .form-line .otp-infoline span.error-msg {
            color: #d40000;
            width: 100%;
            display: block;
            padding: 5px 10px;
            background: #faecec; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .form-line .otp-infoline span.success-msg {
            color: #038145;
            width: 100%;
            display: block;
            padding: 5px 10px;
            background: #ecfaee; }
        .merchant-form-wrap .content fieldset .form-itms-wrap .form-line.pt-30 {
          padding-top: 20px; }
        .merchant-form-wrap .content fieldset .form-itms-wrap .form-line.conditional-field {
          display: none; }
        .merchant-form-wrap .content fieldset .form-itms-wrap .img-preview {
          padding-top: 10px;
          width: 100%; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .img-preview img {
            max-height: 100px;
            width: auto;
            max-width: 100%; }
        .merchant-form-wrap .content fieldset .form-itms-wrap .true-false-radio {
          display: flex;
          height: var(--spacing-xl, 48px);
          padding: var(--spacing-xxs, 4px);
          justify-content: center;
          align-items: center;
          border-radius: 24px;
          background: var(--Surface-004, #F4F8FB);
          width: max-content;
          position: relative; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .true-false-radio .wpcf7-form-control .wpcf7-list-item {
            margin-top: 6px;
            position: relative;
            margin-right: 0px; }
            .merchant-form-wrap .content fieldset .form-itms-wrap .true-false-radio .wpcf7-form-control .wpcf7-list-item label {
              height: 40px;
              letter-spacing: -0.08px;
              display: flex;
              padding: 0px 18px;
              justify-content: center;
              align-items: center;
              margin: 0;
              position: relative;
              width: 60px; }
              .merchant-form-wrap .content fieldset .form-itms-wrap .true-false-radio .wpcf7-form-control .wpcf7-list-item label:after {
                font-size: 16px;
                border-radius: 20px;
                font-style: normal;
                font-weight: 600;
                line-height: 40px;
                color: #858284;
                text-align: center;
                position: absolute;
                width: 100%;
                top: 0px;
                pointer-events: none; }
              .merchant-form-wrap .content fieldset .form-itms-wrap .true-false-radio .wpcf7-form-control .wpcf7-list-item label input {
                width: 100%;
                height: 100%; }
              .merchant-form-wrap .content fieldset .form-itms-wrap .true-false-radio .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
                display: none; }
            .merchant-form-wrap .content fieldset .form-itms-wrap .true-false-radio .wpcf7-form-control .wpcf7-list-item label.active {
              background: #fed52f;
              color: #000; }
              .merchant-form-wrap .content fieldset .form-itms-wrap .true-false-radio .wpcf7-form-control .wpcf7-list-item label.active:after {
                color: #000; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .true-false-radio .wpcf7-form-control .wpcf7-list-item.first label:after {
            content: 'Yes'; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .true-false-radio .wpcf7-form-control .wpcf7-list-item.last label:after {
            content: 'No'; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .true-false-radio input {
            position: absolute;
            width: 50%;
            height: 40px;
            opacity: 0;
            left: auto;
            right: 0;
            cursor: pointer; }
            .merchant-form-wrap .content fieldset .form-itms-wrap .true-false-radio input:first-child {
              left: 0;
              right: auto; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .true-false-radio label {
            color: #858284;
            text-align: center;
            font-size: 16px;
            border-radius: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 40px;
            letter-spacing: -0.08px;
            display: flex;
            padding: 0px 18px;
            justify-content: center;
            align-items: center;
            margin: 0; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .true-false-radio label.active {
            background: #fed52f;
            color: #000; }
        .merchant-form-wrap .content fieldset .form-itms-wrap .true-false-btn {
          display: flex;
          height: var(--spacing-xl, 48px);
          padding: var(--spacing-xxs, 4px);
          justify-content: center;
          align-items: center;
          border-radius: 24px;
          background: var(--Surface-004, #F4F8FB);
          width: max-content;
          position: relative; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .true-false-btn p {
            display: flex;
            height: var(--spacing-xl, 48px);
            padding: var(--spacing-xxs, 4px);
            justify-content: center;
            position: relative; }
            .merchant-form-wrap .content fieldset .form-itms-wrap .true-false-btn p .wpcf7-form-control-wrap {
              position: absolute;
              width: 100%;
              height: 100%; }
              .merchant-form-wrap .content fieldset .form-itms-wrap .true-false-btn p .wpcf7-form-control-wrap .wpcf7-list-item-label {
                display: none; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .true-false-btn strong {
            color: #858284;
            text-align: center;
            font-size: 16px;
            border-radius: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 40px;
            letter-spacing: -0.08px;
            display: flex;
            padding: 0px 18px;
            justify-content: center;
            align-items: center; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .true-false-btn strong.active {
            background: #fed52f;
            color: #000; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .true-false-btn input {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: 0; }
        .merchant-form-wrap .content fieldset .form-itms-wrap .input-file-wrap {
          border-radius: var(--radius-xs, 8px);
          border: 1px solid var(--Boarder-02, #F2F0F1);
          background: var(--Neutral-01, #FDFCFC);
          display: flex;
          height: 44px;
          padding: 4px;
          justify-content: space-between;
          align-items: center;
          align-self: stretch;
          position: relative; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .input-file-wrap p {
            width: 100%;
            display: flex;
            justify-content: space-between;
            gap: 10px;
            position: relative; }
            .merchant-form-wrap .content fieldset .form-itms-wrap .input-file-wrap p .wpcf7-form-control-wrap {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              max-width: 100%; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .input-file-wrap input {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: 0; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .input-file-wrap span {
            width: 100%;
            color: var(--Text-004, #858284);
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 30px;
            padding: 0 0 0 10px;
            overflow: hidden;
            max-width: calc(100% - 100px);
            max-height: 36px; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .input-file-wrap strong {
            display: flex;
            height: 36px;
            padding: 8px 8px 8px 35px;
            justify-content: flex-end;
            align-items: center;
            gap: 10px;
            border-radius: var(--radius-xxs, 4px);
            background: url("images/forms/icon-upload.svg") left 8px center no-repeat #fed52f;
            text-align: center;
            color: #000;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
            letter-spacing: -0.14px; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .input-file-wrap label {
            position: absolute;
            right: 0;
            bottom: -25px; }
        .merchant-form-wrap .content fieldset .form-itms-wrap .form-description .downlod-txt {
          display: flex;
          padding: 4px 45px 4px 16px;
          align-items: center;
          height: 40px;
          border-radius: var(--radius-xxl, 64px);
          background: url("images/forms/icon-menu-download.svg") right center no-repeat #FFFAE5;
          color: #000;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 20px; }
        .merchant-form-wrap .content fieldset .form-itms-wrap .form-description h4 {
          color: #000;
          font-size: 16px;
          font-style: normal;
          font-weight: 600;
          line-height: 20px;
          letter-spacing: -0.08px;
          padding: 0 0 8px 0;
          margin: 0; }
        .merchant-form-wrap .content fieldset .form-itms-wrap .form-description p {
          color: #514F50;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 20px;
          letter-spacing: -0.07px;
          padding: 0;
          margin: 0; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .form-description p a {
            color: #FDB940; }
        .merchant-form-wrap .content fieldset .form-itms-wrap .table-head {
          border-radius: 8px;
          background: var(--Neutral-12, #211F20);
          color: var(--Text-009, #FFF);
          font-size: 16px;
          font-style: normal;
          font-weight: 600;
          line-height: 20px;
          letter-spacing: -0.08px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .table-head div {
            min-width: 50%;
            display: flex;
            height: 56px;
            padding: 0px 24px;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            gap: 8px; }
            .merchant-form-wrap .content fieldset .form-itms-wrap .table-head div p {
              padding: 0;
              margin: 0;
              color: var(--Text-009, #FFF);
              font-size: 16px;
              font-style: normal;
              font-weight: 600;
              line-height: 20px;
              letter-spacing: -0.08px; }
            .merchant-form-wrap .content fieldset .form-itms-wrap .table-head div:first-child {
              border-right: 1px solid var(--Boarder-08, rgba(252, 252, 253, 0.4)); }
        .merchant-form-wrap .content fieldset .form-itms-wrap .table-body {
          display: flex;
          flex-direction: column;
          gap: 4px;
          border-radius: var(--radius-xs, 8px);
          background: var(--Neutral-01, #FDFCFC);
          padding-top: 30px; }
          .merchant-form-wrap .content fieldset .form-itms-wrap .table-body .table-row {
            display: flex;
            width: 100%; }
            .merchant-form-wrap .content fieldset .form-itms-wrap .table-body .table-row .table-itm {
              width: 50%; }
            .merchant-form-wrap .content fieldset .form-itms-wrap .table-body .table-row .table-cell-name {
              border-right: 1px solid #F2F0F1;
              height: 60px;
              padding: 0px 24px;
              justify-content: space-between;
              align-items: center;
              display: flex;
              gap: 8px; }
              .merchant-form-wrap .content fieldset .form-itms-wrap .table-body .table-row .table-cell-name p {
                justify-content: space-between;
                align-items: center;
                display: flex;
                gap: 8px;
                width: 100%;
                padding: 0;
                margin: 0; }
              .merchant-form-wrap .content fieldset .form-itms-wrap .table-body .table-row .table-cell-name label {
                color: #000;
                font-size: 16px;
                font-style: normal;
                font-weight: 600;
                line-height: 20px;
                letter-spacing: -0.08px; }
              .merchant-form-wrap .content fieldset .form-itms-wrap .table-body .table-row .table-cell-name span {
                display: flex;
                align-items: center;
                gap: 8px; }
                .merchant-form-wrap .content fieldset .form-itms-wrap .table-body .table-row .table-cell-name span label {
                  color: #1F1F1F;
                  font-size: 14px;
                  font-style: normal;
                  font-weight: 500;
                  line-height: 20px; }
            .merchant-form-wrap .content fieldset .form-itms-wrap .table-body .table-row .table-cell-time {
              display: flex;
              width: 336px;
              height: 60px;
              padding: 0px 24px;
              flex-direction: column;
              justify-content: center;
              align-items: flex-start; }
              .merchant-form-wrap .content fieldset .form-itms-wrap .table-body .table-row .table-cell-time .time-linewrap {
                border-radius: 8px;
                border: 1px solid #F2F0F1;
                background: #fff;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                padding: 0px 14px 0px 36px;
                gap: 8px;
                background: url("images/forms/icon-clock.svg") center left 8px no-repeat; }
                .merchant-form-wrap .content fieldset .form-itms-wrap .table-body .table-row .table-cell-time .time-linewrap p {
                  display: flex;
                  align-items: center;
                  gap: 8px;
                  width: 100%;
                  padding: 0;
                  margin: 0; }
                  .merchant-form-wrap .content fieldset .form-itms-wrap .table-body .table-row .table-cell-time .time-linewrap p .wpcf7-form-control-wrap {
                    content: none;
                    width: auto;
                    height: auto;
                    background: transparent;
                    top: auto;
                    display: block; }
                .merchant-form-wrap .content fieldset .form-itms-wrap .table-body .table-row .table-cell-time .time-linewrap input {
                  color: #858284;
                  font-size: 14px;
                  font-style: normal;
                  font-weight: 500;
                  line-height: 20px;
                  padding: 0 0 0 8px;
                  border: 0px;
                  position: relative;
                  max-width: 70px; }
                .merchant-form-wrap .content fieldset .form-itms-wrap .table-body .table-row .table-cell-time .time-linewrap span {
                  content: '';
                  width: 14px;
                  height: 1px;
                  background: #858284;
                  top: 50%;
                  display: block; }
      .merchant-form-wrap .content fieldset .action-line {
        border-radius: 0px 0px 12px 12px;
        border-top: 1px solid #F2F0F1;
        background: rgba(252, 252, 253, 0.7);
        margin-left: auto;
        padding: 16px 32px;
        display: flex;
        justify-content: space-between;
        position: relative; }
        .merchant-form-wrap .content fieldset .action-line .wpcf7-spinner {
          position: absolute;
          right: -15px; }
        .merchant-form-wrap .content fieldset .action-line p {
          display: flex;
          justify-content: space-between;
          position: relative;
          width: 100%;
          padding: 0;
          margin: 0; }
        .merchant-form-wrap .content fieldset .action-line .prev-btn {
          border: 1px solid #BEBBBC;
          color: #514F50;
          background: url("images/forms/form-arrow-left.svg") left 25px center no-repeat;
          border-radius: 32px !important;
          display: inline-block;
          height: 48px;
          line-height: 48px;
          justify-content: center;
          align-items: center;
          min-width: 160px;
          text-align: center;
          font-family: "Manrope", sans-serif;
          font-size: 14px;
          padding: 0 20px;
          font-style: normal;
          font-weight: 500; }
        .merchant-form-wrap .content fieldset .action-line input {
          border-radius: 32px !important;
          display: inline-block;
          height: 48px; }
        .merchant-form-wrap .content fieldset .action-line input.next-btn {
          background: url("images/forms/form-arrow-right.svg") right 25px center no-repeat #fed52f;
          min-width: 140px; }
        .merchant-form-wrap .content fieldset .action-line input.submit-button-final {
          background: #fed52f;
          min-width: 140px; }
      .merchant-form-wrap .content fieldset .action-line.second-step {
        justify-content: flex-end; }
      .merchant-form-wrap .content fieldset .action-line.first-step {
        justify-content: flex-end; }
        .merchant-form-wrap .content fieldset .action-line.first-step .next-btn {
          background-image: none; }
        .merchant-form-wrap .content fieldset .action-line.first-step p {
          width: max-content; }
  .merchant-form-wrap button {
    border-radius: 4px;
    background: #fed52f;
    display: inline-flex;
    height: 36px;
    padding: 10px var(--spacing-sm, 16px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    color: var(--Action-Default-03, #000);
    text-align: center;
    border: 0px;
    white-space: nowrap;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; }
  .merchant-form-wrap .yellow-btn {
    border-radius: 4px;
    background: #fed52f;
    display: inline-flex;
    height: 36px;
    padding: 10px var(--spacing-sm, 16px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    color: var(--Action-Default-03, #000);
    text-align: center;
    border: 0px;
    white-space: nowrap;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; }
  .merchant-form-wrap textarea {
    border-radius: 8px;
    border: 1px solid var(--Boarder-02, #F2F0F1);
    background: var(--Neutral-01, #FDFCFC);
    resize: none;
    min-height: 80px;
    padding: 10px 14px;
    width: 100%;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #666; }
  .merchant-form-wrap select {
    border-radius: 8px;
    border: 1px solid #F2F0F1;
    display: flex;
    height: 44px;
    padding: 0px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    position: relative;
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    color: #666;
    background-color: transparent;
    background: url("images/forms/select-arrow-down.svg") right 14px center no-repeat #FDFCFC;
    padding-right: 40px;
    -webkit-appearance: none;
    position: relative;
    width: 100%; }
    .merchant-form-wrap select::placeholder {
      color: #858284; }
  .merchant-form-wrap input {
    border-radius: 8px;
    border: 1px solid #F2F0F1;
    display: flex;
    height: 44px;
    padding: 0px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    position: relative;
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    color: #666;
    background-color: transparent; }
    .merchant-form-wrap input::placeholder {
      color: #858284; }
  .merchant-form-wrap select.with-icon {
    padding-left: 38px;
    background-position: left 10px center;
    background-repeat: no-repeat; }
  .merchant-form-wrap input.with-icon {
    padding-left: 38px;
    background-position: left 10px center;
    background-repeat: no-repeat; }
  .merchant-form-wrap select.email-icon {
    background-image: url("images/forms/icon-email.svg"); }
  .merchant-form-wrap input.email-icon {
    background-image: url("images/forms/icon-email.svg"); }
  .merchant-form-wrap select.otp-icon {
    background-image: url("images/forms/icon-otp.svg"); }
  .merchant-form-wrap input.otp-icon {
    background-image: url("images/forms/icon-otp.svg"); }
  .merchant-form-wrap select.call-icon {
    background-image: url("images/forms/icon-call.svg"); }
  .merchant-form-wrap input.call-icon {
    background-image: url("images/forms/icon-call.svg"); }
  .merchant-form-wrap select[type="radio"] {
    height: 18px;
    width: 18px;
    padding: 0px;
    border: 0;
    -webkit-appearance: none;
    background: url("images/forms/radio-bg.svg") center no-repeat;
    position: relative; }
    .merchant-form-wrap select[type="radio"]:checked {
      background: url("images/forms/radio-bg-checked.svg") center no-repeat; }
  .merchant-form-wrap input[type="radio"] {
    height: 18px;
    width: 18px;
    padding: 0px;
    border: 0;
    -webkit-appearance: none;
    background: url("images/forms/radio-bg.svg") center no-repeat;
    position: relative; }
    .merchant-form-wrap input[type="radio"]:checked {
      background: url("images/forms/radio-bg-checked.svg") center no-repeat; }
  .merchant-form-wrap select[type="checkbox"] {
    height: 18px;
    width: 18px;
    padding: 0px;
    border: 0;
    -webkit-appearance: none;
    background: url("images/forms/checkbox-bg.svg") center no-repeat;
    position: relative; }
    .merchant-form-wrap select[type="checkbox"]:checked {
      background: url("images/forms/checkbox-bg-checked.svg") center no-repeat; }
  .merchant-form-wrap input[type="checkbox"] {
    height: 18px;
    width: 18px;
    padding: 0px;
    border: 0;
    -webkit-appearance: none;
    background: url("images/forms/checkbox-bg.svg") center no-repeat;
    position: relative; }
    .merchant-form-wrap input[type="checkbox"]:checked {
      background: url("images/forms/checkbox-bg-checked.svg") center no-repeat; }
  .merchant-form-wrap select[type="button"] {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.14px;
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: var(--radius-xl, 32px);
    background: var(--Action-Default-01, #FED52F);
    text-transform: none; }
  .merchant-form-wrap input[type="button"] {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.14px;
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: var(--radius-xl, 32px);
    background: var(--Action-Default-01, #FED52F);
    text-transform: none; }
  .merchant-form-wrap label {
    color: #1F1F1F;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 8px;
    padding: 0;
    font-size: 14px; }
    .merchant-form-wrap label .more-info-icon {
      display: block;
      width: 20px;
      float: right;
      margin-left: 10px;
      height: 20px;
      background: url("images/forms/icon-tooltip.svg") center no-repeat; }
  .merchant-form-wrap label.error {
    font-size: 10px;
    color: red;
    float: right; }
  .merchant-form-wrap .input-wrap {
    width: 100%;
    display: flex;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #F2F0F1;
    background: #FDFCFC;
    padding: 4px;
    position: relative; }
    .merchant-form-wrap .input-wrap label.error {
      position: absolute;
      right: 0;
      top: -25px; }
    .merchant-form-wrap .input-wrap input {
      border: 0px;
      height: 36px;
      line-height: 36px;
      justify-content: space-between;
      align-items: center; }
    .merchant-form-wrap .input-wrap .pin-icon {
      background-image: url("images/forms/icon-pin.svg"); }
  .merchant-form-wrap .radio-wrapper {
    display: flex;
    gap: 48px; }
    .merchant-form-wrap .radio-wrapper .radio-itm {
      display: flex;
      gap: 8px;
      align-items: flex-start;
      justify-content: center; }
    .merchant-form-wrap .radio-wrapper .radio-itm.outlet-type-list {
      display: flex;
      align-items: center;
      gap: 30px; }
      .merchant-form-wrap .radio-wrapper .radio-itm.outlet-type-list label {
        display: flex;
        gap: 10px;
        align-items: center; }
    .merchant-form-wrap .radio-wrapper a {
      padding-top: 3px; }
      .merchant-form-wrap .radio-wrapper a img {
        float: left; }
  .merchant-form-wrap .onboarding-wrap {
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
    border: 0px;
    background: transparent; }
    .merchant-form-wrap .onboarding-wrap .steps ul {
      border: 0;
      background: transparent;
      border-radius: 0; }
      .merchant-form-wrap .onboarding-wrap .steps ul li {
        border: 0;
        background: transparent;
        margin: 0;
        padding: 0 0 36px 0;
        font-weight: 600; }
        .merchant-form-wrap .onboarding-wrap .steps ul li:before {
          display: none;
          margin: 0; }
        .merchant-form-wrap .onboarding-wrap .steps ul li a {
          padding: 0;
          font-weight: 600; }
        .merchant-form-wrap .onboarding-wrap .steps ul li a.active {
          color: #000; }
          .merchant-form-wrap .onboarding-wrap .steps ul li a.active span {
            border: 1px solid #000;
            color: #000; }
        .merchant-form-wrap .onboarding-wrap .steps ul li a.completed {
          color: #000; }
          .merchant-form-wrap .onboarding-wrap .steps ul li a.completed .number {
            border: 1px solid #fed52f;
            background: #fed52f;
            color: #000; }
        .merchant-form-wrap .onboarding-wrap .steps ul li a.completed.active span {
          border: 1px solid #000;
          color: #000;
          background: transparent; }
      .merchant-form-wrap .onboarding-wrap .steps ul li[aria-controls="step-6"]:after {
        display: none; }

.summery-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .summery-wrapper .summery-element {
    border-radius: var(--radius-xs, 8px);
    background: var(--Surface-004, #F4F8FB);
    display: flex;
    width: 100%;
    padding: var(--spacing-sm, 16px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-sm, 16px); }
    .summery-wrapper .summery-element .summery-heading {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      .summery-wrapper .summery-element .summery-heading h4 {
        color: #000;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: -0.08px;
        padding: 0;
        margin: 0; }
      .summery-wrapper .summery-element .summery-heading .edit-btn {
        border-radius: 32px;
        background: url("images/forms/form-edit.svg") center right 10px no-repeat #fff;
        display: flex;
        height: 36px;
        padding: 10px 35px 10px 16px;
        color: #514F50;
        text-align: center;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px; }
    .summery-wrapper .summery-element .summery-content {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 16px; }
      .summery-wrapper .summery-element .summery-content .submit-line {
        display: flex;
        gap: 40px;
        width: 100%; }
        .summery-wrapper .summery-element .summery-content .submit-line .submit-itm {
          width: 50%;
          display: flex;
          flex-direction: column;
          gap: 2px; }
          .summery-wrapper .summery-element .summery-content .submit-line .submit-itm label {
            color: #000;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 20px;
            padding: 0;
            margin: 0; }
          .summery-wrapper .summery-element .summery-content .submit-line .submit-itm span {
            color: #514F50;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 20px; }
          .summery-wrapper .summery-element .summery-content .submit-line .submit-itm .shop-timetable {
            display: flex;
            flex-direction: column;
            color: var(--Text-003, #514F50);
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 20px;
            width: 100%; }
            .summery-wrapper .summery-element .summery-content .submit-line .submit-itm .shop-timetable .time-line {
              width: 100%;
              display: flex;
              gap: 15px; }
              .summery-wrapper .summery-element .summery-content .submit-line .submit-itm .shop-timetable .time-line .time-date {
                width: 90px; }
      .summery-wrapper .summery-element .summery-content .cusum-submit {
        height: 0px !important;
        opacity: 0;
        overflow: hidden; }

.serialtip-custom {
  padding: 30px;
  background-color: #fff;
  box-shadow: 5px 5px 35px 5px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #666; }
  .serialtip-custom:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent; }

.serialtip-custom.is-placement-bottom:before {
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 0 6px 6px 6px;
  border-bottom-color: #fff; }

.hidden-info {
  display: none;
  visibility: hidden; }

.light-box-wrap {
  max-width: 675px;
  max-height: 90vh !important;
  height: 100%;
  padding: 32px;
  border-radius: 16px;
  background: #fff;
  overflow-y: auto; }
  .light-box-wrap::-webkit-scrollbar {
    width: 4px; }
  .light-box-wrap::-webkit-scrollbar-thumb {
    background-color: #fed52f;
    border-radius: 2px; }
  .light-box-wrap .light-box-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--spacing-md, 24px);
    align-self: stretch;
    height: auto; }
    .light-box-wrap .light-box-info .crop-header {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .light-box-wrap .light-box-info .crop-header h2 {
        font-size: 22px;
        line-height: 30px; }
      .light-box-wrap .light-box-info .crop-header .save-img {
        min-width: 120px; }
    .light-box-wrap .light-box-info .yellow-btn {
      min-width: 320px;
      border-radius: 32px;
      margin-left: auto; }
    .light-box-wrap .light-box-info h2 {
      color: var(--Text-002, #000);
      text-align: center;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px;
      letter-spacing: -0.96px; }
    .light-box-wrap .light-box-info p {
      color: var(--Text-003, #514F50);
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: -0.16px;
      padding: 0 0 16px 0;
      margin: 0; }
    .light-box-wrap .light-box-info h4 {
      color: var(--Text-002, #000);
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px;
      text-align: left;
      width: 100%; }
    .light-box-wrap .light-box-info .gmap-intro {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: var(--spacing-sm, 16px);
      align-self: stretch; }
    .light-box-wrap .light-box-info .gmap-box {
      width: 100%;
      height: 300px; }
    .light-box-wrap .light-box-info .gmap-buttons {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: var(--spacing-md, 24px);
      align-self: stretch;
      width: 100%; }
      .light-box-wrap .light-box-info .gmap-buttons .gmapbtns-wrap {
        display: flex;
        gap: 32px;
        width: 100%; }
        .light-box-wrap .light-box-info .gmap-buttons .gmapbtns-wrap div {
          width: 50%; }
          .light-box-wrap .light-box-info .gmap-buttons .gmapbtns-wrap div label {
            color: var(--Text-002, #000);
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 20px;
            padding: 0 0 16px 0;
            margin: 0; }
          .light-box-wrap .light-box-info .gmap-buttons .gmapbtns-wrap div input {
            border-radius: var(--radius-xs, 8px);
            border: 1px solid var(--Boarder-02, #F2F0F1);
            background: var(--Neutral-01, #FDFCFC);
            display: flex;
            height: 44px;
            padding: 10px 14px;
            align-items: center;
            margin: 0;
            gap: 8px;
            align-self: stretch;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 20px; }

.mail-success-box {
  padding: 90px 0 64px 0px;
  display: none; }
  .mail-success-box .container {
    max-width: 1000px; }
  .mail-success-box .mail-containber-in {
    display: flex;
    border-radius: var(--radius-md, 16px);
    background: var(--Surface-004, #F4F8FB);
    padding: var(--spacing-lg, 32px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 70vh; }
    .mail-success-box .mail-containber-in .confirm-box {
      width: 100%;
      display: flex;
      padding: var(--spacing-xl, 48px) var(--spacing-lg, 32px);
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-radius: var(--radius-s, 12px);
      background: var(--Surface-002, #FFF);
      max-width: 500px; }
      .mail-success-box .mail-containber-in .confirm-box img {
        width: max-content; }
      .mail-success-box .mail-containber-in .confirm-box h4 {
        padding: 24px 0 8px 0;
        margin: 0;
        color: var(--Text-002, #000);
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; }
      .mail-success-box .mail-containber-in .confirm-box p {
        padding: 0;
        margin: 0;
        color: var(--Text-003, #514F50);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: -0.16px; }

#hidden-gravity-form {
  height: 0px !important;
  overflow: hidden;
  opacity: 0 !important; }

.collapsible {
  cursor: pointer;
  color: #0073aa;
  font-weight: bold;
  margin: 10px 0; }

.collapsible-content {
  display: none;
  margin-left: 20px;
  padding: 10px;
  border-left: 3px solid #0073aa; }

#step-form-list > div {
  display: none; }
#step-form-list > div.active {
  display: block; }

#merchant_onboarding_form .content > div {
  display: none; }
#merchant_onboarding_form .content div.active {
  display: block; }

.cf-seven-form-wrap .cf-7-form-list {
  border-radius: 12px; }
  .cf-seven-form-wrap .cf-7-form-list .cf-form-step h2 {
    padding: 32px 32px 0px 32px; }
  .cf-seven-form-wrap .cf-7-form-list .cf-form-step .wpcf7-not-valid-tip {
    font-size: 12px;
    padding-top: 5px; }
  .cf-seven-form-wrap .cf-7-form-list .cf-form-step .wpcf7-list-item {
    margin: 0 30px 0 0; }
  .cf-seven-form-wrap .cf-7-form-list .cf-form-step .form-itm p {
    padding: 0;
    margin: 0; }
    .cf-seven-form-wrap .cf-7-form-list .cf-form-step .form-itm p span.upload-filename {
      padding: 0;
      margin: 0; }
  .cf-seven-form-wrap .cf-7-form-list .cf-form-step .form-itm .input-wrap p {
    display: flex;
    gap: 8px; }
    .cf-seven-form-wrap .cf-7-form-list .cf-form-step .form-itm .input-wrap p .wpcf7-not-valid-tip {
      position: absolute; }
  .cf-seven-form-wrap .cf-7-form-list .cf-form-step .action-line {
    border-radius: 0px 0px 12px 12px;
    border-top: 1px solid #F2F0F1;
    background: rgba(252, 252, 253, 0.7);
    margin-left: auto;
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
    position: relative; }
    .cf-seven-form-wrap .cf-7-form-list .cf-form-step .action-line .wpcf7-spinner {
      position: absolute;
      right: -15px; }
    .cf-seven-form-wrap .cf-7-form-list .cf-form-step .action-line p {
      display: flex;
      justify-content: space-between;
      position: relative;
      width: 100%;
      padding: 0;
      margin: 0; }
    .cf-seven-form-wrap .cf-7-form-list .cf-form-step .action-line .prev-btn {
      border: 1px solid #BEBBBC;
      color: #514F50;
      background: url("images/forms/form-arrow-left.svg") left 25px center no-repeat;
      border-radius: 32px !important;
      display: inline-block;
      height: 48px;
      line-height: 48px;
      justify-content: center;
      align-items: center;
      min-width: 160px;
      text-align: center;
      font-family: "Manrope", sans-serif;
      font-size: 14px;
      padding: 0 20px;
      font-style: normal;
      font-weight: 500; }
    .cf-seven-form-wrap .cf-7-form-list .cf-form-step .action-line input {
      border-radius: 32px !important;
      display: inline-block;
      height: 48px; }
    .cf-seven-form-wrap .cf-7-form-list .cf-form-step .action-line input.next-btn {
      background: url("images/forms/form-arrow-right.svg") right 25px center no-repeat #fed52f;
      min-width: 140px; }
    .cf-seven-form-wrap .cf-7-form-list .cf-form-step .action-line input.submit-button-final {
      background: #fed52f;
      min-width: 140px; }
  .cf-seven-form-wrap .cf-7-form-list .cf-form-step .action-line.first-step {
    justify-content: flex-end; }
    .cf-seven-form-wrap .cf-7-form-list .cf-form-step .action-line.first-step p {
      width: max-content; }
  .cf-seven-form-wrap .cf-7-form-list .cf-form-step .wpcf7-response-output {
    margin: 0;
    padding: 16px 32px;
    width: 100%;
    border: 2px solid #fed52f;
    background: rgba(254, 213, 47, 0.4);
    font-size: 14px; }

.contact-page .contact-overview {
  padding: 68px 0 0 0; }
  .contact-page .contact-overview .contact-info-list {
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    background: var(--Surface-004, #F4F8FB); }
    .contact-page .contact-overview .contact-info-list .contact-blockes {
      padding: var(--spacing-xl, 48px);
      flex-shrink: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 24px;
      width: calc(100% - 470px); }
      .contact-page .contact-overview .contact-info-list .contact-blockes .block-itm {
        border-radius: var(--radius-s, 12px);
        background: var(--Surface-006, rgba(252, 252, 253, 0.7));
        display: flex;
        padding: var(--spacing-lg, 32px) var(--spacing-md, 24px);
        flex-direction: column;
        align-items: flex-start;
        gap: var(--spacing-sm, 16px);
        flex-shrink: 0;
        width: 100%;
        max-width: 300px; }
        .contact-page .contact-overview .contact-info-list .contact-blockes .block-itm h3 {
          color: var(--Text-002, #000);
          text-align: center;
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: 24px;
          padding: 0;
          margin: 0; }
        .contact-page .contact-overview .contact-info-list .contact-blockes .block-itm a {
          color: var(--Text-004, #858284);
          text-align: center;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 36px;
          letter-spacing: -0.16px;
          height: 36px;
          display: flex;
          padding: 0 0 0 40px; }
        .contact-page .contact-overview .contact-info-list .contact-blockes .block-itm a.phone-line {
          background: url("images/forms/contact-icon-call.svg") center left no-repeat; }
        .contact-page .contact-overview .contact-info-list .contact-blockes .block-itm a.mail-line {
          background: url("images/forms/contact-icon-mail.svg") center left no-repeat; }
      .contact-page .contact-overview .contact-info-list .contact-blockes .block-itm.long-line {
        max-width: 624px; }
    .contact-page .contact-overview .contact-info-list .contact-form-wrap {
      background: var(--Surface-005, #FED52F);
      width: 470px;
      padding: 48px 15px;
      display: flex;
      justify-content: center; }
      .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in {
        border-radius: 12px;
        overflow: hidden;
        max-width: 350px;
        background: var(--Surface-002, #FFF);
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12), 0px 15px 35px 0px rgba(103, 110, 118, 0.08); }
        .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in .gform_title {
          display: none; }
        .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in .gform_description {
          display: none; }
        .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in h3 {
          color: var(--Text-002, #000);
          font-size: 24px;
          font-style: normal;
          font-weight: 700;
          line-height: 32px;
          padding: 32px 32px 24px 32px; }
        .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in .gform-body {
          padding: 0px 40px; }
          .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in .gform-body label {
            color: var(--Text-002, #000);
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 20px;
            padding: 0 0 0 0;
            margin: 0; }
            .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in .gform-body label .gfield_required {
              display: none; }
          .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in .gform-body input[type="text"] {
            border-radius: var(--radius-xs, 8px);
            border: 1px solid var(--Boarder-02, #F2F0F1);
            background: var(--Neutral-01, #FDFCFC);
            display: flex;
            height: 44px;
            padding: 10px 14px;
            align-items: center;
            align-self: stretch; }
          .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in .gform-body input[type="email"] {
            border-radius: var(--radius-xs, 8px);
            border: 1px solid var(--Boarder-02, #F2F0F1);
            background: var(--Neutral-01, #FDFCFC);
            display: flex;
            height: 44px;
            padding: 10px 14px;
            align-items: center;
            align-self: stretch; }
          .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in .gform-body textarea {
            border-radius: var(--radius-xs, 8px);
            border: 1px solid var(--Boarder-02, #F2F0F1);
            background: var(--Neutral-01, #FDFCFC);
            display: flex;
            height: 44px;
            padding: 10px 14px;
            align-items: center;
            align-self: stretch;
            padding: 10px 14px;
            height: 85px;
            resize: none; }
          .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in .gform-body p {
            color: var(--Text-004, #858284);
            text-align: center;
            font-size: 13px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px; }
            .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in .gform-body p a {
              color: #000; }
        .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in .gform_footer {
          background: var(--Surface-004, #F4F8FB);
          padding: 16px 32px;
          display: flex;
          width: 100%;
          justify-content: center; }
          .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in .gform_footer input[type="submit"] {
            border-radius: var(--radius-xl, 32px) !important;
            border: 0px;
            background: var(--Action-Default-01, #FED52F);
            display: flex;
            width: 100%;
            padding: 10px 20px;
            justify-content: center;
            align-items: center;
            gap: 8px;
            text-transform: none;
            color: var(--Action-Default-03, #000);
            text-align: center;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
            letter-spacing: -0.14px; }
.contact-page .branches-content-wrap {
  padding: 32px 0 64px 0; }
  .contact-page .branches-content-wrap .branch-element-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 19px; }
    .contact-page .branches-content-wrap .branch-element-list .branch-element {
      border-radius: var(--radius-s, 12px);
      background: var(--Surface-004, #F4F8FB);
      display: flex;
      width: 100%;
      padding: var(--spacing-md, 24px);
      flex-direction: column;
      align-items: flex-start;
      gap: var(--spacing-md, 24px); }
      .contact-page .branches-content-wrap .branch-element-list .branch-element h3 {
        color: #000;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        padding: 0;
        margin: 0; }
      .contact-page .branches-content-wrap .branch-element-list .branch-element p {
        padding: 0 0 0 46px;
        margin: 0;
        color: var(--Text-004, #858284);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: -0.16px;
        background: url("images/forms/icon-branch-location.svg") left top 3px no-repeat; }
      .contact-page .branches-content-wrap .branch-element-list .branch-element .contact-line {
        width: 100%;
        display: flex;
        gap: 20px;
        justify-content: space-between;
        align-items: center; }
        .contact-page .branches-content-wrap .branch-element-list .branch-element .contact-line .contact-itm {
          color: #858284;
          text-align: left;
          font-size: 16px;
          min-height: 36px;
          display: block;
          font-style: normal;
          font-weight: 500;
          line-height: 36px;
          letter-spacing: -0.16px;
          padding-left: 46px;
          background: url("images/forms/icon-branch-call.svg") left center no-repeat; }
        .contact-page .branches-content-wrap .branch-element-list .branch-element .contact-line .direction-itm {
          min-width: 95px; }
        .contact-page .branches-content-wrap .branch-element-list .branch-element .contact-line .contact-mail {
          color: var(--Text-004, #858284);
          text-align: center;
          font-size: 16px;
          min-height: 36px;
          display: block;
          font-style: normal;
          font-weight: 500;
          line-height: 36px;
          letter-spacing: -0.16px;
          padding-left: 46px;
          background: url("images/forms/icon-branch-mail.svg") left center no-repeat; }

.contact-page .branches-content-wrap .branch-element-list .branch-element .contact-line .direction-itm {
  border-radius: var(--radius-xl, 32px);
  background: var(--Action-Default-02, #FFF);
  display: flex;
  height: 36px;
  padding: 10px var(--spacing-sm, 16px);
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--Text-004, #858284);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; }

.tabs-title-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 47px; }
  .tabs-title-heading .tabs-title-list {
    width: max-content;
    border-radius: 100px;
    background: var(--Surface-004, #F4F8FB);
    display: flex;
    padding: 6px;
    justify-content: center;
    align-items: center;
    gap: 8px; }
    .tabs-title-heading .tabs-title-list a {
      border-radius: 100px;
      display: flex;
      height: 56px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: var(--Text-004, #858284);
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px;
      letter-spacing: -0.08px;
      padding: 18px 50px; }
    .tabs-title-heading .tabs-title-list a.active {
      background: var(--Action-Default-01, #FED52F);
      color: #000; }

.news-page .news-list-wrapper {
  padding: 64px 0; }
  .news-page .news-list-wrapper .news-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px; }
    .news-page .news-list-wrapper .news-list .news-itm {
      width: 100%; }
      .news-page .news-list-wrapper .news-list .news-itm a {
        width: 100%;
        height: 100%;
        display: flex;
        gap: 8px;
        flex-direction: column;
        border-radius: 16px; }
        .news-page .news-list-wrapper .news-list .news-itm a .news-img {
          width: 100%;
          height: 300px;
          align-items: center;
          align-self: stretch;
          transition: all 0.3s ease;
          overflow: hidden;
          border-radius: var(--radius-md, 16px); }
          .news-page .news-list-wrapper .news-list .news-itm a .news-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: var(--radius-md, 16px);
            transition: all 0.3s ease; }
        .news-page .news-list-wrapper .news-list .news-itm a .news-txt {
          border-radius: 16px;
          overflow: hidden;
          background: var(--Surface-006, rgba(252, 252, 253, 0.7));
          display: flex;
          padding: 32px 32px 64px 32px;
          flex-direction: column;
          align-items: flex-start;
          align-self: stretch;
          transition: all 0.3s ease;
          position: relative;
          height: 40%; }
          .news-page .news-list-wrapper .news-list .news-itm a .news-txt h3 {
            color: var(--Text-002, #000);
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 32px;
            padding: 0;
            margin: 0; }
          .news-page .news-list-wrapper .news-list .news-itm a .news-txt span {
            color: var(--Text-004, #858284);
            text-align: center;
            font-size: 13px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px;
            position: absolute;
            bottom: 32px;
            left: 32px; }
          .news-page .news-list-wrapper .news-list .news-itm a .news-txt .link-arrow {
            position: absolute;
            bottom: 32px;
            right: 22px;
            opacity: 0; }
        .news-page .news-list-wrapper .news-list .news-itm a:hover .news-txt {
          background: var(--Surface-002, #FFF);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12), 0px 15px 35px 0px rgba(103, 110, 118, 0.08); }
          .news-page .news-list-wrapper .news-list .news-itm a:hover .news-txt .link-arrow {
            opacity: 1; }
        .news-page .news-list-wrapper .news-list .news-itm a:hover .news-img {
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12), 0px 15px 35px 0px rgba(103, 110, 118, 0.08); }
          .news-page .news-list-wrapper .news-list .news-itm a:hover .news-img img {
            transform: scale(1.01, 1.01); }
.news-page .news-item-hidden {
  display: none; }
.news-page .button-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 64px; }
  .news-page .button-loader .yellow-btn {
    border-radius: 32px !important;
    display: flex;
    padding: 10px var(--spacing-xl, 48px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    max-width: 170px; }

.single-info-page {
  padding-top: 100px; }
  .single-info-page .news-single-in {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 54px 0; }
    .single-info-page .news-single-in .news-heading {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 24px;
      align-self: stretch; }
      .single-info-page .news-single-in .news-heading h1 {
        color: var(--Text-002, #000);
        font-size: 40px;
        font-style: normal;
        font-weight: 800;
        line-height: 48px;
        letter-spacing: -0.8px;
        margin: 0; }
        .single-info-page .news-single-in .news-heading h1 span {
          font-weight: 800;
          color: #FDB940; }
      .single-info-page .news-single-in .news-heading h1, .single-info-page .news-single-in .news-heading h2, .single-info-page .news-single-in .news-heading h3, .single-info-page .news-single-in .news-heading h4, .single-info-page .news-single-in .news-heading h5 {
        padding: 0px 0px 15px 0px; }
      .single-info-page .news-single-in .news-heading .news-meta-info {
        display: flex;
        justify-content: space-between;
        gap: 30px; }
        .single-info-page .news-single-in .news-heading .news-meta-info .date {
          color: var(--Text-004, #858284);
          text-align: center;
          font-size: 13px;
          font-style: normal;
          font-weight: 500;
          line-height: 16px; }
    .single-info-page .news-single-in .news-details.news-itm-txt {
      padding-top: 80px; }
    .single-info-page .news-single-in .news-details p {
      color: #000;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: -0.07px;
      padding: 0px 0px 20px 0px;
      margin: 0; }
    .single-info-page .news-single-in .news-details li {
      color: #000;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: -0.07px; }
    .single-info-page .news-single-in .news-details span {
      color: #000;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: -0.07px; }
    .single-info-page .news-single-in .news-details td {
      color: #000;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: -0.07px; }
    .single-info-page .news-single-in .news-details ul {
      padding: 5px 0px 20px 25px;
      margin: 0; }
      .single-info-page .news-single-in .news-details ul ul {
        list-style-type: circle; }
      .single-info-page .news-single-in .news-details ul li {
        padding-bottom: 8px; }
    .single-info-page .news-single-in .news-details h1 {
      padding: 20px 0px 10px 0px;
      margin: 0;
      font-size: 30px; }
    .single-info-page .news-single-in .news-details h2 {
      padding: 20px 0px 10px 0px;
      margin: 0;
      font-size: 26px; }
    .single-info-page .news-single-in .news-details h3 {
      padding: 20px 0px 10px 0px;
      margin: 0;
      font-size: 24px; }
    .single-info-page .news-single-in .news-details h4 {
      padding: 20px 0px 10px 0px;
      margin: 0;
      font-size: 20px; }
    .single-info-page .news-single-in .news-details h5 {
      padding: 20px 0px 10px 0px;
      margin: 0;
      font-size: 18px; }
    .single-info-page .news-single-in .news-content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 50px; }
      .single-info-page .news-single-in .news-content .news-banner {
        border-radius: var(--radius-md, 16px);
        overflow: hidden; }
        .single-info-page .news-single-in .news-content .news-banner img {
          width: 100%; }
      .single-info-page .news-single-in .news-content .news-details.single-blog-txt {
        padding-top: 100px; }

ul.share-box {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  gap: 8px; }
  ul.share-box li span {
    padding-right: 8px;
    color: #BEBBBC;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; }

.about-page .about-wrap {
  padding: 64px 0; }
.about-page .about-leadership {
  padding: 64px 0px 0px 0px;
  margin: 0; }
  .about-page .about-leadership .members-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .about-page .about-leadership .members-title p {
      text-align: center;
      max-width: 900px; }
.about-page .about-zigzag {
  border-radius: 16px;
  background: var(--Surface-004, #F4F8FB);
  padding: var(--spacing-xl, 48px) var(--spacing-lg, 32px);
  align-items: center;
  margin-top: 64px; }
.about-page .our-values-wrap {
  border-radius: 16px;
  background: var(--Surface-004, #F4F8FB);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-top: 64px;
  overflow: hidden;
  justify-content: center; }
  .about-page .our-values-wrap .values-intro {
    display: flex;
    padding: 48px 32px 0px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-lg, 32px);
    align-self: stretch;
    max-width: 800px;
    margin: auto; }
    .about-page .our-values-wrap .values-intro h2 {
      padding: 0;
      margin: 0;
      text-align: center; }
    .about-page .our-values-wrap .values-intro p {
      padding: 0;
      margin: 0;
      text-align: center; }
  .about-page .our-values-wrap .values-slider {
    padding: 0px 32px 48px 32px;
    overflow: visible; }
    .about-page .our-values-wrap .values-slider .button-wrapper {
      display: none !important; }
    .about-page .our-values-wrap .values-slider .value-item {
      border-radius: 16px;
      background: rgba(252, 252, 253, 0.7);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      height: auto; }
      .about-page .our-values-wrap .values-slider .value-item .value-title {
        padding: 24px;
        background: #fff;
        display: flex;
        gap: 24px;
        flex-direction: column;
        width: 100%;
        min-height: 38%; }
        .about-page .our-values-wrap .values-slider .value-item .value-title img {
          width: 38px; }
        .about-page .our-values-wrap .values-slider .value-item .value-title h3 {
          padding: 0;
          margin: 0;
          color: #000;
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: 24px; }
      .about-page .our-values-wrap .values-slider .value-item p {
        display: flex;
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        font-size: 14px;
        line-height: 20px;
        align-self: stretch;
        margin: 0; }
  .about-page .our-values-wrap .button-wrapper {
    justify-content: flex-end;
    display: flex; }
.about-page .our-journey-slider {
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md, 24px);
  justify-content: center;
  align-items: center; }
  .about-page .our-journey-slider h2 {
    text-align: center; }
  .about-page .our-journey-slider .journey-yearlist {
    max-width: 780px;
    overflow: hidden;
    padding-bottom: 10px; }
    .about-page .our-journey-slider .journey-yearlist .slide-itm span {
      margin: 0px 24px;
      padding: 10px 0px;
      color: var(--Text-003, #514F50);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      cursor: pointer;
      letter-spacing: -0.16px; }
    .about-page .our-journey-slider .journey-yearlist .slide-itm.swiper-slide-thumb-active span {
      color: #000;
      border-bottom: 2px solid var(--Action-Default-01, #FED52F);
      font-weight: 600; }
  .about-page .our-journey-slider .journey-details {
    border-radius: 16px;
    background: var(--Surface-004, #F4F8FB);
    overflow: hidden; }
    .about-page .our-journey-slider .journey-details .journey-years .journey-itm {
      position: relative; }
      .about-page .our-journey-slider .journey-details .journey-years .journey-itm .journey-btn-wrap {
        position: absolute;
        bottom: 32px;
        right: 32px;
        width: max-content;
        display: flex;
        gap: 24px; }
    .about-page .our-journey-slider .journey-details .journey-years .slider-itm {
      display: flex !important;
      padding: var(--spacing-lg, 32px);
      gap: var(--spacing-xl, 48px);
      align-self: stretch;
      position: relative; }
      .about-page .our-journey-slider .journey-details .journey-years .slider-itm .slider-banner {
        width: 50%;
        border-radius: var(--radius-md, 16px);
        overflow: hidden; }
        .about-page .our-journey-slider .journey-details .journey-years .slider-itm .slider-banner img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .about-page .our-journey-slider .journey-details .journey-years .slider-itm .slider-text {
        width: 50%; }
        .about-page .our-journey-slider .journey-details .journey-years .slider-itm .slider-text .journey-info-wrap {
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          .about-page .our-journey-slider .journey-details .journey-years .slider-itm .slider-text .journey-info-wrap .year-box {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;
            align-self: stretch; }
            .about-page .our-journey-slider .journey-details .journey-years .slider-itm .slider-text .journey-info-wrap .year-box h3 {
              padding: 0;
              margin: 0;
              color: var(--Text-002, #000);
              font-size: 32px;
              font-style: normal;
              font-weight: 700;
              line-height: 40px;
              letter-spacing: -0.96px; }
            .about-page .our-journey-slider .journey-details .journey-years .slider-itm .slider-text .journey-info-wrap .year-box span {
              color: var(--Text-003, #514F50);
              font-size: 18px;
              font-style: normal;
              font-weight: 700;
              line-height: 24px; }
          .about-page .our-journey-slider .journey-details .journey-years .slider-itm .slider-text .journey-info-wrap .info-box {
            padding-top: 24px; }

.zig-zag-box {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl, 48px); }
  .zig-zag-box .zig-zag-title h2 {
    width: 100%;
    text-align: center; }
  .zig-zag-box .zig-zag-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-lg, 32px); }
    .zig-zag-box .zig-zag-content .zig-zag-line {
      display: flex;
      gap: 20px;
      flex-direction: row; }
      .zig-zag-box .zig-zag-content .zig-zag-line:nth-child(odd) {
        flex-direction: row-reverse; }
      .zig-zag-box .zig-zag-content .zig-zag-line div {
        width: 50%; }
      .zig-zag-box .zig-zag-content .zig-zag-line .zig-zag-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 16px;
        overflow: hidden; }
      .zig-zag-box .zig-zag-content .zig-zag-line .zig-zag-txt {
        border-radius: 16px;
        background: var(--Transparancy-Light-07, rgba(252, 252, 253, 0.7));
        display: flex;
        padding: var(--spacing-xl, 48px);
        align-items: center;
        justify-content: center; }

.common-overview-wrap {
  border-radius: 16px;
  background: var(--Surface-004, #F4F8FB);
  display: flex;
  padding: var(--spacing-xl, 48px) var(--spacing-lg, 32px);
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-xl, 48px); }
  .common-overview-wrap .page-overview {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-lg, 32px);
    align-self: stretch; }
    .common-overview-wrap .page-overview h2 {
      text-align: center;
      width: 100%; }
    .common-overview-wrap .page-overview h4 {
      color: var(--Text-002, #000);
      text-align: center;
      width: 100%;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 28px;
      letter-spacing: 0.18px;
      padding: 0 0 32px 0;
      margin: 0; }
    .common-overview-wrap .page-overview .overview-inner {
      display: flex;
      gap: 20px;
      align-self: stretch; }
      .common-overview-wrap .page-overview .overview-inner .overview-banner {
        width: 50%; }
        .common-overview-wrap .page-overview .overview-inner .overview-banner img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 16px;
          overflow: hidden; }
      .common-overview-wrap .page-overview .overview-inner .overview-txt {
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 48px;
        border-radius: 16px;
        align-items: center;
        justify-content: center;
        background: var(--Transparancy-Light-07, rgba(252, 252, 253, 0.7)); }
        .common-overview-wrap .page-overview .overview-inner .overview-txt p {
          color: var(--Text-003, #514F50);
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 26px;
          letter-spacing: -0.16px;
          padding: 0;
          margin: 0;
          width: 100%;
          text-align: left; }
        .common-overview-wrap .page-overview .overview-inner .overview-txt h3 {
          color: var(--Text-002, #000);
          font-size: 32px;
          font-style: normal;
          font-weight: 700;
          line-height: 40px;
          letter-spacing: -0.96px;
          padding: 0;
          margin: 0;
          width: 100%;
          text-align: left; }
  .common-overview-wrap .page-overview.zigzag-overview {
    gap: 16px; }
    .common-overview-wrap .page-overview.zigzag-overview .overview-inner:nth-child(even) {
      flex-direction: row-reverse;
      margin-top: 8px; }
  .common-overview-wrap .core-purpose {
    border-radius: var(--radius-md, 16px);
    background: var(--Surface-006, rgba(252, 252, 253, 0.7));
    display: flex;
    padding: var(--spacing-xl, 48px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-lg, 32px);
    align-self: stretch; }
    .common-overview-wrap .core-purpose h4 {
      padding: 0;
      margin: 0;
      color: var(--Text-004, #858284);
      text-align: center;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px; }
    .common-overview-wrap .core-purpose p {
      max-width: 800px;
      text-align: center; }
  .common-overview-wrap .achieement-box {
    background: url("images/about/going-big.png") top 30px center no-repeat #fed52f;
    background-size: 80% auto;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 48px; }
    .common-overview-wrap .achieement-box .achievemnt-intro {
      width: 100%;
      display: flex;
      justify-content: center;
      padding: 40px 0 0 0; }
      .common-overview-wrap .achieement-box .achievemnt-intro p {
        color: var(--Text-002, #000);
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0.18px;
        max-width: 800px; }
    .common-overview-wrap .achieement-box .achievemnt-blocks {
      display: grid;
      gap: 32px;
      grid-template-columns: repeat(4, minmax(0, 1fr)); }
      .common-overview-wrap .achieement-box .achievemnt-blocks .achievement-itm {
        border-radius: var(--radius-s, 12px);
        background: var(--Transparancy-Light-08, rgba(252, 252, 253, 0.8));
        backdrop-filter: blur(6px);
        display: flex;
        padding: var(--spacing-md, 24px);
        flex-direction: column;
        align-items: flex-start;
        gap: 16px; }
        .common-overview-wrap .achieement-box .achievemnt-blocks .achievement-itm h4 {
          color: var(--Text-002, #000);
          font-size: 48px;
          font-style: normal;
          font-weight: 800;
          line-height: 56px;
          letter-spacing: -1.44px;
          padding: 0;
          margin: 0; }
        .common-overview-wrap .achieement-box .achievemnt-blocks .achievement-itm p {
          color: var(--Text-002, #000);
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: 24px; }

.faqs-page {
  padding-top: 100px; }
  .faqs-page .faq-content-wrap {
    padding-bottom: 64px; }
  .faqs-page .inner-menu .inner-menu-in {
    margin-top: 40px; }
  .faqs-page .faqs-list-wrap {
    padding-top: 80px; }
    .faqs-page .faqs-list-wrap h2 {
      text-align: center; }
    .faqs-page .faqs-list-wrap .faqs-title-wrap {
      padding-top: 30px; }
  .faqs-page .faqs-all-wrap .container {
    max-width: 1145px; }
  .faqs-page .faqs-all-wrap .faq-wrapper {
    padding-top: 32px; }
    .faqs-page .faqs-all-wrap .faq-wrapper h4 {
      color: var(--Text-002, #000);
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px;
      letter-spacing: -0.96px;
      padding: 0 0 24px 0;
      margin: 0; }

.careers-page .career-wrap {
  padding-top: 64px; }
.careers-page .career-img-wrap {
  padding: 64px 0px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .careers-page .career-img-wrap img {
    width: auto;
    max-width: 100%; }
.careers-page .gravity-form-box .gravity-form-box-in {
  margin-bottom: 60px; }
.careers-page .at-ourcore-wrap {
  border-radius: 16px 16px 0 0;
  background: #F4F8FB;
  display: flex;
  padding: var(--spacing-xl, 48px);
  flex-direction: column;
  align-items: center;
  gap: 40px; }
  .careers-page .at-ourcore-wrap h2 {
    padding: 0;
    margin: 0;
    text-align: center; }
  .careers-page .at-ourcore-wrap .our-core-boxes {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px; }
    .careers-page .at-ourcore-wrap .our-core-boxes .core-itm {
      display: flex;
      flex-direction: column; }
      .careers-page .at-ourcore-wrap .our-core-boxes .core-itm .core-banner {
        display: flex;
        padding: 24px;
        flex-direction: column;
        gap: 16px;
        align-self: stretch;
        border-radius: 16px 16px 0 0;
        background: #fff; }
        .careers-page .at-ourcore-wrap .our-core-boxes .core-itm .core-banner .core-img {
          width: 100%;
          height: 200px;
          overflow: hidden;
          border-radius: 8px; }
          .careers-page .at-ourcore-wrap .our-core-boxes .core-itm .core-banner .core-img img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .careers-page .at-ourcore-wrap .our-core-boxes .core-itm .core-banner h3 {
          color: var(--Text-002, #000);
          font-size: 24px;
          font-style: normal;
          font-weight: 700;
          line-height: 32px;
          padding: 0;
          margin: 0; }
      .careers-page .at-ourcore-wrap .our-core-boxes .core-itm .core-txt {
        border-radius: 0 0 16px 16px;
        background: var(--Surface-006, rgba(252, 252, 253, 0.7));
        padding: 24px;
        width: 100%;
        height: 100%; }
        .careers-page .at-ourcore-wrap .our-core-boxes .core-itm .core-txt p {
          padding: 0;
          margin: 0;
          color: var(--Text-003, #514F50);
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 20px;
          letter-spacing: -0.07px; }
.careers-page .vacancy-list-wrap {
  border-radius: 16px;
  background: var(--Surface-004, #F4F8FB);
  display: flex;
  padding: var(--spacing-xl, 48px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  align-self: stretch;
  margin-bottom: 64px; }
  .careers-page .vacancy-list-wrap h2 {
    text-align: center;
    padding: 0;
    margin: 0; }
  .careers-page .vacancy-list-wrap .curent-joblist {
    max-width: 840px; }
    .careers-page .vacancy-list-wrap .curent-joblist ul {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: var(--spacing-sm, 16px);
      margin: 0; }
      .careers-page .vacancy-list-wrap .curent-joblist ul li {
        list-style-type: none;
        width: 100%; }
        .careers-page .vacancy-list-wrap .curent-joblist ul li .job-details {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 24px;
          padding: 24px;
          border-radius: var(--radius-s, 12px);
          background: var(--Surface-006, rgba(252, 252, 253, 0.7));
          transition: all 0.3s ease; }
          .careers-page .vacancy-list-wrap .curent-joblist ul li .job-details:hover {
            background: var(--Surface-002, #FFF);
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12), 0px 15px 35px 0px rgba(103, 110, 118, 0.08); }
          .careers-page .vacancy-list-wrap .curent-joblist ul li .job-details .job-summery {
            display: flex;
            flex-direction: column; }
            .careers-page .vacancy-list-wrap .curent-joblist ul li .job-details .job-summery span {
              color: var(--Text-003, #514F50);
              font-size: 16px;
              font-style: normal;
              font-weight: 600;
              line-height: 20px;
              letter-spacing: -0.08px; }
            .careers-page .vacancy-list-wrap .curent-joblist ul li .job-details .job-summery h4 {
              color: var(--Text-002, #000);
              font-size: 24px;
              font-style: normal;
              font-weight: 700;
              line-height: 32px;
              padding: 8px 0 24px 0; }
            .careers-page .vacancy-list-wrap .curent-joblist ul li .job-details .job-summery strong {
              color: var(--Text-004, #858284);
              text-align: center;
              font-size: 13px;
              font-style: normal;
              font-weight: 500;
              line-height: 20px;
              background: url("images/careers/icon-location.svg") left center no-repeat;
              padding: 0 0 0 25px;
              width: max-content; }
          .careers-page .vacancy-list-wrap .curent-joblist ul li .job-details .job-link {
            display: flex;
            align-items: center; }
.careers-page .page-banner-vacancy {
  background-image: url("images/careers/vacancy-banner.jpg"); }
  .careers-page .page-banner-vacancy .vacancy-summery {
    border-radius: var(--radius-md, 16px);
    background: #FFF;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12), 0px 15px 35px 0px rgba(103, 110, 118, 0.08);
    display: flex;
    width: 100%;
    max-width: 300px;
    padding: var(--spacing-lg, 32px) var(--spacing-md, 24px);
    flex-direction: column;
    gap: 16px;
    margin-left: auto; }
    .careers-page .page-banner-vacancy .vacancy-summery span {
      color: var(--Text-003, #514F50);
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 26px;
      letter-spacing: -0.16px;
      padding-left: 36px; }
    .careers-page .page-banner-vacancy .vacancy-summery span.location {
      background: url("images/careers/vc-location.svg") left center no-repeat; }
    .careers-page .page-banner-vacancy .vacancy-summery span.department {
      background: url("images/careers/vc-department.svg") left center no-repeat; }
    .careers-page .page-banner-vacancy .vacancy-summery span.type {
      background: url("images/careers/vc-type.svg") left center no-repeat; }
    .careers-page .page-banner-vacancy .vacancy-summery .share-box {
      align-items: flex-start; }
      .careers-page .page-banner-vacancy .vacancy-summery .share-box span {
        color: var(--Text-005, #BEBBBC);
        text-align: center;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        padding-left: 0;
        line-height: 16px; }
    .careers-page .page-banner-vacancy .vacancy-summery .apply-link {
      border-radius: var(--radius-xl, 32px);
      background: var(--Action-Default-01, #FED52F);
      width: 100%;
      display: flex;
      padding: 10px 20px;
      justify-content: center;
      align-items: center;
      align-self: stretch;
      margin: 16px 0px;
      color: var(--Action-Default-03, #000);
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: -0.14px; }
.careers-page .career-info-wrap {
  padding: 64px 0px 0 0; }
  .careers-page .career-info-wrap .container {
    max-width: 1000px; }
  .careers-page .career-info-wrap .career-info {
    max-width: 780px;
    display: flex;
    flex-direction: column; }
    .careers-page .career-info-wrap .career-info h3 {
      color: var(--Text-002, #000);
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
      padding: 0 0 24px 0;
      margin: 0; }
    .careers-page .career-info-wrap .career-info .career-info-box {
      padding-bottom: 72px;
      color: var(--Text-003, #514F50);
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 26px;
      letter-spacing: -0.16px; }
      .careers-page .career-info-wrap .career-info .career-info-box p {
        color: var(--Text-003, #514F50);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: -0.16px; }
      .careers-page .career-info-wrap .career-info .career-info-box li {
        color: var(--Text-003, #514F50);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: -0.16px; }
      .careers-page .career-info-wrap .career-info .career-info-box ul {
        padding: 0 0 0 15px;
        margin: 0 0 0 15px; }
        .careers-page .career-info-wrap .career-info .career-info-box ul li {
          list-style-image: url("images/icons/list-icon.svg");
          margin-bottom: 16px;
          padding-left: 10px; }

#popup-message {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: var(--radius-md, 16px);
  background: #FFF;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12), 0px 15px 35px 0px rgba(103, 110, 118, 0.08);
  color: var(--Text-003, #514F50);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  padding: 15px 40px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.16px; }

.testimonial-slider-wrap {
  border-radius: 0 0 16px 16px;
  background: #FFFAE5;
  display: flex;
  padding: var(--spacing-xl, 48px) 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-lg, 32px);
  margin-top: 64px;
  margin-bottom: 64px; }
  .testimonial-slider-wrap .slider-box-wrap {
    width: 100%;
    max-width: 920px;
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-lg, 32px); }
    .testimonial-slider-wrap .slider-box-wrap .testi-banner-slider {
      min-width: 275px;
      max-width: 275px; }
      .testimonial-slider-wrap .slider-box-wrap .testi-banner-slider .slider-item {
        border-radius: var(--radius-s, 12px);
        overflow: hidden; }
        .testimonial-slider-wrap .slider-box-wrap .testi-banner-slider .slider-item img {
          width: 100%; }
  .testimonial-slider-wrap .testi-content-slider {
    width: 100%;
    display: flex;
    flex-direction: column; }
    .testimonial-slider-wrap .testi-content-slider .testi-desc-slider .slider-itm {
      display: flex;
      flex-direction: column;
      padding: var(--spacing-xl, 48px);
      align-items: flex-start;
      border-radius: var(--radius-s, 12px);
      background: var(--Surface-002, #FFF);
      gap: 0px; }
      .testimonial-slider-wrap .testi-content-slider .testi-desc-slider .slider-itm p {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.16px;
        padding: 0 0 32px 0;
        margin: 0; }
      .testimonial-slider-wrap .testi-content-slider .testi-desc-slider .slider-itm strong {
        color: var(--Text-002, #000);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; }
      .testimonial-slider-wrap .testi-content-slider .testi-desc-slider .slider-itm span {
        color: var(--Text-004, #858284);
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px; }
    .testimonial-slider-wrap .testi-content-slider .testi-thumb-slider {
      width: 100%;
      align-items: center;
      justify-content: center;
      display: flex;
      padding: var(--spacing-md, 24px) var(--spacing-xl, 48px);
      gap: var(--spacing-xs, 8px); }
      .testimonial-slider-wrap .testi-content-slider .testi-thumb-slider .slider-itm {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        overflow: hidden;
        border: 3px solid rgba(0, 0, 0, 0);
        cursor: pointer; }
        .testimonial-slider-wrap .testi-content-slider .testi-thumb-slider .slider-itm img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .testimonial-slider-wrap .testi-content-slider .testi-thumb-slider .slider-itm.active {
        border: 3px solid #FED52F; }

.franchise-page .franchise-wrap {
  padding: 64px 0px 0px 0px; }
.franchise-page .faq-wrapper {
  padding-top: 0px; }
.franchise-page .franchise-form-wrapper {
  margin-top: 64px; }
  .franchise-page .franchise-form-wrapper .franchise-form-in h2 {
    text-align: center; }
  .franchise-page .franchise-form-wrapper .franchise-form-in h2.gform_title {
    display: none; }
  .franchise-page .franchise-form-wrapper .franchise-form-in .franchise-radio .gfield_radio {
    display: flex;
    column-gap: 32px;
    row-gap: 10px;
    flex-wrap: wrap; }
    .franchise-page .franchise-form-wrapper .franchise-form-in .franchise-radio .gfield_radio label {
      white-space: nowrap; }

.gravity-form-box .gravity-form-box-in {
  display: flex;
  padding: var(--spacing-xl, 48px) var(--spacing-lg, 32px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius-md, 16px);
  background: var(--Surface-004, #F4F8FB); }
.gravity-form-box h2 {
  text-align: center;
  padding-bottom: 48px; }
.gravity-form-box .gform_description {
  display: none; }
.gravity-form-box .gform_wrapper {
  width: 100%;
  max-width: 670px; }
  .gravity-form-box .gform_wrapper form {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    background: var(--Surface-002, #FFF); }
    .gravity-form-box .gform_wrapper form h3 {
      color: var(--Text-002, #000);
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px; }
    .gravity-form-box .gform_wrapper form .gform-body {
      padding: 32px; }
      .gravity-form-box .gform_wrapper form .gform-body .gform_fields {
        grid-column-gap: 32px;
        grid-row-gap: 24px; }
      .gravity-form-box .gform_wrapper form .gform-body .file-upload-wrap {
        position: relative; }
        .gravity-form-box .gform_wrapper form .gform-body .file-upload-wrap .gform_fileupload_rules {
          display: none; }
        .gravity-form-box .gform_wrapper form .gform-body .file-upload-wrap input {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          opacity: 0;
          z-index: 3; }
        .gravity-form-box .gform_wrapper form .gform-body .file-upload-wrap .input-file-wrapbox {
          border-radius: var(--radius-xs, 8px);
          border: 1px solid var(--Boarder-02, #F2F0F1);
          background: var(--Neutral-01, #FDFCFC);
          display: flex;
          height: 44px;
          padding: 4px;
          justify-content: space-between;
          align-items: center;
          align-self: stretch;
          position: relative; }
          .gravity-form-box .gform_wrapper form .gform-body .file-upload-wrap .input-file-wrapbox span {
            width: 100%;
            color: var(--Text-004, #858284);
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 20px;
            padding: 0 0 0 10px; }
          .gravity-form-box .gform_wrapper form .gform-body .file-upload-wrap .input-file-wrapbox strong {
            display: flex;
            height: 36px;
            padding: 8px 8px 8px 35px;
            justify-content: flex-end;
            align-items: center;
            gap: 10px;
            border-radius: var(--radius-xxs, 4px);
            background: url("images/forms/icon-upload.svg") left 8px center no-repeat #fed52f;
            text-align: center;
            color: #000;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
            letter-spacing: -0.14px; }
      .gravity-form-box .gform_wrapper form .gform-body .hidden-title {
        height: 0px;
        overflow: hidden;
        opacity: 0; }
      .gravity-form-box .gform_wrapper form .gform-body legend {
        color: var(--Text-002, #000);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: -0.08px;
        padding: 0 0 16px 0;
        margin: 0px; }
        .gravity-form-box .gform_wrapper form .gform-body legend .gfield_required {
          display: none; }
      .gravity-form-box .gform_wrapper form .gform-body label {
        color: var(--Text-002, #000);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        padding: 0 0 8px 0;
        margin: 0; }
        .gravity-form-box .gform_wrapper form .gform-body label .gfield_required {
          display: none; }
      .gravity-form-box .gform_wrapper form .gform-body .gfield_radio .gchoice {
        padding-bottom: 5px; }
      .gravity-form-box .gform_wrapper form .gform-body .gfield_radio label {
        padding: 0 0 0 5px; }
      .gravity-form-box .gform_wrapper form .gform-body .gfield_checkbox .gchoice {
        padding-bottom: 5px; }
      .gravity-form-box .gform_wrapper form .gform-body .gfield_checkbox label {
        padding: 0 0 0 5px; }
      .gravity-form-box .gform_wrapper form .gform-body input {
        color: var(--Text-004, #858284);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; }
      .gravity-form-box .gform_wrapper form .gform-body textarea {
        color: var(--Text-004, #858284);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        border-radius: var(--radius-xs, 8px);
        border: 1px solid var(--Boarder-02, #F2F0F1);
        background: var(--Neutral-01, #FDFCFC);
        display: flex;
        height: 44px;
        padding: 10px 14px;
        align-items: center;
        align-self: stretch;
        padding: 10px 14px;
        height: 104px;
        resize: none; }
      .gravity-form-box .gform_wrapper form .gform-body input[type="text"] {
        border-radius: var(--radius-xs, 8px);
        border: 1px solid var(--Boarder-02, #F2F0F1);
        background: var(--Neutral-01, #FDFCFC);
        display: flex;
        height: 44px;
        padding: 10px 14px;
        align-items: center;
        align-self: stretch; }
      .gravity-form-box .gform_wrapper form .gform-body input[type="email"] {
        border-radius: var(--radius-xs, 8px);
        border: 1px solid var(--Boarder-02, #F2F0F1);
        background: var(--Neutral-01, #FDFCFC);
        display: flex;
        height: 44px;
        padding: 10px 14px;
        align-items: center;
        align-self: stretch; }
      .gravity-form-box .gform_wrapper form .gform-body textarea.large {
        padding: 10px 14px;
        height: 104px;
        resize: none; }
      .gravity-form-box .gform_wrapper form .gform-body select {
        background: url("images/forms/select-arrow-down.svg") right 14px center no-repeat #FDFCFC;
        padding-right: 40px;
        -webkit-appearance: none;
        position: relative;
        width: 100%;
        border-radius: var(--radius-xs, 8px);
        border: 1px solid var(--Boarder-02, #F2F0F1);
        display: flex;
        height: 44px;
        color: var(--Text-004, #858284);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; }
      .gravity-form-box .gform_wrapper form .gform-body p {
        color: var(--Text-004, #858284);
        text-align: center;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px; }
        .gravity-form-box .gform_wrapper form .gform-body p a {
          color: #000; }
      .gravity-form-box .gform_wrapper form .gform-body input[type="radio"] {
        height: 18px;
        width: 18px;
        padding: 0px;
        border: 0;
        -webkit-appearance: none;
        background: url("images/forms/radio-bg.svg") center no-repeat;
        position: relative; }
        .gravity-form-box .gform_wrapper form .gform-body input[type="radio"]:checked {
          background: url("images/forms/radio-bg-checked.svg") center no-repeat; }
      .gravity-form-box .gform_wrapper form .gform-body input[type="checkbox"] {
        height: 18px;
        width: 18px;
        padding: 0px;
        border: 0;
        -webkit-appearance: none;
        background: url("images/forms/checkbox-bg.svg") center no-repeat;
        position: relative; }
        .gravity-form-box .gform_wrapper form .gform-body input[type="checkbox"]:checked {
          background: url("images/forms/checkbox-bg-checked.svg") center no-repeat; }
      .gravity-form-box .gform_wrapper form .gform-body .hide-label label {
        display: none; }
    .gravity-form-box .gform_wrapper form .gform_footer {
      border-top: 1px solid var(--Neutral-03, #F2F0F1);
      background: var(--Surface-006, rgba(252, 252, 253, 0.7));
      padding: var(--spacing-sm, 16px) var(--spacing-lg, 32px);
      display: flex;
      width: 100%;
      justify-content: center; }
      .gravity-form-box .gform_wrapper form .gform_footer input[type="submit"] {
        border-radius: var(--radius-xl, 32px) !important;
        border: 0px;
        background: var(--Action-Default-01, #FED52F);
        display: flex;
        width: 100%;
        padding: 10px 20px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        text-transform: none;
        color: var(--Action-Default-03, #000);
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: -0.14px; }

.benefits-wrapper {
  margin-top: 64px;
  display: flex;
  padding: 48px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border-radius: 16px;
  background: var(--Surface-004, #F4F8FB); }
  .benefits-wrapper h2 {
    text-align: center; }
  .benefits-wrapper .benifits-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px; }
    .benefits-wrapper .benifits-list .benifits-itm {
      border-radius: 16px;
      background: var(--Transparancy-Light-08, rgba(252, 252, 253, 0.8));
      display: flex;
      width: 100%;
      padding: 36px 20px 15px 20px;
      flex-direction: column;
      align-items: center;
      gap: 24px;
      flex-shrink: 0; }
      .benefits-wrapper .benifits-list .benifits-itm img {
        width: max-content; }
      .benefits-wrapper .benifits-list .benifits-itm p {
        color: var(--Text-002, #000);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        text-transform: capitalize;
        letter-spacing: -0.08px;
        padding: 0;
        margin: 0; }

.gform-body .icon-email input {
  background: url("images/input-icons/icon-email.svg") left 14px center no-repeat !important;
  padding-left: 42px !important; }
.gform-body .icon-call input {
  background: url("images/input-icons/icon-call.svg") left 14px center no-repeat !important;
  padding-left: 42px !important; }

.partners-page .partners-page-wrap {
  padding: 64px 0px 0px 0px; }
.partners-page .faq-wrapper {
  padding-top: 0; }
.partners-page .driver-form-wrapper {
  padding-top: 64px; }
  .partners-page .driver-form-wrapper .driver-form-in {
    border-radius: 16px 16px 0 0; }
    .partners-page .driver-form-wrapper .driver-form-in h4 {
      color: var(--Text-002, #000);
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px; }
.partners-page .testimonial-slider-wrap {
  margin-top: 0px;
  margin-bottom: 0; }

.place-booking-wrap h4 {
  color: var(--Text-002, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.08px;
  padding: 0 0 32px 0;
  margin: 0; }
.place-booking-wrap .form-content {
  display: flex;
  align-items: flex-start;
  gap: 32px; }
  .place-booking-wrap .form-content .content {
    background: transparent; }
    .place-booking-wrap .form-content .content fieldset {
      background: transparent;
      width: 100%; }
.place-booking-wrap .travel-summery {
  min-width: 310px;
  max-width: 310px; }
  .place-booking-wrap .travel-summery .summery-info {
    border-radius: var(--radius-md, 16px);
    background: var(--Surface-002, #FFF);
    display: flex;
    padding: var(--spacing-lg, 32px) var(--radius-xl, 32px);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    width: 100%; }
    .place-booking-wrap .travel-summery .summery-info .booking-details-wrap {
      display: none; }
    .place-booking-wrap .travel-summery .summery-info .travel-hidden-element {
      height: 0px !important;
      visibility: hidden;
      overflow: hidden;
      opacity: 0; }
    .place-booking-wrap .travel-summery .summery-info h4 {
      color: var(--Text-002, #000);
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
      margin: 0;
      padding: 0;
      width: 100%;
      padding: 0 0 10px 0; }
    .place-booking-wrap .travel-summery .summery-info .booking-details {
      display: flex;
      flex-direction: column;
      gap: 8px; }
      .place-booking-wrap .travel-summery .summery-info .booking-details h5 {
        color: var(--Text-002, #000);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        padding: 0;
        margin: 0; }
      .place-booking-wrap .travel-summery .summery-info .booking-details span {
        color: var(--Text-002, #000);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: -0.08px; }
        .place-booking-wrap .travel-summery .summery-info .booking-details span i {
          font-style: normal;
          color: #514F50; }
      .place-booking-wrap .travel-summery .summery-info .booking-details p {
        display: flex;
        padding: 0;
        margin: 0;
        flex-direction: column; }
        .place-booking-wrap .travel-summery .summery-info .booking-details p span {
          padding: 0;
          color: var(--Text-004, #858284);
          font-size: 13px;
          font-style: normal;
          font-weight: 500;
          line-height: 16px; }
        .place-booking-wrap .travel-summery .summery-info .booking-details p strong {
          color: var(--Text-002, #000);
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: 24px; }
  .place-booking-wrap .travel-summery .summery-info.help-box h4 {
    margin: 0;
    padding: 0 0 0 50px; }
  .place-booking-wrap .travel-summery .summery-info.help-box span {
    padding: 0;
    color: #858284; }
  .place-booking-wrap .travel-summery .journey-info {
    border-top: 1px solid rgba(220, 217, 218, 0.5);
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%; }
    .place-booking-wrap .travel-summery .journey-info h5 {
      color: var(--Text-002, #000);
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px;
      letter-spacing: -0.08px;
      padding: 0;
      margin: 0; }
    .place-booking-wrap .travel-summery .journey-info ul {
      padding: 8px 0;
      margin: 0 0 0 0px; }
      .place-booking-wrap .travel-summery .journey-info ul li {
        list-style-type: none;
        padding-left: 30px;
        background: url("images/misc/journey-dot.svg") top 2px left no-repeat;
        color: var(--Text-002, #000);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        margin-top: 20px;
        position: relative; }
        .place-booking-wrap .travel-summery .journey-info ul li:before {
          content: '';
          width: 1px;
          height: 20px;
          position: absolute;
          background: #DCD9DA;
          left: 10px;
          top: -18px; }
        .place-booking-wrap .travel-summery .journey-info ul li:first-child {
          margin-top: 0px; }
          .place-booking-wrap .travel-summery .journey-info ul li:first-child:before {
            display: none; }
    .place-booking-wrap .travel-summery .journey-info span {
      color: var(--Text-002, #000);
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px;
      padding-left: 30px; }
    .place-booking-wrap .travel-summery .journey-info span.travel-date {
      background: url("images/misc/icon-calendar.svg") left center no-repeat; }
    .place-booking-wrap .travel-summery .journey-info span.travel-time {
      background: url("images/misc/icon-clock.svg") left center no-repeat; }
    .place-booking-wrap .travel-summery .journey-info span.travel-duration {
      background: url("images/misc/clock-timer.svg") left center no-repeat; }
      .place-booking-wrap .travel-summery .journey-info span.travel-duration strong {
        font-weight: 500; }
      .place-booking-wrap .travel-summery .journey-info span.travel-duration i {
        font-style: normal;
        color: #858284; }
        .place-booking-wrap .travel-summery .journey-info span.travel-duration i span {
          padding: 0;
          color: #858284; }
    .place-booking-wrap .travel-summery .journey-info span.travel-count {
      background: url("images/misc/members-count.svg") left center no-repeat; }
.place-booking-wrap .vehicle-selector {
  width: 100%;
  display: flex;
  padding: 32px;
  flex-direction: column;
  background: #fff;
  border-radius: 16px 16px 0 0; }
  .place-booking-wrap .vehicle-selector .package-radio {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden; }
  .place-booking-wrap .vehicle-selector .vehicle-info-list {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    display: flex; }
    .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-itm {
      display: flex;
      padding: 6px;
      justify-content: space-between;
      gap: 16px;
      align-self: stretch;
      background: var(--Surface-004, #F4F8FB);
      border-radius: var(--radius-s, 12px); }
      .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-itm .vehicle-img {
        display: flex;
        min-width: 208px;
        padding: 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #fff;
        border-radius: 8px; }
        .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-itm .vehicle-img img {
          width: 100%;
          max-width: 150px; }
      .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-itm .charges-summery {
        min-width: 156px;
        padding-left: 16px;
        border-left: 1px solid rgba(220, 217, 218, 0.5);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-itm .charges-summery span {
          color: var(--Text-004, #858284);
          text-align: center;
          font-size: 13px;
          font-style: normal;
          font-weight: 500;
          line-height: 16px; }
        .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-itm .charges-summery h4 {
          color: var(--Text-002, #000);
          text-align: center;
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: 24px;
          padding: 8px 0 0 0;
          margin: 0; }
        .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-itm .charges-summery p {
          color: var(--Text-004, #858284);
          text-align: center;
          font-size: 12px;
          font-style: normal;
          font-weight: 500;
          line-height: 16px;
          padding: 0;
          margin: 0; }
          .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-itm .charges-summery p strong {
            font-weight: 500;
            color: #000; }
        .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-itm .charges-summery a {
          width: 100%;
          margin: 16px 0;
          max-width: 200px;
          border-radius: 32px !important; }
    .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-itm.active {
      background: var(--Surface-002, #FFF);
      box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12), 0px 15px 35px 0px rgba(103, 110, 118, 0.08);
      background: var(--Surface-002, #FFF);
      box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12), 0px 15px 35px 0px rgba(103, 110, 118, 0.08); }
      .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-itm.active .charges-summery a {
        background: #000;
        color: #fff; }
    .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-info {
      display: flex;
      width: 100%;
      flex-direction: column;
      align-items: flex-start;
      gap: var(--spacing-xs, 8px); }
      .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-info h4 {
        color: var(--Text-002, #000);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        padding: 0;
        margin: 0; }
      .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-info p {
        padding: 0 0px 0 28px;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
        color: var(--Text-004, #858284);
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        text-align: left; }
        .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-info p strong {
          color: var(--Text-002, #000);
          font-size: 16px;
          font-style: normal;
          font-weight: 600;
          line-height: 20px;
          letter-spacing: -0.08px; }
          .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-info p strong span {
            color: #514F50; }
      .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-info p.journy-time {
        background: url("images/misc/clock-timer.svg") left top no-repeat; }
      .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-info p.journy-pesangers {
        background: url("images/misc/members-count.svg") left top no-repeat; }
      .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-info ul {
        border-top: 1px solid rgba(220, 217, 218, 0.5);
        padding: 8px 0 0 0px;
        margin: 0;
        display: flex;
        flex-direction: column;
        list-style-type: none !important;
        gap: 6px; }
        .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-info ul li {
          color: var(--Text-004, #858284);
          font-size: 13px;
          font-style: normal;
          font-weight: 500;
          line-height: 16px;
          background: url("images/misc/tick.svg") left top 2px no-repeat;
          padding-left: 28px; }
          .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-info ul li strong {
            color: #000;
            font-weight: 700; }
.place-booking-wrap .merchant-form-wrap .vehicle-selector .form-itms-wrap {
  padding: 0; }
  .place-booking-wrap .merchant-form-wrap .vehicle-selector .form-itms-wrap .cusum-submit {
    height: 0px !important;
    opacity: 0;
    overflow: hidden; }
.place-booking-wrap .merchant-form-wrap .actions ul li.disabled {
  visibility: hidden; }

.mail-success-box.placebooking-confirm .container {
  max-width: 1370px; }
.mail-success-box.placebooking-confirm .confirm-box {
  max-width: 730px;
  border-radius: 12px 12px 0 0; }
.mail-success-box.placebooking-confirm .confirm-help {
  max-width: 730px;
  width: 100%;
  border-radius: var(--spacing-sm, 16px);
  border: 1px solid var(--Boarder-06, rgba(252, 252, 253, 0.2));
  background: var(--Surface-002, #FFF);
  backdrop-filter: blur(20px);
  display: flex;
  padding: var(--spacing-md, 24px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--spacing-sm, 16px);
  margin-top: 32px; }
  .mail-success-box.placebooking-confirm .confirm-help .summery-info {
    margin-top: 0; }
  .mail-success-box.placebooking-confirm .confirm-help h4 {
    width: 100%;
    border-bottom: 1px solid rgba(220, 217, 218, 0.5);
    padding-bottom: 16px; }
  .mail-success-box.placebooking-confirm .confirm-help .help-details {
    padding-top: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
.mail-success-box.placebooking-confirm .confirm-btn-box {
  max-width: 730px;
  width: 100%;
  border-radius: 0 0 12px 12px;
  border-top: 1px solid var(--Neutral-03, #F2F0F1);
  background: var(--Surface-006, rgba(252, 252, 253, 0.7));
  display: flex;
  padding: var(--spacing-sm, 16px) var(--spacing-lg, 32px);
  justify-content: center;
  align-items: center;
  gap: 2px; }
  .mail-success-box.placebooking-confirm .confirm-btn-box .yellow-btn {
    min-width: 320px;
    border-radius: 32px !important;
    padding: 10px 20px;
    height: 44px; }
.mail-success-box.placebooking-confirm ul {
  width: 100%;
  display: flex;
  padding: 24px 0;
  margin: 0;
  flex-direction: column;
  list-style-type: none;
  align-items: flex-start;
  gap: var(--spacing-xxs, 4px); }
  .mail-success-box.placebooking-confirm ul li {
    border-radius: var(--radius-xxs, 4px);
    background: var(--Surface-004, #F4F8FB);
    display: flex;
    padding: var(--spacing-sm, 16px) var(--spacing-xs, 8px);
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 30px; }
    .mail-success-box.placebooking-confirm ul li span {
      color: var(--Text-002, #000);
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px; }
    .mail-success-box.placebooking-confirm ul li strong {
      color: var(--Text-003, #514F50);
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px;
      text-align: right; }

.help-box {
  margin-top: 30px; }
  .help-box h4 {
    background: url("images/misc/icon-help.svg") left center no-repeat;
    padding: 0 0 0 50px;
    margin: 0 0 10px 0;
    line-height: 40px; }
  .help-box .help-details p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-xxs, 4px);
    align-self: stretch;
    padding: 0 0 16px 0;
    margin: 0; }
    .help-box .help-details p:last-child {
      padding: 0px; }
    .help-box .help-details p span {
      padding: 0;
      color: var(--Text-004, #858284);
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px; }
    .help-box .help-details p strong {
      color: var(--Text-002, #000);
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px; }

.rental-form-wrap .form-line .input-box-wrap input {
  height: 40px; }
.rental-form-wrap .input-box-wrap {
  position: relative; }
  .rental-form-wrap .input-box-wrap .location-suggestions {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12), 0px 15px 35px 0px rgba(103, 110, 118, 0.08); }
    .rental-form-wrap .input-box-wrap .location-suggestions .location-option {
      width: 100%;
      color: var(--Text-002, #000);
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px;
      display: block;
      padding: 3px 0px; }
.rental-form-wrap .input-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  padding: 10px 15px; }
  .rental-form-wrap .input-list span {
    display: flex;
    width: max-content;
    border-radius: var(--radius-xxs, 4px);
    background: var(--Neutral-03, #F2F0F1);
    gap: 8px;
    padding: 4px var(--spacing-xs, 8px) 4px var(--spacing-sm, 16px);
    align-items: center;
    color: var(--Text-003, #514F50);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; }
    .rental-form-wrap .input-list span button {
      border: 0;
      padding: 0;
      font-size: 0px;
      width: 20px;
      height: 20px;
      background: url("images/misc/close.svg") center no-repeat; }

#rental-landing {
  display: block; }

#placebooking-landing {
  height: 0px !important;
  overflow: hidden;
  visibility: hidden; }

#placebooking-landing.active {
  overflow: visible;
  height: auto !important;
  visibility: visible; }

.ui-datepicker-calendar td a {
  width: 100%; }

.hidden-tour-info {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden; }

body.dark-mode {
  background: #000; }
  body.dark-mode h2 {
    color: #fff; }
  body.dark-mode footer .footer-bottom {
    background: #000; }
    body.dark-mode footer .footer-bottom .footer-bottom-inner h3 {
      color: #fff; }
    body.dark-mode footer .footer-bottom .footer-bottom-inner .footer-menu .menu li a {
      color: #FDFCFC; }
    body.dark-mode footer .footer-bottom .footer-bottom-inner ul li a {
      color: #FDFCFC; }
    body.dark-mode footer .footer-bottom .footer-bottom-inner .footer-contact ul.social-links li a {
      background: #211F20; }
    body.dark-mode footer .footer-bottom .footer-bottom-developmnt {
      border-top: 1px solid #BEBBBC; }
      body.dark-mode footer .footer-bottom .footer-bottom-developmnt p {
        color: #FAF9F9; }
  body.dark-mode footer .footer-top {
    background: #211F20; }
    body.dark-mode footer .footer-top .footer-top-inner .footer-logo {
      background: url("images/main-logo.svg") center no-repeat;
      background-size: 100%; }
      body.dark-mode footer .footer-top .footer-top-inner .footer-logo img {
        opacity: 0; }
  body.dark-mode a.learn-more {
    color: #000;
    filter: invert(1); }
  body.dark-mode .home-page .home-blocks .home-blocks-inner .home-block-itm .block-info {
    background: #211F20; }
    body.dark-mode .home-page .home-blocks .home-blocks-inner .home-block-itm .block-info p {
      color: #fff; }
  body.dark-mode .home-page .mainservices-wrap .mainservices-inner .home-srvice-itm-wrapper a {
    background: #000; }
    body.dark-mode .home-page .mainservices-wrap .mainservices-inner .home-srvice-itm-wrapper a h3 {
      color: white; }
  body.dark-mode .home-page .home-blog-posts .home-blog-inner .home-blog-slider .slick-slide .blog-itm .blog-date {
    background: var(--Transparancy-Dark-08, rgba(30, 31, 36, 0.8));
    color: #FDFCFC; }
  body.dark-mode .home-page .home-blog-posts .home-blog-inner .home-blog-slider .slick-slide .blog-itm .blog-info {
    background: var(--Transparancy-Dark-08, rgba(30, 31, 36, 0.8)); }
    body.dark-mode .home-page .home-blog-posts .home-blog-inner .home-blog-slider .slick-slide .blog-itm .blog-info h3 a {
      color: #fff; }
  body.dark-mode .common-overview-wrap {
    background: #211F20; }
    body.dark-mode .common-overview-wrap .overview-txt {
      background: rgba(252, 252, 253, 0.1) !important; }
      body.dark-mode .common-overview-wrap .overview-txt p {
        color: #fff !important; }
    body.dark-mode .common-overview-wrap .page-overview h4 {
      color: #fff; }
    body.dark-mode .common-overview-wrap .page-overview .overview-inner .overview-txt h3 {
      color: #fff; }
    body.dark-mode .common-overview-wrap .core-purpose {
      background: rgba(252, 252, 253, 0.1); }
      body.dark-mode .common-overview-wrap .core-purpose h4 {
        color: #FDFCFC; }
    body.dark-mode .common-overview-wrap .achieement-box {
      background-color: rgba(252, 252, 253, 0.1); }
      body.dark-mode .common-overview-wrap .achieement-box .achievemnt-intro p {
        color: #fff; }
      body.dark-mode .common-overview-wrap .achieement-box .achievemnt-blocks .achievement-itm {
        background: #000; }
        body.dark-mode .common-overview-wrap .achieement-box .achievemnt-blocks .achievement-itm h4 {
          color: #fff; }
        body.dark-mode .common-overview-wrap .achieement-box .achievemnt-blocks .achievement-itm p {
          color: #fff; }
  body.dark-mode .benefits-wrapper {
    background: #211F20; }
    body.dark-mode .benefits-wrapper .benifits-itm {
      background: rgba(252, 252, 253, 0.1); }
      body.dark-mode .benefits-wrapper .benifits-itm p {
        color: #fff; }
  body.dark-mode .services-details-page .options-wrap .serice-option-slider .slider-itm {
    background: #211F20; }
    body.dark-mode .services-details-page .options-wrap .serice-option-slider .slider-itm h4 {
      color: #fff; }
    body.dark-mode .services-details-page .options-wrap .serice-option-slider .slider-itm p {
      color: #fff; }
    body.dark-mode .services-details-page .options-wrap .serice-option-slider .slider-itm span img {
      filter: invert(1); }
  body.dark-mode .services-details-page .partners-us-wrapper .partners-us-inner {
    background: #211F20; }
    body.dark-mode .services-details-page .partners-us-wrapper .partners-us-inner p {
      color: #fff; }
      body.dark-mode .services-details-page .partners-us-wrapper .partners-us-inner p b {
        color: #fff; }
  body.dark-mode .services-details-page .send-recieve-wrap .send-recieve-itm .send-recie-txt {
    background: rgba(252, 252, 253, 0.1); }
    body.dark-mode .services-details-page .send-recieve-wrap .send-recieve-itm .send-recie-txt h3 {
      color: #fff; }
    body.dark-mode .services-details-page .send-recieve-wrap .send-recieve-itm .send-recie-txt p {
      color: #fff; }
  body.dark-mode .services-details-page .send-recieve-wrap .send-recieve-itm .send-recie-link {
    background: #000; }
    body.dark-mode .services-details-page .send-recieve-wrap .send-recieve-itm .send-recie-link span {
      color: #fff; }
  body.dark-mode .services-details-page .business-blocks-slider {
    background: #211F20; }
    body.dark-mode .services-details-page .business-blocks-slider .slider-itm-inner .slider-txt {
      background: rgba(252, 252, 253, 0.1); }
      body.dark-mode .services-details-page .business-blocks-slider .slider-itm-inner .slider-txt h3 {
        color: #fff; }
      body.dark-mode .services-details-page .business-blocks-slider .slider-itm-inner .slider-txt ul li {
        color: #fff; }
  body.dark-mode .services-details-page .subscriptionbox .subscribe-steps .subscribe-itm {
    background: #211F20; }
    body.dark-mode .services-details-page .subscriptionbox .subscribe-steps .subscribe-itm .subscribe-txt h4 {
      color: #fff; }
    body.dark-mode .services-details-page .subscriptionbox .subscribe-steps .subscribe-itm .subscribe-txt p {
      color: #fff; }
    body.dark-mode .services-details-page .subscriptionbox .subscribe-steps .subscribe-itm .subscribe-txt span {
      background: #000;
      color: #fff; }
  body.dark-mode .faq-wrapper .faq-item {
    background: #211F20; }
    body.dark-mode .faq-wrapper .faq-item h3 {
      filter: invert(1); }
    body.dark-mode .faq-wrapper .faq-item p {
      color: #FDFCFC; }
    body.dark-mode .faq-wrapper .faq-item ul li {
      color: #fff; }
    body.dark-mode .faq-wrapper .faq-item ol li {
      color: #fff; }
    body.dark-mode .faq-wrapper .faq-item .broucher-download {
      background: #000;
      color: #fff; }
  body.dark-mode .app-details-wrap .apps-inner .app-box {
    background: var(--Transparancy-Brand-01, rgba(254, 213, 47, 0.4)); }
    body.dark-mode .app-details-wrap .apps-inner .app-box .app-steps-list .app-step span {
      background: #000;
      color: #fff; }
    body.dark-mode .app-details-wrap .apps-inner .app-box .app-steps-list .app-step h4 {
      color: #fff; }
    body.dark-mode .app-details-wrap .apps-inner .app-box .app-steps-list .app-step p {
      color: #fff; }
    body.dark-mode .app-details-wrap .apps-inner .app-box .home-buttons-info p a {
      color: #fff; }
      body.dark-mode .app-details-wrap .apps-inner .app-box .home-buttons-info p a img {
        filter: invert(1); }
  body.dark-mode .animation-canvers {
    opacity: 0.2; }
  body.dark-mode .partners-wrapper .partners-inner h3 {
    color: #fff; }
  body.dark-mode .foods-tabs .foods-tabs-inner .tabs-wrapper {
    background: #211F20; }
    body.dark-mode .foods-tabs .foods-tabs-inner .tabs-wrapper a {
      color: #fff; }
    body.dark-mode .foods-tabs .foods-tabs-inner .tabs-wrapper a.active {
      background: #000; }
  body.dark-mode .gravity-form-box .gravity-form-box-in {
    background: #211F20; }
  body.dark-mode .gravity-form-box .gform_wrapper form {
    background: rgba(252, 252, 253, 0.1); }
    body.dark-mode .gravity-form-box .gform_wrapper form .gform_footer {
      background: #000;
      border-top: 1px solid #333; }
    body.dark-mode .gravity-form-box .gform_wrapper form .gform-body label {
      color: #fff; }
    body.dark-mode .gravity-form-box .gform_wrapper form .gform-body input[type=text] {
      background-color: transparent;
      color: #fff; }
    body.dark-mode .gravity-form-box .gform_wrapper form .gform-body input[type=email] {
      background-color: transparent;
      color: #fff; }
    body.dark-mode .gravity-form-box .gform_wrapper form .gform-body textarea {
      background-color: transparent;
      color: #fff; }
    body.dark-mode .gravity-form-box .gform_wrapper form .gform-body .file-upload-wrap .input-file-wrapbox {
      background-color: transparent; }
  body.dark-mode .partner-us-form {
    background: #000; }
    body.dark-mode .partner-us-form .form-fields .form-line label {
      color: #FDFCFC; }
    body.dark-mode .partner-us-form .form-fields .form-line .input-box-wrap {
      background: transparent; }
      body.dark-mode .partner-us-form .form-fields .form-line .input-box-wrap input {
        color: white; }
    body.dark-mode .partner-us-form .form-fields .form-line .resturn-info {
      background: transparent; }
      body.dark-mode .partner-us-form .form-fields .form-line .resturn-info input {
        color: white; }
    body.dark-mode .partner-us-form .form-heading h3 {
      color: #fff; }
    body.dark-mode .partner-us-form .form-heading h5 {
      color: #fff; }
  body.dark-mode .merchant-form-wrap {
    background: #211F20; }
    body.dark-mode .merchant-form-wrap .steps ul li.done a {
      color: #fed52f; }
    body.dark-mode .merchant-form-wrap .steps ul li.current a {
      color: #FDFCFC; }
    body.dark-mode .merchant-form-wrap .travel-summery .summery-info {
      background: rgba(252, 252, 253, 0.1); }
      body.dark-mode .merchant-form-wrap .travel-summery .summery-info h4 {
        color: #fff; }
      body.dark-mode .merchant-form-wrap .travel-summery .summery-info p {
        color: #fff;
        color: #fff; }
      body.dark-mode .merchant-form-wrap .travel-summery .summery-info span {
        color: #fff; }
      body.dark-mode .merchant-form-wrap .travel-summery .summery-info h5 {
        color: #fff; }
      body.dark-mode .merchant-form-wrap .travel-summery .summery-info li {
        color: #fff; }
    body.dark-mode .merchant-form-wrap label {
      color: #fff; }
    body.dark-mode .merchant-form-wrap select {
      background-color: transparent;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff; }
    body.dark-mode .merchant-form-wrap textarea {
      background-color: transparent; }
    body.dark-mode .merchant-form-wrap .actions {
      background: #222;
      border-top: 1px solid #666; }
    body.dark-mode .merchant-form-wrap h1 {
      color: #fff; }
    body.dark-mode .merchant-form-wrap .onboarding-wrap .steps ul li a.completed {
      color: #fff; }
    body.dark-mode .merchant-form-wrap .onboarding-wrap .steps ul li a.completed.active span {
      border: 1px solid #fff;
      color: #fff; }
    body.dark-mode .merchant-form-wrap .content {
      background: rgba(252, 252, 253, 0.1); }
      body.dark-mode .merchant-form-wrap .content h2 {
        color: #fff; }
      body.dark-mode .merchant-form-wrap .content fieldset {
        background: transparent; }
        body.dark-mode .merchant-form-wrap .content fieldset .form-itms-wrap .input-file-wrap {
          background-color: #000; }
        body.dark-mode .merchant-form-wrap .content fieldset .form-itms-wrap .form-description h4 {
          color: #FDFCFC; }
        body.dark-mode .merchant-form-wrap .content fieldset .form-itms-wrap .form-description p {
          color: #FDFCFC; }
        body.dark-mode .merchant-form-wrap .content fieldset .form-itms-wrap .table-body {
          background-color: #000; }
          body.dark-mode .merchant-form-wrap .content fieldset .form-itms-wrap .table-body .table-row .table-cell-name label {
            color: #FDFCFC; }
        body.dark-mode .merchant-form-wrap .content fieldset .form-itms-wrap .true-false-btn {
          background-color: #000; }
        body.dark-mode .merchant-form-wrap .content fieldset .form-itms-wrap .true-false-radio {
          background-color: #000; }
      body.dark-mode .merchant-form-wrap .content h6 {
        color: #FDFCFC; }
    body.dark-mode .merchant-form-wrap .input-wrap {
      background-color: #000; }
    body.dark-mode .merchant-form-wrap input {
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff; }
  body.dark-mode .place-booking-wrap .travel-summery .summery-info .booking-details p strong {
    color: #fff; }
  body.dark-mode .place-booking-wrap .vehicle-selector {
    background: #000; }
    body.dark-mode .place-booking-wrap .vehicle-selector h4 {
      color: #fff; }
    body.dark-mode .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-info ul li {
      color: #fff; }
      body.dark-mode .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-info ul li strong {
        color: #fff; }
    body.dark-mode .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-itm {
      background: rgba(252, 252, 253, 0.1); }
      body.dark-mode .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-itm .charges-summery span {
        color: #fff; }
      body.dark-mode .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-itm .charges-summery h4 {
        color: #fff; }
      body.dark-mode .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-itm h4 {
        color: #fff; }
      body.dark-mode .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-itm p {
        filter: invert(1); }
      body.dark-mode .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-itm .vehicle-img {
        background: #211F20; }
        body.dark-mode .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-itm .vehicle-img img {
          filter: invert(1); }
  body.dark-mode .travel-summery .journey-info img {
    filter: invert(1); }
  body.dark-mode .mail-success-box.placebooking-confirm .confirm-btn-box {
    background: #000; }
  body.dark-mode .mail-success-box.placebooking-confirm .confirm-help {
    background: #211F20; }
    body.dark-mode .mail-success-box.placebooking-confirm .confirm-help h4 {
      color: #fff; }
    body.dark-mode .mail-success-box.placebooking-confirm .confirm-help p {
      filter: invert(1); }
  body.dark-mode .mail-success-box .mail-containber-in {
    background: #211F20; }
    body.dark-mode .mail-success-box .mail-containber-in .confirm-box {
      background: rgba(252, 252, 253, 0.1); }
      body.dark-mode .mail-success-box .mail-containber-in .confirm-box ul li {
        background: #000; }
        body.dark-mode .mail-success-box .mail-containber-in .confirm-box ul li span {
          color: #fff; }
        body.dark-mode .mail-success-box .mail-containber-in .confirm-box ul li strong {
          color: #fff; }
      body.dark-mode .mail-success-box .mail-containber-in .confirm-box h4 {
        color: #fff; }
      body.dark-mode .mail-success-box .mail-containber-in .confirm-box p {
        color: #fff; }
  body.dark-mode .partners-page .driver-form-wrapper .driver-form-in h4 {
    color: #fff; }
  body.dark-mode .partners-page .driver-form-wrapper .driver-form-in select {
    background-color: transparent; }
  body.dark-mode .testimonial-slider-wrap {
    background: rgba(252, 252, 253, 0.1); }
    body.dark-mode .testimonial-slider-wrap .testi-content-slider .testi-desc-slider .slider-itm {
      filter: invert(1); }
  body.dark-mode .merchant-page .page-banner-img .partner-us-form {
    background: #000; }
    body.dark-mode .merchant-page .page-banner-img .partner-us-form h2 {
      color: #fff; }
    body.dark-mode .merchant-page .page-banner-img .partner-us-form p {
      color: #fff; }
    body.dark-mode .merchant-page .page-banner-img .partner-us-form h3 {
      color: #fff; }
    body.dark-mode .merchant-page .page-banner-img .partner-us-form label {
      color: #fff; }
    body.dark-mode .merchant-page .page-banner-img .partner-us-form .form-line .input-wrap input[type=text] {
      background-color: transparent; }
    body.dark-mode .merchant-page .page-banner-img .partner-us-form select {
      background-color: transparent; }
  body.dark-mode .merchant-page .how-works-wrap .how-works-inner {
    background: #211F20; }
    body.dark-mode .merchant-page .how-works-wrap .how-works-inner .how-works-details .how-works-itm .how-works-txt {
      background: #333; }
      body.dark-mode .merchant-page .how-works-wrap .how-works-inner .how-works-details .how-works-itm .how-works-txt h3 {
        color: #fff; }
    body.dark-mode .merchant-page .how-works-wrap .how-works-inner .how-works-details .how-works-itm ul {
      background: rgba(252, 252, 253, 0.1); }
      body.dark-mode .merchant-page .how-works-wrap .how-works-inner .how-works-details .how-works-itm ul li {
        color: #fff; }
  body.dark-mode .merchant-page .merchant-overview p {
    color: #fff; }
  body.dark-mode .news-page .news-list-wrapper .news-list .news-itm a .news-txt {
    background: #211F20; }
    body.dark-mode .news-page .news-list-wrapper .news-list .news-itm a .news-txt h3 {
      color: #fff; }
    body.dark-mode .news-page .news-list-wrapper .news-list .news-itm a .news-txt span {
      color: #fff; }
  body.dark-mode .single-info-page .news-single-in .news-heading h1 {
    color: #fff; }
  body.dark-mode .single-info-page .news-single-in .news-content .news-details p {
    color: #fff; }
  body.dark-mode .single-info-page .news-single-in .news-content .news-details h2 {
    color: #fff; }
  body.dark-mode .single-info-page .news-single-in .news-content .news-details h3 {
    color: #fff; }
  body.dark-mode .single-info-page .news-single-in .news-content .news-details strong {
    color: #fff;
    color: #fff; }
  body.dark-mode .single-info-page .news-single-in .news-content .news-details li {
    color: #fff; }
  body.dark-mode .single-info-page .news-single-in .news-content .news-details h4 {
    color: #fff; }
  body.dark-mode .single-info-page .news-single-in .news-content .news-details h5 {
    color: #fff; }
  body.dark-mode .single-info-page .news-single-in .news-content .news-details h6 {
    color: #fff; }
  body.dark-mode .single-info-page .news-single-in .news-content .news-details td {
    color: #fff; }
  body.dark-mode .single-info-page .news-single-in .news-content .news-details span {
    color: #fff; }
  body.dark-mode .single-info-page .news-single-in .news-content .news-details em {
    color: #fff; }
  body.dark-mode .single-info-page .news-single-in .news-content .news-details u {
    color: #fff; }
  body.dark-mode .single-info-page .news-single-in .news-content .news-details i {
    color: #fff; }
  body.dark-mode .inner-menu .inner-menu-in {
    background: #211F20; }
    body.dark-mode .inner-menu .inner-menu-in ul li a {
      color: #fff; }
  body.dark-mode p {
    color: #FDFCFC; }
  body.dark-mode .investor-page .page-overview .main-banner-inner {
    background: #211F20; }
  body.dark-mode .investor-page .mission-wrap .mission-inner {
    background: rgba(252, 252, 253, 0.1); }
    body.dark-mode .investor-page .mission-wrap .mission-inner p {
      color: #FDFCFC; }
    body.dark-mode .investor-page .mission-wrap .mission-inner h3 {
      color: #fff; }
    body.dark-mode .investor-page .mission-wrap .mission-inner h2 {
      color: #fff; }
  body.dark-mode .investor-page .admin-messages .admin-msg-in .msg-element {
    background: #211F20; }
    body.dark-mode .investor-page .admin-messages .admin-msg-in .msg-element .admin-info span {
      color: #fff; }
    body.dark-mode .investor-page .admin-messages .admin-msg-in .msg-element .admin-info h3 {
      color: #fff; }
    body.dark-mode .investor-page .admin-messages .admin-msg-in .msg-element .admin-info h4 {
      color: #fff; }
  body.dark-mode .investor-page .leaders-sliders-wrapper .leaders-title-wrap .leaders-title-list {
    background: #211F20; }
    body.dark-mode .investor-page .leaders-sliders-wrapper .leaders-title-wrap .leaders-title-list a {
      color: #fff; }
    body.dark-mode .investor-page .leaders-sliders-wrapper .leaders-title-wrap .leaders-title-list a.active {
      background: #000; }
  body.dark-mode .investor-page .reports-wrapper .report-listwrap {
    background: #211F20; }
    body.dark-mode .investor-page .reports-wrapper .report-listwrap .report-title-list {
      background: rgba(252, 252, 253, 0.1); }
      body.dark-mode .investor-page .reports-wrapper .report-listwrap .report-title-list a {
        color: #fff;
        background: transparent; }
      body.dark-mode .investor-page .reports-wrapper .report-listwrap .report-title-list a.active {
        background: #000; }
  body.dark-mode .investor-page .reports-wrapper .report-details-wrapper .report-itm-wrapper .report-itm-description p {
    color: #FDFCFC; }
  body.dark-mode .investor-page .reports-wrapper .report-details-wrapper .report-itm-wrapper .report-itms-slider .report-itm {
    background: rgba(252, 252, 253, 0.1); }
    body.dark-mode .investor-page .reports-wrapper .report-details-wrapper .report-itm-wrapper .report-itms-slider .report-itm h4 a {
      color: #FDFCFC; }
    body.dark-mode .investor-page .reports-wrapper .report-details-wrapper .report-itm-wrapper .report-itms-slider .report-itm .report-download img {
      filter: invert(1); }
    body.dark-mode .investor-page .reports-wrapper .report-details-wrapper .report-itm-wrapper .report-itms-slider .report-itm:hover .report-download {
      background: #000; }
  body.dark-mode .investor-page .financial-info-reports .financial-info-inner {
    background: url("images/investors/investor-banner.png") #000 50%/cover no-repeat; }
    body.dark-mode .investor-page .financial-info-reports .financial-info-inner h3 {
      color: #fff; }
    body.dark-mode .investor-page .financial-info-reports .financial-info-inner p {
      color: #fff; }
  body.dark-mode .investor-page .latest-news-wrap .invest-news-slider .slider-itm {
    background: rgba(252, 252, 253, 0.1); }
    body.dark-mode .investor-page .latest-news-wrap .invest-news-slider .slider-itm h3 a {
      color: #FDFCFC; }
    body.dark-mode .investor-page .latest-news-wrap .invest-news-slider .slider-itm .blog-date-wrap span {
      color: #FDFCFC; }
  body.dark-mode .investor-page .latest-doc .latest-doc-inner {
    background: #211F20; }
    body.dark-mode .investor-page .latest-doc .latest-doc-inner .latest-doc-info {
      background: rgba(252, 252, 253, 0.1); }
      body.dark-mode .investor-page .latest-doc .latest-doc-inner .latest-doc-info h3 {
        color: #fff; }
      body.dark-mode .investor-page .latest-doc .latest-doc-inner .latest-doc-info a {
        color: #fff; }
  body.dark-mode .investor-page .reports-sumerywrap .reports-sumery-inner {
    background: #211F20; }
  body.dark-mode .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .report-list-head {
    background: #000; }
  body.dark-mode .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .report-table-body {
    background: rgba(252, 252, 253, 0.1); }
    body.dark-mode .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .report-table-body .report-table-itm .report-list-body div.cell-download {
      filter: invert(1); }
    body.dark-mode .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .report-table-body .report-table-itm .report-list-body div.cell-date {
      color: #fff; }
    body.dark-mode .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .report-table-body .report-table-itm .report-list-body div.cell-info {
      color: #fff; }
  body.dark-mode .investor-page .reports-sumerywrap .reports-sumery .reports-titlebox .year-select select {
    filter: invert(1); }
  body.dark-mode .member-type-wrap .members-title h3 {
    color: #fff; }
  body.dark-mode .member-type-wrap .members-title p {
    color: #fff; }
  body.dark-mode .leaders-slider-wrap .leaders-slider .slider-itm .member-txt {
    background: rgba(252, 252, 253, 0.1); }
    body.dark-mode .leaders-slider-wrap .leaders-slider .slider-itm .member-txt h4 {
      color: #FDFCFC; }
    body.dark-mode .leaders-slider-wrap .leaders-slider .slider-itm .member-txt h5 {
      color: #FDFCFC; }
  body.dark-mode .admin-message-page .message-content .container .mesageinfo {
    background: #211F20; }
  body.dark-mode .about-page .about-zigzag {
    background: #211F20; }
  body.dark-mode .about-page .our-values-wrap {
    background: rgba(252, 252, 253, 0.1); }
    body.dark-mode .about-page .our-values-wrap .values-slider .value-item {
      background: #211F20; }
      body.dark-mode .about-page .our-values-wrap .values-slider .value-item .value-title {
        background: #000; }
        body.dark-mode .about-page .our-values-wrap .values-slider .value-item .value-title h3 {
          color: #fff; }
  body.dark-mode .about-page .our-journey-slider .journey-details {
    background: rgba(252, 252, 253, 0.1); }
    body.dark-mode .about-page .our-journey-slider .journey-details .journey-years .slider-itm .slider-text .journey-info-wrap .year-box h3 {
      color: #fff; }
    body.dark-mode .about-page .our-journey-slider .journey-details .journey-years .slider-itm .slider-text .journey-info-wrap .year-box span {
      color: #fff; }
    body.dark-mode .about-page .our-journey-slider .journey-details .journey-years .slider-itm .slider-text .journey-info-wrap .year-box p {
      color: #fff; }
  body.dark-mode .about-page .our-journey-slider .journey-yearlist .slide-itm span {
    color: gray; }
  body.dark-mode .about-page .our-journey-slider .journey-yearlist .slide-itm.swiper-slide-thumb-active span {
    color: gray; }
  body.dark-mode .zig-zag-box .zig-zag-content .zig-zag-line .zig-zag-txt {
    background: rgba(252, 252, 253, 0.1); }
  body.dark-mode .faqs-page .faqs-all-wrap .faq-wrapper h4 {
    color: #fff; }
  body.dark-mode .tabs-title-heading .tabs-title-list {
    background: rgba(252, 252, 253, 0.1); }
    body.dark-mode .tabs-title-heading .tabs-title-list a {
      color: #fff; }
    body.dark-mode .tabs-title-heading .tabs-title-list a.active {
      background: #000; }
  body.dark-mode .contact-page .contact-overview .contact-info-list {
    background: #211F20; }
    body.dark-mode .contact-page .contact-overview .contact-info-list .contact-blockes .block-itm {
      background: rgba(252, 252, 253, 0.1); }
      body.dark-mode .contact-page .contact-overview .contact-info-list .contact-blockes .block-itm h3 {
        color: #fff; }
      body.dark-mode .contact-page .contact-overview .contact-info-list .contact-blockes .block-itm a {
        color: #fff; }
    body.dark-mode .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in {
      background: #000; }
      body.dark-mode .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in .gform-body input[type=text] {
        background-color: transparent !important;
        color: #fff; }
      body.dark-mode .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in .gform-body input[type=email] {
        background-color: transparent !important;
        color: #fff; }
      body.dark-mode .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in .gform-body textarea {
        background-color: transparent !important;
        color: #fff; }
      body.dark-mode .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in .gform_footer {
        background-color: #211F20; }
      body.dark-mode .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in label {
        color: #fff; }
        body.dark-mode .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in label a {
          color: #fff; }
      body.dark-mode .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in p {
        color: #fff; }
        body.dark-mode .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in p a {
          color: #fff; }
      body.dark-mode .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in h3 {
        color: #fff; }
      body.dark-mode .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in input {
        background: transparent;
        color: #fff; }
      body.dark-mode .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in textarea {
        background: transparent;
        color: #fff; }
  body.dark-mode .contact-page .branches-content-wrap .branch-element-list .branch-element {
    background: #211F20; }
    body.dark-mode .contact-page .branches-content-wrap .branch-element-list .branch-element .contact-line .contact-infos {
      justify-content: flex-start;
      display: flex;
      flex-direction: column; }
    body.dark-mode .contact-page .branches-content-wrap .branch-element-list .branch-element .contact-line span {
      filter: invert(1); }
    body.dark-mode .contact-page .branches-content-wrap .branch-element-list .branch-element .contact-line a {
      filter: invert(1); }
    body.dark-mode .contact-page .branches-content-wrap .branch-element-list .branch-element h3 {
      color: #fff; }
    body.dark-mode .contact-page .branches-content-wrap .branch-element-list .branch-element p {
      filter: invert(1); }
  body.dark-mode .careers-page .at-ourcore-wrap {
    background: #211F20; }
    body.dark-mode .careers-page .at-ourcore-wrap .our-core-boxes .core-itm .core-txt {
      background: #000; }
      body.dark-mode .careers-page .at-ourcore-wrap .our-core-boxes .core-itm .core-txt p {
        color: #FDFCFC; }
    body.dark-mode .careers-page .at-ourcore-wrap .our-core-boxes .core-itm .core-banner {
      background: rgba(252, 252, 253, 0.1); }
      body.dark-mode .careers-page .at-ourcore-wrap .our-core-boxes .core-itm .core-banner h3 {
        color: #fff; }
  body.dark-mode .careers-page .vacancy-list-wrap {
    background: #211F20; }
    body.dark-mode .careers-page .vacancy-list-wrap .curent-joblist ul li .job-details {
      background: rgba(252, 252, 253, 0.1); }
      body.dark-mode .careers-page .vacancy-list-wrap .curent-joblist ul li .job-details .job-summery span {
        color: #fff; }
      body.dark-mode .careers-page .vacancy-list-wrap .curent-joblist ul li .job-details .job-summery h4 {
        color: #fff; }
      body.dark-mode .careers-page .vacancy-list-wrap .curent-joblist ul li .job-details .job-summery strong {
        color: #fff; }
  body.dark-mode .careers-page .page-banner-vacancy .vacancy-summery {
    background: #000; }
    body.dark-mode .careers-page .page-banner-vacancy .vacancy-summery span {
      filter: invert(1); }
  body.dark-mode .careers-page .career-info-wrap .career-info h3 {
    color: #fff; }
  body.dark-mode .careers-page .career-info-wrap .career-info h4 {
    color: #fff; }
  body.dark-mode .careers-page .career-info-wrap .career-info p {
    color: #fff; }
  body.dark-mode .careers-page .career-info-wrap .career-info li {
    color: #fff; }
  body.dark-mode a.learn-more-border {
    filter: invert(1); }
    body.dark-mode a.learn-more-border:hover {
      border: #fff;
      color: #000;
      background: url("images/icons/arrow-right.svg") right 20px center no-repeat #fff; }
  body.dark-mode header .header-inner {
    background-color: #666; }
    body.dark-mode header .header-inner .logo-black {
      display: none; }
    body.dark-mode header .header-inner .logo-white {
      display: block; }
    body.dark-mode header .header-inner .menu-wraper .collapse .menu > li > a {
      color: #fff; }
    body.dark-mode header .header-inner .menu-wraper .collapse .menu > li ul.dropdown-menu {
      background: #333; }
      body.dark-mode header .header-inner .menu-wraper .collapse .menu > li ul.dropdown-menu li a {
        color: #fff; }
    body.dark-mode header .header-inner .menu-extra .dark-mode-switcher input.light-version:before {
      filter: invert(0); }
    body.dark-mode header .header-inner .translate-wraper select {
      filter: invert(1); }
  body.dark-mode header .header-inner.darkbg-menu {
    background: rgba(0, 0, 0, 0.24); }
    body.dark-mode header .header-inner.darkbg-menu .menu-extra .dark-mode-switcher input:before {
      filter: invert(0); }
    body.dark-mode header .header-inner.darkbg-menu .translate-wraper select {
      filter: invert(0); }
    body.dark-mode header .header-inner.darkbg-menu .dark-mode-switcher input:checked:before {
      filter: invert(1); }
  body.dark-mode header .header-mobile {
    background: #211F20; }
    body.dark-mode header .header-mobile .header-mob-in {
      background: #000; }
      body.dark-mode header .header-mobile .header-mob-in .header-logo {
        background: url("images/main-logo.svg") center no-repeat; }
        body.dark-mode header .header-mobile .header-mob-in .header-logo img {
          opacity: 0; }
    body.dark-mode header .header-mobile .header-menu-in {
      background: #211F20; }
      body.dark-mode header .header-mobile .header-menu-in .header-menu-block .collapse .menu > li > a {
        filter: invert(1);
        color: #000; }
      body.dark-mode header .header-mobile .header-menu-in .header-menu-block .collapse .menu > li ul {
        background: rgba(252, 252, 253, 0.1); }
        body.dark-mode header .header-mobile .header-menu-in .header-menu-block .collapse .menu > li ul li a {
          color: #fff;
          color: #fff; }
      body.dark-mode header .header-mobile .header-menu-in .dark-mode-switcher input:before {
        filter: invert(0); }
      body.dark-mode header .header-mobile .header-menu-in .dark-mode-switcher input:checked:before {
        filter: invert(1); }
  body.dark-mode .cf-seven-form-wrap .cf-7-form-list .cf-form-step .action-line {
    background: rgba(0, 0, 0, 0.2); }
    body.dark-mode .cf-seven-form-wrap .cf-7-form-list .cf-form-step .action-line input.next-btn {
      color: #000; }
    body.dark-mode .cf-seven-form-wrap .cf-7-form-list .cf-form-step .action-line .prev-btn {
      color: #FDFCFC; }
  body.dark-mode .summery-wrapper .summery-element {
    background-color: rgba(252, 252, 253, 0.1); }
    body.dark-mode .summery-wrapper .summery-element .summery-heading h4 {
      color: #fff; }
    body.dark-mode .summery-wrapper .summery-element .summery-content .submit-line .submit-itm label {
      color: #fff; }
    body.dark-mode .summery-wrapper .summery-element .summery-content .submit-line .submit-itm span {
      color: #fff; }
  body.dark-mode .single-info-page .news-single-in .news-details span, body.dark-mode .single-info-page .news-single-in .news-details p, body.dark-mode .single-info-page .news-single-in .news-details li, body.dark-mode .single-info-page .news-single-in .news-details strong, body.dark-mode .single-info-page .news-single-in .news-details b, body.dark-mode .single-info-page .news-single-in .news-details td, body.dark-mode .single-info-page .news-single-in .news-details colgroup {
    color: #fff !important; }

.serice-option-slider .slick-track {
  display: flex !important; }
  .serice-option-slider .slick-track .slick-slide {
    height: inherit !important; }
    .serice-option-slider .slick-track .slick-slide > div {
      height: 100%; }
    .serice-option-slider .slick-track .slick-slide .slider-itm {
      height: 100%; }
      .serice-option-slider .slick-track .slick-slide .slider-itm span {
        margin-top: auto; }

.gform_confirmation_message {
  padding: 20px 30px; }

.no-more-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  padding: 40px 0px; }
  .no-more-items img {
    max-width: 72px; }
  .no-more-items strong {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; }

@media (max-width: 991px) {
  body h1 {
    font-size: 35px;
    line-height: 42px; }
  body h2 {
    font-size: 28px;
    line-height: 34px; }

  .page-banner-img.homedesktop {
    display: none !important; }

  .page-banner-img.homemobile {
    display: block; }

  .inner-menu .inner-menu-in ul li {
    padding: 0px 15px;
    padding: 0px 15px; }

  .services-details-page .subscriptionbox .subscribe-steps {
    gap: 15px; }
  .services-details-page .business-blocks-slider .slider-itm-inner .slider-txt h3 {
    font-size: 28px;
    line-height: 34px; }

  .investor-page .admin-messages .admin-msg-in {
    flex-direction: column; }
    .investor-page .admin-messages .admin-msg-in .msg-element {
      width: 100%; }
      .investor-page .admin-messages .admin-msg-in .msg-element .admin-img {
        min-width: 270px; }

  .member-type-wrap .members-title h3 {
    font-size: 28px;
    line-height: 34px; }

  .merchant-page .page-banner-img .partner-us-form h3 {
    font-size: 28px;
    line-height: 34px; }

  .light-box-wrap .light-box-info h2 {
    font-size: 28px;
    line-height: 34px; }

  .news-page .news-list-wrapper .news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .news-page .news-list-wrapper .news-list .news-itm a .news-txt .link-arrow {
      bottom: 15px; }

  .single-info-page .news-single-in .news-heading h1 {
    font-size: 35px;
    line-height: 42px; }

  .common-overview-wrap .page-overview .overview-inner .overview-txt h3 {
    font-size: 28px;
    line-height: 34px; }
  .common-overview-wrap .achieement-box .achievemnt-blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .faqs-page .faqs-all-wrap .faq-wrapper h4 {
    font-size: 28px;
    line-height: 34px; }

  .careers-page .at-ourcore-wrap .our-core-boxes {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .place-booking-wrap .form-content {
    gap: 15px; }
  .place-booking-wrap .vehicle-selector {
    padding: 15px; }
    .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-itm .charges-summery {
      border-left: 0px solid rgba(220, 217, 218, 0.5);
      border-top: 1px solid rgba(220, 217, 218, 0.5);
      padding-top: 15px; }
    .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-info ul {
      width: 100%; } }
@media (max-width: 767px) {
  body h1 {
    font-size: 30px;
    line-height: 35px; }

  footer .footer-top .footer-top-inner {
    justify-content: center;
    flex-direction: column;
    gap: 25px; }
  footer .footer-top .footer-apps-links ul {
    justify-content: center;
    flex-direction: column;
    align-items: center; }
  footer .footer-bottom .footer-bottom-inner {
    gap: 30px;
    justify-content: flex-start;
    column-gap: 50px; }
    footer .footer-bottom .footer-bottom-inner h3 {
      font-size: 16px;
      line-height: 20px; }
    footer .footer-bottom .footer-bottom-inner .footer-services {
      width: 100%; }
      footer .footer-bottom .footer-bottom-inner .footer-services ul {
        padding-bottom: 0px; }
    footer .footer-bottom .footer-bottom-inner .footer-menu {
      width: 40%; }
    footer .footer-bottom .footer-bottom-inner .footer-menu.general-menu {
      width: 100%; }
    footer .footer-bottom .footer-bottom-inner .footer-contact ul.social-links {
      width: 100%;
      justify-content: center; }

  .page-banner-img .page-banner-inner .banner-left {
    max-width: 100%; }
    .page-banner-img .page-banner-inner .banner-left h1 {
      max-width: 100%;
      padding-bottom: 15px; }
    .page-banner-img .page-banner-inner .banner-left p {
      margin: 0;
      font-size: 14px; }
  .page-banner-img .page-banner-inner .banner-right .pos-info {
    padding: 15px;
    max-width: 100%; }
    .page-banner-img .page-banner-inner .banner-right .pos-info h4 {
      font-size: 18px;
      line-height: 24px; }
    .page-banner-img .page-banner-inner .banner-right .pos-info p {
      font-size: 14px; }

  .inner-menu .inner-menu-in ul {
    padding-bottom: 20px;
    justify-content: flex-start;
    overflow-x: auto;
    max-width: calc(100% - 30px);
    padding-bottom: 20px;
    justify-content: flex-start;
    overflow-x: auto;
    max-width: calc(100% - 30px); }
    .inner-menu .inner-menu-in ul li a {
      font-size: 14px;
      padding: 15px 0;
      line-height: 20px;
      font-size: 14px;
      padding: 15px 0;
      line-height: 20px; }

  .home-page .home-banner-info .home-banner-info-txt {
    flex-direction: column;
    gap: 10px;
    width: 100%; }
  .home-page .home-blocks .home-blocks-inner .home-block-itm {
    flex-direction: column;
    gap: 0px; }
    .home-page .home-blocks .home-blocks-inner .home-block-itm:nth-child(even) {
      flex-direction: column;
      gap: 0px; }
    .home-page .home-blocks .home-blocks-inner .home-block-itm .block-banner {
      width: 100%; }
      .home-page .home-blocks .home-blocks-inner .home-block-itm .block-banner img {
        border-radius: 16px 16px 0 0; }
    .home-page .home-blocks .home-blocks-inner .home-block-itm .block-info {
      border-radius: 0 0 16px 16px;
      width: 100%; }
  .home-page .home-blog-posts .home-blog-inner .home-blog-slider .slick-slide .blog-itm .blog-info h3 {
    font-size: 16px;
    line-height: 20px; }
    .home-page .home-blog-posts .home-blog-inner .home-blog-slider .slick-slide .blog-itm .blog-info h3 a {
      font-size: 16px;
      line-height: 20px; }

  .home-buttons-info .apps-links {
    gap: 15px; }
    .home-buttons-info .apps-links a {
      max-width: 30%; }

  .services-details-page .subscriptionbox .subscribe-steps .subscribe-itm .subscribe-txt span {
    font-size: 18px;
    line-height: 24px; }
  .services-details-page .subscriptionbox .subscribe-steps .subscribe-itm .subscribe-txt h4 {
    font-size: 16px;
    line-height: 20px; }
  .services-details-page .send-recieve-wrap .send-recieve-itm .send-recie-txt .txt-box h3 {
    font-size: 18px;
    line-height: 24px; }
  .services-details-page .options-wrap .options-title {
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 30px; }
    .services-details-page .options-wrap .options-title h2 {
      text-align: center; }
  .services-details-page .options-wrap .serice-option-slider .slider-itm h4 {
    font-size: 18px;
    line-height: 24px; }
  .services-details-page .partners-us-wrapper .partners-us-inner .partner-us-text p b {
    font-size: 16px;
    line-height: 20px; }

  .app-details-wrap {
    padding-bottom: 30px; }
    .app-details-wrap .apps-inner .app-box .app-steps-list .app-step span {
      font-size: 18px;
      line-height: 24px; }
    .app-details-wrap .apps-inner .app-box .app-steps-list .app-step h4 {
      font-size: 16px;
      line-height: 20px; }

  .app-details-wrap.no-animation {
    padding-bottom: 30px; }

  .contact-infobanner h3 {
    font-size: 16px;
    line-height: 20px; }
  .contact-infobanner .contact-info-inner .contct-itm h4 {
    font-size: 16px;
    line-height: 20px; }

  .investor-page .page-banner-img .page-banner-inner .banner-left {
    max-width: 100%; }
    .investor-page .page-banner-img .page-banner-inner .banner-left .pos-info {
      padding: 15px;
      max-width: 100%;
      gap: 10px; }
      .investor-page .page-banner-img .page-banner-inner .banner-left .pos-info h4 {
        font-size: 17px;
        line-height: 23px; }
      .investor-page .page-banner-img .page-banner-inner .banner-left .pos-info p {
        font-size: 14px;
        line-height: 18px; }
    .investor-page .page-banner-img .page-banner-inner .banner-left h1 {
      max-width: 100%;
      padding-bottom: 15px; }
    .investor-page .page-banner-img .page-banner-inner .banner-left p {
      margin: 0;
      font-size: 14px; }
  .investor-page .page-banner-img .page-banner-inner .banner-right .pos-info {
    padding: 15px;
    max-width: 100%; }
    .investor-page .page-banner-img .page-banner-inner .banner-right .pos-info h4 {
      font-size: 18px;
      line-height: 24px; }
    .investor-page .page-banner-img .page-banner-inner .banner-right .pos-info p {
      font-size: 14px; }
  .investor-page .page-overview .main-banner-inner .overview-info {
    flex-direction: column;
    gap: 30px; }
    .investor-page .page-overview .main-banner-inner .overview-info .block-banner {
      width: 100%;
      max-width: 100%; }
    .investor-page .page-overview .main-banner-inner .overview-info .block-info {
      width: 100%;
      padding: 0px; }
  .investor-page .admin-messages .admin-msg-in .msg-element {
    flex-direction: column; }
    .investor-page .admin-messages .admin-msg-in .msg-element .admin-info h3 {
      font-size: 18px;
      line-height: 24px; }
  .investor-page .reports-wrapper .report-listwrap {
    padding: var(--spacing-xxl, 30px) var(--spacing-xl, 15px); }
  .investor-page .reports-wrapper .report-details-wrapper .report-itm-wrapper .report-itm-description p {
    font-size: 16px;
    line-height: 20px; }
  .investor-page .reports-wrapper .report-details-wrapper .report-itm-wrapper .report-itms-slider .report-itm h4 {
    font-size: 16px;
    line-height: 20px; }
  .investor-page .financial-info-reports .financial-info-inner p {
    font-size: 16px;
    line-height: 20px; }
  .investor-page .latest-news-wrap .invest-news-slider .slider-itm h3 {
    font-size: 18px;
    line-height: 24px; }
  .investor-page .latest-doc .latest-doc-inner {
    padding: 30px 10px; }
    .investor-page .latest-doc .latest-doc-inner .latest-doc-info {
      flex-direction: column;
      gap: 10px;
      justify-content: center; }
      .investor-page .latest-doc .latest-doc-inner .latest-doc-info h3 {
        font-size: 16px;
        line-height: 20px; }
    .investor-page .latest-doc .latest-doc-inner .latest-doc-itm .pdfemb-viewer .pdfemb-toolbar .pdfemb-page-area {
      margin-right: 10%; }
    .investor-page .latest-doc .latest-doc-inner .latest-doc-itm .pdfemb-viewer .pdfemb-toolbar div {
      font-size: 12px; }
    .investor-page .latest-doc .latest-doc-inner .latest-doc-itm .pdfemb-viewer .pdfemb-toolbar button {
      height: 15px;
      width: 15px; }
    .investor-page .latest-doc .latest-doc-inner .latest-doc-itm .pdfemb-viewer .pdfemb-toolbar button.pdfemb-prev {
      background-size: 12px; }
    .investor-page .latest-doc .latest-doc-inner .latest-doc-itm .pdfemb-viewer .pdfemb-toolbar button.pdfemb-next {
      background-size: 12px; }
    .investor-page .latest-doc .latest-doc-inner .latest-doc-itm .pdfemb-viewer .pdfemb-toolbar button.pdfemb-zoomout {
      background-size: 12px; }
    .investor-page .latest-doc .latest-doc-inner .latest-doc-itm .pdfemb-viewer .pdfemb-toolbar button.pdfemb-zoomin {
      background-size: 12px; }
  .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .report-table-body .report-table-itm .report-list-body {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    gap: 10px; }
    .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .report-table-body .report-table-itm .report-list-body div {
      padding: 0px;
      width: 100%; }
    .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .report-table-body .report-table-itm .report-list-body div.cell-download {
      gap: 10px; }
  .investor-page .reports-sumerywrap .reports-sumery .reports-list-table .report-list-head {
    display: none; }

  .leaders-slider-wrap .leaders-slider .slider-itm {
    max-width: 300px; }
    .leaders-slider-wrap .leaders-slider .slider-itm .member-banner {
      max-width: 280px; }
    .leaders-slider-wrap .leaders-slider .slider-itm .member-txt h4 {
      font-size: 16px;
      line-height: 20px; }

  .admin-message-page .page-banner-img {
    background-size: cover; }
    .admin-message-page .page-banner-img span {
      font-size: 18px;
      line-height: 24px; }

  .member-type-wrap .members-title p {
    font-size: 16px;
    line-height: 20px; }

  .merchant-page .baner-infobox div.side-txt h3 {
    font-size: 28px;
    line-height: 36px; }
  .merchant-page .merchant-overview p {
    font-size: 16px;
    line-height: 20px; }
  .merchant-page .how-works-wrap .how-works-inner {
    padding: 15px; }
    .merchant-page .how-works-wrap .how-works-inner .how-works-details {
      grid-template-columns: repeat(1, minmax(0, 1fr));
      gap: 32px; }
      .merchant-page .how-works-wrap .how-works-inner .how-works-details .how-works-itm h3 {
        font-size: 16px;
        line-height: 20px;
        min-height: 20px; }

  .partners-wrapper .partners-inner h3 {
    font-size: 18px;
    line-height: 24px; }

  .faq-wrapper .video-box-inner h3 {
    font-size: 18px;
    line-height: 24px; }
  .faq-wrapper .registration-guide-in h3 {
    font-size: 26px;
    line-height: 32px; }
  .faq-wrapper .faq-title {
    font-size: 18px;
    line-height: 28px;
    line-break: anywhere;
    background: url("images/icons/faq-close.svg") right top 0px no-repeat; }
  .faq-wrapper .faq-item .broucher-download {
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    padding: 4px;
    max-width: 100%;
    text-align: center; }

  .merchant-form-wrap h1 {
    font-size: 18px;
    line-height: 24px; }
  .merchant-form-wrap .actions {
    width: 100%; }
  .merchant-form-wrap .content h2 {
    font-size: 16px;
    line-height: 20px; }

  .contact-page .contact-overview .contact-info-list {
    flex-direction: column;
    gap: 30px; }
    .contact-page .contact-overview .contact-info-list .contact-blockes {
      width: 100%; }
      .contact-page .contact-overview .contact-info-list .contact-blockes .block-itm.long-line {
        max-width: 100%; }
      .contact-page .contact-overview .contact-info-list .contact-blockes .block-itm h3 {
        font-size: 16px;
        line-height: 20px; }
    .contact-page .contact-overview .contact-info-list .contact-form-wrap {
      width: 100%; }
  .contact-page .branches-content-wrap .branch-element-list .branch-element h3 {
    font-size: 16px;
    line-height: 20px; }

  .single-info-page .news-single-in .news-heading h1 {
    font-size: 30px;
    line-height: 35px; }
  .single-info-page .news-single-in .news-content .news-details h1 {
    font-size: 28px; }
  .single-info-page .news-single-in .news-content .news-details h2 {
    font-size: 24px; }
  .single-info-page .news-single-in .news-content .news-details h3 {
    font-size: 22px; }
  .single-info-page .news-single-in .news-content .news-details h4 {
    font-size: 18px; }
  .single-info-page .news-single-in .news-content .news-details h5 {
    font-size: 16px; }

  .about-page .our-journey-slider .journey-details .journey-years .slider-itm {
    flex-direction: column; }
    .about-page .our-journey-slider .journey-details .journey-years .slider-itm .slider-banner {
      width: 100%; }
    .about-page .our-journey-slider .journey-details .journey-years .slider-itm .slider-text {
      width: 100%; }

  .common-overview-wrap .page-overview h4 {
    font-size: 16px;
    line-height: 20px; }
  .common-overview-wrap .page-overview .overview-inner .overview-txt {
    padding: 15px; }
  .common-overview-wrap .achieement-box .achievemnt-intro p {
    font-size: 16px;
    line-height: 20px; }
  .common-overview-wrap .achieement-box .achievemnt-blocks .achievement-itm p {
    font-size: 16px;
    line-height: 20px; }

  .careers-page .at-ourcore-wrap .our-core-boxes .core-itm .core-banner h3 {
    font-size: 18px;
    line-height: 24px; }
  .careers-page .vacancy-list-wrap .curent-joblist ul li .job-details {
    flex-direction: column;
    align-items: flex-start; }
    .careers-page .vacancy-list-wrap .curent-joblist ul li .job-details .job-summery h4 {
      font-size: 18px;
      line-height: 24px; }
  .careers-page .career-info-wrap .career-info h3 {
    font-size: 18px;
    line-height: 24px; }

  .testimonial-slider-wrap .slider-box-wrap {
    flex-direction: column; }
    .testimonial-slider-wrap .slider-box-wrap .testi-banner-slider {
      max-width: 100%;
      width: 100%; }

  .gravity-form-box .gform_wrapper form h3 {
    font-size: 16px;
    line-height: 20px; }
  .gravity-form-box .gform_wrapper form .gform-body .gform_fields {
    display: flex;
    flex-direction: column; }

  .benefits-wrapper .benifits-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .partners-page .driver-form-wrapper .driver-form-in h4 {
    font-size: 16px;
    line-height: 20px; }

  .place-booking-wrap .form-content {
    flex-direction: column; }
  .place-booking-wrap .travel-summery {
    min-width: 100%;
    max-width: 100%; }
    .place-booking-wrap .travel-summery .summery-info h4 {
      font-size: 16px;
      line-height: 20px; }
    .place-booking-wrap .travel-summery .summery-info .booking-details h5 {
      font-size: 16px;
      line-height: 20px; }
    .place-booking-wrap .travel-summery .summery-info .booking-details p strong {
      font-size: 16px;
      line-height: 20px; }
  .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-itm .charges-summery h4 {
    font-size: 16px;
    line-height: 20px; }
  .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-info h4 {
    font-size: 16px;
    line-height: 20px; }

  .mail-success-box.placebooking-confirm .confirm-help .help-details {
    flex-direction: column; }

  .help-box .help-details p strong {
    font-size: 16px;
    line-height: 20px; } }
@media (max-width: 1150px) {
  body h2 {
    font-size: 32px;
    line-height: 40px; }

  footer .footer-bottom .footer-bottom-inner .footer-services ul {
    column-gap: 30px; }

  .home-page .banner-left {
    flex-direction: column;
    min-width: auto; }
  .home-page .home-banner-info h2 {
    font-size: 40px;
    line-height: 50px; }
  .home-page .home-banner-info .home-banner-info-txt {
    gap: 30px; }
  .home-page .home-blocks .home-blocks-inner {
    gap: 30px; }

  .app-details-wrap .apps-inner .app-box .app-steps-list {
    grid-column-gap: 30px; }

  .investor-page .reports-sumerywrap .reports-sumery .reports-titlebox {
    flex-direction: column;
    gap: 15px;
    align-items: center; }

  .contact-page .branches-content-wrap .branch-element-list .branch-element .contact-line {
    flex-direction: column;
    align-items: flex-start; }

  .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-itm {
    flex-direction: column; }
    .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-itm .vehicle-img {
      padding: 40px 15px; } }
@media (min-width: 1024px) {
  header .header-mobile .menu-icon:hover span:first-of-type {
    width: 26px; }
  header .header-mobile .menu-icon:hover span:last-of-type {
    width: 12px; } }
@media (max-width: 1000px) {
  header .header-desktop {
    display: none !important; }
  header .header-mobile {
    display: block !important; }

  .inner-menu .inner-menu-in {
    top: 60px;
    top: 60px; }

  .main-banner {
    margin-top: 60px; } }
@media (max-width: 1023px) {
  footer .footer-bottom .footer-bottom-inner {
    flex-wrap: wrap; }
    footer .footer-bottom .footer-bottom-inner .footer-services {
      width: 40%; }
    footer .footer-bottom .footer-bottom-inner .footer-menu {
      width: 25%; }
    footer .footer-bottom .footer-bottom-inner .footer-menu.general-menu {
      width: 50%; }
  footer .footer-bottom .footer-bottom-developmnt p a {
    margin-left: 10px; }

  .app-details-wrap .apps-inner {
    flex-direction: column-reverse; }
    .app-details-wrap .apps-inner .mobile-banner-img {
      display: flex;
      justify-content: center; }
      .app-details-wrap .apps-inner .mobile-banner-img img {
        margin-left: 0px; }
    .app-details-wrap .apps-inner .app-box .app-steps-list {
      display: flex;
      gap: 30px;
      flex-direction: column; }

  .merchant-page .how-works-wrap .how-works-inner .how-works-details {
    grid-column-gap: 15px; }

  .about-page .about-zigzag {
    margin-top: 30px; }

  .common-overview-wrap .core-purpose h2 {
    text-align: center; } }
@media (max-width: 990px) {
  footer .footer-bottom .footer-bottom-inner .footer-services ul {
    max-width: 500px;
    padding-bottom: 30px; }
  footer .footer-bottom .footer-bottom-inner .footer-contact h3 {
    text-align: left; }
  footer .footer-bottom .footer-bottom-inner .footer-contact ul li {
    text-align: left; } }
@media (max-width: 1100px) {
  footer .footer-bottom .footer-bottom-developmnt {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px; }

  .investor-page .page-banner-img {
    background-position: center left 20%; }
  .investor-page .admin-messages .admin-msg-in .msg-element .admin-img {
    min-width: 50%; }

  .contact-page .contact-overview .contact-info-list .contact-blockes {
    width: calc(100% - 400px);
    padding: var(--spacing-xl, 30px); }
  .contact-page .contact-overview .contact-info-list .contact-form-wrap {
    width: 400px; }
    .contact-page .contact-overview .contact-info-list .contact-form-wrap .form-in {
      max-width: 300px; } }
@media (max-width: 1375px) {
  .slick-moved-right {
    margin-left: 0px !important; } }
@media (max-width: 800px) {
  .page-banner-img .page-banner-inner {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 130px;
    padding-bottom: 30px; }
  .page-banner-img .page-banner-in-wrap .page-banner-inner {
    position: relative;
    bottom: 0px; }

  .home-page .page-banner-img .page-banner-inner {
    min-height: 100vh; }
  .home-page .banner-left {
    width: 100%;
    max-width: 100% !important;
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center; }
  .home-page .home-banner-info {
    width: 100%;
    justify-content: center;
    text-align: center; }
    .home-page .home-banner-info h2 {
      font-size: 28px;
      line-height: 32px;
      text-align: center; }
    .home-page .home-banner-info .home-banner-info-txt p {
      text-align: center; }
  .home-page .mainservices-wrap .mainservices-inner .home-srvice-itm-wrapper {
    min-width: 100%; }

  .home-buttons-info .apps-links {
    justify-content: center; }

  .white-ap-links .home-buttons-info p {
    justify-content: center; }

  .services-details-page .send-recieve-wrap {
    flex-direction: column; }
    .services-details-page .send-recieve-wrap .send-recieve-itm {
      max-width: 100%; }
  .services-details-page .partners-us-wrapper .partners-us-inner {
    flex-direction: column;
    gap: 30px; }
    .services-details-page .partners-us-wrapper .partners-us-inner .partner-us-banner {
      width: 100%; }
    .services-details-page .partners-us-wrapper .partners-us-inner .partner-us-text {
      width: 100%; }

  .app-details-wrap .apps-inner.with-sidebanner .mobile-banner-img {
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }

  .contact-infobanner {
    max-width: 100%; }

  .investor-page .page-banner-img .page-banner-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 80px;
    padding-bottom: 0px; }

  .merchant-form-wrap .content fieldset .form-itms-wrap .form-line {
    flex-direction: column; }
    .merchant-form-wrap .content fieldset .form-itms-wrap .form-line .form-itm {
      width: 100%; }

  .summery-wrapper .summery-element .summery-content .submit-line .submit-itm {
    width: 100%; }

  .zig-zag-box .zig-zag-content .zig-zag-line {
    flex-direction: column; }
    .zig-zag-box .zig-zag-content .zig-zag-line:nth-child(odd) {
      flex-direction: column; }
    .zig-zag-box .zig-zag-content .zig-zag-line div {
      width: 100%; }

  .common-overview-wrap .page-overview.zigzag-overview .overview-inner:nth-child(even) {
    flex-direction: column; }
  .common-overview-wrap .page-overview .overview-inner {
    flex-direction: column; }
    .common-overview-wrap .page-overview .overview-inner .overview-banner {
      width: 100%; }
    .common-overview-wrap .page-overview .overview-inner .overview-txt {
      width: 100%; }

  .careers-page .banner-right {
    display: flex;
    align-items: center;
    justify-content: center; }
    .careers-page .banner-right .vacancy-summery {
      margin-left: 0 !important; }

  .benefits-wrapper .benifits-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 1370px) {
  .home-page .banner-left {
    min-width: 55%; }

  .home-buttons-info .apps-links {
    gap: 15px; }

  .leaders-slider-wrap .leaders-slider .slick-list {
    overflow: hidden; } }
@media (max-width: 850px) {
  .home-page .banner-left a {
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    padding: 10px 30px 10px 16px;
    min-width: 100px;
    background: url("images/icons/read-more-arrow-right.svg") right 10px center no-repeat !important;
    width: max-content; }
  .home-page .home-banner-info h2 {
    font-size: 32px;
    line-height: 40px;
    min-width: 100%; }
  .home-page .home-banner-info .home-banner-info-txt p {
    font-size: 14px;
    line-height: 20px;
    width: 100%; }
  .home-page .home-blocks .home-blocks-inner .home-block-itm .block-info p {
    font-size: 14px;
    line-height: 20px; }

  .services-details-page .business-blocks-slider .slider-title-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px; }

  .merchant-page .baner-infobox div.side-txt h3 {
    font-size: 36px;
    line-height: 40px; }

  .faq-wrapper .registration-guide-in h3 {
    font-size: 28px;
    line-height: 36px; }

  .merchant-form-wrap .actions ul {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px; }
  .merchant-form-wrap .content fieldset .form-itms-wrap .table-body .table-row {
    flex-direction: column; }
    .merchant-form-wrap .content fieldset .form-itms-wrap .table-body .table-row .table-itm {
      width: 100%; }
    .merchant-form-wrap .content fieldset .form-itms-wrap .table-body .table-row .table-cell-name {
      border-right: 0px solid #F2F0F1; }

  .summery-wrapper .summery-element .summery-content .submit-line {
    flex-direction: column;
    gap: 20px; }

  .contact-page .branches-content-wrap .branch-element-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .zig-zag-box .zig-zag-content .zig-zag-line .zig-zag-txt {
    padding: var(--spacing-xl, 30px); } }
@media (max-width: 600px) {
  .services-details-page .subscriptionbox .subscribe-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center; }
    .services-details-page .subscriptionbox .subscribe-steps .subscribe-itm {
      justify-content: center; }
      .services-details-page .subscriptionbox .subscribe-steps .subscribe-itm .subscribe-txt {
        align-items: center;
        justify-content: center; }
  .services-details-page .send-recieve-wrap .send-recieve-itm .send-recie-txt {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .services-details-page .send-recieve-wrap .send-recieve-itm .send-recie-txt .txt-box {
      text-align: center; }
  .services-details-page .send-recieve-wrap .send-recieve-itm .send-recie-link {
    flex-direction: column;
    gap: 15px; }

  .partner-us-form {
    max-width: 100%; }
    .partner-us-form .form-fields {
      width: 100%; }

  .contact-infobanner .contact-info-inner {
    flex-direction: column; } }
@media (max-width: 830px) {
  .services-details-page .business-blocks-slider .slider-itm-inner {
    flex-direction: column; }
    .services-details-page .business-blocks-slider .slider-itm-inner .slider-banner {
      width: 100%;
      height: 50%; }
    .services-details-page .business-blocks-slider .slider-itm-inner .slider-txt {
      width: 100%; } }
@media (max-width: 400px) {
  .foods-tabs .foods-tabs-inner .tabs-wrapper {
    flex-direction: column;
    border-radius: 32px; } }
@media (max-width: 760px) {
  .app-details-wrap .apps-inner.with-sidebanner .mobile-banner-img {
    position: relative;
    top: 0%;
    transform: translate(0, 0%); } }
@media (max-width: 840px) {
  .investor-page .page-banner-img.page-banner-desktop {
    display: none; }
  .investor-page .page-banner-img.page-banner-mobile {
    display: block; } }
@media (max-width: 1300px) {
  .investor-page .page-overview .main-banner-inner .overview-info .block-info {
    padding: 40px 15px; } }
@media (max-width: 768px) {
  .investor-page .reports-wrapper .report-listwrap .report-title-list {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start; } }
@media (max-width: 1024px) {
  .investor-page .reports-wrapper .report-listwrap .report-title-list a {
    padding: 18px 25px;
    font-size: 14px; }
  .investor-page .leaders-sliders-wrapper .leaders-title-wrap .leaders-title-list a {
    padding: 18px 25px;
    font-size: 14px; }

  .tabs-title-heading .tabs-title-list a {
    padding: 18px 25px;
    font-size: 14px; } }
@media (max-width: 700px) {
  .merchant-page .baner-infobox {
    flex-direction: column; }
    .merchant-page .baner-infobox div {
      width: 100%; } }
@media (max-width: 500px) {
  .merchant-form-wrap form {
    flex-direction: column; }
  .merchant-form-wrap .content {
    width: 100%; }

  .contact-page .branches-content-wrap .branch-element-list {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }

  .news-page .news-list-wrapper .news-list {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .news-page .news-list-wrapper .news-list .news-itm a .news-txt {
      height: auto; }
      .news-page .news-list-wrapper .news-list .news-itm a .news-txt .link-arrow {
        opacity: 1; }

  .careers-page .at-ourcore-wrap .our-core-boxes {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }

  .benefits-wrapper .benifits-list {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }

  .mail-success-box.placebooking-confirm ul li {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px; } }
@media (max-width: 1200px) {
  .contact-page .contact-overview .contact-info-list .contact-blockes .block-itm {
    max-width: 45%; }

  .place-booking-wrap .travel-summery {
    min-width: 250px;
    max-width: 250px;
    min-width: 200px;
    max-width: 200px; }
  .place-booking-wrap .vehicle-selector .vehicle-info-list .vehicle-itm .vehicle-img {
    min-width: 150px; } }
@media (max-width: 1025px) {
  .contact-page .contact-overview .contact-info-list .contact-blockes .block-itm {
    max-width: 100%; } }
@media (max-width: 480px) {
  .common-overview-wrap .achieement-box .achievemnt-blocks {
    grid-template-columns: repeat(1, minmax(0, 1fr)); } }

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