@charset "UTF-8";
* {
  --black: #000000;
  --blue: #00405f;
  --gold: #a0642f;
  --sand: #c1cebd;
  --white: #ffffff;
  --dark-blue: #031522;
  --sansation: "Sansation", sans-serif;
}

@media screen and (min-width: 640px) {
  header.home {
    padding-top: 0;
  }
}

.header-spacer {
  height: 6.5rem;
}

.rewards-header {
  background-color: var(--blue);
  background-image: url(../img/rewards-header.avif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rewards-container {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
}

.rewards-header-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.rewards-header-inner .right {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  padding: 3rem 1rem 3rem 2rem;
}
@media screen and (min-width: 1280px) {
  .rewards-header-inner .right {
    padding: 8rem 1rem 8rem 2rem;
  }
}
.rewards-header-inner .right img {
  display: block;
  width: 100%;
}
.rewards-header-inner .right img.rewards-logo {
  max-width: 18rem;
}
@media screen and (min-width: 1280px) {
  .rewards-header-inner .right img.rewards-logo {
    max-width: 30rem;
  }
}
.rewards-header-inner .right img.rewards-marina-logo {
  display: none;
  max-width: 5rem;
}
@media screen and (min-width: 640px) {
  .rewards-header-inner .right img.rewards-marina-logo {
    display: block;
    max-width: 7rem;
  }
}
@media screen and (min-width: 1280px) {
  .rewards-header-inner .right img.rewards-marina-logo {
    max-width: 12rem;
  }
}

.rewards-intro {
  background-color: #03263e;
  background-image: linear-gradient(to right, #03263e, var(--dark-blue));
  border-bottom-color: var(--gold);
  border-bottom-style: solid;
  border-bottom-width: 0.25rem;
  border-top-color: var(--gold);
  border-top-style: solid;
  border-top-width: 0.25rem;
  font-family: var(--sansation);
  position: relative;
}
.rewards-intro .rewards-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
}
@media screen and (min-width: 640px) {
  .rewards-intro .rewards-container {
    align-items: center;
    padding: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .rewards-intro .rewards-container {
    gap: 2rem;
    padding: 6rem 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .rewards-intro .rewards-container {
    gap: 3rem;
  }
}
.rewards-intro p {
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 640px) {
  .rewards-intro p {
    max-width: 30rem;
  }
}
@media screen and (min-width: 1280px) {
  .rewards-intro p {
    max-width: 50rem;
  }
}
.rewards-intro p.gold {
  color: var(--gold);
}
@media screen and (min-width: 640px) {
  .rewards-intro p.gold {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .rewards-intro p.gold {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .rewards-intro p.gold {
    font-size: 2rem;
  }
}
.rewards-intro p.white {
  color: var(--white);
  font-size: 1.25rem;
}
@media screen and (min-width: 640px) {
  .rewards-intro p.white {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .rewards-intro p.white {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .rewards-intro p.white {
    font-size: 3rem;
    line-height: 1.2;
  }
}
.rewards-intro img {
  left: 0;
  position: absolute;
  top: 25%;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .rewards-intro img {
    top: 10%;
  }
}
@media screen and (min-width: 1280px) {
  .rewards-intro img {
    top: 5%;
  }
}

.rewards-explainer {
  background-color: var(--sand);
  color: var(--black);
  font-family: var(--sansation);
  position: relative;
}
.rewards-explainer .rewards-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
}
@media screen and (min-width: 640px) {
  .rewards-explainer .rewards-container {
    padding: 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .rewards-explainer .rewards-container {
    gap: 2rem;
  }
}
.rewards-explainer .tourist-parallax {
  aspect-ratio: 2000/440;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 640px) {
  .rewards-explainer .tourist-parallax {
    margin: -2rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .rewards-explainer .tourist-parallax {
    margin: 0 auto;
  }
}
.rewards-explainer img.tourist {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transform: translate3d(0, var(--tourist-parallax-y, 0), 0) scale(1.12);
  transform-origin: center;
  will-change: transform;
  width: 100%;
}
.rewards-explainer img.waves {
  left: 0;
  position: absolute;
  top: 5%;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 640px) {
  .rewards-explainer img.waves {
    top: 2%;
  }
}
.rewards-explainer p {
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .rewards-explainer p {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.rewards-explainer p strong {
  font-weight: 700;
}
.rewards-explainer p.points-conversion {
  background-color: #be894a;
  background-image: url(../img/rewards-points-conversion-bg.avif);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: var(--dark-blue);
  border-style: solid;
  border-width: 0.25rem;
  color: var(--white);
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  flex-direction: column;
  gap: 0;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 640px) {
  .rewards-explainer p.points-conversion {
    align-self: center;
    flex-direction: row;
    font-size: 1.5rem;
    gap: 0.325rem;
  }
}
@media screen and (min-width: 1280px) {
  .rewards-explainer p.points-conversion {
    font-size: 2rem;
  }
}
.rewards-explainer h2 {
  color: var(--gold);
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  margin: 0;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .rewards-explainer h2 {
    font-size: 2rem;
  }
}
.rewards-explainer h2.uppercase {
  margin-bottom: -1rem;
  text-transform: uppercase;
}
.rewards-explainer ul {
  display: flex;
  flex-direction: column;
  gap: 0.325rem;
  margin: 0;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .rewards-explainer ul {
    gap: 0.75rem;
  }
}
.rewards-explainer ul li {
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
@media screen and (min-width: 1280px) {
  .rewards-explainer ul li {
    font-size: 1.25rem;
  }
}
.rewards-explainer ul li:before {
  content: "• ";
}
.rewards-explainer hr {
  background-color: transparent;
  background-image: url(../img/rewards-explainer-separator.svg), linear-gradient(to bottom, transparent calc(50% - 1px), #85a2a9 calc(50% - 1px), #85a2a9 calc(50% + 1px), transparent calc(50% + 1px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3rem 3rem, 100% 100%;
  border: 0;
  height: 2rem;
  margin: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .rewards-explainer hr {
    margin: 2rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rewards-explainer img.tourist {
    transform: none;
    will-change: auto;
  }
}
#rewards-form {
  background-color: #03263e;
  background-image: linear-gradient(to right, #03263e, var(--dark-blue));
  border-radius: 1.5rem;
  overflow: hidden;
  padding: 0.5rem;
  position: relative;
}
@media screen and (min-width: 640px) {
  #rewards-form {
    margin: 1rem auto;
    padding: 1rem;
  }
}
#rewards-form .rewards-form-cover {
  background-color: rgba(3, 21, 34, 0.9);
  color: var(--gold);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
#rewards-form .rewards-form-cover .rewards-form-cover-content {
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#rewards-form .rewards-form-inner {
  align-items: center;
  border-color: var(--gold);
  border-style: solid;
  border-width: 2px;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  z-index: 3;
}
@media screen and (min-width: 640px) {
  #rewards-form .rewards-form-inner {
    padding: 1rem 2rem;
  }
}
#rewards-form .rewards-form-inner fieldset {
  all: unset;
  align-items: center;
  background-color: var(--sand);
  border-radius: 20rem;
  display: flex;
  gap: 0.5rem;
  padding: 0.325rem 0.75rem;
  text-align: left;
  transition: background-color 0.2s;
  width: 100%;
}
#rewards-form .rewards-form-inner fieldset:focus-within {
  background-color: var(--white);
}
#rewards-form .rewards-form-inner fieldset label {
  color: #202020;
}
#rewards-form .rewards-form-inner fieldset label span {
  display: none;
}
@media screen and (min-width: 640px) {
  #rewards-form .rewards-form-inner fieldset label span {
    display: inline;
  }
}
#rewards-form .rewards-form-inner fieldset input {
  background: none;
  border: none;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0;
  width: auto;
}
#rewards-form .rewards-form-inner fieldset input:focus {
  outline: none;
}
#rewards-form .rewards-form-inner fieldset.rewards-form-privacy {
  background: none;
  border-radius: 0;
  display: block;
  padding: 0;
  transition: none;
}
#rewards-form .rewards-form-inner fieldset.rewards-form-privacy:focus-within {
  background: none;
}
#rewards-form .rewards-form-inner fieldset.rewards-form-privacy .privacy-consent-control {
  position: relative;
}
#rewards-form .rewards-form-inner fieldset.rewards-form-privacy input[type=checkbox] {
  cursor: pointer;
  height: 1.125rem;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0.125rem;
  width: 1.125rem;
  z-index: 1;
}
#rewards-form .rewards-form-inner fieldset.rewards-form-privacy input[type=checkbox]:checked + label::after {
  opacity: 1;
}
#rewards-form .rewards-form-inner fieldset.rewards-form-privacy input[type=checkbox]:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.3);
}
#rewards-form .rewards-form-inner fieldset.rewards-form-privacy label {
  color: var(--white);
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  line-height: 1.4;
  padding-left: 1.75rem;
  position: relative;
}
@media screen and (min-width: 640px) {
  #rewards-form .rewards-form-inner fieldset.rewards-form-privacy label {
    font-size: 1rem;
  }
}
#rewards-form .rewards-form-inner fieldset.rewards-form-privacy label::before {
  background-color: var(--white);
  border: 1px solid var(--gold);
  content: "";
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 0.125rem;
  width: 1.125rem;
}
#rewards-form .rewards-form-inner fieldset.rewards-form-privacy label::after {
  border: solid var(--gold);
  border-width: 0 0.125rem 0.125rem 0;
  content: "";
  height: 0.625rem;
  left: 0.375rem;
  opacity: 0;
  position: absolute;
  top: 0.25rem;
  transform: rotate(45deg);
  width: 0.3125rem;
}
#rewards-form .rewards-form-inner fieldset.rewards-form-privacy a {
  color: var(--gold);
  text-decoration: underline;
}
#rewards-form .rewards-form-inner .cf-turnstile {
  margin-left: -0.5rem;
}
@media screen and (min-width: 640px) {
  #rewards-form .rewards-form-inner .cf-turnstile {
    margin-left: unset;
    margin: 0 auto;
  }
}
#rewards-form .rewards-form-inner input[type=submit] {
  background: none;
  background-color: #be894a;
  background-image: url(../img/rewards-form-submit-bg.avif);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none;
  border-radius: 20rem;
  color: #030617;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding: 0.5rem 4rem;
  transition: 0.2s;
}
#rewards-form .rewards-form-inner input[type=submit]:hover, #rewards-form .rewards-form-inner input[type=submit]:focus {
  outline: none;
  transform: scale(1.1);
}
#rewards-form img {
  margin: 0 0 1rem 0;
  max-width: 10rem;
  z-index: 2;
}
@media screen and (min-width: 640px) {
  #rewards-form img {
    max-width: 12rem;
  }
}
#rewards-form img.waves {
  left: 0;
  margin: 0;
  max-width: unset;
  position: absolute;
  top: 2rem;
  width: 100%;
  z-index: 1;
}

