.w-40 {
  max-width: 40vw;
}

.w-50 {
  max-width: 50vw;
}

.w-60 {
  max-width: 60vw;
}

.w-70 {
  max-width: 70vw;
}

.w-80 {
  max-width: 80vw;
}

.w-100 {
  width: 100%;
}

.flex-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.landing-page-container {
  background-color: #fbf8f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  width: 100%;
  margin: 0 auto;
  padding: 5rem 10rem 1rem;
  display: flex;
}

.password-protection-container {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 5rem auto;
  padding: 3rem;
  animation: .5s ease-in-out fadeIn;
  display: flex;
  box-shadow: 0 4px 10px #0000001a;
}

.password-protection-container h2 {
  margin-bottom: 1rem;
  font-size: 28px;
  font-weight: 600;
}

.password-protection-container p {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 18px;
}

.password-form-group {
  width: 100%;
  margin-bottom: 1rem;
}

.password-error {
  color: #ff4d4d;
  margin: .5rem 0 1rem;
  font-size: 14px;
}

.header-image-container {
  justify-content: center;
  width: 100%;
  display: flex;
}

.header-gif {
  max-width: 60vw;
}

.mobile-header {
  display: none;
}

.desktop-header, .desktop-footer {
  display: block;
}

.mobile-footer {
  display: none;
}

.header-info {
  text-align: center;
  font-size: 20px;
}

.discover-more-button {
  opacity: .8;
  color: #000;
  cursor: pointer;
  background-color: #b5daff;
  border: none;
  border-radius: 25px;
  margin-top: .5rem;
  padding: .4rem 2.5rem;
  font-size: 16px;
  font-weight: 600;
  transition: opacity .3s;
}

.discover-more-button:hover {
  opacity: 1;
  cursor: pointer;
  background-color: #8ac0f5;
}

.discover-more-button-fixed {
  color: #000;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  background-color: #b5daff;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  transition: opacity .3s, visibility .3s;
  display: flex;
  position: fixed;
  bottom: 30px;
  right: 30px;
  box-shadow: 0 4px 10px #0003;
}

.chevron-down {
  filter: brightness(0);
  width: 24px;
  height: 24px;
}

.discover-more-button-fixed.visible {
  opacity: .9;
  visibility: visible;
}

.discover-more-button-fixed:hover {
  opacity: 1;
  background-color: #8ac0f5;
}

.form-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  margin-bottom: 1rem;
  display: flex;
}

.form-title {
  text-align: center;
  font-family: Swiss721BT Condensed;
  font-size: 28px;
  font-weight: 800;
}

