/***** FONTS *****/
/*---------------*/

div[role="main"].container-fluid .richtext h1 {
  font-size: 46px;
  line-height: 120%;
  font-weight: 900;
  font-family: BentonSans;
  /* color: #00175A; */
  color: #000;
}

div[role="main"].container-fluid .richtext h2 {
  font-size: 40px;
  line-height: 120%;
  font-weight: 900;
  font-family: BentonSans;
  /* color: #00175A; */
  color: #000;
}

div[role="main"].container-fluid .richtext h3 {
  font-size: 34px;
  line-height: 120%;
  font-weight: 500;
  font-family: BentonSans;
  color: #000;
}

div[role="main"].container-fluid .richtext h3.small {
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  font-family: BentonSans;
  color: #000;
}

/* Body Text */
div[role="main"].container-fluid .richtext p {
  font-size: 16px;
  line-height: 150%;
  color: #000;
}


/***** SPACING *****/
/*-----------------*/

/* Main Container */
div[role="main"].container-fluid.pad-0-lr .tab-content.pad-responsive-lr {
  padding: 0 !important;
}

/* No Padding */
.vd--grid-no-padding .container {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

/* Section Padding */
.vd--grid-padding-all {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}

.vd--grid-above {
  padding-top: 4rem;
  padding-bottom: 2rem;
}


.vd--grid-legal {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.vd--section.vd--background-grey {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.pad-3-b {
  padding-bottom: 1.5rem !important;
}    



/* Horizontal Align */
.vd--horizontal-align .row {
  flex-wrap: wrap;
  align-items: center;
}

.vd--standard-align .row {
  flex-wrap: initial;
  align-items: initial;
}


/***** BUTTONS *****/
/*-----------------*/

.vd--hero-button a {
  margin-bottom: 0 !important;
  font-weight: 500 !important;
  padding: 16px 24px !important;
  font-family: BentonSans !important;
  min-width: 230px !important;
}

.vd--hero-button .btn {
  max-width: 230px !important;
}

.vd--sticky-button a {
  margin-bottom: 0 !important;
  font-weight: 500 !important;
  padding: 13px 24px !important;
  font-family: BentonSans !important;
}






/***** POPUP *****/
/*---------------*/

.dls-white-bg.modal-width-2.text-align-center.dls-gray-05.pad-3 {
  border-radius: 16px;
}

.vd--pop-up > .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  flex-direction: column;
  /* gap: 1rem; */
}

.vd--pop-up > .container > .row {
  padding: 1.5rem 1rem !important;
}

.vd--pop-up-grid > .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

.vd--pop-up-grid .grid:has(.vd--pop-up-column-left) {
  flex: 1;
}

.vd--pop-up-grid .grid:has(.vd--pop-up-column-right) {
  flex: 1;
}

.vd--pop-up-column-left > .container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.vd--pop-up-column-right > .container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}


/* Text */
.vd--pop-up h1 {
  font-size: 36px !important;
}

.vd--pop-up-column-right .richtext.parbase .pad-1-t.pad-1-b   {
  padding-top: 6px !important;
  padding-bottom: 16px !important;
}    

.vd--pop-up-column-left .richtext.parbase .pad-1-t.pad-1-b   {
  padding-top: 6px !important;
  padding-bottom: 16px !important;
}  


/* Buttons */
.vd--pop-up-column-left .button.pad-1-l.pad-1-r {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.vd--pop-up-column-left .button.pad-1-l.pad-1-r a {
  max-width: none !important;
}

.vd--pop-up-column-right .button.pad-1-l.pad-1-r {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.vd--pop-up-column-right .button.pad-1-l.pad-1-r a {
  max-width: none !important;
}

.overlay-close-button.parbase .button {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}




/***** STICKY BAR *****/
/*-------------------*/


.vd--sticky-banner {
  border-bottom: 1px solid #c8c9c7;
  padding-top: 12px;
  padding-bottom: 12px;
  position: fixed !important;
  z-index: 9;
  width: 100%;
  background-color: #fff;
}

.vd--sticky-banner > .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vd--sticky-content-left > .container > .row > .col-md-12.margin-0-tb > div {
  padding-top: 0 !important;
  align-items: center;
  gap: 1rem; 
}

.vd--sticky-card-image {
  width: 76px;
}

.vd--sticky-content-right > .container > .row > .col-md-12.margin-0-tb > div {
  padding-top: 0 !important;
  gap: 24px;
}

.vd--sticky-button-details:hover {
  .btn {
    color: #00175A !important;
    background: none;
  }
}

.vd--sticky-button-details a {
  font-weight: 500 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0 !important;
}




/***** POPUP CONTENT *****/
/*----------------------*/


/* Prevent body scroll when panel is open */
body.vd--no-scroll {
  overflow: hidden;
}

/* Backdrop overlay */
.vd--details-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9998;
}

.vd--details-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

/* Slide-in panel */
.vd--details-popup {
  position: fixed !important; /* override inline */
  top: 0;
  right: -100vw; /* keep fully offscreen initially */
  height: 100vh;
  width: 80vw; /* ~80% width */
  /* max-width: 1280px; */
  background: #ffffff;
  box-shadow: -12px 0 32px rgba(0, 0, 0, 0.12);
  transition: right 0.35s ease;
  will-change: right;
  z-index: 9999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.vd--details-popup.is-open {
  right: 0;
}

.vd---details-sticky-banner {
  position: sticky !important;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  padding: 40px 40px 20px 20px;
}

.vd---details-sticky-banner >.container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vd---details-popup-wrapper >.container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  
}
.vd--details-sticky-button-close .btn {
  color: #8e9092;
}

.vd--details-sticky-button-close a{
  font-weight: 500 !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.vd--details-sticky-button-close:hover {
  .btn {
    opacity: 0.7;
    background: none;
  }
}

.vd---details-sticky-banner-right > .container  {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.vd--details-sticky-button-apply a{
  font-weight: 500 !important;
  margin-bottom: 0 !important;
}

/* Content */
.vd--details-popup-wrapper > .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 40px 0px 20px 0px;
}


.vd--details-popup-text > .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vd--details-popup-text h3 {
  font-size: 28px !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
  color: #000;
}

.vd--details-popup-text h4 {
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
}

.vd--details-benefit-card p {
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.vd--details-popup-list > .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.vd--details-popup-list ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 1.5rem;
}

.vd--details-benefit-card-wrapper {
  margin-top: 16px;
}


.vd--details-benefit-card-wrapper > .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.vd--details-benefit-card-wrapper > .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
}

.vd--details-benefit-card .card-img-bg {
  border-radius: 12px;
}


.vd--details-benefit-card > .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.vd--details-benefit-card > .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  width: calc((80vw - 120px - 48px)/3)
}

.vd--details-benefit-card .image.parbase {
  height: 43.5px;
}

.vd--details-benefit-card:has(h4) ul {
  margin-bottom: 0;
}


/* Box with card at the bottom */
.vd--details-cta-content {
  padding-bottom: 8rem;
}

.vd--details-cta-content .pad {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.vd--details-cta-content .vd--hero-button {
  margin-top: 2.5rem;
}

.vd--details-cta-content > .container {
  background-color: #f7f8f9;
  border-radius: 16px;
  padding: 48px 32px;
  margin-top: 3rem;
} 

.vd--details-cta-content > .container > .row > .col-md-12.margin-0-tb > div {
  position: relative;
}

.vd--details-cta-text {
  max-width: 750px;
  margin: 0 auto;
}


.vd--details-popup-text > .container > .row > .col-md-12.margin-0-tb > div > .richtext.parbase:nth-child(2)> div > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 1.5rem;
}

.vd--details-cta-card {
  width: 268px;
  margin: -140px auto 4px;
}

.vd--details-cta-ribbon {
  max-width: 233px;
  position: absolute;
  top: 120px;
  right: -70px;
  width: 20vw;
}







/***** BANNER *****/
/*---------------*/

.vd--banner-offer {
  padding-top: 74px;
}


.vd--banner-offer p {
  line-height: 2rem !important; 
}

.vd--banner-offer > .container > .row > .col-md-12 {
  padding: 8px 0px; 
}




/***** HERO *****/
/*-------------*/

/* Badges */
.vd--hero-badges > .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.vd--hero-badges > .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2.5rem;
  gap: 1rem;
}

