:root {
  --_base-colors---dark-blue-2: #0e1826;
  --_base-colors---brown: #0d070b;
  --_base-colors---dark-blue: #19192d;
  --_text-colors---c-heading: var(--_base-colors---white-100);
  --body-heading-size: 56px;
  --body-heading-lineheight: 68px;
  --_text-colors---c-subheading: var(--_base-colors---white-70);
  --body-subheading-size: 20px;
  --body-subheading-lineheight: 28px;
  --_base-colors---white-10: #ffffff1a;
  --card-corner-radius: 24px;
  --_base-colors---white-4: #ffffff0a;
  --_base-colors---ochre: #9e6764;
  --_base-colors---black-20: #0003;
  --_base-colors---white-70: #ffffffb3;
  --_base-colors---dark-blue-3: #11111f;
  --_base-colors---white-100: white;
  --_text-colors---color: var(--_base-colors---ochre-2);
  --_base-colors---ochre-2: #fac5c0;
  --body-heading-color: #000000de;
  --body-subheading-color: #0009;
  --card-surface: white;
  --card-shadow-color: #00000014;
  --section-vertical-padding: 160px;
}


.text-image-container.priv-section, .text-container.no-bottom-padding.priv-section{
  max-width: none;
  width: 100%;
}

img.priv-section {
  max-width: 616px;
  width: 100%;
}



.hero-benefit-chip:hover{
  background-color: rgba(256,256,256,0.24);
}

.offer-card.l-align{
  min-height: 116px;
  max-width: 496px;
}

.offer-card.l-align>.offer-card__container{
  justify-content: flex-start;
}


.nav__button.hidden.desk-nav {
  display: block;
}

.nav__button.hidden.mob-nav {
  display: none;
}

.mob-nav{
  display: none;
}

.hero-mob{
  display: none;
}

sup {
  font-size: 50%;
  font-weight: bold;
  vertical-align: super;
}

.header-sup {
  font-size: 40%;
  vertical-align: super;
}


.hero{
  position: relative;
  overflow: hidden;
}

#hero-cta {
  z-index: 3;
}

.video-element {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 0.8s ease-in-out;
        /* Hide default video player UI */
        -webkit-appearance: none;
        -webkit-user-select: none;
        user-select: none;
        z-index: 5;
        pointer-events: none;
    }

    .visible {
      opacity: 1 !important;
      visibility: visible !important;
    }

    .icon-wrap{
      opacity: 0.4;
      z-index: 1;
      animation: slideLeft 0.2s forwards ease-in;
      animation-delay: 0.8s;
    }


    .hero__content{
      z-index: 3;
    }

    #hero-image{
      /* transform: translateX(50px); */
      animation: showHeroContent 0.2s forwards ease-in;
      /* animation-delay: 0.8s; */
      
      /* opacity: 0; */
    }

    #hero-content{
      /* transform: translateX(-50px); */
      animation: showHeroContent 0.2s forwards ease-in;
      /* animation-delay: 0.8s; */
      
      z-index: 3;
      /* opacity: 0; */
      
    }

    #hero-image,#hero-content {
      opacity: 0;
      visibility: hidden;
    }


    @keyframes showHeroContent {
      from {
        
        opacity: 0;
      }
      to {
        
        opacity: 1;
      }
    }

/*  */

.ab-particles{
  z-index: 200;
}

#particle-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  animation: showHeroContent 0.2s forwards ease-in;
  
  
  overflow: hidden;
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.sec-vid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  */


