.page_page__a0NFZ {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #000;
  color: white;
  scroll-snap-type: y mandatory;
  -webkit-scroll-snap-type: y mandatory;
  overflow-y: auto;
  height: 100vh;
  scroll-behavior: smooth;
  /* Hide scrollbars cross-browser */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.page_page__a0NFZ::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

/* Main content sections */
.page_page__a0NFZ > main {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  -webkit-scroll-snap-align: start;
  -webkit-scroll-snap-stop: always;
  flex-shrink: 0;
  width: 100%;
}

/* Full viewport sections */
.page_page__a0NFZ > :not(main) {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  -webkit-scroll-snap-align: start;
  -webkit-scroll-snap-stop: always;
  min-height: 100vh;
  width: 100%;
  flex-shrink: 0;
}

/* Ensure the footer is at least viewport height */
.page_page__a0NFZ > footer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}


.Header_header__b54d9 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 0;
  z-index: 1002;
}

/* Hide header when overlay menu is open */
.Header_headerHidden__e8xLR {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.Header_nav__k5_zw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding: 32px 48px 0 48px;
  transition: padding 0.3s ease-in-out;
  position: relative;
  z-index: 1003;
}

.Header_logoContainer__zQZxe {
  display: flex;
  align-items: center;
  z-index: 1002;
}

.Header_logo__n5fo7 {
  display: block;
  width: auto;
  height: 60%;
  transition: height 0.3s ease-in-out;
}

.Header_actions__3t7Z3 {
  display: flex;
  align-items: center;
  gap: 32px;
  z-index: 1002;
}

.Header_merchantBtn__A0Ti3 {
  color: #fff;
  background: transparent;
  border: 3px solid #fff;
  border-radius: 14px;
  padding: 12px 24px;
  font-size: 19px;
  font-family: 'Gilroy', sans-serif;
  font-weight: 500;
  letter-spacing: -0.8px;
  line-height: 1.2;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.Header_merchantBtn__A0Ti3:hover {
  background: #fff;
  color: #000;
}

.Header_merchantBtn__A0Ti3:hover,
.Header_merchantBtn__A0Ti3:focus {
  background: #fff;
  color: #000;
  outline: none;
  transform: translateY(-1px);
}

.Header_italicText__BF9f1 {
  font-style: italic;
  margin: 0 2px;
}

/* Menu Button */
.Header_menuBtn__w5QYr {
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 8px;
  width: 44px;
  height: 44px;
  z-index: 1002;
  transition: all 0.3s ease-in-out;
}

.Header_menuBar__sgb5n {
  width: 28px;
  height: 2px;
  background: #fff;
  margin: 3px 0;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  display: block;
  position: relative;
}

.Header_menuOpen__J4oXL .Header_menuBar__sgb5n:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.Header_menuOpen__J4oXL .Header_menuBar__sgb5n:nth-child(2) {
  opacity: 0;
}

.Header_menuOpen__J4oXL .Header_menuBar__sgb5n:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* Mobile Navigation Menu */
.Header_navMenu__WRd2R {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  z-index: 1100;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  padding: 0;
}

.Header_navMenu__WRd2R.Header_menuActive__J1vV3 {
  opacity: 1;
  visibility: visible;
}

.Header_closeButton__HlVih {
  background: none;
  border: none;
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
  transition: all 0.2s ease;
  margin-left: 8px;
  position: relative;
  z-index: 1004;
}

.Header_closeButton__HlVih:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(90deg);
}

.Header_closeButton__HlVih svg {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
}

/* Overlay content wrapper */
.Header_overlayContent__QdOVx {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 24px 24px 40px;
  display: flex;
  flex-direction: column;
}