.form-subtitle {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.mm-hr {
  background-color: #ff9562;
  width: 200px;
  max-width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mm-hr-long {
  background-color: #ff9562;
  width: 34rem;
  max-width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mm-hr-xl-long {
  background-color: #ff9562;
  width: 100%;
  max-width: 100%;
  height: 4px;
  margin: 3px auto 0;
}

.info-container {
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem 1rem;
  display: flex;
}

.info-title {
  text-align: center;
  font-family: Swiss721BT Condensed;
  font-size: 32px;
  font-weight: 800;
}

.into-subtitle {
  text-align: center;
  font-family: Swiss721BT Condensed;
  font-size: 22px;
  font-weight: 800;
}

.info-text {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.info-subtitle {
  color: #666;
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 16px;
}

.form-under-title {
  color: #666;
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 12px;
}

form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding-top: 2rem;
  display: flex;
}

.form-row {
  gap: 1rem;
  width: 100%;
  display: flex;
}

.form-group {
  flex: 1;
}

input {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: .75rem;
  font-size: 16px;
}

.submit-button {
  opacity: .8;
  color: #fff;
  cursor: pointer;
  background-color: #f19257;
  border: none;
  border-radius: 25px;
  margin-top: .5rem;
  padding: .4rem 2.5rem;
  font-size: 16px;
  transition: opacity .3s;
}

.submit-button:hover {
  opacity: 1;
  cursor: pointer;
  background-color: #f19257;
}

.bonvoy-img-container {
  background-color: #fff;
  justify-content: center;
  width: 100vw;
  height: 400px;
  padding: 2rem 0;
  display: flex;
  overflow: hidden;
}

.bonvoy-img-container a {
  justify-content: center;
  display: flex;
}

.bonvoy-img {
  min-width: 1600px;
  max-width: 1600px;
}

.form-under-title-link {
  color: #666;
  outline: none;
  text-decoration: underline;
}

.stats-container, .stats-base-container {
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem 0 1rem;
  display: flex;
}

.stats-container {
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1rem;
  display: flex;
}

.stats-base-container {
  gap: 6rem;
}

.stat {
  color: #fff;
  background-color: #ff9662;
  border-radius: 20px;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
  padding: 1.5rem;
  display: flex;
}

.stat-number {
  width: 100%;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
}

.stat-text {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}

.stat-base-text {
  font-size: 16px;
  font-weight: 400;
}

.flex-1 {
  flex: 1;
}

.flex-1-5 {
  flex: 1.5;
}

.flex-2 {
  flex: 2;
}

.general-info-container {
  text-align: center;
  background-color: #b5daff;
  border-radius: 20px;
  justify-content: center;
  padding: 2.25rem 4.5rem 2.5rem;
  display: flex;
}

.general-info {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}

.lower-stats-container {
  flex-direction: row;
  gap: 2rem;
  padding-bottom: 3rem;
  display: flex;
}

.lower-stats-info {
  background-color: #b5daff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.lower-stats-title {
  width: 100%;
  margin: 0;
  font-size: 26px;
  font-weight: 400;
}

.lower-stats-text {
  width: 100%;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.lower-stats-info-box-container {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .5rem;
  height: 100%;
  padding: .75rem;
  display: flex;
}

.no-padding {
  padding: 0;
}

.stats-box {
  box-sizing: border-box;
  text-overflow: ellipsis;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: calc(33.33% - .67rem);
  min-height: 130px;
  padding: .2rem .75rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0000000d;
}

.stats-box-2 {
  box-sizing: border-box;
  text-overflow: ellipsis;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: calc(50% - .5rem);
  min-height: 130px;
  padding: .2rem .75rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0000000d;
}

.stats-box-title {
  color: #f19b6b;
  margin: 0;
  font-size: 32px;
  font-weight: 600;
}

.stats-box-text {
  margin: 0;
  font-size: .8rem;
  font-weight: 400;
}

.stats-unit {
  margin-left: -4px;
  font-size: 1rem;
  font-weight: 400;
}

.panel-top {
  background-color: #f8f8f8;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 80px;
  min-height: 80px;
  padding: 0 1rem;
  display: flex;
}

.visa-logo, .gatorade-logo {
  width: 80px;
  margin-right: 1rem;
}

.gatorade-footer, .visa-footer {
  width: 93%;
  height: 60px;
  margin: 5px auto;
}

.visa-mobile-phone {
  width: 150px;
}

.visa-stats-box {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.visa-stats-box-text {
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  font-size: 15px;
  display: flex;
}

@media screen and (width <= 850px) {
  .stats-box {
    width: calc(50% - .5rem);
  }
}

@media screen and (width <= 550px) {
  .stats-box {
    width: 100%;
  }

  .stat-number {
    font-size: 1.8rem;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(20px);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px);
  }

  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}

.fade-in {
  width: 100%;
  animation: .8s ease-in-out fadeIn;
  display: contents;
}

.content-transition {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  width: 100%;
  animation: .8s ease-in-out fadeIn;
  display: flex;
}

.fade-out {
  animation: .5s ease-in-out forwards fadeOut;
}

.shake {
  animation: .5s ease-in-out shake;
  border-color: #ff4d4d !important;
}

.thank-you-message {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
  padding: 2rem;
  animation: .8s ease-in-out fadeIn;
  display: flex;
}

.thank-you-message h3 {
  color: #f19257;
  margin-bottom: 1.5rem;
  font-size: 28px;
}

.thank-you-message p {
  max-width: 500px;
  margin-bottom: 1rem;
  font-size: 18px;
}

.logo-container {
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  gap: 30px 40px;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: grid;
}

.no-gap {
  margin-top: -25px;
  margin-bottom: 25px;
}

.bubble-progression-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin: 2rem auto;
  display: flex;
  position: relative;
}

.bubble-progression-line {
  z-index: 1;
  background-color: #ff9562;
  border-radius: 5px;
  width: 100%;
  height: 6px;
  position: absolute;
  top: 22px;
}

.bubble-progression-items {
  z-index: 2;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.bubble-item {
  flex-direction: column;
  align-items: center;
  width: 16%;
  display: flex;
}

.bubble {
  color: #fff;
  background-color: #ff9562;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
}

.bubble-text {
  text-align: center;
  max-width: 150px;
  font-family: Swiss721BT Medium;
  font-size: 20px;
}

.landing-page-container strong {
  font-family: Swiss721BT Medium;
}

.landing-page-container strong.m-condensed {
  font-family: Swiss721BT Condensed;
}

@media screen and (width <= 950px) {
  .bubble-progression-container {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin: 3rem auto;
    padding: 0;
    position: relative;
  }

  .bubble-progression-line {
    z-index: 1;
    z-index: 1;
    border-radius: 3px;
    width: 6px;
    height: 110%;
    position: absolute;
    top: -5%;
    left: 50%;
    transform: translateX(-125px);
  }

  .bubble-progression-items {
    z-index: 2;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .bubble-item {
    z-index: 3;
    background-color: #fbf8f7;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
    width: 300px;
    padding: 0 5px;
    display: flex;
    position: relative;
  }

  .bubble {
    width: 45px;
    min-width: 45px;
    height: 45px;
    margin-bottom: 0;
  }

  .bubble-content {
    flex-direction: column;
    align-items: flex-start;
    max-width: 80%;
    display: flex;
  }

  .bubble-text {
    text-align: left;
    max-width: 100%;
    font-size: 18px;
    font-weight: 500;
  }
}

@media (width <= 768px) {
  .logo-container {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: repeat(2, 1fr);
  }
}

.logo-img {
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

@media screen and (width <= 1450px) {
  .bonvoy-img {
    min-width: 1300px;
  }

  .landing-page-container {
    padding: 5rem 3rem 1rem;
  }

  form {
    max-width: 60vw;
  }

  .stat-number {
    font-size: 3.5rem;
  }
}

@media screen and (width <= 1250px) {
  .landing-page-container {
    padding: 5rem 5rem 1rem;
  }

  .stat-number {
    font-size: 3.1rem;
  }
}

@media screen and (width <= 1050px) {
  .landing-page-container {
    padding: 5rem 10rem 1rem;
  }

  .form-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .form-group {
    width: 100%;
  }

  .general-info-container {
    max-width: 70vw;
  }

  .info-text {
    max-width: 60vw;
  }

  .lower-stats-container {
    flex-direction: column;
    gap: 1rem;
  }

  .stat-number {
    font-size: 2.9rem;
  }

  .journey-img {
    max-width: 90vw;
  }

  .logo-img {
    height: 40px;
  }
}

@media screen and (width <= 950px) {
  .landing-page-container {
    padding: 5rem 1rem 1rem;
  }

  .large-mobile-stat {
    max-width: 50vw;
  }

  .info-title {
    text-align: center;
  }

  .mm-hr-long {
    width: 100%;
  }

  .header-info {
    max-width: 80vw;
  }

  .desktop-header, .desktop-footer {
    display: none;
  }

  .bonvoy-img.mobile-footer {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    display: block;
  }

  .mobile-header {
    display: block;
  }

  .bonvoy-img-container {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 1rem 0;
  }

  .bonvoy-img-container a {
    width: 85%;
    max-width: 400px;
    max-height: 700px;
  }

  .stats-container {
    flex-wrap: wrap;
    max-width: 90vw;
  }

  .stats-container .stat {
    flex: calc(50% - .5rem);
    width: calc(50% - .5rem);
    min-width: calc(50% - .5rem);
  }

  .stats-base-container {
    text-align: center;
    gap: 1rem;
  }

  .stats-box, .stats-box-2 {
    min-height: 90px;
  }

  .stat-number {
    font-size: 2.6rem;
  }

  .logo-img {
    height: 35px;
  }
}

@media screen and (width <= 850px) {
  .landing-page-container {
    padding: 1rem;
  }

  .bonvoy-img {
    min-width: 800px;
  }

  .info-container {
    max-width: 80vw;
  }

  .info-text {
    max-width: 95vw;
  }

  .stat-number {
    font-size: 2.2rem;
  }

  .stat-text {
    font-size: .9rem;
  }

  .stats-base-container {
    gap: 2rem;
  }

  form {
    max-width: 80vw;
  }

  .general-info-container {
    max-width: 80vw;
    padding: 1.5rem;
  }

  .header-gif {
    max-width: 80vw;
  }

  .stats-box-title {
    font-size: 20px;
  }
}

@media screen and (width <= 800px) {
  .bonvoy-img {
    min-width: 140vw;
  }
}

@media screen and (width <= 650px) {
  .stats-box, .stats-box-2 {
    max-width: 250px;
  }
}

@media screen and (width <= 600px) {
  .visa-stats-box {
    flex-direction: column;
  }

  .visa-mobile-phone {
    align-self: center;
    width: 300px;
  }
}

@media screen and (width <= 550px) {
  .stats-box, .stats-box-2 {
    max-width: 180px;
  }

  .logo-img {
    height: 30px;
  }
}

@media screen and (width <= 500px) {
  .stats-box, .stats-box-2 {
    max-width: 150px;
  }
}

@media screen and (width <= 450px) {
  .stats-box, .stats-box-2 {
    max-width: 130px;
  }

  .stat {
    padding: 1rem;
  }
}

.footer {
  color: #fff;
  background-color: #1c1c1c;
  width: 100%;
  padding: 16px;
}

.footer-content {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-copyright {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.footer-links {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.footer-link {
  color: #fff;
  white-space: nowrap;
  align-items: center;
  text-decoration: none;
  transition: color .3s;
  display: inline-flex;
}

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

.footer-arrow-separator {
  color: #fff;
  flex-shrink: 0;
  margin: 0 8px;
  transition: color .3s;
}

.footer-arrow-separator:hover {
  color: #fff;
}

.privacy-choices-img {
  vertical-align: middle;
  width: 14px;
  height: 7px;
  margin-right: 4px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  background-color: #fbf8f7;
  font-family: Swiss721BT, sans-serif;
  line-height: 1.3;
}

.app-container {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.content-wrapper {
  flex: 1 0 auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.text-center {
  text-align: center;
}

.section {
  padding: 40px 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

@font-face {
  font-family: Swiss721BT Regular;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("Swiss721BT-Regular.bec8aa7d.otf") format("opentype");
}

@font-face {
  font-family: Swiss721BT;
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("Swiss721BT-Light.3b34f286.otf") format("opentype");
}

@font-face {
  font-family: Swiss721BT Medium;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("Swiss721BT-Medium.b91e2875.otf") format("opentype");
}

@font-face {
  font-family: Swiss721BT Condensed;
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("Swiss721BT-BlackCondensed.4fbb9ac4.otf") format("opentype");
}

@font-face {
  font-family: ACaslonPro;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("ACaslonPro.91737c52.otf") format("opentype");
}

@font-face {
  font-family: WSupremeWeb-SemiBold;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("WSupremeWeb-SemiBold.9a5ab434.woff") format("woff");
}
/*# sourceMappingURL=web-src.6fa1bfd4.css.map */