.vd--hero-badges .vd--hero-card-image {
  height: 120px;
  width: auto;
}

.vd--hero-badges .vd--hero-badge-image {
  height: 120px;
  width: auto;
}

/* Callout */
.vd--hero-callout {
  border: 1px solid #fff;
  border-radius: 24px;
  padding: 8px 12px;
  margin-bottom: 1.25rem;
  display: inline-flex;
}

.vd--hero-callout p {
  line-height: 1.2 !important;
}

.vd--hero-callout span {
  line-height: 1.2 !important;
}

.vd--hero-grid .vd--hero-content-left h1 {
  margin-bottom: 1.25rem;
}

/* Benefits list items */
.vd-hero--benefits > .container {
  padding-left: 10px !important;
}

.vd-hero--benefits > .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.vd--hero-benefit .heading-4 {
  font-size: 18px !important;
}

.vd--hero-benefit li {
  cursor: pointer;
  pointer-events: all;
  transition: opacity .25s ease-out,font-weight ease-in;
}

.vd--hero-benefit li:hover {
  opacity: 0.7;
}

/* Active state: emphasize the heading inside the active hero benefit item */
.vd-hero--benefits [class*="vd--hero-benefit-"].is-active .heading-4,
.vd--hero-benefit li.is-active .heading-4 {
  font-weight: 900;
}

.vd--hero-benefit .container {
  padding-left: 0 !important;
}

.vd--hero-benefit .container > .row > .col-md-12.margin-0-tb {
  padding-left: 0 !important;
}

.vd--hero-benefit .container > .row > .col-md-12.margin-0-tb ul {
  margin-bottom: 0 !important;
}

.vd--hero-button a {
  margin-top: 2rem;
}


/* Stage */
.vd--hero-grid .dls-deep-blue-bg {
  background: linear-gradient(to right, #00175a 0%, #00175a 50%, #fff 50%, #fff 100%) !important;
}

.vd--hero-grid > .container > .row > .col-md-12.margin-0-tb > div {
  position: relative;
  padding-bottom: 64px;
}

/* Text container */
.vd--hero-grid > .container > .row > .col-md-12.margin-0-tb > div > .grid:has(.vd--hero-content-left) {
  /* width: 50vw; */
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* Key visual */
.vd--hero-grid > .container > .row > .col-md-12.margin-0-tb > div > .grid:has(.vd--hero-content-right) > * {
  height: 100%;
}

.vd--hero-content-right,
.vd--hero-content-right .container,
.vd--hero-content-right .row,
.vd--hero-content-right .col-md-12,
.vd--hero-content-right .grid,
.vd--hero-content-right .vd--hero-badge,
.vd--hero-content-right .vd--hero-badge .image,
.vd--hero-content-right .vd--hero-badge .image img {
    height: 100% !important;
}

.vd--hero-grid > .container > .row > .col-md-12.margin-0-tb > div > .grid:has(.vd--hero-content-right) {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}


/* Left side */
.vd--hero-grid > .container > .row > .col-md-12.margin-0-tb > div > .grid:has(.vd--hero-content-left) {
  width: 50%;
}

.vd--hero-content-left h1 {
  font-size: 40px !important;
}

.vd--hero-content-left > .container {
  padding-left: 0 !important;
}

.vd--hero-content-left.vd--grid-no-padding > .container {
  margin-left: 0;
}

/* Right side */
.vd--hero-grid > .container > .row > .col-md-12.margin-0-tb > div > .grid:has(.vd--hero-content-right) {
  width: 50%;
  background-color: white;
  padding-bottom: 2rem;
}

.vd--hero-grid > .container > .row > .col-md-12.margin-0-tb > div > .grid:has(.vd--hero-content-right) > section {
  width: 100%;
  height: 100%;
}

.vd--hero-content-right > .container > .row > .col-md-12.margin-0-tb > div {
  text-align: right !important;
  height: 100%;
}

.vd--hero-content-right > .container > .row > .col-md-12.margin-0-tb > div > .grid > section {
  height: 100%;
}

.vd--hero-badge > .container > .row > .col-md-12.margin-0-tb > div {
  height: 100%;
}

.vd--hero-badge .image.parbase {
  height: 100%;
  width: 100%;
}

.vd--hero-badge .image.parbase > .text-align-left {
  height: 100%;
}

.vd--hero-badge img {
  width: 100%; 
  height: 100%;
  object-fit: contain; 
}








/***** HIGHLIGHTS *****/
/*-------------------*/

.vd--hero-benefits-slider-section {
  background-color: #f7f8f9;
}

.vd--hero-benefits-slider-section > .container > .row > .col-md-12.margin-0-tb > div {
  margin: 0 auto;
  margin-top: -4rem;
  max-width: 1122px;
  padding-bottom: 2.25rem;
}

/* Content inside consisting of buttons and image + text */
.vd--hero-benefits-slider-wrapper > .container > .row > .col-md-12.margin-0-tb > div {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}

/* Arrow buttons */
.vd--hero-benefits-slider-wrapper .grid:has(.vd--slider-arrow-left) {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.vd--hero-benefits-slider-wrapper .grid:has(.vd--slider-arrow-left):hover {
  opacity: 0.7;
}

.vd--hero-benefits-slider-wrapper .vd--slider-arrow-left {
  width: 2rem;
  height: 2rem;
  background-color: #ecedee;
  z-index: 5;
  position: relative;
  pointer-events: auto;
}

.vd--hero-benefits-slider-wrapper .grid:has(.vd--slider-arrow-right) {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.vd--hero-benefits-slider-wrapper .grid:has(.vd--slider-arrow-right):hover {
  opacity: 0.7;
}

.vd--hero-benefits-slider-wrapper .vd--slider-arrow-right {
  width: 2rem;
  height: 2rem;
  background-color: #ecedee;
  pointer-events: auto;
}

/*Viewport */
.vd--hero-benefits-slider {
  height: 176px;
  overflow: hidden;
  cursor: grab;
}

/* Arrange slides horizontally like a carousel */
.vd--hero-benefits-slider > .container > .row > .col-md-12.margin-0-tb > div {
  position: relative !important;
}

.vd--hero-benefits-slider .grid:has(.vd--hero-benefits-slide) {
  position: absolute !important;
  left: 45px; /* gutter for arrows */
  right: 45px; /* gutter for arrows */
  width: auto;
  height: auto;
  transition: transform 0.4s ease;
  will-change: transform;
}

/* Pre-init fallback: avoid stacked slides on first paint before JS runs
   Show only the first grid and keep others off-canvas. */
.vd--hero-benefits-slider-wrapper:not(.is-ready) .grid:has(.vd--hero-benefits-slide) {
  transform: translateX(120%);
  opacity: 0;
}
.vd--hero-benefits-slider-wrapper:not(.is-ready) .grid:has(.vd--hero-benefits-slide):first-of-type {
  transform: translateX(0%);
  opacity: 1;
}

.vd--hero-benefits-slide.is-active {
  z-index: 2;
}

/* Ensure active grid is above neighbors during animation */
.vd--hero-benefits-slider .grid.is-active {
  z-index: 2;
}


.vd--hero-benefits-slider > .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.vd--hero-benefits-slider > .container > .row > .col-md-12.margin-0-tb > div {
  height: 100%;
}


.vd--hero-benefits-slider > .container > .row > .col-md-12.margin-0-tb > div > .grid {
  display: flex;
  align-items: stretch;
  min-height: 100%;
}

.vd--hero-benefits-slide {
  padding: 16px 35px;
}

.vd--hero-benefits-slide div {
  display: flex;
}

.vd--hero-benefits-slide > .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Inner content consisting of image and text */
.vd--hero-benefits-slide > .container > .row > .col-md-12.margin-0-tb > div {
  flex: 1;
  justify-content: space-between;
  gap: 24px;
  min-height: 100%;
}

/* Image */
.vd--hero-benefits-slide > .container > .row > .col-md-12.margin-0-tb > div > .image.parbase {
  flex: 1 0 auto;
  position: relative;
  width: 237px;
}

/* Image */
.vd--hero-benefits-slide .vd--benefit-overview-button-image {
  width: auto;
  height: auto;
}

.vd--hero-benefits-slide > .container > .row > .col-md-12.margin-0-tb > div > .image.parbase > .text-align-left > img {
  border-radius: 8px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;  
  overflow: hidden;
}

/* Text */
.vd--hero-benefits-slide > .container > .row > .col-md-12.margin-0-tb > div > .richtext.parbase {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 0;
}

.vd--hero-benefits-slide > .container > .row > .col-md-12.margin-0-tb > div > .richtext.parbase > div > p {
  line-height: 30px !important;
}

/* Button */
.vd--benefits-slider-button {
  background-color: #f7f8f9!important;
  padding-top: 2rem;
  padding-bottom: 5rem;
}

/* Dots */
.vd--slider-page-dots > .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  width: 100%;
  gap: 8px;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -36px;
  left: 0;
}

.vd--slider-dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #ecedee;
  cursor: pointer;
}

.vd--slider-dot:hover {
  opacity: 0.7;
}

.vd--slider-dot.is-active {
  background-color: #006fcf;
}



/***** LIQUIDITY *****/
/*------------------*/


.vd--grid-liquidity-above .vd--grid-max-width p {
  padding-bottom: 5rem;
}


.vd--grid-liquidity-button {
  padding-top: 2rem;
  padding-bottom: 8rem;
}

/* Image */
.vd--liquidity-plus {
  min-width: 800px;
  align-items: center;
}




/***** BENEFITS TAB MODULE *****/
/*-----------------------------*/

.vd--benefits-buttons-wrapper > .container {
  padding: 0 !important;
}

.vd--benefits-buttons-wrapper > .container > .row {
  margin: 0 !important;
}

.vd--benefits-buttons-wrapper > .container > .row > .col-md-12.margin-0-tb {
  padding: 0 !important;
}

.vd--benefits-buttons-wrapper > .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0 2rem 0;
}

/* Tab Buttons */
.vd--benefit-overview-button {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  display: flex;
}

/* Hover state: change text color on hover */
.vd--benefit-overview-button:hover {
  .heading-4 {
    color: #006fcf !important;
  }
}

.vd--benefit-overview-button > .container {
  padding: 0 !important;
}

.vd--benefit-overview-button > .container > .row  {
  margin: 0 !important;
}

.vd--benefit-overview-button > .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  flex: 1 1 auto;
  gap: 16px;
  padding: 16px;
  width: calc(1100px / 3 - 32px);
  align-items: center;
  min-height: 88px;
}