.Header_overlayHeader__yyHLS {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Header_overlayLogo__gFcfv {
  display: inline-flex;
  align-items: center;
}

.Header_overlayClose__giilj {
  color: #fff;
}

.Header_overlayNav__1CMIe {
  margin-top: 32px;
  width: 100%;
}

.Header_overlayList__sWva8 {
  list-style: none;
  margin: 0;
  padding: 0 8px;
}

.Header_overlayItem__iF_2Q {
  width: 100%;
}

.Header_itemHeader__akN0f {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

.Header_itemTitle__WHPDO {
  font-size: 24px;
  font-weight: 600;
  font-family: 'Gilroy', sans-serif;
}

.Header_chevron__158hI {
  color: #fff;
  font-size: 18px;
  transition: transform 0.2s ease;
}

.Header_chevronOpen__3TlpI {
  transform: rotate(180deg);
}

.Header_divider__kr5n1 {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
}

.Header_subListWrapper__lI49P {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.Header_subOpen___gq8i {
  max-height: 240px; /* enough for a few items */
}

.Header_subList__sOupc {
  list-style: none;
  margin: 0 0 12px 0;
  padding: 0 0 0 2px;
}

.Header_subLink__Ht2ZI {
  display: inline-block;
  color: #dcdcdc;
  text-decoration: none;
  padding: 8px 0;
  font-size: 16px;
  transition: color 0.2s ease;
}

.Header_subLink__Ht2ZI:hover {
  color: #fff;
}

.Header_activeLink__1N_3R {
  font-weight: 700;
  color: #fff;
  position: relative;
}

.Header_activeLink__1N_3R::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}

/* Responsive Styles */
@media (max-width: 900px) {
  .Header_nav__k5_zw {
    padding: 15px 20px;
  }
  
  .Header_logo__n5fo7 {
    height: 40px;
  }
  
  .Header_merchantBtn__A0Ti3 {
    padding: 8px 16px;
    font-size: 14px;
  }
  
  .Header_logo__n5fo7 {
    height: 48px;
    margin-bottom: 8px;
  }
  
  .Header_actions__3t7Z3 {
    flex-direction: row;
    gap: 16px;
    width: 100%;
    justify-content: center;
  }
  
  .Header_merchantBtn__A0Ti3 {
    font-size: 1rem;
    padding: 8px 12px;
    border-width: 2px;
    border-radius: 10px;
  }
  
  .Header_menuBtn__w5QYr {
    width: 32px;
    height: 32px;
    padding-left: 4px;
  }
  
  .Header_menuBar__sgb5n {
    width: 25px;
    height: 2px;
    margin: 3px 0;
  }
}

@media (max-width: 600px) {
  .Header_nav__k5_zw {
    flex-direction: row;
    align-items: center;
    gap: 0;
    padding-top: 10px;
    padding: 15px 20px;
  }
  
  .Header_actions__3t7Z3 {
    flex-direction: row;
    gap: 8px;
    width: auto;
    justify-content: flex-end;
  }
  
  .Header_logo__n5fo7 {
    height: 32px;
    margin-bottom: 0;
  }
  
  .Header_merchantBtn__A0Ti3 {
    font-size: 0.9rem;
    padding: 6px 8px;
    border-width: 2px;
    border-radius: 8px;
  }
  
  .Header_menuBtn__w5QYr {
    width: 28px;
    height: 28px;
    padding-left: 5px;
  }
  
  .Header_menuBar__sgb5n {
    width: 22px;
    height: 2px;
    margin: 3px 0;
  }
} 
.Footer_footer__PyJc9 {
  background: #000;
  color: #fff;
  padding: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  scroll-snap-align: end;
  scroll-snap-stop: always;
}

.Footer_container__aazS8 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
}

.Footer_logoSection__gmTLY {
  flex: 1 1 200px;
  min-width: 200px;
}

.Footer_logo__pp8yu {
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.01em;
}

.Footer_companySection__OJBzT {
  flex: 1 1 200px;
  min-width: 200px;
}

.Footer_sectionTitle__998o3 {
  font-size: 1.5rem;
  margin: 0 0 32px 0;
  color: #fff;
  font-weight: 500;
}

.Footer_linkList__HXSSh {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.Footer_link__Drk1j {
  color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.4;
  transition: color 0.2s ease;
  outline: none;
}

.Footer_link__Drk1j:hover {
  color: #b3e5fc;
  text-decoration: underline;
}

.Footer_contactSection__MFU0P {
  flex: 2 1 300px;
  min-width: 300px;
}

.Footer_contactInfo__25hHM {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.Footer_contactItem__Sj1Gu {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #fff;
}

/* QR Code Section */
.Footer_qrCodeSection__dz2xE {
  display: none !important;
}

.Footer_copyrightSection__8VQJh {
  border-top: 1px solid #222;
  margin-top: 60px;
  padding: 32px 0;
  width: 100%;
  background: #000;
}

.Footer_copyrightContainer__AOD8a {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

.Footer_copyrightContainer__AOD8a span {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.4;
}

@media (max-width: 1200px) {
  .Footer_container__aazS8 {
    gap: 30px;
  }
}

@media (max-width: 992px) {
  .Footer_container__aazS8 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }

  .Footer_logoSection__gmTLY,
  .Footer_companySection__OJBzT,
  .Footer_contactSection__MFU0P,
  .Footer_qrCodeSection__dz2xE {
    flex-basis: auto;
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .Footer_linkList__HXSSh {
    align-items: center;
  }
  
  .Footer_contactInfo__25hHM {
    align-items: center;
  }
}

@media (max-width: 768px) {
  .Footer_footer__PyJc9 {
    padding: 60px 20px;
    min-height: auto;
  }
  
  .Footer_container__aazS8 {
    padding: 0;
  }
  
  .Footer_sectionTitle__998o3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .Footer_footer__PyJc9 {
    padding: 40px 15px;
  }
  
  .Footer_logo__pp8yu {
    font-size: 2rem;
  }
} 
/* Base typography styles */
.TextSpanning_typography__cxCnz {
  margin: 0;
  line-height: 1.5;
  font-size: 1rem; /* Default size */
}

/* Font families */
.TextSpanning_gilroy__X4_Li {
  font-family: var(--font-gilroy), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.TextSpanning_albra__oUzDj {
  font-family: var(--font-albra), Georgia, serif;
}

/* Font weights */
.TextSpanning_weight-normal__thp_7 {
  font-weight: 400;
}

.TextSpanning_weight-medium__KVd5r {
  font-weight: 500;
}

.TextSpanning_weight-semibold__ldstk {
  font-weight: 600;
}

.TextSpanning_weight-bold__Zi1g7 {
  font-weight: 700;
}

/* Font sizes */
.TextSpanning_size-xs__gnoOm { font-size: 0.75rem; }    /* 12px */
.TextSpanning_size-sm__qgv5q { font-size: 0.875rem; }   /* 14px */
.TextSpanning_size-base__4tmLl { font-size: 1rem; }     /* 16px */
.TextSpanning_size-lg__Dqgr7 { font-size: 1.125rem; }   /* 18px */
.TextSpanning_size-xl__9VOWw { font-size: 1.25rem; }    /* 20px */
.TextSpanning_size-2xl__fTSJG { font-size: 1.5rem; }    /* 24px */
.TextSpanning_size-3xl__lIyBc { font-size: 1.875rem; }  /* 30px */
.TextSpanning_size-4xl__bIkf7 { font-size: 2.25rem; }   /* 36px */
.TextSpanning_size-5xl__EVZ6E { font-size: 3rem; }      /* 48px */
.TextSpanning_size-6xl__NkrHG { font-size: 3.75rem; }   /* 60px */
.TextSpanning_size-7xl__SnNHf { font-size: 4.5rem; }    /* 72px */
.TextSpanning_size-8xl__m1gd8 { font-size: 6rem; }      /* 96px */
.TextSpanning_size-9xl__AesvJ { font-size: 8rem; }      /* 128px */

/* Responsive sizes */
@media (max-width: 768px) {
  .TextSpanning_size-4xl__bIkf7 { font-size: 1.875rem; }  /* 30px */
  .TextSpanning_size-5xl__EVZ6E { font-size: 2.25rem; }   /* 36px */
  .TextSpanning_size-6xl__NkrHG { font-size: 3rem; }      /* 48px */
  .TextSpanning_size-7xl__SnNHf { font-size: 3.75rem; }   /* 60px */
  .TextSpanning_size-8xl__m1gd8 { font-size: 4.5rem; }    /* 72px */
  .TextSpanning_size-9xl__AesvJ { font-size: 6rem; }      /* 96px */
}

/* Italic style */
.TextSpanning_italic__e7uZX {
  font-style: italic;
}
.about_page__hxz1O {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #000;
  color: white;
  scroll-snap-type: y mandatory;
  -webkit-scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100vh;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.about_page__hxz1O::-webkit-scrollbar {
  display: none;
}

.about_main__nbSSX {
  flex: 1 1;
  padding: 60px 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  -webkit-scroll-snap-align: start;
  -webkit-scroll-snap-stop: always;
}

.about_container__Ucmgi {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

.about_content__qlzG3 {
  max-width: 900px;
  margin: 0 auto;
}

.about_title__ZvvJk {
  font-size: 3rem;
  margin: 0 0 48px 0;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.about_aboutContent__x2hvY {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #fff;
}

.about_aboutContent__x2hvY p {
  margin-bottom: 24px;
}

.about_productSection__3tqJD {
  margin: 40px 0;
  padding: 32px 0;
}

.about_product__pRaeM {
  margin-bottom: 32px;
  padding-left: 24px;
  border-left: 3px solid #b3e5fc;
}

.about_productTitle__Jskdq {
  font-size: 1.375rem;
  margin: 0 0 12px 0;
  color: #b3e5fc;
}

.about_product__pRaeM p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.6;
}

.about_visionSection___cb1Q,
.about_promiseSection__csTk9 {
  margin: 48px 0;
  padding: 32px;
  background: rgba(179, 229, 252, 0.05);
  border-radius: 8px;
  border-left: 4px solid #b3e5fc;
}

.about_sectionTitle__075xj {
  font-size: 1.75rem;
  margin: 0 0 16px 0;
  color: #fff;
}

.about_closing__tRd6s {
  margin-top: 60px;
  text-align: center;
  padding: 32px;
  background: rgba(179, 229, 252, 0.1);
  border-radius: 8px;
}

.about_closing__tRd6s p {
  margin: 0;
  font-size: 1.25rem;
  font-style: italic;
}

/* Responsive Design */
@media (max-width: 768px) {
  .about_container__Ucmgi {
    padding: 0 20px;
  }

  .about_title__ZvvJk {
    font-size: 2.25rem;
    margin-bottom: 32px;
  }

  .about_aboutContent__x2hvY {
    font-size: 1rem;
    line-height: 1.6;
  }

  .about_aboutContent__x2hvY p {
    margin-bottom: 20px;
  }

  .about_productSection__3tqJD {
    margin: 32px 0;
    padding: 24px 0;
  }

  .about_product__pRaeM {
    margin-bottom: 24px;
    padding-left: 20px;
  }

  .about_productTitle__Jskdq {
    font-size: 1.25rem;
  }

  .about_product__pRaeM p {
    font-size: 1rem;
  }

  .about_visionSection___cb1Q,
  .about_promiseSection__csTk9 {
    margin: 32px 0;
    padding: 24px;
  }

  .about_sectionTitle__075xj {
    font-size: 1.5rem;
  }

  .about_closing__tRd6s {
    margin-top: 40px;
    padding: 24px;
  }

  .about_closing__tRd6s p {
    font-size: 1.125rem;
  }
}

@media (max-width: 480px) {
  .about_title__ZvvJk {
    font-size: 1.875rem;
  }

  .about_product__pRaeM {
    padding-left: 16px;
  }

  .about_productTitle__Jskdq {
    font-size: 1.125rem;
  }

  .about_sectionTitle__075xj {
    font-size: 1.25rem;
  }

  .about_closing__tRd6s p {
    font-size: 1rem;
  }
}

.LoyaltyHeroSection_heroSection__QV2qI {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  padding: 4rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}

.LoyaltyHeroSection_heroCenterContent__B8FrL {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  max-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 5%;
}

.LoyaltyHeroSection_title__56lML {
  margin: 0 0 0.5rem 0;
  line-height: 0.8;
  font-family: 'Gilroy';
  font-weight: 700;
  color: var(--text-primary, #fff);
  font-size: 89px;
  letter-spacing: -0.02em;
}

.LoyaltyHeroSection_description__YSouX {
  max-width: 700px;
  font-family: var(--font-gilroy), sans-serif;
  font-weight: 400;
  color: var(--text-primary, #fff);
  line-height: 1.4;
  margin: 1.5rem auto 0;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  padding: 0 2rem;
}

.LoyaltyHeroSection_description__YSouX em {
  font-style: italic;
  font-weight: 600;
  font-family: var(--font-Albra-Medium-Italic), serif;
  font-size: 1.5rem;
  line-height: 32px;
  letter-spacing: -0.02px;
  text-align: center;
}

.LoyaltyHeroSection_Albra600Mediumitalic__D1mP_ {
  font-family: 'Albra-Semi';
  font-size: 105px;
  font-style: italic;
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-align: center;
  display: block;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  padding: 0;
  color: var(--text-primary, #fff);
}

.LoyaltyHeroSection_AlbraSemiItalicHeading__qqlBq {
  /* Using the Albra font with 600 weight and italic style */
  font-family: 'Albra', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 89px;
  line-height: 90px;
  letter-spacing: -4px;
  text-align: center;
  
  /* Additional properties for proper rendering */
  display: block;
  margin: 0 0 1.5rem 0;
  padding: 0;
  color: var(--text-primary, #fff);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern' 1, "kern";
  font-kerning: normal;
}

.LoyaltyHeroSection_bottomText__X82pL {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 2;
  max-width: 900px;
  padding: 0 2rem;
  margin-top: auto;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.LoyaltyHeroSection_bottomDescription__dshDE {
  font-family: 'Gilroy';
  font-weight: 400;
  color: var(--text-secondary, rgba(255, 255, 255, 0.85));
  line-height: 1.2;
  font-size: 32px;
  letter-spacing: -0.01em;
  text-align: center;
  margin: 0;
}

.LoyaltyHeroSection_bottomDescription__dshDE em {
  
  font-family: 'Albra-Semi-Italic';
font-weight: 600;
/* font-style: Semi Italic; */
font-size: 32px;
line-height: 40px;
letter-spacing: -2px;
text-align: center;

}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .LoyaltyHeroSection_title__56lML {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  .LoyaltyHeroSection_Albra600Mediumitalic__D1mP_ {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .LoyaltyHeroSection_description__YSouX {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .LoyaltyHeroSection_description__YSouX em {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .LoyaltyHeroSection_bottomDescription__dshDE {
    font-size: 30px;
    line-height: 2rem;
    margin-bottom: 4rem;
  }

  .LoyaltyHeroSection_bottomText__X82pL {
    padding-top: 3rem;
    padding-bottom: 2rem;    
  }

  .LoyaltyHeroSection_bottomDescription__dshDE em {
    font-size: 30px;
    line-height: 2rem;
  }
}



/* Galaxy Canvas */
.LoyaltyHeroSection_galaxyCanvas__sH5IP {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}




/* CSS rules for phones of all sizes */
@media only screen and (min-width: 370px) and (max-width: 767px) {

  .LoyaltyHeroSection_title__56lML {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .LoyaltyHeroSection_Albra600Mediumitalic__D1mP_ {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .LoyaltyHeroSection_description__YSouX {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 0 1rem;
  }

  .LoyaltyHeroSection_description__YSouX em {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .LoyaltyHeroSection_bottomDescription__dshDE {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
  }

  .LoyaltyHeroSection_bottomText__X82pL {
    padding: 2rem 1rem 1.5rem;
    width: 100%;
    
    
  }
  
  .LoyaltyHeroSection_bottomText__X82pL em {
    font-size: 1rem;
    line-height: 1rem;
  }

  .LoyaltyHeroSection_AlbraSemiItalicHeading__qqlBq {
    font-size: 40px;
    line-height: 1.5rem;  
    letter-spacing: -0.02em;
  }    
  
}


/* CSS rules for small size phones */
@media only screen and (max-width: 340px) {

  .LoyaltyHeroSection_title__56lML {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .LoyaltyHeroSection_Albra600Mediumitalic__D1mP_ {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .LoyaltyHeroSection_description__YSouX {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 0 1rem;
  }

  .LoyaltyHeroSection_description__YSouX em {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .LoyaltyHeroSection_bottomDescription__dshDE {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .LoyaltyHeroSection_bottomText__X82pL {
    padding: 2rem 1rem 1.5rem;
  }

  .LoyaltyHeroSection_bottomText__X82pL em {
    font-size: 1rem;
    line-height: 1.5rem;
  }

}

/* CSS rules for tablets of various sizes */
@media only screen and (min-width: 600px) and (max-width: 1024px) {}
/* Base styles - Desktop first */
.LoyaltyExperiencesSection_experiencesSection__D7SRN {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  background-color: #000;
}

.LoyaltyExperiencesSection_container__xlF_p {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem; /* Desktop gap */
}

.LoyaltyExperiencesSection_title__KAQ_y {
  margin: 0;
  text-align: center;
  line-height: 1.1;
  font-size: 3.75rem; /* Desktop size */
  font-family: var(--font-gilroy), sans-serif;
  color: #FFFFFF;
}

.LoyaltyExperiencesSection_titleItalic__CHKpg {
  font-family: 'Albra-Medium-Italic';
  font-weight: 600;
  font-style: italic;  
  line-height: 40px;
  letter-spacing: -3px;
  font-size: 3.95rem; /* Desktop size */
  text-align: center;
  
}

.LoyaltyExperiencesSection_titleBold__1nX8Y {
  font-family: 'Gilroy';
  font-weight: 600;
  color: #FFFFFF;
}

.LoyaltyExperiencesSection_phonesContainer__btgO8 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem; /* Desktop gap */
  flex-direction: row; /* Row by default */
  width: 100%;
}

.LoyaltyExperiencesSection_phoneWrapper__ROddE {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px; /* Desktop size */
  aspect-ratio: 1 / 2;
}

.LoyaltyExperiencesSection_descriptionWrapper__Wq_sO {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.5rem; /* Desktop margin */
}

.LoyaltyExperiencesSection_description__KfN9r {   
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 1.25rem; /* Desktop size */
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
  font-family: 'gilroy', sans-serif;
  font-weight: 400;
  font-size: 1.35rem;
}

.LoyaltyExperiencesSection_descriptionItalicBold__CqGnS {  
  color: #fff;  
  font-family: var(--font-albra), serif;
  font-style: italic;
  font-weight: 600;    
}

/* Tablet adjustments */
@media (max-width: 1023px) {
  .LoyaltyExperiencesSection_container__xlF_p {
    gap: 3rem;
  }
  .LoyaltyExperiencesSection_title__KAQ_y {
    font-size: 3rem;
  }
  .LoyaltyExperiencesSection_phonesContainer__btgO8 {
    gap: 2rem;
  }
  .LoyaltyExperiencesSection_phoneWrapper__ROddE {
    max-width: 280px;
  }
  .LoyaltyExperiencesSection_description__KfN9r {
    font-size: 1.1rem;
  }
}


/* CSS rules for small size phones */
@media only screen and (max-width: 375px) {

  .LoyaltyExperiencesSection_container__xlF_p {
    gap: 2rem;
    padding: 1.3rem 0;
  }
  .LoyaltyExperiencesSection_title__KAQ_y {
    font-size: 2.20rem;
  }
  .LoyaltyExperiencesSection_phonesContainer__btgO8 {
    flex-direction: row;
    gap: 1.5rem;
  }
  .LoyaltyExperiencesSection_phoneWrapper__ROddE {
    max-width: 120px;
  }
  .LoyaltyExperiencesSection_descriptionWrapper__Wq_sO {
    margin-top: 2rem;
  }
  .LoyaltyExperiencesSection_description__KfN9r {
    font-size: 1rem;
  }

  .LoyaltyExperiencesSection_titleItalic__CHKpg{
    font-size: 2.20rem;
  }

}

/* CSS rules for phones of all sizes */
@media only screen and (min-width: 376px) and (max-width: 599px) {

  .LoyaltyExperiencesSection_title__KAQ_y {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .LoyaltyExperiencesSection_titleItalic__CHKpg{
    font-size: 2.7rem;
  }

  .LoyaltyExperiencesSection_Albra600Mediumitalic__fXL7H {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .LoyaltyExperiencesSection_description__KfN9r {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 0 1rem;
  }

  .LoyaltyExperiencesSection_description__KfN9r em {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .LoyaltyExperiencesSection_bottomDescription__OHimU {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
  }

  .LoyaltyExperiencesSection_bottomText__dNf60 {
    padding: 2rem 1rem 1.5rem;
    width: 100%;
    
    
  }
  
  .LoyaltyExperiencesSection_bottomText__dNf60 em {
    font-size: 1rem;
    line-height: 1rem;
  }
}


/* CSS rules for tablets of various sizes */
@media only screen and (min-width: 600px) and (max-width: 1024px) {

  .LoyaltyExperiencesSection_container__xlF_p {
    gap: 2rem;
    padding: 5rem 2rem;
  }
  .LoyaltyExperiencesSection_title__KAQ_y {
    font-size: 3rem;
  }
  .LoyaltyExperiencesSection_phonesContainer__btgO8 {
    flex-direction: row;
    gap: 3.5rem;
  }
  .LoyaltyExperiencesSection_phoneWrapper__ROddE {
    max-width: 220px;
  }
  .LoyaltyExperiencesSection_descriptionWrapper__Wq_sO {
    margin-top: 2rem;
  }
  .LoyaltyExperiencesSection_description__KfN9r {
    font-size: 1.3rem;
  }
}


.PhoneImage_phoneImage__RvdWM {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.PhoneImage_defaultVariant__rD790 {
  /* Default styling for phone images */
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.3));
}

.PhoneImage_mockupVariant__npPN8 {
  /* Enhanced styling for mockup phone images */
  filter: drop-shadow(0 8px 32px rgba(0, 0, 0, 0.4));
  transition: transform 0.3s ease;
}

.PhoneImage_mockupVariant__npPN8:hover {
  transform: scale(1.02);
}
.LoyaltyPayAppSection_payAppSection__YpN1Y {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: var(--text-primary, #fff);
  /* padding: 2rem 1rem; */
  /* gap: 2rem; */
  text-align: center;
  width: 100%;
  min-height: 100vh;
  font-family: var(--font-gilroy-Bold), sans-serif;
  background: var(--primary-black, #000);
  box-sizing: border-box;
  max-width: 1400px;
  margin: 0 auto;
}

.LoyaltyPayAppSection_mockupContainer__HDAIF {
  position: relative;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  width: 100%;
  aspect-ratio: 9 / 14.5; /* iPhone 14 Pro proportions */
  margin: 0 auto;
}

.LoyaltyPayAppSection_textContainer__pIIn7 {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  text-align: left;
  padding: 0 1rem;
}

.LoyaltyPayAppSection_headline__gcrlQ {
  font-family: "Gilroy";
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  letter-spacing: 0;
}

.LoyaltyPayAppSection_headline__gcrlQ em {
  font-family: var(--font-albra), serif;
  font-style: italic;
  font-weight: 600;
  font-size: 55px;
  letter-spacing: -0.2rem;
}



.LoyaltyPayAppSection_subheadline__j6_e7 {
  font-size: 2.5rem;
  color: var(--text-secondary, rgba(255, 255, 255, 1));
  margin-top: 0;
  line-height: 1.6;
  font-family: var(--font-gilroy-medium), sans-serif;
  font-weight: 400;
  max-width: 500px;
  text-align: left;
}

.LoyaltyPayAppSection_subheadline__j6_e7 .LoyaltyPayAppSection_italic__WIb31 {
  font-family: var(--font-Albra-Medium-Italic), serif;
  font-style: italic;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}

.LoyaltyPayAppSection_subheadline__j6_e7 .LoyaltyPayAppSection_bold__JZFJN {
  font-weight: '400';
  background: rgba(255, 255, 255, 1);

}





@media (min-width: 1200px) {
  .LoyaltyPayAppSection_payAppSection__YpN1Y {
    gap: 13rem;
    padding: 4rem;
  }

  .LoyaltyPayAppSection_headline__gcrlQ {
    font-size: 3.75rem;
  }

  .LoyaltyPayAppSection_headline__gcrlQ em {
    font-size: 3.75rem;
  }

  .LoyaltyPayAppSection_subheadline__j6_e7 {
    font-size: 1.5rem;
  }

  .LoyaltyPayAppSection_mockupContainer__HDAIF {
    max-width: 420px;
  }
}

@media (max-width: 767px) {

}




/* Small phones */
@media only screen and (max-width: 375px) {

  .LoyaltyPayAppSection_payAppSection__YpN1Y {
    flex-direction: row;
    gap: 3rem;
    text-align: left;
    padding: 2rem;
    align-items: center;

  }

  .LoyaltyPayAppSection_textContainer__pIIn7 {
    text-align: left;
    order: 2;
    flex: 1 1;
    max-width: none;
    padding: 0;
    width: 100%;
  }

  .LoyaltyPayAppSection_mockupContainer__HDAIF {
    order: 1;
    flex: 0 0 auto;
    max-width: 150px;
    margin: 0;
  }

  .LoyaltyPayAppSection_headline__gcrlQ {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .LoyaltyPayAppSection_headline__gcrlQ em {
    font-size: 2rem;
  }

  .LoyaltyPayAppSection_subheadline__j6_e7 {
    font-size: 1rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 480px;
  }

}

/* Medium phones */
@media only screen and (min-width: 376px) and (max-width: 599px) {

  .LoyaltyPayAppSection_payAppSection__YpN1Y {
    flex-direction: row;
    gap: 3rem;
    justify-content: center;
    /* text-align: left; */
    padding: 2rem;
    align-items: center;

  }

  .LoyaltyPayAppSection_textContainer__pIIn7 {
    /* text-align: left; */
    order: 2;
    flex: 1 1;
    padding: 0;
    width: 100%;
  }

  .LoyaltyPayAppSection_mockupContainer__HDAIF {
    order: 1;
    flex: 0 0 auto;
    max-width: 150px;
    margin: 0;
  }

  .LoyaltyPayAppSection_headline__gcrlQ {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .LoyaltyPayAppSection_headline__gcrlQ em {
    font-size: 2rem;
  }

  .LoyaltyPayAppSection_subheadline__j6_e7 {
    font-size: 1rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 480px;
  }
}

/* Tablets */
@media only screen and (min-width: 600px) and (max-width: 1050px) {
  .LoyaltyPayAppSection_payAppSection__YpN1Y {
    flex-direction: row;
    gap: 10rem;
    text-align: left;
    padding: 2rem;
    align-items: center;
    margin: 12rem auto;

  }

  .LoyaltyPayAppSection_textContainer__pIIn7 {
    text-align: left;
    order: 2;
    flex: 1 1;
    max-width: none;
    padding: 0;
    width: 100%;
  }

  .LoyaltyPayAppSection_mockupContainer__HDAIF {
    order: 1;
    flex: 0 0 auto;
    max-width: 290px;
    margin: 0;
  }

  .LoyaltyPayAppSection_headline__gcrlQ {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }

  .LoyaltyPayAppSection_headline__gcrlQ em {
    font-size: 3rem;
  }

  .LoyaltyPayAppSection_subheadline__j6_e7 {
    font-size: 1.2rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 480px;
  }

}
.LoyaltyMoneyBackSection_moneyBackSection__28FiK {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: var(--text-primary, #fff);
  padding: 2rem 1rem;
  gap: 2rem;
  text-align: center;
  width: 100%;
  min-height: 100vh;
  font-family: var(--font-gilroy-Bold), sans-serif;
  background: var(--primary-black, #000);
  box-sizing: border-box;
  max-width: 1400px;
  margin: 0 auto;
}

.LoyaltyMoneyBackSection_mockupContainer__0z_Yx {
  position: relative;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  width: 100%;
  aspect-ratio: 9 / 14.5; /* Adjusted to match LoyaltyPayAppSection */
  margin: 0 auto;
}

.LoyaltyMoneyBackSection_textContainer__Q__dO {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  text-align: center;
  padding: 0 1rem;
}

.LoyaltyMoneyBackSection_headline__HOUlr {
  font-family: "Gilroy";
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  letter-spacing: 0;  
}

.LoyaltyMoneyBackSection_headline__HOUlr em {
  font-family: var(--font-albra), serif;
  font-style: italic;
  font-weight: 600;    
  font-size: 55px;  
  letter-spacing: -0.2rem;
}

.LoyaltyMoneyBackSection_headline__HOUlr strong {
  font-weight: 800;
}

.LoyaltyMoneyBackSection_subheadline__uGUc7 {
  font-size: 2.5rem;
  color: var(--text-secondary, rgba(255, 255, 255, 1));
  margin-top: 0;
  line-height: 1.6;
  font-family: var(--font-gilroy-medium), sans-serif;  
  font-weight: 400;
  max-width: 500px;
  text-align: left;
}

.LoyaltyMoneyBackSection_subheadline__uGUc7 em {
  font-family: var(--font-Albra-Medium-Italic), serif;
  font-style: italic;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}



@media (min-width: 768px) {
  .LoyaltyMoneyBackSection_moneyBackSection__28FiK {
    gap: 2rem;
    padding: 2rem;
  }
  
  .LoyaltyMoneyBackSection_textContainer__Q__dO {
    text-align: left;
    flex: 1 1;
    max-width: 600px;
    padding: 0 1rem;
  }
  
  .LoyaltyMoneyBackSection_mockupContainer__0z_Yx {
    order: 2;
    flex: 0 0 auto;
    max-width: 320px;
    margin: 0;
  }
  
  .LoyaltyMoneyBackSection_headline__HOUlr {
    font-size: 2.75rem;
    margin-bottom: 1.5rem;
  }
  
  .LoyaltyMoneyBackSection_headline__HOUlr em {
    font-size: 2.75rem;
  }
  
  .LoyaltyMoneyBackSection_subheadline__uGUc7 {
    /* font-size: 1.125rem; */
    font-size: 2.5rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 480px;
  }
}

@media (min-width: 1024px) {
  .LoyaltyMoneyBackSection_moneyBackSection__28FiK {
    gap: 1rem;
    padding: 3rem;
  }
  
  .LoyaltyMoneyBackSection_headline__HOUlr {
    font-size: 3.25rem;
    margin-bottom: 2rem;
  }
  
  .LoyaltyMoneyBackSection_headline__HOUlr em {
    font-size: 3.25rem;
  }
  
  .LoyaltyMoneyBackSection_subheadline__uGUc7 {
    font-size: 1.25rem;
    max-width: 520px;
  }
  
  .LoyaltyMoneyBackSection_mockupContainer__0z_Yx {
    max-width: 180px;
  }
}

@media (min-width: 1200px) {
  .LoyaltyMoneyBackSection_moneyBackSection__28FiK {
    gap: 1rem;
    /* padding: 4rem; */
  }
  
  .LoyaltyMoneyBackSection_headline__HOUlr {
    font-size: 3.75rem;
  }
  
  .LoyaltyMoneyBackSection_headline__HOUlr em {
    font-size: 3.75rem;
  }
  
  .LoyaltyMoneyBackSection_subheadline__uGUc7 {
    font-size: 1.5rem;
  }
  
  .LoyaltyMoneyBackSection_mockupContainer__0z_Yx {
    max-width: 420px;
  }
}

@media (max-width: 767px) {
  .LoyaltyMoneyBackSection_moneyBackSection__28FiK {
    margin-bottom: 9rem;
  }
}


@media only screen and (max-width: 375px) {
  .LoyaltyMoneyBackSection_moneyBackSection__28FiK {
    margin-bottom: 9rem;
    padding: 2rem;
    /* flex-direction: column-reverse; */
  }


  .LoyaltyMoneyBackSection_headline__HOUlr {
    font-size: 1.95rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-family: "Gilroy";
    color: var(--text-primary, #fff);
    text-align: left;
  }
  
  .LoyaltyMoneyBackSection_headline__HOUlr em {
    font-family: "Albra Medium Italic";
    font-style: italic;
    font-size: 1.95rem;
    font-weight: 500;
    letter-spacing: 0;
  }

  .LoyaltyMoneyBackSection_subheadline__uGUc7 {
    font-family: "Gilroy-Medium";
    font-weight: 500;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0px;
    
  }
  
  .LoyaltyMoneyBackSection_subheadline__uGUc7 em{
    font-family: 'Albra-Medium-Italic';
  font-weight: 500;
  font-style: italic;
  font-size: 1rem;
  
  line-height: 29px;
  letter-spacing: 0px;
  
  }


  .LoyaltyMoneyBackSection_mockupContainer__0z_Yx {
    position: relative;
    flex: 1 1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 180px;
    width: 100%;
    aspect-ratio: 9 / 12.5;
    /* iPhone 14 Pro proportions */
    margin: 0 auto;
  }

}



/* Medium phones */
@media only screen and (min-width: 376px) and (max-width: 599px) {
  .LoyaltyMoneyBackSection_moneyBackSection__28FiK {
    margin-bottom: 9rem;
  }

  .LoyaltyMoneyBackSection_mockupContainer__0z_Yx {
    position: relative;
    flex: 1 1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 180px;
    width: 100%;
    aspect-ratio: 9 / 12.5;
    /* iPhone 14 Pro proportions */
    margin: 0 auto;
  }

  .LoyaltyMoneyBackSection_headline__HOUlr {
    font-size: 2.25rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-family: "Gilroy";
    color: var(--text-primary, #fff);
    text-align: left;
  }
  
  .LoyaltyMoneyBackSection_headline__HOUlr em {
    font-family: "Albra Medium Italic";
    font-style: italic;
    font-size: 2.25rem;
    font-weight: 500;
    letter-spacing: 0;
  }

  .LoyaltyMoneyBackSection_subheadline__uGUc7 {
    font-family: "Gilroy-Medium";
    font-weight: 500;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0px;
    
  }
  
  .LoyaltyMoneyBackSection_subheadline__uGUc7 em{
    font-family: 'Albra-Medium-Italic';
  font-weight: 500;
  font-style: italic;
  font-size: 1rem;
  
  line-height: 29px;
  letter-spacing: 0px;
  
  }



}

/* Tablets */
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .LoyaltyMoneyBackSection_moneyBackSection__28FiK {
    flex-direction: row;
    gap: 3rem;
    text-align: left;
    padding: 2rem;
    align-items: center;
  }

  .LoyaltyMoneyBackSection_textContainer__Q__dO {
    text-align: left;
    order: 1;
    flex: 1 1;
    max-width: none;
    padding: 0;
  }

  .LoyaltyMoneyBackSection_mockupContainer__0z_Yx {
    order: 2;
    flex: 0 0 auto;
    max-width: 320px;
    margin: 0;
  }

  .LoyaltyMoneyBackSection_headline__HOUlr {
    font-size: 2.75rem;
    margin-bottom: 1.5rem;
  }

  .LoyaltyMoneyBackSection_headline__HOUlr em {
    font-size: 2.75rem;
  }

  .LoyaltyMoneyBackSection_subheadline__uGUc7 {
    font-size: 1.125rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 480px;
  }
}
/* Font classes - preserved as requested */
.LoyaltySecureCoreSection_GilroyBold400__ayk5p {
  font-family: var(--font-gilroy-bold), sans-serif;
  font-weight: '400';
  font-size: 60px;
  line-height: 66px;
  letter-spacing: -3px;
  text-align: center;
}

.LoyaltySecureCoreSection_Albra600SemiItalic__lWqZ5 {
  font-family: var(--font-albra), sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 52px;
  line-height: 66px;
  letter-spacing: -4px;
  text-align: center;
}

.LoyaltySecureCoreSection_GilroyBold55__BwdoW {
  font-family: var(--font-Gilroy-Bold), sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 49px;
  letter-spacing: 0;
  text-align: center;
}

.LoyaltySecureCoreSection_AlbraMediumItalic55__5b_jI {
  font-family: 'Albra-Medium';
  font-weight: 600;
  font-style: italic;
  font-size: 60px;
  line-height: 30px;
  letter-spacing: -2px;
}

.LoyaltySecureCoreSection_AlbraMediumItaliconehalfrem__yhYm3 {
  font-family: 'Albra-Medium';
  font-weight: 600;
  font-style: italic;
  font-size: 1.5rem;
  letter-spacing: -0.8;  
}

.LoyaltySecureCoreSection_colorWhite__o9Xz1 {
  color: white;
}

.LoyaltySecureCoreSection_AlbraMediumItalic21__rz_Dz {
  font-family: var(--font-albra), sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 21px;
  line-height: 29px;
}

/* Layout styles */
.LoyaltySecureCoreSection_secureCoreSection__awYhF {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2rem 0;
}

.LoyaltySecureCoreSection_headlineBlock__W7qKo {
  text-align: center;
  margin-bottom: 3rem;
}

.LoyaltySecureCoreSection_inner__IWS0e {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.LoyaltySecureCoreSection_left__a_QH5, .LoyaltySecureCoreSection_right__VjD5q {
  flex: 1 1;
}

.LoyaltySecureCoreSection_laptopImg__m0DHi {
  width: 100%;
  height: auto;
  max-width: 600px;
}

.LoyaltySecureCoreSection_payoutBlock__j2ZeT {
  max-width: 500px;
  margin-left: auto;
}

.LoyaltySecureCoreSection_payoutHeadline__HXF9U {
  margin-bottom: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.LoyaltySecureCoreSection_payoutSubtext__styon {
  font-size: 1.5rem;
  line-height: 1.5;
}

.LoyaltySecureCoreSection_heroTextContainer__xYfpd {
  max-width: 800px;
  margin: 3rem auto 0;
  text-align: center;
  padding: 0 1rem;
}

.LoyaltySecureCoreSection_topLine__FXpXe, .LoyaltySecureCoreSection_bottomLine__Dxumc {
  margin: 0 0 1.5rem;
  line-height: 1.6;
}

.LoyaltySecureCoreSection_GilroyRegular36__X__24 {
  font-family: var(--font-gilroy), sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 49px;
  letter-spacing: -2px;
  text-align: center;
}

.LoyaltySecureCoreSection_AlbraMediumItalic36__T46FX {
  font-family: var(--font-albra), sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 36px;
  line-height: 49px;
  letter-spacing: -2px;
  text-align: center;
}

.LoyaltySecureCoreSection_secureCoreSection__awYhF {
  color: var(--text-primary, #fff);
  background: var(--primary-black, #000);
  padding: 1rem 1rem;
  display: flex;  
  flex-direction: column;  
  align-items: center;
  text-align: center;  
}

.LoyaltySecureCoreSection_headlineBlock__W7qKo {
  width: 100%;
  margin-bottom: 3rem;
}

.LoyaltySecureCoreSection_headline__iznAh {
  font-family: var(--font-gilroy), sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--text-primary, #fff);
}

.LoyaltySecureCoreSection_bold__dwAHb {
  font-family: var(--font-gilroy), sans-serif;
  font-weight: 700;
  color: var(--text-primary, #fff);
}

.LoyaltySecureCoreSection_serifItalic__7jzZi {
  font-family: var(--font-albra), serif;
  font-style: italic;
  font-weight: 700;
  color: var(--text-primary, #fff);
}

.LoyaltySecureCoreSection_inner__IWS0e {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  gap: 2rem;
}

.LoyaltySecureCoreSection_left__a_QH5 {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.LoyaltySecureCoreSection_laptopImg__m0DHi {
  width: 100%;
  max-width: 400px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 32px rgba(0,0,0,0.5));
}

.LoyaltySecureCoreSection_right__VjD5q {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1rem;
}

.LoyaltySecureCoreSection_payoutBlock__j2ZeT {
  margin-top: 1.5rem;
}

.LoyaltySecureCoreSection_payoutHeadline__HXF9U {
  font-size: 1.8rem;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-align: left;
}

.LoyaltySecureCoreSection_payoutBold__gCRan {
  font-family: var(--font-gilroy), sans-serif;
  font-weight: 700;
  color: var(--text-primary, #fff);
}

.LoyaltySecureCoreSection_payoutItalic__yNoCU {
  font-family: var(--font-albra), serif;
  font-style: italic;
  font-weight: 700;
  color: var(--text-primary, #fff);
}

.LoyaltySecureCoreSection_payoutSubtext__styon {
  font-size: 1rem;
  color: var(--text-secondary, rgba(255, 255, 255, 1));
  font-family: var(--font-gilroy), sans-serif;
  margin-top: 0.5rem;
  text-align: left;
}

.LoyaltySecureCoreSection_italic__o9GMJ {
  font-style: italic;
}


.LoyaltySecureCoreSection_heroTextSection__n8JVT {
  width: 100%;
  background: var(--primary-black, #000);
  color: var(--text-primary, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  padding: 4rem 1rem 2rem 1rem;
}

.LoyaltySecureCoreSection_heroTextContainer__xYfpd {
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2.9rem;
  /* margin: 49px 0px; */
}

.LoyaltySecureCoreSection_topLine__FXpXe {
  font-family: var(--font-gilroy), sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  margin: 0 0 1.2rem 0;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.54);
}

.LoyaltySecureCoreSection_serifItalic__7jzZi {
  font-family: var(--font-albra), serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  color: var(--text-primary, #fff);
}

.LoyaltySecureCoreSection_bottomLine__Dxumc {
  font-family: var(--font-gilroy), sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  margin: 0;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.54);
}

@media (max-width: 1024px) {
  .LoyaltySecureCoreSection_secureCoreSection__awYhF {
    padding: 15rem 1rem;
  }
  
  .LoyaltySecureCoreSection_headlineBlock__W7qKo {
    margin-bottom: 1.5rem;
  }
  
  .LoyaltySecureCoreSection_GilroyBold400__ayk5p {
    font-size: 1.75rem;
    line-height: 1.1;
    letter-spacing: -0.5px;
  }
  
  .LoyaltySecureCoreSection_AlbraMediumItalic55__5b_jI {
    font-size: 1.75rem;
    line-height: 1.1;
  }
  
  .LoyaltySecureCoreSection_payoutHeadline__HXF9U {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem !important;
  }
  
  .LoyaltySecureCoreSection_payoutSubtext__styon {
    font-size: 1rem;
    text-align: center;
    line-height: 1.4;
  }
  
  .LoyaltySecureCoreSection_topLine__FXpXe, .LoyaltySecureCoreSection_bottomLine__Dxumc {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0.5rem 0;
  }
  
  .LoyaltySecureCoreSection_AlbraMediumItaliconehalfrem__yhYm3 {
    font-size: 1rem;
  }
  
  .LoyaltySecureCoreSection_heroTextContainer__xYfpd {
    margin-top: 1.5rem;
    padding: 0 0.5rem;
  }
}




@media (min-width: 900px) {
  .LoyaltySecureCoreSection_secureCoreSection__awYhF {
    /* padding: 6rem 1rem 4rem 1rem; */
  }
  .LoyaltySecureCoreSection_headlineBlock__W7qKo {
    margin-bottom: 5.5rem;
  }
  .LoyaltySecureCoreSection_headline__iznAh {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  .LoyaltySecureCoreSection_inner__IWS0e {
    flex-direction: row;
    gap: 0;
  }
  .LoyaltySecureCoreSection_left__a_QH5 {
    justify-content: flex-start;
  }
  .LoyaltySecureCoreSection_laptopImg__m0DHi {
    width: 600px;
    max-width: none;
    margin-left: -120px;
  }
  .LoyaltySecureCoreSection_right__VjD5q {
    align-items: flex-end;
    text-align: right;
    padding-left: 2rem;
  }
  .LoyaltySecureCoreSection_payoutBlock__j2ZeT {
    margin-top: 0;
  }
  .LoyaltySecureCoreSection_payoutHeadline__HXF9U {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .LoyaltySecureCoreSection_payoutSubtext__styon {
    font-size: 1.15rem;
  }
}


@media only screen and (min-width: 390px) and (max-width: 767px) {
  .LoyaltySecureCoreSection_secureCoreSection__awYhF {
    /* padding: 12rem 0.5rem; */
    /* padding: 45% 1%; */
    margin-bottom: 550px;
    
  }
  
  .LoyaltySecureCoreSection_headlineBlock__W7qKo {
    margin-bottom: 2rem;
  }

  .LoyaltySecureCoreSection_GilroyBold55__BwdoW {
    font-size: 1.5rem;    
    letter-spacing: -0.5px;
    line-height: 1.1;
  }
  
  .LoyaltySecureCoreSection_GilroyBold400__ayk5p {
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    line-height: 1.1;
  }
  
  .LoyaltySecureCoreSection_AlbraMediumItalic55__5b_jI {
    font-size: 1.5rem;
    line-height: 1.1;
  }
  
  .LoyaltySecureCoreSection_payoutHeadline__HXF9U {    
    margin-bottom: 0.75rem !important;
    text-align: left;
  }
  
  .LoyaltySecureCoreSection_payoutSubtext__styon {
    font-size: 0.9rem;
    line-height: 1.4;
    text-align: left;
  }
  
  .LoyaltySecureCoreSection_topLine__FXpXe, .LoyaltySecureCoreSection_bottomLine__Dxumc {
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0.4rem 0;
  }
  
  .LoyaltySecureCoreSection_AlbraMediumItaliconehalfrem__yhYm3 {
    font-size: 0.9rem;
  }
  
  .LoyaltySecureCoreSection_heroTextContainer__xYfpd {
    margin-top: 25%;    
    margin-bottom: 18rem;
  }
  
  .LoyaltySecureCoreSection_laptopImg__m0DHi {
    max-width: 100%;
    width: 290px;
  }

  .LoyaltySecureCoreSection_inner__IWS0e{
    flex-direction: row;
    gap: 5rem;    
  }

}



@media only screen and (max-width: 375px) {
  .LoyaltySecureCoreSection_secureCoreSection__awYhF {
    /* padding: 12rem 0.5rem; */
    padding: 30% 1%;
    
  }
  
  .LoyaltySecureCoreSection_headlineBlock__W7qKo {
    margin-bottom: 2rem;
  }

  .LoyaltySecureCoreSection_GilroyBold55__BwdoW {
    font-size: 1.5rem;    
    letter-spacing: -0.5px;
    line-height: 1.1;
  }
  
  .LoyaltySecureCoreSection_GilroyBold400__ayk5p {
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    line-height: 1.1;
  }
  
  .LoyaltySecureCoreSection_AlbraMediumItalic55__5b_jI {
    font-size: 1.5rem;
    line-height: 1.1;
  }
  
  .LoyaltySecureCoreSection_payoutHeadline__HXF9U {    
    margin-bottom: 0.75rem !important;
    text-align: left;
  }
  
  .LoyaltySecureCoreSection_payoutSubtext__styon {
    font-size: 0.9rem;
    line-height: 1.4;
    text-align: left;
  }
  
  .LoyaltySecureCoreSection_topLine__FXpXe, .LoyaltySecureCoreSection_bottomLine__Dxumc {
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0.4rem 0;
  }
  
  .LoyaltySecureCoreSection_AlbraMediumItaliconehalfrem__yhYm3 {
    font-size: 0.9rem;
  }
  
  .LoyaltySecureCoreSection_heroTextContainer__xYfpd {
    margin-top: 25%;    
    margin-bottom: 18rem;
  }
  
  .LoyaltySecureCoreSection_laptopImg__m0DHi {
    max-width: 100%;
    width: 290px;
  }

  .LoyaltySecureCoreSection_inner__IWS0e{
    flex-direction: row;
    gap: 5rem;    
  }

}



/* @media only screen and (min-width: 601px) and (max-width: 1024px) { */
.LoyaltyProductCarousel_carouselSection__Jg_fx {
  min-height: 100vh;
  background: #000;
  color: #fff;
  padding: 8rem 0 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.LoyaltyProductCarousel_sectionTitle__15Kyy {
  /* font: 600 2.5rem/1 'Gilroy Bold', system-ui, sans-serif;
  color: #fff;
  /* text-align: center; */
  margin-bottom: 5%;
  font-family: var(--font-gilroy-bold), sans-serif;
  font-weight: 600;
  font-size: 55px;
  line-height: 45px;
  letter-spacing: -2px;
  text-align: center;

}

.LoyaltyProductCarousel_AlbraMediumItalic55__1QK9Q {
  /* font-family: 'Albra', sans-serif; */
  font-family: var(--font-albra-medium-italic), sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 5px;
  line-height: 49px;
}

.LoyaltyProductCarousel_sectionTitle__15Kyy span {
  display: block;
  position: relative;
  /* padding-bottom: 1rem; */
}

.LoyaltyProductCarousel_sectionTitle__15Kyy span:first-child {
  font-weight: 700;
  letter-spacing: 1px;
}

.LoyaltyProductCarousel_sectionTitle__15Kyy span:last-child {
  font-family: 'Albra';
  font-style: Medium Italic;
  font-weight: 500;
  font-size: 55px;
  line-height: 45px;
  letter-spacing: -1px;
  text-align: center;

}

.LoyaltyProductCarousel_carouselSection__Jg_fx.LoyaltyProductCarousel_visible__G9nJY {
  opacity: 1;
  transform: translateY(0);
}

.LoyaltyProductCarousel_carouselContainer__GxhUu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  padding: 0 2rem;
  margin: 0 auto;
  gap: 2rem;
}

.LoyaltyProductCarousel_arrowButton__Euw9_ {
  background: none;
  /* border: 1px solid #fff; */
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* cursor: pointer; */
  padding: 0;
  transition: background-color 0.2s ease;
  outline: none;
}

.LoyaltyProductCarousel_arrowButton__Euw9_:hover {
  background: rgba(255, 255, 255, 0.1);
}

.LoyaltyProductCarousel_arrowIcon__1_a9W {
  width: 24px;
  height: 24px;
  color: #fff;
}

.LoyaltyProductCarousel_arrowLeft__W4v7L {
  margin-right: 24px;
}

.LoyaltyProductCarousel_arrowRight__uAE94 {
  margin-left: 24px;
}

.LoyaltyProductCarousel_leftBlock__4xjH_,
.LoyaltyProductCarousel_rightBlock__RXEoq {
  flex: 1 1;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  transition: opacity 0.3s ease, transform 0.3s ease;
  will-change: opacity, transform;
}

.LoyaltyProductCarousel_rightBlock__RXEoq {
  align-items: flex-end;
  text-align: right;
  align-self: flex-end;
  margin-bottom: 152px;
}

.LoyaltyProductCarousel_logo__w7mRh {
  height: 40px;
  width: auto;
  margin-bottom: 1.5rem;
  object-fit: contain;
}

.LoyaltyProductCarousel_description__vWaWm {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}

.LoyaltyProductCarousel_learnMore__lqFrF {
  color: #fff;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
  font-size: 1rem;
  cursor: pointer;
  transition: opacity 0.2s ease;
  outline: none;
}

.LoyaltyProductCarousel_learnMore__lqFrF:hover {
  opacity: 0.8;
}

.LoyaltyProductCarousel_centerBlock__H_4zU {
  flex: 2 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
  height: 100%;
  transition: opacity 0.3s ease, transform 0.3s ease;
  will-change: opacity, transform;
}

.LoyaltyProductCarousel_personImgContainer__VYTK1 {
  width: 260px;
  /* Fixed width */
  height: 600px;
  /* Fixed height */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.LoyaltyProductCarousel_personImg__KzPIl {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.4s ease, opacity 0.3s ease;
  will-change: transform, opacity;
}

.LoyaltyProductCarousel_carouselContainer__GxhUu.LoyaltyProductCarousel_transitioning__HoBEV .LoyaltyProductCarousel_personImg__KzPIl {
  transform: scale(0.95);
  opacity: 0.8;
}

@media (max-width: 1024px) {
  .LoyaltyProductCarousel_carouselSection__Jg_fx {
    padding: 3rem 0 1rem;
  }

  .LoyaltyProductCarousel_sectionTitle__15Kyy {
    font-size: 1.75rem;
    margin-bottom: 3rem;
  }

  .LoyaltyProductCarousel_sectionTitle__15Kyy span {
    padding-bottom: 0.75rem;
  }

  .LoyaltyProductCarousel_carouselContainer__GxhUu {
    flex-direction: column;
    align-items: center;
    padding: 4rem 1rem;
  }

  .LoyaltyProductCarousel_centerBlock__H_4zU {
    order: -1;
    margin-bottom: 2rem;
  }

  .LoyaltyProductCarousel_leftBlock__4xjH_,
  .LoyaltyProductCarousel_rightBlock__RXEoq {
    text-align: center;
    align-items: center;
    max-width: 500px;
    margin-bottom: 2rem;
  }

  .LoyaltyProductCarousel_rightBlock__RXEoq {
    text-align: center;
  }

  .LoyaltyProductCarousel_arrowLeft__W4v7L,
  .LoyaltyProductCarousel_arrowRight__uAE94 {
    position: fixed;
    bottom: 2rem;
  }

  .LoyaltyProductCarousel_arrowLeft__W4v7L {
    left: 2rem;
  }

  .LoyaltyProductCarousel_arrowRight__uAE94 {
    right: 2rem;
  }
}





@media only screen and (max-width: 375px) {
  .LoyaltyProductCarousel_carouselSection__Jg_fx {
    min-height: 100vh;
    padding: 1rem 0.5rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .LoyaltyProductCarousel_sectionTitle__15Kyy {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .LoyaltyProductCarousel_sectionTitle__15Kyy span:last-child {
    font-family: 'Albra Medium';
    font-size: 1.5rem;
    font-style: italic;
    letter-spacing: -0.5px;
    margin-top: 0.25rem;
    display: block;
  }

  .LoyaltyProductCarousel_carouselContainer__GxhUu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.5rem;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .LoyaltyProductCarousel_leftBlock__4xjH_,
  .LoyaltyProductCarousel_rightBlock__RXEoq,
  .LoyaltyProductCarousel_centerBlock__H_4zU {
    flex: 0 0 85%;
    scroll-snap-align: center;
    padding: 1rem;
    margin: 0 0.25rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
  }

  .LoyaltyProductCarousel_centerBlock__H_4zU {
    align-items: center;
    justify-content: center;
  }

  .LoyaltyProductCarousel_personImgContainer__VYTK1 {
    width: 260px;
    height: 440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .LoyaltyProductCarousel_personImg__KzPIl {
    width: 220px;
    height: 420px;
    object-fit: contain;
    flex-shrink: 0;
  }

  .LoyaltyProductCarousel_logo__w7mRh {
    height: 32px;
    width: auto;
    max-width: 120px;
    margin: 0 auto 0.75rem;
    object-fit: contain;
  }

  .LoyaltyProductCarousel_leftDesc__VONIY,
  .LoyaltyProductCarousel_rightDesc__vrwuY {
    font-size: 0.8rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
    margin: 0.5rem 0;
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
  }

  .LoyaltyProductCarousel_learnMore__lqFrF {
    font-size: 0.8rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin-top: 0.75rem;
  }

  .LoyaltyProductCarousel_learnMore__lqFrF::after {
    content: '→';
    display: inline-block;
    transition: transform 0.2s ease;
    font-size: 0.9rem;
  }

  .LoyaltyProductCarousel_learnMore__lqFrF:hover::after {
    transform: translateX(4px);
  }

  /* Hide arrows on mobile since we'll use swipe */
  .LoyaltyProductCarousel_arrowButton__Euw9_ {
    display: none;
  }
}



/* All size phones */
@media only screen and (min-width: 390px) and (max-width: 767px) {
  .LoyaltyProductCarousel_personImgContainer__VYTK1 {
    width: 260px;
    height: 440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .LoyaltyProductCarousel_carouselSection__Jg_fx {
    min-height: 15%;
    background: #000;
    color: #fff;
    padding: 8rem 0 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }




  .LoyaltyProductCarousel_sectionTitle__15Kyy {
    /* font: 600 2.5rem/1 'Gilroy Bold', system-ui, sans-serif;
    color: #fff;
    /* text-align: center; */
    /* margin-bottom: 5%;    */
    font-family: var(--font-gilroy-bold), sans-serif;
    font-weight: 600;
    font-size: 29px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;

  }

  .LoyaltyProductCarousel_AlbraMediumItalic55__1QK9Q {
    font-family: 'Albra', sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 5px;
    line-height: 24px;
  }

  .LoyaltyProductCarousel_sectionTitle__15Kyy span {
    display: block;
    position: relative;
    /* padding-bottom: 1rem; */
  }

  .LoyaltyProductCarousel_sectionTitle__15Kyy span:first-child {
    font-weight: 700;
    letter-spacing: 0px;
  }

  .LoyaltyProductCarousel_sectionTitle__15Kyy span:last-child {
    /* font: italic 500 3.4rem/1 'Albra Medium', system-ui, sans-serif; */
    font-family: 'Albra Medium';
    font-weight: 500;
    font-style: italic;
    font-size: 29px;
    line-height: 1;
    letter-spacing: -1px;
    margin-top: -0.2rem;
  }

  .LoyaltyProductCarousel_carouselSection__Jg_fx.LoyaltyProductCarousel_visible__G9nJY {
    opacity: 1;
    transform: translateY(0);
  }

  .LoyaltyProductCarousel_carouselContainer__GxhUu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding: 0 1rem;
    margin: 0 auto;
    gap: 1rem;
  }

  .LoyaltyProductCarousel_arrowButton__Euw9_ {
    background: none;
    /* border: 1px solid #fff; */
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* cursor: pointer; */
    padding: 0;
    transition: background-color 0.2s ease;
    outline: none;
  }

  .LoyaltyProductCarousel_arrowButton__Euw9_:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  .LoyaltyProductCarousel_arrowIcon__1_a9W {
    width: 12px;
    height: 12px;
    color: #fff;
  }

  .LoyaltyProductCarousel_arrowLeft__W4v7L {
    margin-right: 12px;
  }

  .LoyaltyProductCarousel_arrowRight__uAE94 {
    margin-left: 12px;
  }

  .LoyaltyProductCarousel_leftBlock__4xjH_,
  .LoyaltyProductCarousel_rightBlock__RXEoq {
    flex: 1 1;
    max-width: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
  }

  .LoyaltyProductCarousel_rightBlock__RXEoq {
    align-items: flex-end;
    text-align: right;
    align-self: flex-end;
    margin-bottom: 1rem;
  }

  .LoyaltyProductCarousel_logo__w7mRh {
    height: 16px;
    width: auto;
    margin-bottom: 1rem;
    object-fit: contain;
  }

  .LoyaltyProductCarousel_description__vWaWm {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1rem;
  }

  .LoyaltyProductCarousel_learnMore__lqFrF {
    color: #fff;
    text-decoration: underline;
    background: none;
    border: none;
    padding: 0;
    font-size: 1rem;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }

  .LoyaltyProductCarousel_learnMore__lqFrF:hover {
    opacity: 0.8;
  }

  .LoyaltyProductCarousel_centerBlock__H_4zU {
    flex: 2 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
    height: 100%;
  }



  .LoyaltyProductCarousel_personImg__KzPIl {
    width: 220px;
    height: 420px;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    will-change: transform;
  }

  .LoyaltyProductCarousel_carouselSection__Jg_fx.LoyaltyProductCarousel_visible__G9nJY .LoyaltyProductCarousel_personImg__KzPIl {
    transform: translateY(0);
  }

}

/* Tablets */
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  /* styles... */
}
.LoyaltySecureCoreSectionOnlySentences_secureCoreSection__H_bHx {
  color: var(--text-primary, #fff);
  background: var(--primary-black, #000);
  padding: 22rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}

.LoyaltySecureCoreSectionOnlySentences_heroTextContainer__1Er7S {
  max-width: 800px;
  margin: 3rem auto 0;
  text-align: center;
  padding: 0 1rem;
}

.LoyaltySecureCoreSectionOnlySentences_topLine__mKDFa, .LoyaltySecureCoreSectionOnlySentences_bottomLine__l0Hks {
  margin: 0 0 1.5rem;
  line-height: 1.6;
  font-size: 1.9rem;
}

.LoyaltySecureCoreSectionOnlySentences_AlbraMediumItaliconehalfrem___hAHR {
  font-family: 'Albra-Medium', var(--font-albra), serif;
  font-weight: 600;
  font-style: italic;
  font-size: 2.5rem;
  letter-spacing: -0.05em;
}

.LoyaltySecureCoreSectionOnlySentences_colorWhite__MGcJw {
  color: white;
}
  .LoyaltySecureCoreSectionOnlySentences_payoutHeadline__HYOfS {
    font-size: 1.8rem;
    line-height: 1.1;
    margin-bottom: 1rem;
    text-align: left;
  }
  
  .LoyaltySecureCoreSectionOnlySentences_payoutBold__19vyr {
    font-family: var(--font-gilroy), sans-serif;
    font-weight: 700;
    color: var(--text-primary, #fff);
  }
  
  .LoyaltySecureCoreSectionOnlySentences_payoutItalic__DRsB9 {
    font-family: var(--font-albra), serif;
    font-style: italic;
    font-weight: 700;
    color: var(--text-primary, #fff);
  }
  
  .LoyaltySecureCoreSectionOnlySentences_payoutSubtext__deCiT {
    font-size: 1rem;
    color: var(--text-secondary, rgba(255, 255, 255, 1));
    font-family: var(--font-gilroy), sans-serif;
    margin-top: 0.5rem;
    text-align: left;
  }
  
  .LoyaltySecureCoreSectionOnlySentences_italic__BnrAs {
    font-style: italic;
  }
  
  
  .LoyaltySecureCoreSectionOnlySentences_heroTextSection__JAlxi {
    width: 100%;
    background: var(--primary-black, #000);
    color: var(--text-primary, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    padding: 4rem 1rem 2rem 1rem;
  }
  
  .LoyaltySecureCoreSectionOnlySentences_heroTextContainer__1Er7S {
    max-width: 1000px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 2.9rem;
    /* margin: 49px 0px; */
  }
  
  .LoyaltySecureCoreSectionOnlySentences_topLine__mKDFa {
    font-family: var(--font-gilroy), sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    text-align: center;
    margin: 0 0 1.2rem 0;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.54);
  }
  
  .LoyaltySecureCoreSectionOnlySentences_serifItalic__6Ekrf {
    font-family: var(--font-albra), serif;
    font-style: italic;
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: 0.01em;
    color: var(--text-primary, #fff);
  }
  
  .LoyaltySecureCoreSectionOnlySentences_bottomLine__l0Hks {
    font-family: var(--font-gilroy), sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    text-align: center;    
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.54);
  }
  
  @media (max-width: 1024px) {
    .LoyaltySecureCoreSectionOnlySentences_secureCoreSection__H_bHx {
      padding: 15rem 1rem;
    }
    
    .LoyaltySecureCoreSectionOnlySentences_headlineBlock__rYA9N {
      margin-bottom: 1.5rem;
    }
    
    .LoyaltySecureCoreSectionOnlySentences_GilroyBold400__QkIGx {
      font-size: 1.75rem;
      line-height: 1.1;
      letter-spacing: -0.5px;
    }
    
    .LoyaltySecureCoreSectionOnlySentences_AlbraMediumItalic55__0SgHh {
      font-size: 1.75rem;
      line-height: 1.1;
    }
    
    .LoyaltySecureCoreSectionOnlySentences_payoutHeadline__HYOfS {
      font-size: 1.5rem;
      text-align: center;
      margin-bottom: 1rem !important;
    }
    
    .LoyaltySecureCoreSectionOnlySentences_payoutSubtext__deCiT {
      font-size: 1rem;
      text-align: center;
      line-height: 1.4;
    }
    
    .LoyaltySecureCoreSectionOnlySentences_topLine__mKDFa, .LoyaltySecureCoreSectionOnlySentences_bottomLine__l0Hks {
      font-size: 1rem;
      line-height: 1.5;
      margin: 0.5rem 0;
    }
    
    .LoyaltySecureCoreSectionOnlySentences_AlbraMediumItaliconehalfrem___hAHR {
      font-size: 1rem;
    }
    
    .LoyaltySecureCoreSectionOnlySentences_heroTextContainer__1Er7S {
      margin-top: 1.5rem;
      padding: 0 0.5rem;
    }
  }
  
  
  
  
  @media (min-width: 900px) {
    .LoyaltySecureCoreSectionOnlySentences_secureCoreSection__H_bHx {
      /* padding: 6rem 1rem 4rem 1rem; */
    }
    .LoyaltySecureCoreSectionOnlySentences_headlineBlock__rYA9N {
      margin-bottom: 5.5rem;
    }
    .LoyaltySecureCoreSectionOnlySentences_headline__GHVe_ {
      font-size: 4rem;
      line-height: 4.5rem;
    }
    .LoyaltySecureCoreSectionOnlySentences_inner__CryCC {
      flex-direction: row;
      gap: 0;
    }
    .LoyaltySecureCoreSectionOnlySentences_left__IeDeW {
      justify-content: flex-start;
    }
    .LoyaltySecureCoreSectionOnlySentences_laptopImg__E30lM {
      width: 600px;
      max-width: none;
      margin-left: -120px;
    }
    .LoyaltySecureCoreSectionOnlySentences_right__504K8 {
      align-items: flex-end;
      text-align: right;
      padding-left: 2rem;
    }
    .LoyaltySecureCoreSectionOnlySentences_payoutBlock__2LUF0 {
      margin-top: 0;
    }
    .LoyaltySecureCoreSectionOnlySentences_payoutHeadline__HYOfS {
      font-size: 2.5rem;
      margin-bottom: 1.5rem;
    }
    .LoyaltySecureCoreSectionOnlySentences_payoutSubtext__deCiT {
      font-size: 1.15rem;
    }
  }
  
  
  @media only screen and (min-width: 390px) and (max-width: 767px) {
    .LoyaltySecureCoreSectionOnlySentences_secureCoreSection__H_bHx {
      /* padding: 12rem 0.5rem; */
      /* padding: 45% 1%; */
      margin-bottom: 550px;
      
    }
    
    .LoyaltySecureCoreSectionOnlySentences_headlineBlock__rYA9N {
      margin-bottom: 2rem;
    }
  
    .LoyaltySecureCoreSectionOnlySentences_GilroyBold55__b0b2W {
      font-size: 1.5rem;    
      letter-spacing: -0.5px;
      line-height: 1.1;
    }
    
    .LoyaltySecureCoreSectionOnlySentences_GilroyBold400__QkIGx {
      font-size: 1.5rem;
      letter-spacing: -0.5px;
      line-height: 1.1;
    }
    
    .LoyaltySecureCoreSectionOnlySentences_AlbraMediumItalic55__0SgHh {
      font-size: 1.5rem;
      line-height: 1.1;
    }
    
    .LoyaltySecureCoreSectionOnlySentences_payoutHeadline__HYOfS {    
      margin-bottom: 0.75rem !important;
      text-align: left;
    }
    
    .LoyaltySecureCoreSectionOnlySentences_payoutSubtext__deCiT {
      font-size: 0.9rem;
      line-height: 1.4;
      text-align: left;
    }
    
    .LoyaltySecureCoreSectionOnlySentences_topLine__mKDFa, .LoyaltySecureCoreSectionOnlySentences_bottomLine__l0Hks {
      font-size: 0.9rem;
      line-height: 1.4;
      margin: 0.4rem 0;
    }
    
    .LoyaltySecureCoreSectionOnlySentences_AlbraMediumItaliconehalfrem___hAHR {
      font-size: 0.9rem;
    }
    
    .LoyaltySecureCoreSectionOnlySentences_heroTextContainer__1Er7S {
      margin-top: 25%;    
      margin-bottom: 18rem;
    }
    
    .LoyaltySecureCoreSectionOnlySentences_laptopImg__E30lM {
      max-width: 100%;
      width: 290px;
    }
  
    .LoyaltySecureCoreSectionOnlySentences_inner__CryCC{
      flex-direction: row;
      gap: 5rem;    
    }
  
  }
  
  
  
  @media only screen and (max-width: 375px) {
    .LoyaltySecureCoreSectionOnlySentences_secureCoreSection__H_bHx {
      /* padding: 12rem 0.5rem; */
      padding: 30% 1%;
      
    }
    
    .LoyaltySecureCoreSectionOnlySentences_headlineBlock__rYA9N {
      margin-bottom: 2rem;
    }
  
    .LoyaltySecureCoreSectionOnlySentences_GilroyBold55__b0b2W {
      font-size: 1.5rem;    
      letter-spacing: -0.5px;
      line-height: 1.1;
    }
    
    .LoyaltySecureCoreSectionOnlySentences_GilroyBold400__QkIGx {
      font-size: 1.5rem;
      letter-spacing: -0.5px;
      line-height: 1.1;
    }
    
    .LoyaltySecureCoreSectionOnlySentences_AlbraMediumItalic55__0SgHh {
      font-size: 1.5rem;
      line-height: 1.1;
    }
    
    .LoyaltySecureCoreSectionOnlySentences_payoutHeadline__HYOfS {    
      margin-bottom: 0.75rem !important;
      text-align: left;
    }
    
    .LoyaltySecureCoreSectionOnlySentences_payoutSubtext__deCiT {
      font-size: 0.9rem;
      line-height: 1.4;
      text-align: left;
    }
    
    .LoyaltySecureCoreSectionOnlySentences_topLine__mKDFa, .LoyaltySecureCoreSectionOnlySentences_bottomLine__l0Hks {
      font-size: 0.9rem;
      line-height: 1.4;
      margin: 0.4rem 0;
    }
    
    .LoyaltySecureCoreSectionOnlySentences_AlbraMediumItaliconehalfrem___hAHR {
      font-size: 0.9rem;
    }
    
    .LoyaltySecureCoreSectionOnlySentences_heroTextContainer__1Er7S {
      margin-top: 25%;    
      margin-bottom: 18rem;
    }
    
    .LoyaltySecureCoreSectionOnlySentences_laptopImg__E30lM {
      max-width: 100%;
      width: 290px;
    }
  
    .LoyaltySecureCoreSectionOnlySentences_inner__CryCC{
      flex-direction: row;
      gap: 5rem;    
    }
  
  }
  
  
  
  /* @media only screen and (min-width: 601px) and (max-width: 1024px) { */
.privacy_page__Q9Fj4 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #000;
  color: white;
  scroll-snap-type: y mandatory;
  -webkit-scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100vh;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.privacy_page__Q9Fj4::-webkit-scrollbar {
  display: none;
}

.privacy_main__1RN80 {
  flex: 1 1;
  padding: 60px 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  -webkit-scroll-snap-align: start;
  -webkit-scroll-snap-stop: always;
}

.privacy_container__wwnq9 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

.privacy_content___sdMp {
  max-width: 800px;
  margin: 0 auto;
}

.privacy_title__8OXBG {
  font-size: 3rem;
  margin: 0 0 24px 0;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.privacy_date__USvJD {
  font-size: 1.125rem;
  color: #b3e5fc;
  text-align: center;
  margin-bottom: 60px;
}

.privacy_policyContent__4xBiD {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #fff;
}

.privacy_section__gvDgP {
  margin-bottom: 48px;
}

.privacy_sectionTitle__dnVyc {
  font-size: 1.75rem;
  margin: 0 0 24px 0;
  color: #fff;
}

.privacy_subsection__ZDkDm {
  margin-bottom: 32px;
}

.privacy_subsectionTitle__gjMYf {
  font-size: 1.375rem;
  margin: 0 0 16px 0;
  color: #fff;
}

.privacy_list__QL15F {
  margin: 16px 0;
  padding-left: 24px;
}

.privacy_list__QL15F li {
  margin-bottom: 8px;
}

.privacy_link__MSD5i {
  color: #b3e5fc;
  text-decoration: none;
  transition: color 0.2s ease;
}

.privacy_link__MSD5i:hover {
  color: #fff;
  text-decoration: underline;
}

.privacy_contactInfo__HlUPm {
  margin-top: 16px;
}

.privacy_contactInfo__HlUPm p {
  margin-bottom: 8px;
}

.privacy_acknowledgment__eRxqe {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #333;
  text-align: center;
  font-style: italic;
}

/* Responsive Design */
@media (max-width: 768px) {
  .privacy_container__wwnq9 {
    padding: 0 20px;
  }

  .privacy_title__8OXBG {
    font-size: 2.25rem;
    margin-bottom: 20px;
  }

  .privacy_date__USvJD {
    font-size: 1rem;
    margin-bottom: 40px;
  }

  .privacy_policyContent__4xBiD {
    font-size: 1rem;
    line-height: 1.6;
  }

  .privacy_sectionTitle__dnVyc {
    font-size: 1.5rem;
  }

  .privacy_subsectionTitle__gjMYf {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .privacy_title__8OXBG {
    font-size: 1.875rem;
  }

  .privacy_sectionTitle__dnVyc {
    font-size: 1.25rem;
  }

  .privacy_subsectionTitle__gjMYf {
    font-size: 1.125rem;
  }

  .privacy_list__QL15F {
    padding-left: 20px;
  }
}

.terms_page__hSzz0 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #000;
  color: white;
  scroll-snap-type: y mandatory;
  -webkit-scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100vh;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.terms_page__hSzz0::-webkit-scrollbar {
  display: none;
}

.terms_main__Eu7qX {
  flex: 1 1;
  padding: 60px 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  -webkit-scroll-snap-align: start;
  -webkit-scroll-snap-stop: always;
}

.terms_container__88ygs {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

.terms_content__I1I0Z {
  max-width: 800px;
  margin: 0 auto;
}

.terms_title__N4bdx {
  font-size: 3rem;
  margin: 0 0 24px 0;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.terms_date__5CvXb {
  font-size: 1.125rem;
  color: #b3e5fc;
  text-align: center;
  margin-bottom: 60px;
}

.terms_termsContent__ZtuLu {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #fff;
}

.terms_section__9zXl8 {
  margin-bottom: 48px;
}

.terms_sectionTitle__Qb3Uk {
  font-size: 1.75rem;
  margin: 0 0 24px 0;
  color: #fff;
}

.terms_subsection__p6CPb {
  margin-bottom: 32px;
}

.terms_subsectionTitle___eJG_ {
  font-size: 1.375rem;
  margin: 0 0 16px 0;
  color: #fff;
}

.terms_list__CcuPu {
  margin: 16px 0;
  padding-left: 24px;
}

.terms_list__CcuPu li {
  margin-bottom: 8px;
}

.terms_link__5NRAV {
  color: #b3e5fc;
  text-decoration: none;
  transition: color 0.2s ease;
}

.terms_link__5NRAV:hover {
  color: #fff;
  text-decoration: underline;
}

.terms_contactInfo__85JeO {
  margin-top: 16px;
}

.terms_contactInfo__85JeO p {
  margin-bottom: 8px;
}

.terms_acknowledgment__tb0e4 {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #333;
  text-align: center;
  font-style: italic;
}

/* Responsive Design */
@media (max-width: 768px) {
  .terms_container__88ygs {
    padding: 0 20px;
  }

  .terms_title__N4bdx {
    font-size: 2.25rem;
    margin-bottom: 20px;
  }

  .terms_date__5CvXb {
    font-size: 1rem;
    margin-bottom: 40px;
  }

  .terms_termsContent__ZtuLu {
    font-size: 1rem;
    line-height: 1.6;
  }

  .terms_sectionTitle__Qb3Uk {
    font-size: 1.5rem;
  }

  .terms_subsectionTitle___eJG_ {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .terms_title__N4bdx {
    font-size: 1.875rem;
  }

  .terms_sectionTitle__Qb3Uk {
    font-size: 1.25rem;
  }

  .terms_subsectionTitle___eJG_ {
    font-size: 1.125rem;
  }

  .terms_list__CcuPu {
    padding-left: 20px;
  }
}


/*# sourceMappingURL=468087738813f60f.css.map*/