.rewards-message {
  background-color: #f4d49f;
  border-radius: 0.5rem;
  color: var(--dark-blue);
  padding: 0.75rem 1rem;
  width: 100%;
  z-index: 4;
}
.rewards-message p {
  margin: 0;
}
.rewards-message.rewards-success-message {
  background-color: #c1cebd;
  border: 2px solid var(--gold);
}

.swipe-helper-mobile {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
@media screen and (min-width: 640px) {
  .swipe-helper-mobile {
    display: none;
  }
}
.swipe-helper-mobile .swipe-helper-icon {
  animation: swipe-helper-right 1.5s ease-in-out infinite;
  color: var(--gold);
  flex: 0 0 auto;
  font-size: 1.25rem;
}
.swipe-helper-mobile p {
  font-size: 0.875rem;
  font-weight: 700;
}

@keyframes swipe-helper-right {
  0%, 100% {
    opacity: 0.6;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(0.5rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  .swipe-helper-mobile .swipe-helper-icon {
    animation: none;
  }
}
.rewards-products {
  background-color: var(--sand);
  color: var(--black);
  font-family: var(--sansation);
  position: relative;
}
.rewards-products .rewards-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0 2rem;
  text-align: left;
}
@media screen and (min-width: 640px) {
  .rewards-products .rewards-container {
    padding: 0 4rem;
  }
}
.rewards-products .rewards-container hr {
  background-color: var(--gold);
  border: 0;
  height: 0.25rem;
  margin: 0 0 2rem 0;
  width: 100%;
}
.rewards-products .rewards-container hr.last {
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .rewards-products .rewards-container hr.last {
    margin: 0;
  }
}
.rewards-products .rewards-container h2 {
  color: var(--gold);
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .rewards-products .rewards-container h2 {
    font-size: 2rem;
  }
}
.rewards-products .rewards-container p {
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .rewards-products .rewards-container p {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.rewards-products .rewards-products-table-container {
  margin: 1rem 0;
  padding: 0;
}
@media screen and (min-width: 640px) {
  .rewards-products .rewards-products-table-container {
    margin: 0 auto 2rem auto;
    padding: 2rem 4rem;
  }
}
.rewards-products .rewards-products-listing {
  max-height: 50vh;
  max-height: 50svh;
  overflow: auto;
  position: relative;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 640px) {
  .rewards-products .rewards-products-listing {
    max-height: none;
    overflow-x: auto;
    overflow-y: visible;
  }
}
.rewards-products .rewards-products-listing:focus {
  outline: 0.2rem solid var(--gold);
  outline-offset: 0.2rem;
}
.rewards-products .rewards-products-listing table {
  border-collapse: collapse;
  font-size: 0.875rem;
  margin: 0;
  min-width: 42rem;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .rewards-products .rewards-products-listing table {
    font-size: 1rem;
  }
}
.rewards-products .rewards-products-listing .product-column {
  width: 40%;
}
.rewards-products .rewards-products-listing .description-column {
  width: 27%;
}
.rewards-products .rewards-products-listing .price-column {
  width: 15%;
}
.rewards-products .rewards-products-listing .points-column {
  width: 18%;
}
.rewards-products .rewards-products-listing th, .rewards-products .rewards-products-listing td {
  border-bottom: 1px solid rgba(133, 162, 169, 0.65);
  line-height: 1.25;
  padding: 0.625rem 0.75rem;
  vertical-align: top;
}
.rewards-products .rewards-products-listing thead th {
  background-color: var(--dark-blue);
  border: none;
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .rewards-products .rewards-products-listing thead th {
    font-size: 0.875rem;
  }
}
.rewards-products .rewards-products-listing tbody tr:not(.product-category):nth-child(odd) {
  background-color: rgba(133, 162, 169, 0.18);
}
.rewards-products .rewards-products-listing tbody th[scope=row] {
  font-weight: 700;
}
.rewards-products .rewards-products-listing .product-category th {
  background-color: var(--gold);
  color: var(--white);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  position: sticky;
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 640px) {
  .rewards-products .rewards-products-listing .product-category th {
    font-size: 1rem;
    position: static;
  }
}
.rewards-products .rewards-products-listing th:nth-child(3), .rewards-products .rewards-products-listing th:nth-child(4), .rewards-products .rewards-products-listing td:nth-child(3), .rewards-products .rewards-products-listing td:nth-child(4) {
  text-align: right;
  white-space: nowrap;
}
.rewards-products .rewards-products-listing tbody:last-of-type tr:last-child > * {
  border-bottom: 0;
}

.rewards-rules {
  background-color: var(--sand);
  color: var(--black);
  font-family: var(--sansation);
  position: relative;
}
.rewards-rules .rewards-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  text-align: left;
}
@media screen and (min-width: 640px) {
  .rewards-rules .rewards-container {
    padding: 4rem;
  }
}
.rewards-rules h2 {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 -0.5rem 0;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .rewards-rules h2 {
    font-size: 1rem;
  }
}
.rewards-rules p {
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .rewards-rules p {
    font-size: 1rem;
  }
}
.rewards-rules ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
}
.rewards-rules ul li {
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
  list-style: none;
}
@media screen and (min-width: 640px) {
  .rewards-rules ul li {
    font-size: 1rem;
  }
}
.rewards-rules ul li:before {
  content: "• ";
}

.rewards-footer {
  background-color: #03263e;
  background-image: linear-gradient(to right, #03263e, var(--dark-blue));
  border-top-color: var(--gold);
  border-top-style: solid;
  border-top-width: 0.25rem;
}
.rewards-footer .rewards-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
}
@media screen and (min-width: 640px) {
  .rewards-footer .rewards-container {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 2rem 4rem;
  }
}
@media screen and (min-width: 640px) {
  .rewards-footer .rewards-container .left {
    text-align: left;
  }
}
.rewards-footer .rewards-container .left img {
  max-width: 10rem;
}
@media screen and (min-width: 1024px) {
  .rewards-footer .rewards-container .left img {
    max-width: 15rem;
  }
}
@media screen and (min-width: 640px) {
  .rewards-footer .rewards-container .right {
    text-align: right;
  }
}
.rewards-footer .rewards-container .right img {
  max-width: 6rem;
}
@media screen and (min-width: 1024px) {
  .rewards-footer .rewards-container .right img {
    max-width: 10rem;
  }
}