.vd--benefit-overview-button .heading-4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

/* Size of icons */
.vd--benefit-overview-button .icons.parbase {
  width: 40px;
  height: 40px;
}

.icon.dls-bright-blue > svg{
  width: 40px;
  height: 40px;
}

/* Active state tab buttons*/
.vd--benefit-overview-button.active {
  background-color: #006fcf !important;
  color: #fff !important;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.vd--benefit-overview-button.active > .container > .row > .col-md-12.margin-0-tb > div,
.vd--benefit-overview-button.active * {
  color: #fff !important;
  fill: #fff !important;
}

.vd--benefit-overview-button.active .image.parbase,
.vd--benefit-overview-button.active .icons.parbase,
.vd--benefit-overview-button.active .image.parbase > .text-align-left,
.vd--benefit-overview-button.active .vd--benefit-overview-button-image,
.vd--benefit-overview-button.active .icon.dls-bright-blue > svg {
  background: transparent !important;
  color: #fff !important;
  fill: #fff !important;
}


/* Wrapper for detail cards */
.vd--benefit-overview-details-wrapper > .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(0px, 0px);
  transition: height 250ms ease-in-out;
}

/* Detail card */
.vd--benefit-overview-details > .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  align-items: stretch;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  padding: 24px 16px;
  gap: 4px;
  height: auto;
}

/* Base state detail card: hidden/collapsed */
.vd--benefit-overview-details {
  overflow: hidden;
  transform: scale(0);
  transform-origin: 50% 50%;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transition: transform 250ms ease-in-out, opacity 250ms ease-in-out, height 250ms ease-in-out;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  /* New */ height: auto;
}

/* Visible state */
.vd--benefit-overview-details.is-active {
  transform: scale(1);
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
  position: relative !important;
  transition: transform 250ms ease-in-out, opacity 250ms ease-in-out, height 250ms ease-in-out;
  margin-bottom: 24px;
}

/* Animate wrapper height for details */
.vd--benefit-overview-details-wrapper {
  position: relative;
  transition: height 250ms ease-in-out;
}

/* Leaving state for detail card */
.vd--benefit-overview-details.is-leaving {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transition: transform 250ms ease-in-out, opacity 250ms ease-in-out;
}

/* Image in benefit details */
.vd--benefit-overview-details > .container > .row > .col-md-12.margin-0-tb > div > .image.parbase {
  flex: 1 0 auto;
  position: relative;
  height: auto;
  width: 40.3%;
}

.vd--benefit-overview-details-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px;
}

/* Max width of content blocks */
.vd--benefits-buttons-wrapper > .container {
  max-width: 1100px;
}

.vd--benefit-overview-details-wrapper > .container {
  max-width: 1100px;
  padding: 0 !important;
}

.vd--benefit-overview-details > .container {
  padding: 0 !important;
}


/* Text in benefit details */
.vd--benefit-overview-details-text-wrapper {
  flex: 1 1 auto;
}

.vd--benefit-overview-details-text-wrapper > .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  height: 100%;
}