body {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.gradient-heading{
      text-shadow: 
        0 0 20px rgba(255, 192, 203, 0.3),
        0 0 30px rgba(255, 192, 203, 0.2);
    }
  .glow-c{
  	position: relative;
  }
        .glow-c::before {
            content: '';
            position: absolute;
            inset: -50%; /* Reduced from -100% to -50% */
            opacity: 0.2;
            background: radial-gradient(
                 circle at 50% 50%,
                rgba(77, 68, 112, 1) 0%,
                rgba(11, 11, 11, 0) 35% /* Reduced from 60% to 35% */
            );
            transform: translateY(50%);
            transition: transform 0.3s ease-out, opacity 0.3s ease-out;
        }
  		.gr-hover-trigger:hover .glow-c::before {
            opacity: 1;
            transform: translateY(0);
        }
  		.glow-bc::before {
            content: '';
            position: absolute;
            inset: -80%; /* Reduced from -100% to -50% */
            opacity: 0.2;
            background: radial-gradient(
                 ellipse at 50% 80%,
                rgba(77, 68, 112, 1) 0%,
                rgba(11, 11, 11, 0) 35% /* Reduced from 60% to 35% */
            );
            transform: translateY(50%);
            transition: transform 0.6s ease-out, opacity 0.6s ease-out;
        }
  		.gr-hover-trigger:hover .glow-bc::before {
            opacity: 1;
            transform: translateY(0);
        }
  :root {
  --shiny-cta-bg: #1A1A2D;
  --shiny-cta-bg-subtle:  #19192D;
  --shiny-cta-fg: #ffffff;
  --shiny-cta-highlight: rgba(250,197,192,0.2);
  --shiny-cta-highlight-subtle: FAC5C0;
}
@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@property --gradient-angle-offset {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@property --gradient-percent {
  syntax: "<percentage>";
  initial-value: 5%;
  inherits: false;
}
@property --gradient-shine {
  syntax: "<color>";
  initial-value: white;
  inherits: false;
}
.shiny-cta {
  --animation: gradient-angle linear infinite;
  --duration: 4s;
  --shadow-size: 2px;
  isolation: isolate;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  outline-offset: 4px;
  padding: 1.25rem 2.5rem;
  font-family: inherit;
  font-size: 1.125rem;
  line-height: 1.2;
  border: 1px solid rgba(250,197,192,0.2);
  border-radius: 360px;
  color: var(--shiny-cta-fg);
  background: linear-gradient(var(--shiny-cta-bg), var(--shiny-cta-bg))
      padding-box,
    conic-gradient(
        from calc(var(--gradient-angle) - var(--gradient-angle-offset)),
        transparent,
        var(--shiny-cta-highlight) var(--gradient-percent),
        var(--gradient-shine) calc(var(--gradient-percent) * 2),
        var(--shiny-cta-highlight) calc(var(--gradient-percent) * 3),
        transparent calc(var(--gradient-percent) * 4)
      )
      border-box;
  box-shadow: inset 0 0 0 1px var(--shiny-cta-bg-subtle);
  &::before,
  &::after,
  span::before {
    content: "";
    pointer-events: none;
    position: absolute;
    inset-inline-start: 50%;
    inset-block-start: 50%;
    translate: -50% -50%;
    z-index: -1;
  }
  &:active {
    translate: 0 1px;
  }
}
/* Dots pattern */
.shiny-cta::before {
  --size: calc(100% - var(--shadow-size) * 3);
  --position: 2px;
  --space: calc(var(--position) * 2);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(
      circle at var(--position) var(--position),
      white calc(var(--position) / 4),
      transparent 0
    )
    padding-box;
  background-size: var(--space) var(--space);
  background-repeat: space;
  mask-image: conic-gradient(
    from calc(var(--gradient-angle) + 45deg),
    black,
    transparent 10% 90%,
    black
  );
  border-radius: inherit;
  opacity: 0.4;
  z-index: -1;
}
/* Inner shimmer */
.shiny-cta::after {
  --animation: shimmer linear infinite;
  width: 100%;
  aspect-ratio: 1;
  background: linear-gradient(
    -50deg,
    transparent,
    var(--shiny-cta-highlight),
    transparent
  );
  mask-image: radial-gradient(circle at bottom, transparent 40%, black);
  opacity: 0.6;
}
.shiny-cta span {
  z-index: 1;
  &::before {
    --size: calc(100% + 1rem);
    width: var(--size);
    height: var(--size);
    box-shadow: inset 0 -1ex 2rem 4px var(--shiny-cta-highlight);
    opacity: 0;
  }
}
/* Animate */
.shiny-cta {
  --transition: 800ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: var(--transition);
  transition-property: --gradient-angle-offset, --gradient-percent,
    --gradient-shine;
  &,
  &::before,
  &::after {
    animation: var(--animation) var(--duration),
      var(--animation) calc(var(--duration) / 0.4) reverse paused;
    animation-composition: add;
  }
  span::before {
    transition: opacity var(--transition);
    animation: calc(var(--duration) * 1.5) breathe linear infinite;
  }
}
.shiny-cta:is(:hover, :focus-visible) {
  --gradient-percent: 20%;
  --gradient-angle-offset: 95deg;
  --gradient-shine: var(--shiny-cta-highlight-subtle);
  &,
  &::before,
  &::after {
    animation-play-state: running;
  }
  span::before {
    opacity: 1;
  }
}
@keyframes gradient-angle {
  to {
    --gradient-angle: 360deg;
  }
}
@keyframes shimmer {
  to {
    rotate: 360deg;
  }
}
@keyframes breathe {
  from,
  to {
    scale: 1;
  }
  50% {
    scale: 1.2;
  }
}
.scroll-dot {
      animation: scrollAnimation 1.2s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
    }
    @keyframes scrollAnimation {
      0% {
        top: 15px;
        opacity: 1;
      }
      80% {
        top: 55px;
        opacity: 0;
      }
      100% {
        top: 55px;
        opacity: 0;
      }
    }


    

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {


  #particle-container, #introVideo{

    display: none;
  
  }


  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  flex-flow: column;
  font-family: Roboto, sans-serif;
  display: flex;
}

.body-section {
  background-color: #11111F;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.body-section.section-3 {
  background-color: var(--_base-colors---brown);
  background-image: url('/content/dam/Kotak/solitaire/business/sol-images/cc-bg.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.body-section.section-2 {
  background-color: var(--_base-colors---dark-blue);
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body-section.modal-container {
  z-index: 300;
  background-color: #0009;
  width: 100%;
  height: 100vh;
  padding-top: 56px;
  display: none;
  position: fixed;
}

.body-section.bento-wrapper {
  background-color: var(--_base-colors---dark-blue);
}

.body-section.tnc-footer {
  background-color: var(--_base-colors---brown);
}

.body-section__container {
  width: 100%;
  max-width: 1094px;
  padding: 160px 24px;
}

.body-section__container.center-aligned {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  padding: 160px 24px;
  display: flex;
}

.body-section__container.sec-4 {
  max-width: none;
  padding: 0;
}

.body-section__container.sec-2 {
  background-color: var(--_base-colors---dark-blue);
  flex-flow: column;
  align-items: center;
  max-width: 1094px;
  padding: 160px 24px;
  display: flex;
}

.body-section__container.bento-wrapper {
  max-width: 1308px;
  padding-bottom: 120px;
  padding-left: 24px;
  padding-right: 24px;
}

.body-section__container.tnc-footer {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 160px;
  display: flex;
}

.body-section__container.r-align-cards {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.heading.body-section__container__heading {
  color: var(--_text-colors---c-heading);
  font-family: "Source Serif 4", sans-serif;
  font-size: var(--body-heading-size);
  line-height: var(--body-heading-lineheight);
  -webkit-text-stroke-color: transparent;
  width: 100%;
  max-width: 616px;
  font-weight: 500;
}

.heading.body-section__container__heading.sec-3.gradient-heading {
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-image: linear-gradient(#fac5c0, #a6716e);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 800px;
}

.heading.body-section__container__heading.sec-3.gradient-heading.t-left-a {
  text-align: left;
}

.heading.body-section__container__heading.modal-header {
  text-align: center;
  max-width: 100%;
  font-size: 2.5rem;
  line-height: 3rem;
  display: block;
}

.heading.body-section__container__heading {
  color: #000000de;
  width: 100%;
  max-width: 616px;
  font-size: 56px;
  line-height: 68px;
}

.heading.body-section__container__heading.sec-3 {
  color: #fff;
  font-size: 3.5rem;
  line-height: 4.25rem;
}

.body-section__container__subheading {
  color: var(--_text-colors---c-subheading);
  font-size: var(--body-subheading-size);
  line-height: var(--body-subheading-lineheight);
  text-align: center;
  max-width: 616px;
  margin-bottom: 0;
  font-weight: 500;
}

.body-section__container__subheading.sec-3 {
  color: #fff9;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.body-section__container__subheading.sec-3.fast-mode {
  color: var(--_text-colors---c-subheading);
  max-width: 520px;
}

.body-section__container__subheading.sec-3.fast-mode.t-left-a {
  text-align: left;
  max-width: 600px;
}

.body-section__container__subheading.sec-3.fast-mode.t-left-a.full-width {
  text-align: center;
  color: #ffffff80;
  max-width: 100%;
}

.flex-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 616px;
  margin-bottom: 80px;
}

.flex-block.modal-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  scrollbar-width: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 642px;
  height: 100%;
  margin-top: 120px;
  margin-bottom: 0;
  padding-bottom: 60px;
  overflow-y: auto;
}

.offer-card {
  border: 1px solid var(--_base-colors---white-10);
  border-radius: var(--card-corner-radius);
  background-color: var(--_base-colors---white-4);
  text-align: left;
  background-image: radial-gradient(circle at 25% -110%, #c8959266, #c8959200 68%);
  width: 100%;
  max-width: 536px;
  padding: 24px;
}

.offer-card__img {
  max-width: 48px;
  min-height: 48px;
  margin-bottom: 0;
}

.offer-card__heading {
  color: var(--_text-colors---c-heading);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.offer-card__subheading {
  color: var(--_text-colors---c-subheading);
  text-align: left;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.125rem;
}

.offer-card__textblock {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.offer-card__contentblock {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
}

.offer-card__container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.offer-card-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--_base-colors---dark-blue);
  background-image: url('/content/dam/Kotak/solitaire/business/sol-images/hero-bg-light_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  /* height: 100vh; */
  min-height: 100dvh;
  min-height: 100vh;
  padding: 80px 0;
  display: flex;
}

.hero__content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  max-width: 50%;
  padding-bottom: 0;
  display: flex;
}

.hero__top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  max-width: 1260px;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 22px;
  display: flex;
}

.hero-heading {
  color: var(--_text-colors---c-heading);
  -webkit-text-stroke-color: transparent;
  border: 0 solid #000;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Serif 4", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
}

.hero-subheading {
  color: var(--_text-colors---c-subheading);
  max-width: 100%;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.button {
  text-align: center;
  background-color: #3857ff;
  border-radius: 8px;
  justify-content: space-around;
  align-items: stretch;
  width: 278px;
  padding: 13px 24px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.button.bottom-fixed {
  width: 100%;
}

.button.hero-button {
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.button.hero-button.qr-cta, .button.open-account.qr-cta {
  background-color: var(--_base-colors---ochre);
}

.navbar__container {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1308px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.brand {
  flex: 0 auto;
}

.navbar {
  z-index: 200;
  background-color: var(--_base-colors---black-20);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  justify-content: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: fixed;
}

.navbar__wrap {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  max-width: 1260px;
  padding: 21px 0;
  display: flex;
}

.nav__button {
  background-color: var(--_base-colors---ochre);
  border-radius: 32px;
  padding: 8px 16px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.nav__button.hidden {
  font-size: 16px;
}

.nav__button.hidden.qr-cta {
  background-color: var(--_base-colors---ochre);
  font-weight: 500;
}

.hero__wrapper {
  align-items: stretch;
  width: 100%;
  max-width: 1308px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.div-block.hidden {
  max-width: 156px;
}

.hero__container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-image-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  align-items: center;
  max-width: 616px;
  margin-bottom: 80px;
  display: flex;
}

.text-image-container.no-bottom-margin {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  max-width: 800px;
  margin-bottom: 0;
}

.text-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-self: auto;
  align-items: center;
  max-width: 600px;
  margin-bottom: 80px;
  display: flex;
}

.text-container.no-bottom-padding {
  max-width: 680px;
  margin-bottom: 0;
}



.text-container.no-bottom-padding.gradient-text-container {
  max-width: 800px;
}

.text-container.no-bottom-padding.gradient-text-container.left-a {
  justify-content: flex-start;
  align-items: flex-start;
}

.benefit-w-icon {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 445px;
  display: flex;
  width: 100%;
}

.feature-list {
  max-width: 619px;
  padding: 0 0 0 24px;
}

.feature-list__list-item__title {
  color: var(--_text-colors---c-heading);
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.text-block {
  color: var(--_text-colors---c-subheading);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.benefit-3-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
  width: 100%;
}

.benefit-text-content {
  color: var(--_text-colors---c-heading);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  display: block;
}

.hero-benefit-chip {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--_base-colors---white-10);
  background-color: var(--_base-colors---white-4);
  border-radius: 40px;
  justify-content: flex-start;
  align-items: stretch;
  padding: 9px 12px;
  display: flex;
  width: auto;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
}

.hero-benefit-chip-label {
  color: var(--_base-colors---white-70);
  text-transform: none;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.hero-benefit-chip-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 16px;
  display: flex;
}

.ctabanner {
  background-color: var(--_base-colors---dark-blue);
  -webkit-text-fill-color: inherit;
  background-image: url('/content/dam/Kotak/solitaire/business/sol-images/cta-bg.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 788px;
  padding-top: 160px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ctabanner__content {
  z-index: 2;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.heading-9 {
  color: var(--_text-colors---c-heading);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-11 {
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

.paragraph-11.clipped {
  background-image: linear-gradient(90deg, #b86556, #b77d75 16%, #fac5c0 30%, #fbd5d0 36%, #e4b6b0 48%, #bc847e 60%, #c89592 73%, #9e6764 85%, #a87370 92%, #b25f50);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.faq {
  background-color: var(--_base-colors---dark-blue);
  z-index: 10;
  padding: 160px 24px;
  position: relative;
}

.faq--wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 677px;
  display: flex;
  position: relative;
}

.faq__container {
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.ques--box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--_base-colors---dark-blue-3);
  outline-offset: 0px;
  border-radius: 0;
  outline: 1px #0000001f;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  padding: 1.5rem 0 1.5rem 0;
  display: flex;
}

.w-dropdown-toggle {
  white-space: normal !important; /* Override any nowrap settings */
}

.ques--icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.line__verticle {
  background-color: var(--_base-colors---white-100);
  border-radius: 2px;
  width: 2px;
  height: 15px;
}

.ques--text {
  color: var(--_text-colors---c-heading);
  flex: 0 auto;
  width: 100%;
  max-width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 22px;
}

.line--horizontal {
  background-color: var(--_base-colors---white-100);
  border-radius: 2px;
  width: 15px;
  height: 2px;
  position: absolute;
}

.ans--box {
  background-color: var(--_base-colors---dark-blue-3);
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.ans-text {
  background-color: var(--_base-colors---dark-blue-3);
  color: var(--_base-colors---white-70);
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 24px;
  font-family: Roboto, sans-serif;
  line-height: 18px;
  overflow: hidden;
}

.flex-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
}

.feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  display: flex;
  box-shadow: 0 0 12px #0000001f;
}

.button-2 {
  color: #3857ff;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: none;
}

.dropdown {
  border: 1px solid var(--_base-colors---white-10);
  background-color: var(--_base-colors---dark-blue-3);
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.first_feature_card.feature-card {
  border: 1px solid var(--_base-colors---white-10);
  background-color: var(--_base-colors---dark-blue-3);
  height: auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px #00000014;
}

.first_feature_card.feature-card.vertical-card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  z-index: 0;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.card-red-badge {
  /* background-color: #f23d5b; */
  background-image: linear-gradient(90deg, #713227, #fac5c0bd 69%, #aa7572 86%, #bc8987);
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  height: 8px;
  max-height: 2px;
}

.top_card_header.card-header-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
}

.top_card_heading.card-heading {
  color: #bb9393;
  width: 100%;
  max-width: 100%;
  font-family: "Source Serif 4", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.375rem;
}

.top_card_heading.card-heading.full-w-c-heading {
  color: #bb9393;
  font-family: "Source Serif 4", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
}

.top_card_subheading.card-subheading {
  color: var(--_text-colors---c-subheading);
  max-width: 471px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.top_card_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-right: 0;
}

.flex-block-4 {
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px 40px 20px 0;
}

.flex-block-4.vertical-card {
  padding-bottom: 40px;
  padding-left: 40px;
  position: static;
}

.flex-block-4.vertical-card.activ-money-card {
  padding-bottom: 40px;
}

.hero-image {
  max-width: 50%;
}

.modal-box {
  grid-column-gap: 162px;
  grid-row-gap: 162px;
  background-color: #fff;
  border-radius: 24px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1094px;
  height: auto;
  margin-left: 24px;
  margin-right: 24px;
  padding-left: 0;
  padding-right: 24px;
  padding-bottom: 24px;
  display: flex;
}

.image-12 {
  max-width: 40px;
  padding-top: 24px;
}

.modal-text-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.vertical-card-wrpper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.div-block-13 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-left: 24px;
  display: flex;
}

.offer__button {
  background-color: #fff0;
  display: none;
}

.button--mobile, .sec-4-mobile-img {
  display: none;
}

.bottom-fixed-cta-container {
  z-index: 160;
  background-color: #fff;
  width: 100%;
  padding: .75rem 1rem;
  padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0));
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.flex-block-5 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.list-item, .list-item-2, .list-item-3 {
  list-style-type: decimal;
}

.ans-text__multiple {
  color: var(--_text-colors---c-subheading);
  margin-bottom: 24px;
  line-height: 18px;
}

.list-2 {
  color: var(--_text-colors---c-subheading);
  margin-bottom: 16px;
  padding-left: 14px;
  line-height: 18px;
  list-style-type: disc;
}

.first-feature-image-holder-2 {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 100%;
  max-width: 48%;
  height: 360px;
  display: block;
  position: relative;
  overflow: hidden;
}

.first-feature-image-holder-2.static-image {
  background-image: url('/content/dam/Kotak/solitaire/business/sol-images/c-2.webp');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.first-feature-image-holder-2.static-image.last-card {
  background-image: url('/content/dam/Kotak/solitaire/business/sol-images/c-6.webp');
  background-size: cover;
}

.first-feature-image-holder-2.hcard-1.glow-c {
  display: none;
  position: relative;
}

.feature-image-holder {
  background-image: url('../business-images/debit-card-feature_1debit-card-feature.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom-left-radius: 24px;
  order: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 290px;
  padding-bottom: 24px;
  padding-right: 24px;
  display: flex;
}

.feature-image-holder.activ-money {
  background-image: url('../business-images/placeholder.png');
  background-position: 50% 100%;
  background-size: cover;
  border-bottom-right-radius: 24px;
  display: block;
}

.feature-image-holder.activ-money.card-3 {
  background-image: none;
  display: block;
}

.feature-image-holder.activ-money.card-3.static-image {
  background-image: url('/content/dam/Kotak/solitaire/business/sol-images/c-3.webp');
  background-position: 50% 50%;
  background-size: cover;
  display: block;
}

.feature-image-holder.activ-money.card-3.static-image.card-5 {
  background-image: url('/content/dam/Kotak/solitaire/business/sol-images/c-5.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.feature-image-holder.activ-money.card-3.static-image.card-5.card-7 {
  background-image: url('/content/dam/Kotak/solitaire/business/sol-images/c-7.webp');
  background-position: 50% 50%;
}

.feature-image-holder.activ-money.card-3.glow-bc {
  display: none;
  position: relative;
}

.feature-image-holder.activ-money.card-2 {
  background-image: none;
  display: block;
  position: relative;
}

.feature-image-holder.activ-money.card-2.static-image {
  background-image: url('/content/dam/Kotak/solitaire/business/sol-images/c-1.webp');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.feature-image-holder.activ-money.card-2.static-image.card-4 {
  background-image: url('/content/dam/Kotak/solitaire/business/sol-images/c-4.webp');
  background-position: 50% 50%;
  background-size: cover;
  display: block;
}

.feature-image-holder.activ-money.card-2.static-image.card-4.card-6 {
  background-image: url('/content/dam/Kotak/solitaire/business/sol-images/c-6.webp');
  background-position: 50% 50%;
}

.feature-image-holder.activ-money.card-2.glow-bc {
  display: none;
}

.hero-text-container {
  max-width: 600px;
}

.text-transform-medium {
  color: var(--_text-colors---c-subheading);
  text-align: left;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  /* margin-top: 8px; */
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.text-transform-medium.fee-link {
  text-align: center;
  display: block;
}

.paragraph-13 {
  color: #889aff;
  text-align: left;
  max-width: 888px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
}

.footer-tnc {
  color: var(--_base-colors---white-70);
  text-align: left;
  /* max-width: 832px; */
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  padding-bottom: 1rem;
}

.image-16 {
  max-width: 200px;
}

.image-17 {
  width: 100%;
  max-width: 320px;
  max-height: 320px;
}

.main-coin-stack {
  z-index: 12;
  position: absolute;
  top: 50px;
  left: 0;
}

.main-coin-stack.reflection {
  top: 317px;
}

.mountain-back {
  z-index: 1;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: -40px;
  left: -20px;
}

.mountain-back.house-mask {
  z-index: 2;
  display: block;
  bottom: -10px;
}

.sol-card {
  z-index: 2;
  position: absolute;
  top: auto;
  bottom: 90px;
  left: 115px;
}

.zap {
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 38px;
  left: 249px;
}

._3-image {
  max-width: 316px;
  min-height: 260px;
  max-height: none;
  position: absolute;
  inset: auto 0 10px auto;
}

._3-image.earth {
  z-index: 6;
  max-width: 100%;
  min-height: 0;
  inset: auto 0% -20% 20%;
}

._3-image.pisa {
  max-width: 100%;
  min-height: 0;
  bottom: -10px;
  left: 30px;
}

._3-image.eiffel {
  max-width: 100%;
  min-height: 0;
  bottom: -50px;
  left: 52px;
}

._3-image.liberty {
  max-width: 100%;
  min-height: 0;
  bottom: 40px;
  left: 212px;
}

._3-image.ben {
  max-width: 100%;
  min-height: 0;
  bottom: 10px;
  right: 70px;
}

._3-image.head {
  max-width: 100%;
  min-height: 0;
  bottom: 0;
  right: 40px;
}

._3-image._5-image {
  max-width: 100%;
  min-height: 0;
}

._3-image._5-image.c1 {
  bottom: -30px;
  left: 30px;
  right: auto;
  overflow: visible;
}

._3-image._5-image.c-2 {
  bottom: -10px;
  left: 120px;
  right: auto;
}

._3-image._5-image.c-3 {
  bottom: -15px;
  left: 200px;
  right: auto;
}

._3-image._5-image.c-4 {
  bottom: -34px;
  left: 260px;
  right: auto;
}

.password {
  opacity: 0;
  position: absolute;
  inset: auto 43px 40px auto;
}

.coin1 {
  z-index: 1;
  position: absolute;
  top: 166px;
  left: 200px;
}

.left-coin-stack {
  z-index: 3;
  position: absolute;
  top: 112px;
  right: 560px;
}

.coin3 {
  position: absolute;
  top: 246px;
  left: 8px;
}

.paper-3 {
  z-index: 2;
  position: absolute;
  top: 166px;
  left: 25px;
}

.back-graph {
  z-index: 2;
  position: absolute;
  top: 190px;
  left: 20px;
  transform: scale(1.2);
}

.back-graph.back-gradient {
  top: 180px;
  left: 70px;
}

.coin5 {
  z-index: 5;
  position: absolute;
  top: 201px;
  left: 382px;
}

.paper-1 {
  z-index: 4;
  position: absolute;
  top: 248px;
  left: 313px;
}

.paper-4 {
  z-index: 3;
  position: absolute;
  top: 227px;
  left: 350px;
}

.coin2 {
  z-index: 3;
  position: absolute;
  bottom: 8px;
  left: 429px;
}

.coin4 {
  position: absolute;
  bottom: 30px;
  left: 51px;
}

.mountain-front {
  z-index: 3;
  max-width: 100%;
  display: block;
  position: absolute;
  inset: auto auto -40px -20px;
}

.right-coin-stack {
  z-index: 2;
  position: absolute;
  top: 112px;
  left: 560px;
}

.front-graph {
  z-index: 3;
  position: absolute;
  top: 180px;
  left: 20px;
  transform: scale(1.2);
}

._500-note {
  z-index: 1;
  position: absolute;
  top: 148px;
  left: 89px;
}

.zen-cc {
  z-index: 2;
  position: absolute;
  top: 168px;
  right: 892px;
}

.white-cc {
  position: absolute;
  top: 155px;
  right: 701px;
}

.sec-vid {
  border-radius: 24px;
  width: 100%;
  max-width: 616px;
  max-height: 336px;
  margin-bottom: 0;
  display: block;
}

.sec-vid.vid-shadow {
  margin-bottom: 80px;
  box-shadow: 0 0 20px 20px #fac5c00d;
}

.sec-vid.hidden-vid {
  display: none;
}

.link {
  color: var(--_text-colors---color);
  text-decoration: none;
}

.h-card-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
}

.feature-list__list-item-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #d9d9d9;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  max-width: 192px;
  height: 100%;
  padding: 32px 16px;
  display: flex;
}

.feature-list__list-item-2.type-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_base-colors---white-10);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_base-colors---white-10);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_base-colors---white-10);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_base-colors---white-10);
  background-color: var(--_base-colors---white-4);
  border-radius: 18px;
  width: 100%;
  height: 100%;
  min-height: 108px;
  padding: 20px 8px;
}

.feature-list__list-item-2.type-1.only-title {
  max-width: 193px;
  padding-bottom: 20px;
}

.feature-list__list-item-2.type-1.only-title._5th-chip {
  padding-left: 12px;
  padding-right: 12px;
}

.flex-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 616px;
  margin-bottom: 80px;
}

.flex-block-6.sec-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 100%;
  max-width: 624px;
  margin-bottom: 160px;
  padding-top: 160px;
}

.body-section-2 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.body-section-2.section-4 {
  background-color: var(--_base-colors---dark-blue-2);
  background-image: url('../business-images/mockup-bg_1.webp');
  background-position: 0 0;
  background-size: auto;
  align-items: flex-end;
  padding-left: 0;
}

.flex-block-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
}

.body-section__container__subheading-2 {
  color: #0009;
  text-align: center;
  max-width: 616px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.body-section__container__subheading-2.sec-4 {
  margin-bottom: 0;
}

.body-section__container__subheading-2.sec-4.non-modal {
  color: var(--_text-colors---c-subheading);
  text-align: left;
}

.body-section__container__subheading-2.sec-3 {
  color: #fff9;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.body-section__container__subheading-2.sec-3.non-modal {
  text-align: left;
}

.image-18 {
  max-width: 42%;
}

.link-2 {
  text-decoration: none;
  display: block;
}

.div-block-14 {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.icon-wrap {
  position: absolute;
  bottom: 100px;
}

.icon-scroll {
  z-index: 3;
  border: 1px solid #fff;
  border-radius: 25px;
  width: 32px;
  height: 60px;
  position: absolute;
  bottom: auto;
}

.scroll-dot {
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 10px auto auto 50%;
  transform: translate(-50%);
}

.benefit-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
}

.offer-card__heading-2 {
  color: #000000de;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.offer-card__subheading-2 {
  color: #0009;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.125rem;
}

.offer-card-2 {
  background-color: #fff;
  border-radius: 24px;
  max-width: 532px;
  padding: 24px;
  box-shadow: 2px 4px 12px #00000014;
}

.body-section-3 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.body-section-3.section-3 {
  background-color: #06141d;
}

.offer-card-list-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-end;
}

@media screen and (min-width: 1440px) {
  .body-section.section-3 {
    outline-offset: 0px;
    outline: 0 solid #fff;
  }

  .body-section.section-2 {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .body-section.modal-container {
    display: none;
  }

  .body-section.bento-wrapper {
    -webkit-text-stroke-color: transparent;
  }

  .body-section__container {
    flex-flow: column;
    display: flex;
  }

  .body-section__container.center-aligned {
    margin-bottom: 0;
  }

  .body-section__container.sec-4 {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .body-section__container.sec-2 {
    max-width: 1094px;
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .body-section__container.bento-wrapper {
    max-width: 1308px;
  }

  .body-section__container.tnc-footer {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading.body-section__container__heading.sec-3.gradient-heading {
    max-width: 840px;
  }

  .offer-card__contentblock {
    font-size: 20px;
  }

  .hero {
    background-color: var(--_base-colors---dark-blue);
    background-size: contain;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .hero__content {
    max-width: 50%;
    display: flex;
  }

  .hero__top {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1260px;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .hero-heading {
    margin-bottom: 0;
  }

  .hero-subheading {
    margin-bottom: 0;
    font-weight: 500;
  }

  .button {
    font-weight: 500;
  }

  .button.open-account.qr-cta.shiny-cta {
    color: var(--_text-colors---c-heading);
    background-color: #0000;
  }

  .navbar__container {
    background-color: #fff0;
    max-width: 1260px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    z-index: 150;
    background-color: var(--_base-colors---black-20);
    width: 100%;
    max-width: 100%;
    position: fixed;
  }

  .navbar__wrap {
    background-color: #fff0;
    align-items: center;
    width: auto;
    max-width: none;
  }

  .hero__wrapper {
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .hero__container {
    width: 100%;
    max-width: 1308px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-image-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 616px;
    padding-top: 0;
    display: flex;
  }

  .text-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    max-width: 616px;
    display: flex;
  }

  .text-container.no-bottom-padding.gradient-text-container {
    max-width: 800px;
  }

  .feature-list__list-item__title, .benefit-3-column {
    width: 100%;
  }

  .hero-benefit-chip {
    justify-content: flex-start;
    align-items: stretch;
  }

  .hero-benefit-chip-container {
    margin-top: 0;
  }

  .image-6 {
    width: 48px;
    height: 48px;
  }

  .ctabanner {
    background-color: var(--_base-colors---dark-blue);
    background-image: url('/content/dam/Kotak/solitaire/business/sol-images/cta-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
    align-items: center;
    padding-top: 10rem;
    padding-bottom: 10rem;
    display: flex;
  }

  .ctabanner__content {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .heading-9, .paragraph-11 {
    color: #fff;
  }

  .paragraph-11.clipped {
    font-family: "Source Serif 4", sans-serif;
    font-weight: 500;
  }

  .faq {
    -webkit-text-stroke-color: transparent;
  }

  .faq--wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .first_feature_card.feature-card {
    max-height: none;
  }

  .top_card_heading.card-heading.full-w-c-heading {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .offer__button {
    outline-offset: 0px;
    background-color: #fff0;
    border: .5px solid #fff;
    border-radius: 46px;
    outline: .5px #fff;
    margin-top: 8px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    display: none;
  }

  .button--mobile, .sec-4-mobile-img, .bottom-fixed-cta-container {
    display: none;
  }

  .list-2 {
    margin-left: 20px;
    padding-left: 0;
  }

  .first-feature-image-holder-2 {
    display: block;
    position: relative;
  }

  .first-feature-image-holder-2.static-image {
    background-image: url('/content/dam/Kotak/solitaire/business/sol-images/c-2.webp');
    background-size: cover;
    display: block;
  }

  .first-feature-image-holder-2.static-image.last-card {
    background-image: url('/content/dam/Kotak/solitaire/business/sol-images/c-6.webp');
  }

  .first-feature-image-holder-2.hcard-1 {
    display: block;
  }

  .feature-image-holder {
    border-bottom-right-radius: 24px;
  }

  .feature-image-holder.activ-money.card-3 {
    display: block;
  }

  .feature-image-holder.activ-money.card-3.static-image {
    background-image: url('/content/dam/Kotak/solitaire/business/sol-images/c-3.webp');
    background-position: 50% 50%;
    background-size: cover;
    display: block;
  }

  .feature-image-holder.activ-money.card-3.static-image.card-5 {
    background-position: 50% 50%;
  }

  .feature-image-holder.activ-money.card-2 {
    display: block;
  }

  .feature-image-holder.activ-money.card-2.static-image {
    background-image: url('/content/dam/Kotak/solitaire/business/sol-images/c-1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
  }

  .feature-image-holder.activ-money.card-2.static-image.card-4 {
    background-image: url('/content/dam/Kotak/solitaire/business/sol-images/c-4.webp');
    background-position: 50% 50%;
    background-size: cover;
  }

  .hero-text-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 600px;
  }

  .hero-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-transform-medium {
    display: block;
    position: static;
  }

  .main-coin-stack {
    position: absolute;
    top: 50px;
    left: 0;
  }

  ._3-image.eiffel {
    bottom: -40px;
    left: 60px;
  }

  ._3-image.ben {
    right: 100px;
  }

  ._3-image.head {
    bottom: 20px;
    right: 70px;
  }

  .coin3 {
    z-index: 2;
  }

  .back-graph {
    transform: scale(1.2);
  }

  .paper-4 {
    z-index: 2;
    top: 209px;
    left: 361px;
  }

  .front-graph {
    transform: scale(1.2);
  }

  .link {
    color: var(--_base-colors---ochre-2);
    font-weight: 500;
    text-decoration: none;
  }

  .feature-list__list-item-2 {
    width: 100%;
    height: 100%;
    max-height: 108px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-list__list-item-2.type-1 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .feature-list__list-item-2.type-1.only-title {
    padding-top: 20px;
  }

  .flex-block-6.sec-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 648px;
  }

  .body-section-2.section-4 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .flex-block-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
    max-width: 1094px;
  }

  .body-section__container__subheading-2.sec-4 {
    margin-bottom: 56px;
  }

  .image-18 {
    height: auto;
  }

  .body-section-3.section-3 {
    outline-offset: 0px;
    outline: .5px solid #fff;
  }
}

@media screen and (max-width: 991px) {
  .body-section.section-3 {
    background-size: contain;
    padding-left: 0;
  }

  .body-section.modal-container {
    display: none;
  }

  .heading.body-section__container__heading {
    text-align: center;
    max-width: 80%;
  }

  .hero {
    background-size: cover;
    max-width: 1440px;
    padding-top: 160px;
  }

  .hero__content {
    max-width: 100%;
  }

  .hero__top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
  }

  .navbar__container {
    padding-left: 20px;
  }

  .navbar {
    flex-flow: column;
  }

  .navbar__wrap {
    background-color: #fff0;
    max-width: 100%;
  }

  .nav__button.hidden {
    display: block;
  }

  .hero__wrapper {
    justify-content: space-between;
    align-items: stretch;
    max-width: none;
  }

  .hero__container {
    background-color: #0000;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-list {
    max-width: 667px;
    padding-right: 1.5rem;
  }

  .benefit-text-content {
    text-align: left;
  }

  .paragraph-11.clipped {
    font-family: "Source Serif 4", sans-serif;
    font-weight: 500;
  }

  .faq--wrap {
    width: 100%;
    max-width: 677px;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .top_card_subheading.card-subheading {
    max-width: 428px;
  }

  .hero-image {
    max-width: 50%;
  }

  .modal-box {
    padding-left: 80px;
  }

  .div-block-13 {
    align-items: center;
    padding-right: 1.5rem;
  }

  .button--mobile {
    display: none;
  }

  .sec-4-mobile-img {
    display: block;
  }

  .first-feature-image-holder-2 {
    background-image: none;
    max-width: 48%;
    display: none;
  }

  .first-feature-image-holder-2.static-image {
    background-image: url('/content/dam/Kotak/solitaire/business/sol-images/c-2.webp');
    background-position: 50% 50%;
    height: 400px;
    display: block;
  }

  .first-feature-image-holder-2.static-image.last-card {
    background-image: url('/content/dam/Kotak/solitaire/business/sol-images/c-6.webp');
    background-size: cover;
  }

  .feature-image-holder {
    background-image: url('../business-images/debit-card-feature_1debit-card-feature.webp');
    background-position: 50% 50%;
    background-size: cover;
  }

  .feature-image-holder.activ-money {
    background-size: cover;
    display: block;
  }

  .feature-image-holder.activ-money.card-3 {
    display: none;
  }

  .feature-image-holder.activ-money.card-3.static-image {
    background-image: url('/content/dam/Kotak/solitaire/business/sol-images/c-3.webp');
    display: block;
  }

  .feature-image-holder.activ-money.card-2 {
    display: none;
  }

  .feature-image-holder.activ-money.card-2.static-image {
    display: block;
  }

  .feature-list__list-item-2 {
    height: 100%;
  }

  .feature-list__list-item-2.type-1 {
    width: 100%;
    height: 100%;
  }

  .flex-block-6.sec-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding-top: 80px;
  }

  .body-section-2.section-4 {
    background-image: url('../business-images/mockup-bg_1.webp');
    background-repeat: no-repeat;
    background-size: contain;
    align-items: flex-end;
  }

  .flex-block-7 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .body-section__container__subheading-2.sec-4 {
    max-width: 80%;
    margin-bottom: 56px;
  }

  .body-section__container__subheading-2.sec-4.non-modal {
    text-align: center;
  }

  .image-18, .icon-wrap {
    display: none;
  }

  .body-section-3.section-3 {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {


  .modal-box {
    
    /* background-color: #fff; */
    border-radius: 24px;
    
    /* align-items: flex-start; */
    width: 100%;
    
    height: auto;
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 0;
    padding-right: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .nav__button.hidden.desk-nav {
    display: none;
  }

  .nav__button.hidden.mob-nav {
    display: block;
  }





  .body-section.section-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .body-section.modal-container, .body-section.bento-wrapper {
    display: none;
  }

  .body-section__container, .body-section__container.center-aligned {
    padding: 80px 0;
  }

  .body-section__container.sec-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .body-section__container.sec-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .body-section__container.tnc-footer {
    padding: 40px 16px 160px;
  }

  .heading.body-section__container__heading.sec-3.gradient-heading {
    max-width: 100%;
  }

  .heading.body-section__container__heading.modal-header {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .heading.body-section__container__heading {
    max-width: 100%;
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .heading.body-section__container__heading.sec-3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .body-section__container__subheading {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .body-section__container__subheading.sec-3 {
    font-size: 1rem;
  }

  .body-section__container__subheading.sec-3.fast-mode {
    font-size: .87rem;
    line-height: 1.12rem;
  }

  .flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .offer-card {
    width: 100%;
    max-width: 100%;
  }

  .offer-card__heading {
    width: 100%;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .offer-card__subheading, .offer-card__textblock {
    width: 100%;
  }

  .offer-card__contentblock {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .offer-card__container {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .hero {
    background-color: var(--_base-colors---dark-blue);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .hero__content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 0;
  }

  .hero__top {
    flex-flow: column;
    margin-bottom: 0;
  }

  .hero-heading {
    margin-bottom: 16px;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .hero-subheading {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .button {
    display: block;
    overflow: visible;
  }

  .button.bottom-fixed {
    background-color: var(--_base-colors---ochre);
  }

  .button.hero-button, .button.open-account.qr-cta {
    display: none;
  }

  .navbar__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .brand {
    padding-left: 0;
  }

  .navbar {
    display: block;
  }

  .navbar__wrap {
    background-color: #fff0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .nav__button.hidden {
    /* display: none; */
  }

  .hero__wrapper {
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block.hidden.hero-cta {
    display: none;
  }

  .hero__container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-image-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-image-container.no-bottom-margin {
    padding-left: 0;
    padding-right: 0;
  }

  .text-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-container.no-bottom-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .benefit-w-icon {
    max-width: 100%;
  }

  .feature-list {
    padding-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .feature-list__list-item__title {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block {
    font-size: 10px;
    line-height: 12px;
  }

  .benefit-3-column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .benefit-text-content {
    text-align: left;
    /* width: 100%; */
  }

  .hero-benefit-chip {
    /* align-items: flex-start; */
  }

  .hero-benefit-chip-label {
    font-size: .875rem;
    line-height: 1rem;
  }

  .hero-benefit-chip-container {
    flex-flow: wrap;
  }

  .ctabanner {
    background-repeat: repeat;
    background-size: cover;
  }

  .faq {
    align-self: center;
    width: 100%;
    padding: 80px 16px;
  }

  .faq--wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex: 0 auto;
    width: 100%;
  }

  .faq__container {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .ques--box {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .ques--text {
    white-space: pre-wrap;
    overflow-wrap: normal;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    display: flex;
    position: static;
  }

  .dropdown {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .first_feature_card.feature-card {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-radius: 1.5rem;
    flex-flow: column;
  }

  

  .top_card_header.card-header-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .top_card_heading.card-heading, .top_card_heading.card-heading.full-w-c-heading {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: -1px;
  }

  .top_card_subheading.card-subheading {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .top_card_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-right: 0;
  }

  .flex-block-4 {
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-4.vertical-card {
    padding-left: 20px;
  }

  .hero-image {
    order: -1;
    max-width: 100%;
    margin-top: 20px;
  }

  /* .modal-box {
    padding-left: 40px;
  } */

  .image-12.close-chevron {
    max-width: 32px;
  }

  .vertical-card-wrpper {
    flex-flow: column;
  }

  .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .button--mobile {
    background-color: var(--_base-colors---ochre);
    border-radius: 20px;
    font-weight: 500;
    display: block;
  }

  .sec-4-mobile-img {
    height: auto;
  }

  .bottom-fixed-cta-container {
    background-color: var(--_base-colors---black-20);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    display: block;
  }

  .first-feature-image-holder-2 {
    background-image: none;
    border-bottom-right-radius: 24px;
    order: 1;
    max-width: 100%;
    height: 290px;
    display: none;
  }

  .first-feature-image-holder-2.static-image {
    background-position: 50% 50%;
    background-size: cover;
  }

  .feature-image-holder {
    background-position: 0 100%;
    background-size: contain;
  }

  .feature-image-holder.activ-money {
    background-position: 50% 100%;
    background-size: contain;
  }

  .feature-image-holder.activ-money.card-3 {
    background-size: cover;
  }

  .feature-image-holder.activ-money.card-3.static-image {
    background-image: url('/content/dam/Kotak/solitaire/business/sol-images/c-3.webp');
    background-position: 50% 50%;
  }

  .feature-image-holder.activ-money.card-2 {
    background-size: contain;
  }

  .hero-text-container {
    max-width: 100%;
  }

  .paragraph-13 {
    padding-left: 0;
    padding-right: 1rem;
  }

  /* .image-16 {
    max-width: 40%;
  } */

  .h-card-group {
    flex-flow: column;
  }

  .feature-list__list-item-2.type-1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .feature-list__list-item-2.type-1.only-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .flex-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .flex-block-6.sec-4 {
    margin-bottom: 80px;
  }

  .body-section-2.section-4 {
    background-image: url('../business-images/mockup-bg_1.webp');
    background-size: cover;
    padding-left: 0;
  }

  .flex-block-7 {
    flex-flow: column;
  }

  .body-section__container__subheading-2 {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .body-section__container__subheading-2.sec-4 {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .body-section__container__subheading-2.sec-3 {
    font-size: 1rem;
  }

  .offer-card__heading-2 {
    width: 100%;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .offer-card__subheading-2 {
    width: 100%;
  }

  .offer-card-2 {
    width: 100%;
    max-width: 100%;
  }

  .body-section-3.section-3 {
    padding-left: 16px;
    padding-right: 16px;
    background-image: none;
  }
}

@media screen and (max-width: 479px) {


  .hero-image{
    display: none;
  }

  .hero-image.hero-mob{
    display: block;
  }

  .benefit-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }



  .body-section.section-2 {
    background-color: #f7fafc;
  }

  .body-section__container, .body-section__container.sec-4 {
    padding: 80px 0;
  }

  .body-section__container.sec-2 {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .body-section__container.tnc-footer {
    display: flex;
  }

  .heading.body-section__container__heading.sec-3.gradient-heading.t-left-a {
    text-align: center;
  }

  .heading.body-section__container__heading {
    font-size: 28px;
    line-height: 36px;
  }

  .body-section__container__subheading {
    font-size: 14px;
    line-height: 18px;
  }

  .body-section__container__subheading.sec-3 {
    line-height: 1.375rem;
  }

  .body-section__container__subheading.sec-3.fast-mode {
    font-size: .87rem;
    line-height: 1.12rem;
  }

  .body-section__container__subheading.sec-3.fast-mode.t-left-a {
    text-align: center;
  }

  .flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 40px;
  }

  .offer-card {
    border-radius: 16px;
    width: 100%;
    padding: 24px 16px 16px;
  }

  .offer-card__img {
    max-width: 48px;
  }

  .offer-card__heading {
    font-size: 16px;
    line-height: 22px;
  }

  .offer-card__subheading {
    width: 100%;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .offer-card__textblock, .offer-card__contentblock {
    width: 100%;
  }

  .offer-card__container {
    justify-content: space-between;
    width: 100%;
  }

  .offer-card-list {
    flex-flow: column;
    width: 100%;
  }

  .hero {
    background-color: var(--_base-colors---dark-blue);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__content {
    max-width: 100%;
    padding-bottom: 0;
  }

  .hero__top {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .hero-heading {
    color: var(--_text-colors---c-heading);
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 40px;
  }

  .hero-subheading {
    color: var(--_text-colors---c-subheading);
    font-size: 16px;
    line-height: 22px;
  }

  .button {
    display: block;
  }

  .button.open-account {
    display: none;
  }

  .navbar__container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar__wrap {
    max-width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
  }

  .nav__button.hidden {
    /* display: none; */
  }

  .hero__wrapper {
    max-width: none;
  }

  .div-block {
    display: none;
  }

  .hero__container {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-image-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-bottom: 40px;
    display: flex;
  }

  .text-container.no-bottom-padding {
    max-width: 100%;
  }

  .benefit-w-icon {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .feature-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .benefit-3-column {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .benefit-text-content {
    color: var(--_text-colors---c-heading);
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .hero-benefit-chip {
    grid-column-gap: 8px;
    grid-row-gap: 8px;

    
    display: inline-flex; /* Add this to make it wrap content */
    width: auto; /* Allow width to be determined by content */
    align-items: center; /* Center items vertically */
  }

  .hero-benefit-chip-label {
    font-size: 14px;
  }

  .hero-benefit-chip-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    /* justify-content: flex-start;
    align-items: stretch; */

    align-items: flex-start;
    margin-top: 16px;
  }

  .image-6, .image-7, .image-8 {
    width: 32px;
    height: 32px;
  }

  .ctabanner {
    background-image: url('/content/dam/Kotak/solitaire/business/sol-images/cta-bg.webp');
    background-position: 50%;
    background-size: cover;
  }

  .ctabanner__content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .heading-9 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
  }

  .paragraph-11.clipped {
    margin-bottom: 0;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .div-block-9 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq {
    padding-bottom: 80px;
  }

  .faq--wrap {
    width: 100%;
  }

  .faq__container {
    margin-top: 0;
    margin-bottom: 0;
  }

  .ques--box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.25rem 0;
  }

  .ques--text {
    white-space: pre-wrap;
    flex-flow: row;
    flex: 0 auto;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .ans--box {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .ans-text {
    width: 100%;
  }

  .button-2 {
    display: none;
  }

  .dropdown {
    border: 1px solid #0000001f;
    border-radius: 12px;
  }

  .top_card_subheading.card-subheading {
    font-weight: 500;
  }

  .modal-box {
    display: flex;
    gap: 0;
    flex-direction: column;
    
    
    border-radius: 24px;
    
    
    width: 100%;
    
    height: auto;
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 0;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 24px;
    
  }

  .modal-box > *:nth-child(2) {
    order: 1 !important; /* Second child in the DOM will appear first */
  }

  .flex-block.modal-content{
    order: 2;
    margin-top: 40px;
    padding-bottom: 40px;
  }


  

  .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .offer__button {
    border: .5px solid #fff;
    border-radius: 46px;
    padding: 8px 12px;
    line-height: 18px;
  }

  .button--mobile {
    background-color: var(--_base-colors---ochre);
    border-radius: 20px;
    padding: 7px 16px;
    font-weight: 500;
    display: block;
  }

  .ans-text__multiple {
    width: 100%;
  }

  .list-2 {
    margin-left: 20px;
    padding-left: 0;
  }

  .first-feature-image-holder-2 {
    background-size: cover;
  }

  .first-feature-image-holder-2.static-image {
    background-position: 50% 50%;
    background-size: cover;
    height: 252px;
  }

  .first-feature-image-holder-2.static-image.last-card {
    background-image: url('/content/dam/Kotak/solitaire/business/sol-images/c-6.webp');
    background-position: 50%;
  }

  .feature-image-holder {
    background-image: url('../business-images/feature-card-2_1feature-card-2.webp');
    background-position: 0 100%;
    background-size: contain;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .feature-image-holder.activ-money {
    background-size: cover;
  }

  .feature-image-holder.activ-money.card-3.static-image {
    background-position: 50% 50%;
    background-size: cover;
    height: 252px;
  }

  .feature-image-holder.activ-money.card-2 {
    background-size: contain;
  }

  .feature-image-holder.activ-money.card-2.static-image {
    background-size: cover;
    height: 252px;
  }

  .text-transform-medium {
    font-weight: 400;
  }

  .h-card-group {
    flex-flow: column;
  }

  .feature-list__list-item-2 {
    width: 100%;
    max-width: none;
  }

  .feature-list__list-item-2.type-1 {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .feature-list__list-item-2.type-1.only-title, .feature-list__list-item-2.type-1.only-title._5th-chip {
    padding-bottom: 20px;
  }

  .flex-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 40px;
  }

  .flex-block-6.sec-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .body-section-2.section-4 {
    background-image: url('../business-images/mockup-bg_1.webp');
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 0;
    padding-right: 0;
  }

  .body-section__container__subheading-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .body-section__container__subheading-2.sec-4 {
    margin-bottom: 0;
  }

  .body-section__container__subheading-2.sec-3 {
    line-height: 1.375rem;
  }

  .offer-card__heading-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .offer-card__subheading-2 {
    width: 100%;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .offer-card-2 {
    border-radius: 16px;
    width: 100%;
    padding: 24px 16px 16px;
  }

  .offer-card-list-2 {
    flex-flow: column;
    width: 100%;
  }
}

#w-node-c1c4d50e-da1e-7093-6246-30ec49b74ddd-77296be8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-c1c4d50e-da1e-7093-6246-30ec49b74ddd-77296be8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c1c4d50e-da1e-7093-6246-30ec49b74ddd-77296be8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

