@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/**
 * @license
 *
 * Font Family: Satoshi
 * Designed by: Deni Anggara
 * URL: https://www.fontshare.com/fonts/satoshi
 * © 2023 Indian Type Foundry
 *
 * Font Styles:
 * Satoshi Variable(Variable font)
 * Satoshi Variable Italic(Variable font)
 * Satoshi Light
 * Satoshi Light Italic
 * Satoshi Regular
 * Satoshi Italic
 * Satoshi Medium
 * Satoshi Medium Italic
 * Satoshi Bold
 * Satoshi Bold Italic
 * Satoshi Black
 * Satoshi Black Italic
 *
*/
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/
@font-face {
  font-family: "Satoshi-Variable";
  src: url("./fonts/Satoshi-Variable.woff2") format("woff2"), url("./fonts/Satoshi-Variable.woff") format("woff"), url("./fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/
@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url("./fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("./fonts/Satoshi-VariableItalic.woff") format("woff"), url("./fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Light";
  src: url("./fonts/Satoshi-Light.woff2") format("woff2"), url("./fonts/Satoshi-Light.woff") format("woff"), url("./fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-LightItalic";
  src: url("./fonts/Satoshi-LightItalic.woff2") format("woff2"), url("./fonts/Satoshi-LightItalic.woff") format("woff"), url("./fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("./fonts/Satoshi-Regular.woff2") format("woff2"), url("./fonts/Satoshi-Regular.woff") format("woff"), url("./fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Italic";
  src: url("./fonts/Satoshi-Italic.woff2") format("woff2"), url("./fonts/Satoshi-Italic.woff") format("woff"), url("./fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("./fonts/Satoshi-Medium.woff2") format("woff2"), url("./fonts/Satoshi-Medium.woff") format("woff"), url("./fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-MediumItalic";
  src: url("./fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("./fonts/Satoshi-MediumItalic.woff") format("woff"), url("./fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("./fonts/Satoshi-Bold.woff2") format("woff2"), url("./fonts/Satoshi-Bold.woff") format("woff"), url("./fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BoldItalic";
  src: url("./fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("./fonts/Satoshi-BoldItalic.woff") format("woff"), url("./fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Black";
  src: url("./fonts/Satoshi-Black.woff2") format("woff2"), url("./fonts/Satoshi-Black.woff") format("woff"), url("./fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BlackItalic";
  src: url("./fonts/Satoshi-BlackItalic.woff2") format("woff2"), url("./fonts/Satoshi-BlackItalic.woff") format("woff"), url("./fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
body {
  background-color: #fff;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  font-family: "Satoshi-Variable", sans-serif;
}

.uk-modal-dialog {
  width: 80rem !important;
  max-width: 100% !important;
  background: rgba(255, 255, 255, 0) !important;
  max-width: 65vw !important;
  padding: 0px !important;
  font-family: "Satoshi-Variable", sans-serif;
}
.uk-modal-dialog span.iconWrapper {
  background-color: unset !important;
}
.uk-modal-dialog .bottomCarouselKpiCards {
  margin-top: 4rem;
  margin-left: 2rem;
  width: calc(100% - 4rem);
  position: relative;
  z-index: 2;
}
.uk-modal-dialog .bottomCarouselKpiCards .carousel-control {
  position: absolute;
  top: calc(50% - 1rem);
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: #16154d;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.uk-modal-dialog .bottomCarouselKpiCards .carousel-control:hover {
  background: #212075;
  transform: translateY(-50%) scale(1.1);
}
.uk-modal-dialog .bottomCarouselKpiCards .carousel-control:disabled {
  background: #ccc;
  cursor: not-allowed;
  opacity: 0.5;
}
.uk-modal-dialog .bottomCarouselKpiCards .carousel-control:disabled:hover {
  transform: translateY(-50%);
}
.uk-modal-dialog .bottomCarouselKpiCards .carousel-control.prev-control {
  left: -1.5rem;
}
.uk-modal-dialog .bottomCarouselKpiCards .carousel-control.next-control {
  right: 0rem;
}
.uk-modal-dialog .bottomCarouselKpiCards .carousel-control svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.5;
}
.uk-modal-dialog .bottomCarouselKpiCards .cards-container {
  width: 100%;
  overflow: hidden;
  padding: 1rem 0.5rem;
  position: relative;
  margin: 0 24px;
  width: calc(100% - 60px);
}
.uk-modal-dialog .bottomCarouselKpiCards .cards-wrapper {
  display: flex;
  gap: 15px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.uk-modal-dialog .bottomCarouselKpiCards .card {
  flex: 0 0 300px;
  min-width: 300px;
}
.uk-modal-dialog .bottomCarouselKpiCards .scrolling-wrapper {
  display: flex;
  gap: 15px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  animation: scroll 30s linear infinite;
}
.uk-modal-dialog .bottomCarouselKpiCards .scrolling-wrapper:hover {
  animation-play-state: paused;
}
.uk-modal-dialog .bottomCarouselKpiCards .kpiCard {
  width: 120%;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 17rem;
  border: 1.2px solid rgba(51, 51, 51, 0.2);
  border-radius: 10px;
  padding: 1rem 0.5rem;
  background-color: #fff;
  transition: all 0.3s ease;
}
.uk-modal-dialog .bottomCarouselKpiCards .kpiCard:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.uk-modal-dialog .bottomCarouselKpiCards .kpiCard.active {
  transform: scale(1.05);
  border-radius: 0.625rem;
  background: linear-gradient(166deg, #16154D 8.93%, #F09000 337.95%);
  box-shadow: 0px 4px 18.1px 0px rgba(0, 0, 0, 0.25);
}
.uk-modal-dialog .bottomCarouselKpiCards .kpiCard.active .mainValueKPI--number {
  font-size: 2.2rem !important;
}
.uk-modal-dialog .bottomCarouselKpiCards .kpiCard.active .title--card {
  background: linear-gradient(90deg, #F09000 -0.74%, #16154D 95.56%);
  display: flex;
  width: 8.4375rem;
  height: 1.875rem;
  padding: 0rem 0.1875rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
}
.uk-modal-dialog .bottomCarouselKpiCards .kpiCard.active .header--card {
  display: flex;
  align-items: center;
}
.uk-modal-dialog .bottomCarouselKpiCards .kpiCard.active .header--card .title--card {
  color: #fff;
}
.uk-modal-dialog .bottomCarouselKpiCards .kpiCard.active .mainValueKPI .topWrapper .mainValueKPI--number {
  color: #fff;
}
.uk-modal-dialog .bottomCarouselKpiCards .kpiCard.active .mainValueKPI .topWrapper .mainValueKPI--percentage {
  color: #fff;
}
.uk-modal-dialog .bottomCarouselKpiCards .kpiCard.active .mainValueKPI .bottomWrapper .descriptionText {
  color: #fff;
}
.uk-modal-dialog .bottomCarouselKpiCards .kpiCard.active .divider {
  height: 5px;
  background-color: rgba(255, 255, 255, 0.4);
}
.uk-modal-dialog .bottomCarouselKpiCards .kpiCard.active .valuePoints .point .iconWrapper {
  background-color: #f09000 !important;
}
.uk-modal-dialog .bottomCarouselKpiCards .kpiCard.active .valuePoints .point .descriptionText {
  color: #fff;
}
.uk-modal-dialog .bottomCarouselKpiCards .header--card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  width: 95%;
  margin-inline: auto;
}
.uk-modal-dialog .bottomCarouselKpiCards .header--card .title--card {
  font-size: 0.8rem;
  font-family: "Satoshi-Bold";
  margin: 0;
  padding: 0;
  color: #16154d;
}
.uk-modal-dialog .bottomCarouselKpiCards .mainValueKPI {
  width: 95%;
  margin-top: 2rem;
  margin-inline: auto;
}
.uk-modal-dialog .bottomCarouselKpiCards .mainValueKPI .topWrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.uk-modal-dialog .bottomCarouselKpiCards .mainValueKPI .topWrapper .mainValueKPI--number {
  font-size: 1.5rem;
  text-wrap: nowrap;
  font-family: "Satoshi-Black";
  color: #16154d;
}
.uk-modal-dialog .bottomCarouselKpiCards .mainValueKPI .topWrapper .mainValueKPI--percentage {
  font-size: 0.9rem;
  font-family: "Satoshi-Bold";
  color: #16154d;
}
.uk-modal-dialog .bottomCarouselKpiCards .mainValueKPI .bottomWrapper {
  margin-top: 0.5rem;
}
.uk-modal-dialog .bottomCarouselKpiCards .mainValueKPI .bottomWrapper .descriptionText {
  font-size: 0.8rem;
  font-family: "Satoshi-Regular";
  color: #333;
}
.uk-modal-dialog .bottomCarouselKpiCards .mainValueKPI .divider {
  display: flex;
  margin-top: 1rem;
  height: 3px;
  background-color: rgba(51, 51, 51, 0.2039215686);
  width: 100%;
}
.uk-modal-dialog .bottomCarouselKpiCards .valuePoints {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.uk-modal-dialog .bottomCarouselKpiCards .valuePoints .point {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.uk-modal-dialog .bottomCarouselKpiCards .valuePoints .point .iconWrapper {
  background-color: #16154d;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.2rem;
  min-height: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
}
.uk-modal-dialog .bottomCarouselKpiCards .valuePoints .point .descriptionText {
  font-size: 0.75rem;
  font-family: "Satoshi-Regular";
  color: #333;
}
.uk-modal-dialog .uk-slidenav {
  color: #16154d;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.uk-modal-dialog .uk-slidenav:hover {
  color: #0b0a25;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.uk-modal-dialog .uk-dotnav {
  margin-top: 1rem;
}
.uk-modal-dialog .uk-dotnav > * > * {
  border-color: #16154d;
}
.uk-modal-dialog .uk-dotnav > .uk-active > * {
  background-color: #16154d;
}
.uk-modal-dialog .teaserMainContaienr {
  margin-top: 0.5rem;
  background-color: #fff;
  padding-bottom: 1rem;
  gap: 2rem;
  position: relative;
  display: flex;
}
.uk-modal-dialog .teaserMainContaienr .topContentContainer {
  padding-left: 2rem;
  min-height: 10rem;
  position: relative;
  z-index: 2;
}
.uk-modal-dialog .teaserMainContaienr .topContentContainer .proceedCheckoutBtn {
  background-color: #F09000;
  background-size: 200% 100%;
  color: #fff;
  padding: 0 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  text-decoration: none;
  align-items: center;
  margin-top: 1.5rem;
  justify-content: center;
  height: 2.5rem;
  gap: 1rem;
  font-size: 0.9rem;
  font-family: "Satoshi-Bold";
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.uk-modal-dialog .teaserMainContaienr .topContentContainer .proceedCheckoutBtn:hover {
  background-position: 100% 0;
  border-radius: 10rem;
}
.uk-modal-dialog .teaserMainContaienr .topContentContainer .header {
  display: flex;
  align-items: center;
  padding-top: 3rem;
  gap: 1rem;
}
.uk-modal-dialog .teaserMainContaienr .topContentContainer .header .mainHeadingText {
  font-size: 1.8rem;
  font-family: "Satoshi-Bold";
  margin: 0;
  color: #16154d;
  padding: 0;
  width: 25rem;
}
.uk-modal-dialog .teaserMainContaienr .topContentContainer .header .galleryLighthouse {
  display: flex;
  height: 5rem;
  width: 8rem;
  background-color: #16154d;
}
.uk-modal-dialog .teaserMainContaienr .topContentContainer .header .galleryLighthouse .captionImage {
  display: flex;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.uk-modal-dialog .teaserMainContaienr .topContentContainer .header .galleryLighthouse .captionImage img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.uk-modal-dialog .teaserMainContaienr .topContentContainer .descriptionText {
  margin: 0;
  padding: 0;
  font-family: "Satoshi-Medium";
  font-size: 0.9rem;
  width: 90%;
  margin-top: 1rem;
}
.uk-modal-dialog .topIndicatorAvailable {
  background-color: #fff;
  height: 3rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 1rem;
  border-radius: 10rem;
  justify-content: flex-start;
  width: 80rem;
  overflow-x: hidden;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.uk-modal-dialog .topIndicatorAvailable .scrolling-wrapper {
  display: flex;
  gap: 1rem;
  animation: scroll 30s linear infinite;
  white-space: nowrap;
}
.uk-modal-dialog .topIndicatorAvailable .scrolling-wrapper:hover {
  animation-play-state: paused;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.uk-modal-dialog .topIndicatorAvailable .featureButton--active {
  background-color: #16154d;
  height: 85%;
  border-radius: 10rem;
  color: #fff;
  padding: 0 1.5rem !important;
}
.uk-modal-dialog .topIndicatorAvailable .featureButton--active .featureIconWrapper {
  min-width: 1.2rem;
  min-height: 1.2rem;
}
.uk-modal-dialog .topIndicatorAvailable::-webkit-scrollbar {
  display: none;
}
.uk-modal-dialog .topIndicatorAvailable button {
  background-color: #fff;
  border: none;
  height: 100%;
  min-width: 10rem;
  border-right: 1.2px solid rgba(222, 222, 222, 0.8705882353);
  color: rgb(22, 21, 77);
  font-family: "Satoshi-Medium";
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
}
.uk-modal-dialog .topIndicatorAvailable button span {
  display: none;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
}

.teaserWrapper {
  position: relative;
}
.teaserWrapper .bannerImageTeaser {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.closeBtn {
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(-1.7rem);
  scale: 1.5;
  padding: 0.2rem;
}

.lighboxIndicator {
  position: absolute;
  top: -0.5rem;
  background-color: #296EB4;
  left: -0.5rem;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.galleryLighthouse {
  position: relative;
  border-radius: 10px;
}

.topContentContainer {
  /* background-color: red; */
}
.topContentContainer .header {
  /* background-color: black; */
  display: flex;
  width: 100%;
  justify-content: space-between;
  /* gap: 5rem; */
}
.topContentContainer .header .headerWrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  /* background-color: blue; */
}
.topContentContainer .header .opportunityValueWrapper {
  /* background-color: green; */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.topContentContainer .header .opportunityValueWrapper .headerWrapperText {
  background-color: #16154D;
  color: #fff;
  height: 2.5rem;
  display: flex;
  font-size: 0.9rem;
  align-items: center;
  font-family: "Satoshi-Bold";
  padding: 1rem;
  border-radius: 10rem;
}
.topContentContainer .header .opportunityValueWrapper .headerWrapperValue {
  font-size: 2rem;
  text-wrap: nowrap !important;
  color: #16154D;
  font-family: "Satoshi-Black";
}

.cards-container {
  background: rgba(247, 247, 247, 0.7);
  padding: 1rem;
  border-radius: 10px;
}

div.bottomCarouselKpiCards {
  box-sizing: border-box;
  margin: 64px 0px 0px 32px;
  position: relative;
  z-index: 2;
  width: 100% !important;
}
div.bottomCarouselKpiCards .kpiCard {
  max-width: 18rem;
}

.contentCardWrapper {
  width: 60% !important;
}

.checkoutInfoWrapper {
  width: 40% !important;
  padding-top: 2rem;
  margin-top: 1rem;
  padding-right: 1rem;
  padding-left: 2rem;
  border: 1px solid #F7F7F7;
  background: linear-gradient(340deg, #FFF -13.35%, #F7F7F7 105.54%);
}
.checkoutInfoWrapper .topSwitcherBtns {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.checkoutInfoWrapper .topSwitcherBtns .active {
  background-color: #296EB4 !important;
  border: 1.5px solid #001A35 !important;
  color: #fff;
}
.checkoutInfoWrapper .topSwitcherBtns .switcherBtn {
  display: flex;
  text-align: left;
  align-items: center;
  gap: 1rem;
  font-family: "Satoshi-Medium";
  border-radius: 10px;
  padding: 0 1rem;
  height: 6rem;
  border: none;
  background-color: #fff;
  border: 1.2px solid rgba(222, 222, 222, 0.8705882353);
}
.checkoutInfoWrapper .topSwitcherBtns .switcherBtn .payInfoWrapper {
  max-width: 60%;
}
.checkoutInfoWrapper .topSwitcherBtns .switcherBtn .payInfoText {
  font-size: 1rem;
  font-family: "Satoshi-Bold";
}
.checkoutInfoWrapper .topSwitcherBtns .switcherBtn .priceInfo {
  display: flex;
  flex-direction: column;
}
.checkoutInfoWrapper .topSwitcherBtns .switcherBtn .priceInfo .priceValue {
  font-size: 1rem;
  font-family: "Satoshi-Bold";
}
.checkoutInfoWrapper .topSwitcherBtns .switcherBtn .priceInfo .priceText {
  font-size: 0.75rem;
  background-color: #F09000;
  color: #fff;
  text-wrap: nowrap;
  height: 1.2rem;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem;
  font-family: "Satoshi-Medium";
}
.checkoutInfoWrapper .topSwitcherBtns .switcherBtn .description {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  font-family: "Satoshi-Medium";
}
.checkoutInfoWrapper .topSwitcherBtns .switcherBtn p {
  margin: 0;
}
.checkoutInfoWrapper .topSwitcherBtns .switcherBtn .selectIndicator {
  height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  background-color: #16154d;
  border: 2px solid #fff;
  border-radius: 50%;
}

.breakdownWrapper {
  margin-top: 2rem;
}
.breakdownWrapper .priceValueContainer .priceValue {
  font-size: 2.2rem;
  font-family: "Satoshi-Black";
  color: #16154d;
}
.breakdownWrapper ul.listBreakdown {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.breakdownWrapper ul.listBreakdown li {
  font-size: 0.9rem;
  font-family: "Satoshi-Regular";
  display: flex;
  align-items: center;
  color: #333;
  gap: 0.5rem;
}
.breakdownWrapper ul.listBreakdown li .iconWrapper {
  background-color: #F09000 !important;
  min-width: 1rem;
  min-height: 1rem;
  height: 1rem;
  width: 1rem !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkoutBtnsWrapper {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  flex-direction: column;
}
.checkoutBtnsWrapper .payBtn {
  background-color: #16154D;
  color: #fff;
  text-decoration: none !important;
  font-size: 0.9rem;
  transition: all 0.3s ease-in-out;
}
.checkoutBtnsWrapper .payBtn:hover {
  border-radius: 10rem;
  text-decoration: none !important;
}
.checkoutBtnsWrapper .viewAllPlansBtn {
  background: rgba(22, 21, 77, 0.2);
  color: #16154D;
  border: 1.2px solid #16154D;
  text-decoration: none !important;
}
.checkoutBtnsWrapper button, .checkoutBtnsWrapper a {
  color: #fff;
  font-family: "Satoshi-Bold";
  height: 3rem;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  border: none;
  justify-content: center;
  border-radius: 4px;
  gap: 0.5rem;
}
.checkoutBtnsWrapper button span, .checkoutBtnsWrapper a span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.2rem;
  min-height: 1.2rem;
}

.topCurrentView {
  position: absolute;
  z-index: 10;
  border-radius: 1.2rem 1.2rem 0rem 0rem;
  background: #16154D;
  top: -2.5rem;
  padding: 0 2rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  gap: 0.5rem;
}
.topCurrentView p {
  margin: 0;
  color: #fff;
  font-size: 0.9rem;
  font-family: "Satoshi-Bold";
}

.scrolling-wrapper {
  display: flex;
  align-items: center;
}
.scrolling-wrapper .headerMarker {
  background-color: #dedede;
  color: #333;
  height: 1.6rem;
  font-size: 0.6rem;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  font-family: "Satoshi-Bold";
}/*# sourceMappingURL=style.css.map */