.vd--benefit-overview-details .vd--benefit-overview-details-image {
  height: 100%;
}

.vd--benefit-overview-details-text-wrapper h3 {
  font-size: 24px !important;
}

.vd--benefit-overview-details > .container > .row > .col-md-12.margin-0-tb > div > .grid {
  display: flex;
  align-items: center;
}


/* Button below */
.vd--button-benefit-overview {
  display: flex;
}

.vd--button-benefit-overview a {
  padding-top: 2rem !important;
}

.vd--button-benefit-overview span {
  font-weight: 500 !important;
}

.vd--button-benefit-overview i {
  background: #006fcf;
  border-radius: 50%;
  height: 1.5rem !important;
  width: 1.5rem !important;
}

.vd--button-benefit-overview svg {
  height: 1rem !important;
  width: 1rem !important;
  color: white;
}

.vd--button-benefit-overview .btn{
  max-width: none;
}

.vd--button-benefit-overview .btn:hover {
  color: #00175a;
  background: none;
  i {
    background: #00175a;
  }
}



/***** CALCULATOR *****/
/*-------------------*/






/***** FRANKFURT JERSEY *****/
/*------------------------*/


.vd--section:has(.vd--frankfurt-jersey-image) {
  padding-top: 7.5rem ;
  padding-bottom: 7.5rem ;
}

.vd--frankfurt-jersey-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vd--frankfurt-jersey-image img {
  width: 20vw;
  height: auto;
  object-fit: cover;
  overflow: hidden;
}

.vd--section:has(.vd--frankfurt-jersey-image) h2 {
  color: #000 !important;
}

.vd--frankfurt-grid > .container > .row > .col-md-12.margin-0-tb > div > .richtext.parbase > div {
  padding-bottom: 1.5rem;
  /* max-width: 65%; */
  margin: 0 auto;
}




/***** TESTIMONIALS *****/
/*----------------------*/

.vd--testemonials-slider-wrapper {
  padding-top: 2rem;
}

/* Viewport */
.vd--testemonials-slider { 
  position: relative; 
  height: 348px;
  overflow: hidden;
}

.vd--testemonials-slider > .container > .row > .col-md-12.margin-0-tb > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vd--testemonial-headline h2 {
  max-width: 600px;
  margin: 0 auto;
}


/* Stack slides and fade */
.vd--testemonials-slider .vd--testemonials-slide,
.vd--testemonials-slider [class^="vd--testemonials-slide-"] {
  position: absolute !important;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease !important;
  pointer-events: none;
}

.vd--testemonials-slider .vd--testemonials-slide.is-active,
.vd--testemonials-slider [class^="vd--testemonials-slide-"].is-active {
  opacity: 1;
  pointer-events: auto;
}

.vd--testemonials-slide .image.parbase {
  aspect-ratio: 480/348;
  max-width: 480px;
}

.vd--testemonials-slide > .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 32px;
}

.vd--testemonial-image {
  height: 100%;
  width: 100%;
}


.vd--testemonial-image img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}


.vd--testemonials-text > .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 460px;
}


.vd--testemonials-text p {
  font-size: 14px !important;
}

.vd--testemonials-text .heading-4 {
  margin-right: 4px;
}

.vd--testemonial-slider-buttons {
  bottom: 2rem;
  left: 4rem;
}

.vd--testemonial-slider-buttons > .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.vd--arrow-bg .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.vd--slider-arrow-left {
  border-radius: 50%;
  background-color: #fff;
  width: 2rem;
  height: 2rem;
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.vd--slider-arrow-left:hover {
  opacity: 0.7;
}

.vd--slider-arrow-left img {
  width: 1rem;
  height: 1rem;
}

.vd--slider-arrow-right {
  border-radius: 50%;
  background-color: #fff;
  width: 2rem;
  height: 2rem;
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.vd--slider-arrow-right:hover {
  opacity: 0.7;
}

.vd--slider-arrow-right img {
  width: 1rem;
  height: 1rem;
}





/***** THREE STEPS *****/
/*---------------------*/




/***** INVOICES PHONE *****/
/*------------------------*/


.vd--payment-section {
  margin-top: 4rem;
  background-color: #fff;
}

.vd--payment-section:before {
  content: "";
  height: 80px;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: #f7f8f9;
}

/* roter “Margin-Layer” außerhalb des Elements */
.vd--payment-section::after {
  content: "";
  position: absolute;
  top: -4rem;            
  left: 0; right: 0;
  height: 4rem;          
  background: #f7f8f9;       
  z-index: 0;
  pointer-events: none;
}

.vd--payment-section > .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  padding-bottom: 80px;
}

.vd--payment-section .grid:has(.vd--payment-left) {
  width: 50%;
}

.vd--payment-section .grid:has(.vd--payment-right) {
  width: 50%;
}

.vd--payment-left {
  z-index: 1;
}


.vd--payment-left > .container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.vd--payment-content > .container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}


/* LEFT CONTAINER consisting of text and phone image */
.vd--payment-left > .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

/* Text container width */
.vd--payment-left .grid:has(.vd--payment-content) {
  width: 64%;
}

/* Phone image container width */
.vd--payment-left .image.parbase:has(.vd--payments-phone-left) {
  width: 36%;
}

/* Text container */
.vd--payment-left .vd--payment-content > .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  flex-direction: column;
  padding-top: 125px;
  padding-bottom: 2rem;
  gap: 24px;
}

.vd--payment-content h3 {
  font-size: 28px !important;
  font-weight: 900 !important;
  color: black
}

/* Phone image container */
.vd--payment-left .vd--payment-content > .container > .row > .col-md-12.margin-0-tb > div > .image.parbase {
  padding-top: 8px;
}

.vd--payment-left .image.parbase:has(.vd--payments-phone-left) {
  transform: translate(50%);
}

.vd--payments-phone-left {
  position: relative;
  width: 100%;
  padding-top:199%;
  transform: translate(0px, 0px);
}

.vd--payments-phone-left img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}


/* RIGHT CONTAINER consisting of text and phone image */
.vd--payment-right {
  text-align: right;
}

.vd--payment-right > .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.vd--payment-right > .container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* Text container width */
.vd--payment-right .grid:has(.vd--payment-content) {
  width: 64%;
}

/* Phone image container width */
.vd--payment-right .image.parbase:has(.vd--payments-phone-right) {
  width: 36%;
}

/* Text container */
.vd--payment-right .vd--payment-content > .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 125px;
  padding-bottom: 2rem;
}

.vd--payment-right .vd--payment-content p {
  padding-bottom: 24px; 
}

/* Logos container */
.vd--payments-logos > .container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.vd--payments-logos > .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin-top: auto;
  width: 100%;
}

/* Phone image container */
.vd--payment-right .image.parbase:has(.vd--payments-phone-right) {
  transform: translate(-50%);
}

.vd--payments-phone-right {
  position: relative;
  width: 100%;
  padding-top: 199%;
  transform: translate(0px, 0px);
}

.vd--payments-phone-right img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}


.vd--payment-dots {
  display: none;
}




/***** HELP BUBBLE *****/
/*---------------------*/

.vd--questions-wrapper {
  position: fixed !important;
  z-index: 29;
  bottom: 2.5rem;
  width: 100%;
  padding: 0 2.5rem !important;
  pointer-events: none;
}

.vd--questions-wrapper > .container {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: 0 !important;
}

.vd--questions-wrapper > .container > .row > .col-md-12.margin-0-tb > div {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.vd--questions-wrapper > .container > .row > .col-md-12.margin-0-tb > div > .grid {
  position: absolute;
  bottom: 48px;
  right: 1rem;
  z-index: -1
}

.vd--questions-button {
  width: 112px;
  pointer-events: auto;
  cursor: pointer;
}

.vd--questions-button-phone {
  visibility: hidden;
  width: 0;
}

.vd--questions-button:hover {
  scale: 1.45;
  transition: scale 0.25s ease-in-out;
}

/* Questions overlay and popup visibility */
.vd--questions-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 28; /* below wrapper (29), above page content */
}

.vd--questions-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.vd--questions-button {
  transition: scale 0.25s ease-in-out;
}

.vd--questions-button.is-active {
  scale: 1.45;
}

/* swap button visuals when questions are open */
.vd--questions-wrapper.questions-open .vd--questions-button {
  visibility: hidden;
  width: 0;
}

.vd--questions-wrapper.questions-open .vd--questions-button-phone {
  visibility: visible;
  width: 112px;
  scale: 1.45;
}


/* fade-in grid content when active */
.vd--questions-wrapper > .container > .row > .col-md-12.margin-0-tb > div > .grid {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out;
}

.vd--questions-wrapper > .container > .row > .col-md-12.margin-0-tb > div > .grid.is-open {
  opacity: 1;
  pointer-events: auto;
}


.vd--questions-popup .container {
  width: 310px;
  padding: 18px 16px;
  background-color: #fff;
  border-radius: 8px;
}

.vd--questions-popup .container > .row > .col-md-12.margin-0-tb > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.vd--questions-popup .container > .row > .col-md-12.margin-0-tb > div >  .richtext.parbase:nth-child(2) p {
  padding-right: 6px;
}

.vd--questions-popup p {
  line-height: 1.25 !important;
}





/* TAB MENU */
.container-fluid.pad-0-lr .tab-menu {
  background-color: #ECEDEE;
  display: flex;
  width: 100%;
}

.container-fluid.pad-0-lr .tab-menu .tab-link {
  flex: 1;
  text-align: center;
    white-space: initial; /*Add white-space to tab-link*/
}

.container-fluid.pad-0-lr .tab-menu .tab-link span {
  font-weight: bold;
  display: inline-block;
  /*Remove white space*/
}

.container-fluid.pad-0-lr .tab-menu .tab-link[aria-selected="true"] {
  background-color: #00175A;
  color: white;
  position: relative;
  border: none;
}





/* CARDS SLIDER */
.vd--cards-slider {
  display: block;
  width: 100%;
}

.container-fluid.pad-0-lr .vd--cards-slider .container {
    width: 100%;
}

section .vd--cards-slider > .container > .row > .col-md-12 {
  overflow-x: auto;
}

/* Center by default */
section .vd--cards-slider > .container > .row > .col-md-12 > div{
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    justify-content: center;
    padding: 0 var(--grid-padding);
}

section .vd--cards-slider > .container > .row > .col-md-12.overflowing > div{
    justify-content: flex-start;
}

.container-fluid.pad-0-lr .vd--cards-slider .container .row .col-md-12 > div::-webkit-scrollbar {
  display: none;
}

.container-fluid.pad-0-lr .vd--card-wrapper {
  scroll-snap-align: start;
}

.vd--card-wrapper {
  flex: 0 0 auto;
  min-width: 360px;
  max-width: 360px;
  padding-bottom: 2rem;
}

.vd--cards-slider .container {
  width: 100%;
  padding: 0;
  max-width: 100%;
}

.vd--cards-slider .row {
  margin: 0;
}

.vd--card {
  padding: 1.5rem 1rem;
  height: 100%;
}

.vd--card-callout {
  display: inline-block;
  height: 32px;
  align-content: center;
  position: absolute;
  top: 0.5rem;
  left: 1.5rem;
  z-index: 10;
  padding: 4px;
}

/* STICKY NAV */
.vd--sticky-nav .col-md-12 > div {
  display: flex;
  gap: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  flex-wrap: wrap;
}

.vd--sticky-nav a.link-underlined.text-link.linkout {
  text-decoration: none;
}

.vd--sticky-nav a.link-underlined.text-link.linkout:hover,
.vd--sticky-nav a.link-underlined.text-link.linkout:focus {
  text-decoration: underline;
}

/* HORIZONTAL GRID */
.vd--grid-horizontal .col-md-12 > div {
  display: flex;
  padding-top: 5rem;
  gap: 2rem;
}

/* BUTTON GRID */
.vd--button-grid .col-md-6 {
  flex: 0 1 auto;
}

/* ICON LIST */
section .vd--icon-list > .container > .row > .col-md-12 > div {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding-top: initial;
}

.vd--icon-list .container {
  padding-left: 0;
  padding-right: 0;
}

.vd--icon {
  height: 40px;
  width: 40px
}

/* ROUNDED CORNERS */
.vd--round-corners > div {
  border-radius: 12px;
}

/* STEPS */
.vd--steps .row {
  gap: 2rem;
  justify-content: space-between;
}

.vd--steps .row.pad-3-t.pad-3-b {
  padding-top: 3.5rem !important;
  padding-bottom: 2.5rem !important;
}

.vd--steps .pad-3-t {
  padding-top: 0 !important;
}


.vd--steps .col-md-4 {
  flex: 1;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.vd--steps .pad-3-t.pad-3-b.pad-2-l.pad-2-r {
  width: 100%;
  margin: 0 auto;
}

.vd--steps-icon-list .container {
  width: 100%;
}

.vd--stroke {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* WHAT DOES AN UPGREADE MEAN */
.vd--what-changes .row {
  gap: 4rem;
  justify-content: space-between;
}

.vd--what-changes .col-md-6 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vd--what-changes  .vd--icon-list .col-md-12 > div {
    gap: 2rem !important;
  padding-bottom: 1rem;
}

/* CARD TABLE */
.vd--card-image-top {
  position: relative;
  top: 3rem;
  z-index: 2
}

.vd--card-image-top img {
width: 170px;
}

.vd--card-comparison-wrapper {
  flex: 0 0 auto;
  min-width: 386px;
  max-width: 386px;
  margin-top: -3rem;
}

.vd--card-comparison-column {
  padding-top: 1.5rem;
}

/* MAX WIDTH GRID */
.vd--grid-max-width {
  max-width: 820px;
  margin: 0 auto;
}


/* CROSS SELL CARD */
.vd--grid-cross-sell {
  max-width: 1000px;
  margin: 0 auto;
}

section .vd--cross-sell-card > .container > .row > .col-md-12 > div {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.vd--cross-sell-card-image-wrapper .container {
  padding: 0;
  margin: 0;
  width: 390px;
}

.vd--cross-sell-card-image-wrapper img {
  padding: 0;
  margin: 0;
}









/***************************** 
Adjustments for Desktop
*****************************/

@media (max-width: 1024px) {


  /***** HIGHLIGHTS *****/
  /*-------------------*/
  
  /* Viewport */
  .vd--hero-benefits-slider {
    height: 203px;
  }
  
  .vd--hero-benefits-slider-wrapper > .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .vd--hero-benefits-slide {
    padding: 16px 20px;
  }
  
  /* Image */
  .vd--hero-benefits-slide > .container > .row > .col-md-12.margin-0-tb > div > .image.parbase {
    width: 237px;
    height: 167px;
  }
  






  /***** BENEFITS TAB MODULE *****/
  /*----------------------------*/

  .vd--benefit-overview-button > .container > .row > .col-md-12.margin-0-tb > div {
    width: calc(900px / 3 - 32px);
    padding: 16px 6px;
  }

  .vd--benefits-buttons-wrapper .vd--benefit-overview-button .heading-4 {
    font-size: 16px;
  }

  /* Size of icons */
  .vd--benefit-overview-button .icons.parbase {
    width: 32px;
    height: 32px;
  }

  .icon.dls-bright-blue > svg{
    width: 32px;
    height: 32px;
  }





  /***** TESTIMONIALS *****/
  /*----------------------*/

  .vd--testemonials-slider-wrapper > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .vd--testemonials-slide > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .vd--testemonials-text > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .vd--testemonial-slider-buttons {
    bottom: 1rem;
    left: 1rem;
  }





  /***** PAYMENT *****/
  /*----------------*/

  .vd--payment-right .vd--payment-content p {
    padding-bottom: 80px; 
  }



}





/****************************** 
Adjustments for Largest Screens
******************************/

@media (min-width: 1900px) {
.vd--details-benefit-card > .container > .row > .col-md-12.margin-0-tb > div {
  width: calc((1120px)/3 - 16px)
}
}







/***************************** 
Adjustments for Mobile
*****************************/


@media (max-width: 768px) {


  /***** STICKY BAR *****/
  /*-------------------*/

  .vd--sticky-banner {
    width: auto;
  }
  
  /* Hide Card Info and show only buttons */
  .vd--sticky-banner .grid:has(.vd--sticky-content-left) {
    display: none;
  }
  
  .vd--sticky-banner > .container > .row > .col-md-12.margin-0-tb > div {
    flex-direction: column;
  }
  
  .vd--sticky-content-right > .container > .row > .col-md-12.margin-0-tb > div {
    gap: auto !important;
  }
  
  .vd--sticky-button .btn {
    padding: 12px 16px !important;
  }
  
  .vd--sticky-button-details .btn {
    padding: 12px 0px !important;
  }
  
  .vd--details-popup {
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 100vw;
    max-width: none;
    height: calc(100vh - 0rem);
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -12px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(100%);
    transition: transform 0.35s ease;
    will-change: transform;
    overflow: hidden;
  }
  
  .vd--details-popup.is-open {
    transform: translateY(0);
  }
  
  /* Make inner content scrollable inside the panel */
  .vd--details-popup__scroll {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  
  /***** POPUP CONTENT *****/
  /*----------------------*/
  
  .vd---details-sticky-banner {
    padding: 24px 12px;
  }
  
  .vd---details-sticky-banner > .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .vd--details-sticky-button-close .btn {
    padding: 12px 0px !important;
  }
  
  .vd--details-sticky-button-apply .btn {
    padding: 12px 16px !important;
  }
  
  .vd---details-sticky-banner-left > .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  /* Smaller gap between content blocks */
  .vd--details-popup-wrapper > .container > .row > .col-md-12.margin-0-tb > div {
    gap: 2rem;
    overflow: hidden;
  }
  
  .vd--details-popup-wrapper > .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  /* Spacing between text and benefit cards */
  .vd--details-benefit-card-wrapper {
    margin-top: 0.5rem;
  }
  
  .vd--details-benefit-card-wrapper > .container > .row > .col-md-12.margin-0-tb > div {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px;
  }
  
  /* Adjusted styling for benefit cards */
  .vd--details-benefit-card > .container > .row > .col-md-12.margin-0-tb > div {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    width: 100%;
  }
  
  /* Hide icons and badges on mobile */
  .vd--details-benefit-card .icons.parbase {
   display: none;
  }
  
  .vd--details-benefit-card .image.parbase {
    display: none;
   }
  
  .vd--details-cta-content {
    padding-bottom: 2rem;
  }
  
  .vd--details-cta-content .vd--hero-button {
    margin-top: 1.25rem;
  }
  
  .vd--details-cta-text > .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  /* Card image */
  .vd--details-cta-card {
    width: 170px;
    margin-top: -100px;
  }
  
  /* Ribbon */
  .vd--details-cta-ribbon {
    top: 100px;
    right: -40px;
    width: 100px;
  }
  
  
  
  /***** BANNER *****/
  /*---------------*/
  
  
  .vd--banner-offer p {
    font-size: 11px !important;
    line-height: 1rem !important; 
  }
  
  .vd--banner-offer > .container > .row > .col-md-12 {
    padding: 8px 0px; 
  }
  
  
  
  
  /***** HERO *****/
  /*--------------*/
  
  .vd--hero-grid .dls-deep-blue-bg {
    background: linear-gradient(to top, #00175a 0%, #00175a 57%, #fff 57%, #fff 100%) !important;
  }
  
  .vd--hero-grid > .container > .row > .col-md-12 > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .vd--hero-grid > .container > .row > .col-md-12.margin-0-tb > div > .grid:has(.vd--hero-content-left) {
    width: 100%;
    padding-bottom: 2rem;
    padding-top: 0;
    order: 2;
  }
  
  .vd--hero-grid > .container > .row > .col-md-12.margin-0-tb > div > .grid:has(.vd--hero-content-right) {
    width: 100%;
    position: static ;
    order: 1;
    padding-bottom: 0 !important;
  }
  
  .vd--hero-content-left > .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  /* Badges */
  .vd--hero-badges > .container > .row > .col-md-12.margin-0-tb > div {
    justify-content: center;
    margin-bottom: 2rem;
  }
  
  .vd--hero-badges .vd--hero-card-image {
    height: 80px;
    width: auto;
  }
  
  .vd--hero-badges .vd--hero-badge-image {
    height: 80px;
    width: auto;
  }
  
  /* Text */
  .vd-hero--benefits > .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .vd--hero-benefit > .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .vd-hero--benefits > .container > .row > .col-md-12.margin-0-tb > div {
    gap: 4px;
    align-items: center;
  }
  
  .vd--hero-content-left {
    text-align: center;
  }
  
  .vd--hero-benefit ul {
    list-style-position: inside;   /* Punkte rücken nach innen, neben Text */
    text-align: center;
    width: 100%;
  }
  
  .vd--hero-benefit .heading-4 {
    font-size: 14px !important;
    line-height: 1 !important;
  }
  
  /* Callout */
  .vd--hero-callout {
    margin-bottom: 1rem;
    padding: 6px 10px;
  }
  
  .vd--hero-callout span {
    line-height: 1 !important;
    font-size: 12px !important;
  }
  
  /* Hide CTA on mobile */
  .vd--hero-grid .vd--hero-button {
    display: none;
  }
  
  /* Image container */
  .vd--hero-content-right {
    width: 100%;
    height: auto !important;
  }
  
  
  
  /***** HIGHLIGHTS *****/
  /*-------------------*/
  
  /* Viewport */
  .vd--hero-benefits-slider {
    height: 150px;
  }
  
  .vd--hero-benefits-slider-section > .container > .row > .col-md-12.margin-0-tb > div {
    margin-top: -4rem;
  }
  
  /* Hide arrow buttons */
  .vd--hero-benefits-slider-wrapper .grid:has(.vd--slider-arrow-left) {
    display: none;
  }
  
  .vd--hero-benefits-slider-wrapper .grid:has(.vd--slider-arrow-right) {
    display: none;
  }
  
  .vd--hero-benefits-slider-wrapper > .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .vd--hero-benefits-slider .grid:has(.vd--hero-benefits-slide) {
  /* gutter for arrows */
    right: 0; 
    left: 0;
  }
  
  /* Adapt inner padding */
  .vd--hero-benefits-slide {
    padding: 1rem !important;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Inner content consisting of image and text */
  .vd--hero-benefits-slide > .container > .row > .col-md-12.margin-0-tb > div {
    gap: 0;
  }
  
  /* Hide images */
  .vd--hero-benefits-slide > .container > .row > .col-md-12.margin-0-tb > div > .image.parbase {
    display: none;
  }
  
  /* Text */
  .vd--hero-benefits-slide > .container > .row > .col-md-12.margin-0-tb > div > .richtext.parbase {
    padding: 0;
  }
  
  .vd--hero-benefits-slide > .container > .row > .col-md-12.margin-0-tb > div > .richtext.parbase > div > p {
    line-height: 1 !important;
    text-align: center !important;
  }
  
  .vd--hero-benefits-slide > .container > .row > .col-md-12.margin-0-tb > div > .richtext.parbase .heading-4 {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  
  
  
  
  
  /***** LIQUIDITY *****/
  /*------------------*/
  
  .vd--grid-liquidity-above {
    padding-top: 4rem !important;
    padding-bottom: 2rem !important;
  }
  
  .vd--grid-liquidity-above .vd--grid-max-width p {
    padding-bottom: 24px;
  }
  
  
  
  
  /***** BENEFITS TAB MODULE *****/
  /*-----------------------------*/
  
  .vd--benefits-slider-button {
    padding-bottom: 2rem !important;
    padding-top: 1.5rem !important;
  }

  .vd--background-grey:has(.vd--benefits-buttons-wrapper) {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  
  .vd--background-grey:has(.vd--benefits-buttons-wrapper) .pad-3-b {
    padding-bottom: 8px !important;
  }
  
  /* Size of icons */
  .vd--benefit-overview-button .icons.parbase {
    width: 30px;
    height: 30px;
  }
  
  .icon.dls-bright-blue > svg{
    width: 30px;
    height: 30px;
  }
  
  /* Size of text */
  .vd--benefit-overview-button p {
    line-height: 1 !important;
  }
  
  .vd--benefit-overview-button .heading-4 {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
  
  /* Button layout */
  .vd--benefits-buttons-wrapper > .container > .row > .col-md-12.margin-0-tb > div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 1rem;
    padding: 1.5rem 0 1.5rem 0;
    scrollbar-width: none;
    overflow: scroll;
  }
  
  .vd--benefit-overview-button > .container > .row > .col-md-12.margin-0-tb > div {
    flex: 1 0 auto;
    gap: 16px;
    padding: 12px 16px;
    max-width: 230px;
    min-height: 0px;
  }
  
  /* Detail card */
  .vd--benefit-overview-details > .container > .row > .col-md-12.margin-0-tb > div {
    flex-direction: column;
    padding: 24px 16px;
    gap: 24px;
    height: auto;
  }
  
  /* Image in benefit details */
  .vd--benefit-overview-details > .container > .row > .col-md-12.margin-0-tb > div > .image.parbase {
    flex: 1 0 auto;
    position: relative;
    height: auto;
    width: 100%;
    aspect-ratio: 327 / 178
  }
  
  /* Text in benefit details */
  .vd--benefit-overview-details-text-wrapper > .container > .row > .col-md-12.margin-0-tb > div {
    gap: 1rem;
  }
  
  .vd--benefit-overview-details-text-wrapper h3 {
    font-size: 20px !important;
  }
  
  .vd--benefit-overview-details-text-wrapper p {
    font-size: 14px !important;
  }
  
  /* Button below */
  .vd--button-benefit-overview .btn {
    padding: 2rem 0 0 0 ;
  }
  
  .vd--button-benefit-overview > a > span {
    padding-left: 0 !important;
  }
  
  /* Horizontal scrollbar */
  .vd--benefits-buttons-wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  
  .vd--benefits-buttons-wrapper > .container > .row > .col-md-12.margin-0-tb > div {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  
  
  /***** FRANKFURT JERSEY *****/
  /*------------------------*/
  
  .vd--section:has(.vd--frankfurt-jersey-image) {
    padding-top: 4rem ;
    padding-bottom: 4rem ;
  }
  
  .vd--frankfurt-jersey-image img {
    width: 50vw;
  }
  
  
  
  /***** TESTIMONIALS *****/
  /*----------------------*/

  .vd--testemonials-slider-wrapper {
    padding-top: 0rem;
  }
  
  .vd--section:has(.vd--testemonials-slider) {
    padding-top: 4rem ;
    padding-bottom: 4rem ;
  }
  
  /* Viewport */
  .vd--testemonials-slider { 
    height: 800px;
  }
  
  .vd--testemonials-slider-wrapper > .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .vd--testemonials-slide > .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .vd--testemonials-slide > .container > .row > .col-md-12.margin-0-tb > div {
    flex-direction: column;
    justify-content: flex-start;
    gap: 32px;
  }
  
  /* Image */
  .vd--testemonials-slide .image.parbase {
    aspect-ratio: 359/190;
    max-width: none;
    width: 100%;
  }
  
  /* Text */
  .vd--testemonials-text > .container > .row > .col-md-12.margin-0-tb > div {
    gap: 16px;
    width: 100%;
  }
  
  .vd--testemonials-text > .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  /* Buttons */
  .vd--testemonial-slider-buttons {
    top: 75px;
    left: 0;
    bottom: 0;
    position: absolute !important;
    width: 100%;
    height: 35px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .vd--testemonial-slider-buttons > .container > .row > .col-md-12.margin-0-tb > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }


  
  
  
  /***** THREE STEPS *****/
  /*---------------------*/
  
  .vd--grid-padding-all:has(.vd--steps) {
    padding: 2rem 1rem 2rem 1rem;
  }
  
  .vd--steps > .container > .row.pad-3-t.pad-3-b {
    gap: 2rem;
  }


  .vd--grid-padding-all:has(.vd--steps) > .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .vd--grid-padding-all:has(.vd--steps) .grid:has(.vd--hero-button) .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .vd--grid-padding-all:has(.vd--steps) .row.pad-3-t {
    padding-top: 0 !important;
  }

  .vd--steps .row.pad-3-t.pad-3-b {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  
  .vd--grid-max-width .row {
    padding-bottom: 0 !important;
  }

  
  
  
  
  /***** INVOICES PHONE *****/
  /*------------------------*/
  
  /* Layout */
  .vd--payment-section > .container > .row > .col-md-12.margin-0-tb > div {
    flex-direction: column;
    position: relative !important; /* viewport for slides */
    overflow: hidden; /* hide off-canvas slide */
  }
  
  .vd--payment-section .grid:has(.vd--payment-left) {
    width: 100%;
    /* position: absolute !important;
    left: 0;
    right: 0; */
    transition: transform 0.35s ease;
    will-change: transform;
  }
  
  .vd--payment-section .grid:has(.vd--payment-right) {
    width: 100%;
    position: absolute !important;
    left: 0;
    right: 0;
    transition: transform 0.35s ease;
    will-change: transform;
  }
  
  
  /* LEFT CONTAINER consisting of text and phone image */
  .vd--payment-left > .container > .row > .col-md-12.margin-0-tb > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  
  /* Text container width */
  .vd--payment-left .grid:has(.vd--payment-content) {
    width: 100%;
    text-align: center;
    order: 2;
  }
  
  .vd--payment-left .vd--payment-content > .container > .row > .col-md-12.margin-0-tb > div {
    padding-top: 2rem;
  }
  
  /* Phone image container width */
  .vd--payment-left .image.parbase:has(.vd--payments-phone-left) {
    width: 32%;
    height: auto;
    transform: none !important;
    order: 1;
  }
  
  .vd--payments-phone-left {
    position: relative;
    width: 100%;
    padding-top:199%;
    transform: none !important;
  }
  
  .vd--payments-phone-left img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  
  .vd--payment-left .vd--payment-content .image.parbase img {
    height: 24px;
    margin: 0 auto;
    width: 100%;
  }
  
  
  
  /* RIGHT CONTAINER consisting of text and phone image */
  .vd--payment-right {
    text-align: center;
  }
  
  .vd--payment-right > .container > .row > .col-md-12.margin-0-tb > div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  /* Text container width */
  .vd--payment-right .grid:has(.vd--payment-content) {
    width: 100%;
  }
  
  /* Phone image container width */
  .vd--payment-right .image.parbase:has(.vd--payments-phone-right) {
    width: 32%;
    height: auto;
    transform: none !important;
  }
  
  /* Text container */
  .vd--payment-right .vd--payment-content > .container > .row > .col-md-12.margin-0-tb > div {
    padding-top: 2rem;
  }
  
  .vd--payment-right .vd--payment-content p {
    padding-bottom: 0;
  }
  
  /* Phone image container */
  .vd--payment-right .image.parbase:has(.vd--payments-phone-right) {
    transform: none;
  }
  
  .vd--payments-phone-right {
    transform: none !important;
  }
  
  /* Logos container */
  .vd--payments-logos > .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .vd--payments-logos > .container > .row > .col-md-12.margin-0-tb > div {
    justify-content: center;
    gap: 1rem;
    margin-top: 0;
    width: 100%;
  }
  
  
  .vd--payment-dots {
  display: flex !important;
  }

  .vd--payment-dots > .container > .row > .col-md-12.margin-0-tb > div {
    display: flex !important;
    gap: 0.5rem;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .vd--payment-right .vd--slider-dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #ecedee;
    cursor: pointer;
  }

  .vd--slider-dot.is-active {
    background-color: #006fcf;
  }
  
  
  
  
  
  
  
  /***** HELP BUBBLE *****/
  /*---------------------*/
  
  /* Adjust position to make it closer to the bottom and right*/
  .vd--questions-wrapper {
    bottom: 1.25rem;
    padding: 0 1.25rem !important;
  }
  
   /* Smaller scale */
  .vd--questions-button:hover {
    scale: 1.15;
    transition: scale 0.25s ease-in-out;
  }
  
  .vd--questions-button.is-active {
    scale: 1.15;
  }
  
  .vd--questions-wrapper.questions-open .vd--questions-button-phone {
    visibility: visible;
    width: 112px;
    scale: 1.15;
  }
  
  .vd--questions-wrapper > .container > .row > .col-md-12.margin-0-tb > div > .grid {
    bottom: 2rem;
  }
  
  
  
  
  
  
  /***** DIVERS *****/
  /*------------*/
  
  
  
  /* FONTS */
  div[role="main"].container-fluid .richtext h1 {
    font-size: 30px;
  }
  
  div[role="main"].container-fluid .richtext h2 {
    font-size: 28px;
  }
  
  div[role="main"].container-fluid .richtext h3 {
    font-size: 24px;
  }
  
  div[role="main"].container-fluid .richtext h3.small {
    font-size: 22px;
  }
  
  /* SECTION PADDING */
  .vd--grid-padding-all {
    padding: 5rem 1rem;
  }
  
  .vd--grid-above {
    padding: 2rem 1rem;
  }
  
  .vd--grid-legal {
    padding: 2rem 1rem;
  }
  
  section .vd--cards-slider > .container > .row > .col-md-12 > div{
      gap: 1rem;
  }
    
    .vd--card-wrapper {
    flex: 0 0 auto;
    min-width: 320px;
    max-width: 320px;
    padding-bottom: 2rem;
  }
  
    .vd--card-comparison-wrapper {
    flex: 0 0 auto;
    min-width: 340px;
    max-width: 340px;
    margin-top: -3rem;
  }
  
    .vd--grid-padding-all .row {
      gap: 2rem;
    }
  
    .vd--grid-horizontal .col-md-12 > div {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
    }
  
    .vd--icon-list .col-md-12 > div {
      display: flex;
      gap: 1rem;
      padding-top: 0;
    }
  
    .vd--steps .row {
      flex-direction: column;
      gap: 4rem;
    }
  
    .vd--steps .col-md-4 {
      width: 100%;
    }
  
    .vd--grid-liquidity-mobile {
      padding: 0 4rem;
    }
  
    /* CROSS SELL CARD */
    .vd--grid-cross-sell {
      max-width: 1000px;
      margin: 0 auto;
    }
  
    .vd--cross-sell-card .col-md-12 > div {
      flex-direction: column;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      padding-top: 0.3rem;
      padding-bottom: 0.3rem;
      gap: 2rem;
    }
  
    .vd--cross-sell-card-text .col-md-12 > div {
      gap: 0;
    }
  
    .vd--cross-sell-card-image-wrapper .container {
      width: 100%;
    }
  


  /***** BUTTONS *****/
  /*-----------------*/

  .vd--hero-button a {
    padding: 16px 24px !important;

  }

  .vd--hero-button .btn {
    max-width: 400px !important;
  }

  .vd--sticky-button a {
    line-height: 1 !important;
    display: inline-block !important;
  }

  .vd--sticky-button-details a {
    line-height: 1 !important;
    display: inline-block !important;
  }

  .vd--details-sticky-button-apply a {
    line-height: 1 !important;
  }
    
  .vd--details-sticky-button-close a {
    line-height: 1 !important;
    padding: 12px 0px 12px 16px !important;
  }
}





/* @media (min-width: 1024px) {
  .vd--hero-content-left > .container {
    margin-left: 0px;
  }
}

@media (min-width: 1280px) {
  .vd--hero-content-left > .container {
    margin-left: 20px;
  }
}

@media (min-width: 1366px) {
  .vd--hero-content-left > .container {
    margin-left: 63px;
  }
}

@media (min-width: 1440px) {
  .vd--hero-content-left > .container {
    margin-left: 100px;
  }
}

@media (min-width: 1920px) {
  .vd--hero-content-left > .container {
    margin-left: 340px;
  }
} */





/* @media (max-width: 768px) {
  .vd--details-popup {
    width: 100vw;
  }
} */

/* Accessibility-friendly focus handling: hide mouse click outline, keep keyboard focus */
.btn:focus:not(:focus-visible),
button:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

