.another_new_stylesheet div {
  color: black;
}
.attraction-group-page-styles h2, .attraction-group-page-styles h3 {
  color: #312783;
  margin-bottom: 1.5rem;
}
.attraction-group-page-styles .page-main-text, .attraction-group-page-styles .page-attraction-search-results {
  text-align: center;
  margin-bottom: 1.5rem;
}
.attraction-group-page-styles .offer-cards {
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .attraction-group-page-styles .page-main-text, .attraction-group-page-styles .page-attraction-search-results {
    margin-bottom: 0;
  }
  .attraction-group-page-styles .para.size-00 {
    font-size: 15px !important;
  }
}
.color_bars .colors {
  width: clamp(40px, 8vw, 80px);
  margin-top: 12px;
  position: absolute;
}
.color_bars .colors .color {
  width: 100%;
  height: 16px;
  margin-bottom: 7px;
}
.color_bars .colors .color.color-yellow {
  background-color: #FCC248;
}
.color_bars .colors .color.color-purple {
  background-color: #951B81;
}
.color_bars .colors .color.color-green {
  background-color: #76B82A;
}
@media (max-width: 1400px) {
  .color_bars .colors {
    width: 10px;
  }
  .color_bars .colors .color {
    height: 10px;
    margin-bottom: 5px;
  }
}
component[data-name=contact-form] .contact-us-form {
  max-width: 618px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
component[data-name=contact-form] .contact-us-form .row.form-group {
  align-items: baseline;
}
component[data-name=contact-form] .contact-us-form .row.form-group label {
  font-family: "Inter";
  color: #312783;
  font-weight: 600;
}
.split-component {
  display: flex;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.split-component .panel {
  flex: 1;
  position: relative;
}
.split-component .panel--left {
  padding: 2rem;
  background: white;
  z-index: 2;
  border-radius: 16px;
  text-align: left;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1019607843);
}
.split-component .panel--left h4 {
  color: #312783 !important;
}
.split-component .panel--left a.nr-button {
  width: fit-content;
  margin-top: 1rem;
  padding: 0.5rem;
}
.split-component .panel--left a.nr-button::after {
  margin-left: 1rem;
}
.split-component .panel--left ul, .split-component .panel--left li {
  list-style: unset;
}
.split-component .panel--left ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.split-component .panel--left li::marker {
  font-size: 1.5rem;
  color: #312783;
}
.split-component .panel--right {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  margin-left: -1rem;
}
.split-component .panel--right .panel__inner {
  width: 100%;
  height: 90%;
  max-height: 350px;
  display: flex;
  align-items: center;
  border-radius: 16px;
  overflow: hidden;
}
.split-component .panel--right .panel__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.featured-offer-banner {
  transition: 0.7s;
}
.featured-offer-banner:hover {
  transform: scale(1.02);
}
.featured-offer-banner a.banner-link {
  display: flex;
  height: 350px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  text-decoration: none;
}
.featured-offer-banner a.banner-link .banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  padding: 2rem;
  flex-direction: column;
  position: relative;
}
.featured-offer-banner a.banner-link .banner-content .card-icon {
  background-color: #FCC248;
  border-radius: 50%;
  font-size: 1.5rem;
  width: 3rem;
  font-family: "Inter" !important;
  border: 1px solid #312783;
  position: absolute;
  top: -1.5rem;
  padding: 0.3rem;
}

@media (max-width: 1000px) {
  .split-component {
    flex-direction: column-reverse;
  }
  .split-component .panel--right {
    margin: 1rem;
  }
  .split-component .panel--left {
    padding: 1rem;
    transform: translateY(-2rem);
  }
}
@media (max-width: 768px) {
  .split-component .panel--right {
    margin: 0;
    width: calc(100% + 2.5rem);
    transform: translateX(-1.25rem);
  }
  .split-component .panel--right .panel__inner {
    border-radius: 0;
  }
  .split-component .panel--left .nr-button {
    width: 100% !important;
  }
}
body {
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont;
  font-size-adjust: 0.5;
}

:root {
  --ss-primary-color: #312783 !important;
  --ss-placeholder-color: #000000 !important;
}

button:focus {
  box-shadow: 0 0 0 0.25rem #4588eb !important;
}

p {
  margin: 0 !important;
  padding: 0 !important;
}

.fit-content {
  width: fit-content;
}

.fw-bold {
  font-weight: bold !important;
}

img {
  max-width: 100%;
}

.short-page {
  margin-bottom: 30rem;
}

.equal-width-no-p p {
  display: none;
}
@media (max-width: 428px) {
  .equal-width-no-p component, .equal-width-no-p a {
    display: flex;
    align-content: center;
    width: 50%;
  }
  .equal-width-no-p component a {
    width: 100%;
  }
}

.list-revert ul, .list-revert li {
  padding: revert !important;
  margin: revert !important;
}

.img-center-container {
  text-align: center;
}
.img-center-container img {
  max-width: 100%;
}

.header-color-underline h3, .header-color-underline h2, .header-color-underline h1 {
  text-align: center;
  max-width: fit-content;
  font-size: 2rem;
  font-weight: 600;
  color: #312783;
  font-family: "Open Sans";
  padding: 0 6rem 1.4rem 6rem;
  margin: 2rem auto 1rem auto;
  border-bottom: 8px solid;
}
.header-color-underline.purple h1, .header-color-underline.purple h2, .header-color-underline.purple h3 {
  border-color: #951B81;
}
.header-color-underline.yellow h1, .header-color-underline.yellow h2, .header-color-underline.yellow h3 {
  border-color: #FCC248;
}
.header-color-underline.green h1, .header-color-underline.green h2, .header-color-underline.green h3 {
  border-color: #76B82A;
}

.tone-darker {
  background-color: #F6F8FA;
}

.tone-lighter {
  background-color: #fff;
}

.width-wrapper {
  padding: 2rem calc((100vw - 1200px) / 2);
}

.hero-banner {
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: left;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  z-index: 1;
  background-color: #312783 !important;
}
.hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1200/600;
}
.hero-banner h1 {
  position: absolute;
  min-height: 3em;
  line-height: 1.1;
  font-size: 60px !important;
  font-weight: 700 !important;
  color: #fff !important;
  z-index: 3;
  max-width: 100ch;
  padding-left: 4rem;
}
.hero-banner:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0) 60%);
  pointer-events: none;
}

.under-banner {
  position: relative;
  height: 43px;
  background-color: white;
}
.under-banner img {
  position: absolute;
  width: 280px;
  top: -98px;
  z-index: 9;
  left: -47px;
}

.image-card-links {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  gap: 2rem;
  justify-content: center;
  margin: 1rem auto 0;
}
.image-card-links .image-card {
  overflow: hidden;
  position: relative;
  flex: 0 0 30%;
  max-width: 30%;
  aspect-ratio: 1/1.4;
  border-radius: 0.5rem;
  transition: 0.7s;
}
.image-card-links .image-card:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 15px 0px;
  transform: scale(1.02);
}
.image-card-links .image-card img, .image-card-links .image-card a {
  position: absolute;
  inset: 0; /* top:0 right:0 bottom:0 left:0 */
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-card-links .image-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  text-decoration: none;
}
.image-card-links .image-card a .card-icon {
  background-color: #FCC248;
  border-radius: 50%;
  font-size: 2rem;
  width: 3rem;
  font-family: "Inter" !important;
  text-align: center;
}
.image-card-links .image-card a .card-image-text {
  font-family: "Inter";
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  padding: 1rem;
  text-align: center;
}

@media (max-width: 1250px) {
  .width-wrapper {
    padding: 1.25rem;
  }
  .hero-banner h1 {
    padding: 2rem;
    font-size: 50px !important;
  }
}
@media (max-width: 768px) {
  .width-wrapper.crumb {
    display: none;
  }
}
@media (max-width: 800px) {
  .image-card-links {
    gap: 0.5rem;
  }
  .image-card-links .image-card {
    min-width: 150px;
  }
  .image-card-links .image-card .card-image-text {
    font-size: 1.2rem !important;
    padding: 0.5rem !important;
  }
  .image-card-links .image-card .card-icon {
    font-size: 1.25rem !important;
    width: 1.85rem !important;
  }
  .header-color-underline h3, .header-color-underline h2, .header-color-underline h1 {
    font-size: 16px !important;
    padding: 0 1rem 0.5rem 1rem;
    margin: 0.5rem auto !important;
    border-bottom: 4px solid;
  }
  .header-color-underline h2 {
    font-size: 18px !important;
  }
  .header-color-underline h1 {
    font-size: 20px !important;
  }
  .header-color-underline.mb-5 {
    margin-bottom: 1rem !important;
  }
  .hero-banner {
    height: 150px;
  }
  .hero-banner h1 {
    font-size: 2rem !important;
    padding: 1rem;
    margin: 0;
    width: 100%;
  }
  .under-banner {
    height: 19px;
  }
  .under-banner img {
    width: 120px;
    left: -20px;
    top: -42px;
  }
}
@media (max-width: 450px) {
  .image-card {
    min-width: 100% !important;
    height: 150px !important;
  }
  .ngb-dp-content.ngb-dp-months {
    flex-direction: column;
  }
}
.global_styles_old body {
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont;
  font-size-adjust: 0.5;
}
.global_styles_old p {
  margin: 0 !important;
  padding: 0 !important;
}
.global_styles_old .fit-content {
  width: fit-content;
}
.global_styles_old .fw-bold {
  font-weight: bold !important;
}
.global_styles_old img {
  max-width: 100%;
}
.global_styles_old .short-page {
  margin-bottom: 30rem;
}
.global_styles_old .equal-width-no-p p {
  display: none;
}
@media (max-width: 428px) {
  .global_styles_old .equal-width-no-p component, .global_styles_old .equal-width-no-p a {
    display: flex;
    align-content: center;
    width: 50%;
  }
  .global_styles_old .equal-width-no-p component a {
    width: 100%;
  }
}
.global_styles_old .list-revert ul, .global_styles_old .list-revert li {
  padding: revert !important;
  margin: revert !important;
}
.global_styles_old .img-center-container {
  text-align: center;
}
.global_styles_old .img-center-container img {
  max-width: 100%;
}
.global_styles_old .header-color-underline h3, .global_styles_old .header-color-underline h2, .global_styles_old .header-color-underline h1 {
  text-align: center;
  max-width: fit-content;
  font-size: 2rem;
  font-weight: 600;
  color: #312783;
  font-family: "Open Sans";
  padding: 0 6rem 1.4rem 6rem;
  margin: 2rem auto 1rem auto;
  border-bottom: 8px solid;
}
.global_styles_old .header-color-underline.purple h1, .global_styles_old .header-color-underline.purple h2, .global_styles_old .header-color-underline.purple h3 {
  border-color: #951B81;
}
.global_styles_old .header-color-underline.yellow h1, .global_styles_old .header-color-underline.yellow h2, .global_styles_old .header-color-underline.yellow h3 {
  border-color: #FCC248;
}
.global_styles_old .header-color-underline.green h1, .global_styles_old .header-color-underline.green h2, .global_styles_old .header-color-underline.green h3 {
  border-color: #76B82A;
}
.global_styles_old .tone-darker {
  background-color: #F6F8FA;
}
.global_styles_old .tone-lighter {
  background-color: #fff;
}
.global_styles_old .width-wrapper {
  padding: 2rem calc((100vw - 1200px) / 2);
}
.global_styles_old .hero-banner {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: left;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  z-index: 1;
}
.global_styles_old .hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1200/600;
  background: linear-gradient(102.83deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.global_styles_old .hero-banner h1 {
  position: absolute;
  min-height: 3em;
  line-height: 1.1;
  font-size: 40px;
  color: #fff;
  z-index: 3;
  max-width: 100ch;
  padding-left: 12rem;
}
@media (max-width: 1250px) {
  .global_styles_old .hero-banner h1 {
    padding: 2rem;
  }
}
.global_styles_old .hero-banner h1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40%;
  width: 6rem;
  height: 12rem;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(to bottom, white 0 15px, transparent 15px 40px, #f5c13d 40px 55px, transparent 55px 80px, #b02aa3 80px 95px, transparent 95px 120px, #7acb2a 120px 135px, transparent 135px 160px);
}
@media (max-width: 1250px) {
  .global_styles_old .hero-banner h1:after {
    display: none;
  }
}
.global_styles_old .hero-banner:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(102.83deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.global_styles_old .image-card-links {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  gap: 2rem;
  justify-content: center;
  margin: 1rem auto 0;
}
.global_styles_old .image-card-links .image-card {
  overflow: hidden;
  position: relative;
  flex: 0 0 30%;
  max-width: 30%;
  aspect-ratio: 1/1.4;
  border-radius: 0.5rem;
  transition: 0.7s;
}
.global_styles_old .image-card-links .image-card:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 15px 0px;
  transform: scale(1.02);
}
.global_styles_old .image-card-links .image-card img, .global_styles_old .image-card-links .image-card a {
  position: absolute;
  inset: 0; /* top:0 right:0 bottom:0 left:0 */
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.global_styles_old .image-card-links .image-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  text-decoration: none;
}
.global_styles_old .image-card-links .image-card a .card-icon {
  background-color: #FCC248;
  border-radius: 50%;
  font-size: 2rem;
  width: 3rem;
  font-family: "Inter" !important;
  text-align: center;
}
.global_styles_old .image-card-links .image-card a .card-image-text {
  font-family: "Inter";
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  padding: 1rem;
  text-align: center;
}
@media (max-width: 1250px) {
  .global_styles_old .width-wrapper {
    padding: 1.25rem;
  }
}
@media (max-width: 768px) {
  .global_styles_old .width-wrapper.crumb {
    display: none;
  }
}
@media (max-width: 800px) {
  .global_styles_old .image-card-links {
    gap: 0.5rem;
  }
  .global_styles_old .image-card-links .image-card {
    min-width: 150px;
  }
  .global_styles_old .image-card-links .image-card .card-image-text {
    font-size: 1.2rem !important;
    padding: 0.5rem !important;
  }
  .global_styles_old .image-card-links .image-card .card-icon {
    font-size: 1.25rem !important;
    width: 1.85rem !important;
  }
  .global_styles_old .header-color-underline h3, .global_styles_old .header-color-underline h2, .global_styles_old .header-color-underline h1 {
    font-size: 16px !important;
    padding: 0 1rem 0.5rem 1rem;
    margin: 0.5rem auto !important;
    border-bottom: 4px solid;
  }
  .global_styles_old .header-color-underline h2 {
    font-size: 18px !important;
  }
  .global_styles_old .header-color-underline h1 {
    font-size: 20px !important;
  }
  .global_styles_old .header-color-underline.mb-5 {
    margin-bottom: 1rem !important;
  }
  .global_styles_old .hero-banner {
    height: 150px;
  }
  .global_styles_old .hero-banner h1 {
    font-size: 2rem;
    padding: 1rem;
    margin: 0;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
@media (max-width: 450px) {
  .global_styles_old .image-card {
    min-width: 100% !important;
    height: 150px !important;
  }
  .global_styles_old .ngb-dp-content.ngb-dp-months {
    flex-direction: column;
  }
}
.how-to-claim-stylesheet .how-to-claim h3 {
  margin-bottom: 0 !important;
}
.how-to-claim-stylesheet .how-to-claim .claim-infographic {
  display: flex;
  gap: 1rem;
}
.how-to-claim-stylesheet .how-to-claim .claim-infographic .infographic-inner, .how-to-claim-stylesheet .how-to-claim .claim-infographic .infographic-dot {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 1rem;
}
.how-to-claim-stylesheet .how-to-claim .claim-infographic .infographic-inner .info-text-container, .how-to-claim-stylesheet .how-to-claim .claim-infographic .infographic-dot .info-text-container {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 0 2rem;
  color: #312783;
}
.how-to-claim-stylesheet .how-to-claim .claim-infographic .infographic-inner .info-number-container p, .how-to-claim-stylesheet .how-to-claim .claim-infographic .infographic-dot .info-number-container p {
  background-color: #312783;
  color: #fff;
  border: none;
  font-weight: 500;
}
.how-to-claim-stylesheet .how-to-claim .claim-infographic .info-img-container {
  overflow: hidden;
  aspect-ratio: 16/13;
}
.how-to-claim-stylesheet .how-to-claim .claim-infographic .info-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}
.how-to-claim-stylesheet .how-to-claim .claim-infographic .infographic-dot, .how-to-claim-stylesheet .how-to-claim .claim-infographic .info-number-container {
  justify-content: center;
}
.how-to-claim-stylesheet .how-to-claim .claim-infographic .infographic-dot p, .how-to-claim-stylesheet .how-to-claim .claim-infographic .info-number-container p {
  font-family: "Inter";
  background-color: #FCC248;
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #312783;
  font-size: 1.25rem;
}
.how-to-claim-stylesheet .how-to-claim .claim-infographic .infographic-dot p {
  align-items: unset;
  line-height: 1.7rem;
}
@media (max-width: 1000px) {
  .how-to-claim-stylesheet .claim-infographic {
    flex-direction: column;
    gap: 2rem;
  }
  .how-to-claim-stylesheet .claim-infographic .infographic-inner {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    gap: 0.5rem;
  }
  .how-to-claim-stylesheet .claim-infographic .infographic-inner .info-img-container {
    aspect-ratio: 16/9;
  }
  .how-to-claim-stylesheet .claim-infographic .infographic-inner .info-img-container img {
    object-position: center;
  }
  .how-to-claim-stylesheet .claim-infographic .infographic-inner .info-number-container p {
    height: 1.5rem;
    width: 1.5rem;
    font-size: 1rem;
  }
  .how-to-claim-stylesheet .claim-infographic .infographic-dot p {
    transform: rotate(90deg);
  }
}
@charset "UTF-8";
.main-menu nav.menu-main-menu {
  font-family: "Inter";
  background-color: #f6f8fa;
  border-bottom: 1px solid #d9dbe0;
  padding: 0 calc((100vw - 1200px) / 2);
}
.main-menu nav.menu-main-menu a {
  text-decoration: none;
}
.main-menu nav.menu-main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  font-size: 16px;
  gap: 2rem;
  background-color: #f6f8fa;
}
.main-menu nav.menu-main-menu ul li {
  padding: 16px;
  cursor: pointer;
}
.main-menu nav.menu-main-menu ul li:hover {
  box-shadow: inset 0 -3px 0 0 #000F58;
  transition: 0.2s;
}
.main-menu nav.menu-main-menu ul ul {
  background-color: transparent;
  gap: 0;
}
.main-menu nav.menu-main-menu ul ul li {
  background-color: #f6f8fa;
  border: 1px solid #d9dbe0;
  display: flex;
  align-items: baseline;
}
.main-menu nav.menu-main-menu ul ul li.has-children::after {
  content: "❯";
  margin-left: auto;
  font-size: 0.8em;
  vertical-align: middle;
  padding-left: 1rem;
}
.main-menu nav.menu-main-menu ul ul li:hover {
  color: #fff !important;
  background-color: #000F58;
  border-color: #000F58;
  transition: 0.2s;
  box-shadow: none;
}
.main-menu nav.menu-main-menu ul ul li:hover a {
  color: #fff;
}
.main-menu nav.menu-main-menu ul ul ul {
  gap: 0;
  border-top: none;
  border-left: 1px solid transparent;
}
.main-menu nav.menu-main-menu ul ul ul li {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #000F58;
  padding: 0.75rem;
}
.main-menu nav.menu-main-menu ul ul ul li:hover {
  color: #fff !important;
  box-shadow: none;
}
.main-menu nav.menu-main-menu ul ul ul li:hover a {
  color: #fff !important;
}
.main-menu nav.menu-main-menu ul ul ul li.last-item {
  border-bottom: none;
}
.main-menu nav.menu-main-menu ul li ul li:hover > a {
  color: #fff !important;
}
.main-menu nav.menu-main-menu > ul > app-menu-item:first-of-type > li {
  padding-left: 0;
}
@media (max-width: 1250px) {
  .main-menu nav.menu-main-menu > ul > app-menu-item:first-of-type > li {
    padding-left: 1rem;
  }
}
.main-site-footer .footer-main {
  border-top: 1px solid rgb(139, 150, 164);
  padding-bottom: 0;
}
.main-site-footer .footer-main .footer-col nav ul {
  padding: 0 !important;
}
.main-site-footer .footer-main .footer-col h3 {
  color: #312783;
  font-weight: 700 !important;
  font-size: 1.2rem;
  padding: 1rem 0px;
  border-bottom: 1px solid rgb(149, 27, 129);
  margin-bottom: 1rem;
}
.main-site-footer .footer-main .footer-col a {
  font-size: 16px;
  text-decoration: none;
  font-family: "Inter";
  transition: 0.2s;
  line-height: 2.2rem;
  padding-bottom: 0.3rem;
}
.main-site-footer .footer-main .footer-col a:hover {
  box-shadow: rgb(0, 15, 88) 0px -2px 0px 0px inset;
  outline: none;
  color: rgb(0, 15, 88);
}
.main-site-footer .footer-main .social-icons {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  gap: 1.25rem;
}
.main-site-footer .footer-main .social-icons .social-icon {
  display: flex;
  color: #312783;
  font-size: 2rem;
  box-shadow: rgb(139, 150, 164) 0px 0px 0px 1px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: 0.7s;
  text-decoration: none;
}
.main-site-footer .footer-main .social-icons .social-icon p {
  margin: 0 !important;
}
.main-site-footer .footer-main .social-icons .social-icon a {
  text-decoration: none;
}
.main-site-footer .footer-main .social-icons .social-icon component[data-name=icon] {
  display: flex;
}
.main-site-footer .footer-main .social-icons .social-icon:hover {
  transform: scale(1.04);
}
.main-site-footer .bottom-footer {
  background-color: rgb(246, 248, 250);
  display: flex;
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.main-site-footer .bottom-footer .bottom-footer-copyright {
  color: rgb(29, 29, 31);
  font-family: "Inter";
  display: flex;
  align-items: center;
}
.main-site-footer .bottom-footer .bottom-footer-copyright img {
  margin-right: 0.5rem;
}
.main-site-footer .bottom-footer ul {
  display: flex;
  gap: 2rem;
}
.main-site-footer .bottom-footer ul li a, .main-site-footer .bottom-footer ul li div {
  color: #312783;
  text-decoration: none;
  font-family: "Inter";
  transition: 0.2s;
  line-height: 2.2rem;
  padding-bottom: 0.3rem;
}
.main-site-footer .bottom-footer ul li a:hover, .main-site-footer .bottom-footer ul li div:hover {
  box-shadow: rgb(0, 15, 88) 0px -2px 0px 0px inset;
  outline: none;
  color: rgb(0, 15, 88);
}
@media (max-width: 1250px) {
  .main-site-footer .footer-main .footer-col h4 {
    font-size: 1.1rem;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
  }
  .main-site-footer .footer-main .footer-col a {
    font-size: 14px;
    line-height: 2rem;
  }
  .main-site-footer .bottom-footer {
    flex-direction: column;
  }
  .main-site-footer .bottom-footer ul {
    flex-direction: column;
    margin-top: 1rem;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .main-site-footer .social-icons {
    gap: 1rem !important;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .main-site-footer .social-icons .social-icon {
    font-size: 1.5rem !important;
    width: 30px !important;
    height: 30px !important;
  }
  .main-site-footer .bottom-footer {
    padding: 1rem !important;
  }
}
.main_site_header header, .main_site_header nav {
  color: #312783;
}
.main_site_header .pre-header-mobile {
  display: none;
}
.main_site_header header {
  font-family: "Open Sans";
  padding: 16px calc((100vw - 1200px) / 2);
  display: flex;
  align-items: center;
}
.main_site_header header .header-title {
  display: flex;
}
.main_site_header header .main-header-h1 {
  font-size: 1.8rem;
  margin: 0;
  font-weight: 600;
  margin-right: 2rem;
  transform: translateY(-1px);
}
.main_site_header header .main-header-h1 a {
  text-decoration: none;
}
.main_site_header header .logo-wrapper {
  display: flex;
  align-items: center;
  font-family: "Inter";
  font-size: 15px;
  gap: 0.5rem;
  font-weight: 600;
}
.main_site_header header .logo-wrapper img {
  height: 1.75rem;
}
.main_site_header header ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 auto;
  display: flex;
  font-size: 16px;
  gap: 2rem;
  align-self: center;
}
.main_site_header header ul li {
  display: block;
}
.main_site_header header ul li a {
  text-decoration: none;
  color: #312783;
}
.main_site_header header ul li.how-to-icon {
  cursor: pointer;
}
.main_site_header header ul li.search-icon a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 24px; /* Ensures the width is at least 24px due to accessibility requirements*/
  min-height: 24px; /* Ensures the height is at least 24px due to accessibility requirements*/
}
.main_site_header header ul li.search-icon i {
  font-size: 18px !important;
}
.main_site_header header ul i {
  margin-right: 5px;
}
.main_site_header header .burger {
  display: none;
}
.main_site_header input#burger-toggle {
  display: none;
}
@media (max-width: 1250px) {
  .main_site_header header .header-title .main-header-h1 {
    margin-left: 1rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .main_site_header li.search-icon {
    margin-right: 1.5rem;
  }
}
@media (max-width: 900px) {
  .main_site_header .pre-header-mobile {
    font-family: "Open Sans";
    display: flex;
    justify-content: space-between;
    background-color: #F6F8FA;
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    color: #312783;
  }
  .main_site_header .pre-header-mobile component[data-name=how-to-claim] {
    cursor: pointer;
  }
  .main_site_header .header-title {
    margin-left: auto;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 0.3rem;
  }
  .main_site_header .header-title .main-header-h1 {
    margin: 0;
    font-size: 1.4rem;
  }
  .main_site_header .header-title .logo-wrapper {
    font-size: 14px;
  }
  .main_site_header .header-title .logo-wrapper img {
    height: 1.65rem;
  }
  .main_site_header li.faq-icon, .main_site_header li.login-status-icon, .main_site_header li.how-to-icon {
    display: none;
  }
  .main_site_header .burger {
    width: 18px;
    height: 14px;
    cursor: pointer;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 1.5rem;
  }
  .main_site_header .burger span {
    height: 2px;
    width: 100%;
    background: #312783;
    border-radius: 2px;
    transition: 0.3s ease;
    transform-origin: center;
  }
  .main_site_header .menu-main-menu {
    position: absolute;
    top: 127px;
    display: none;
    z-index: 10;
    width: 100%;
    gap: 0;
  }
  .main_site_header .menu-main-menu ul {
    flex-direction: column;
    font-size: 1.1rem !important;
    width: 100%;
    gap: 0 !important;
    background-color: #fff !important;
  }
  .main_site_header .menu-main-menu ul li {
    padding: 0.6rem !important;
    flex-direction: column;
  }
  .main_site_header .menu-main-menu ul .submenu {
    display: flex !important;
    position: unset !important;
    font-size: 1rem !important;
    margin-top: 0.5rem;
    border-left: none;
    gap: 1px !important;
  }
  .main_site_header .menu-main-menu ul .submenu li {
    background-color: rgb(0, 15, 88) !important;
    color: #fff;
    padding: 0 !important;
    border: none;
  }
  .main_site_header .menu-main-menu ul .submenu li a {
    color: #fff !important;
  }
  .main_site_header .menu-main-menu ul .submenu li > div:first-child, .main_site_header .menu-main-menu ul .submenu li a:first-child {
    padding: 0.5rem;
  }
  .main_site_header .menu-main-menu ul .submenu li a {
    color: #fff;
  }
  .main_site_header .menu-main-menu ul .submenu li::after {
    margin: 0;
    padding: 0;
    content: "" !important;
  }
  .main_site_header .menu-main-menu ul .submenu li .submenu {
    margin-top: 0;
  }
  .main_site_header .menu-main-menu ul .submenu li .submenu li {
    background-color: white !important;
    border-top: none;
  }
  .main_site_header .menu-main-menu ul .submenu li .submenu li a {
    color: #312783 !important;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #312783;
  }
  .main_site_header .menu-main-menu ul .submenu li .submenu app-menu-item:last-of-type li a {
    border-bottom: none;
  }
  .main_site_header #burger-toggle:checked ~ section .menu-main-menu {
    display: flex;
  }
  .main_site_header #burger-toggle:checked ~ header .burger {
    transform: translateX(5px);
  }
  .main_site_header #burger-toggle:checked ~ header .burger span:nth-child(1) {
    transform: rotate(45deg) translateY(8.5px);
  }
  .main_site_header #burger-toggle:checked ~ header .burger span:nth-child(2) {
    opacity: 0;
  }
  .main_site_header #burger-toggle:checked ~ header .burger span:nth-child(3) {
    transform: rotate(-45deg) translateY(-8.5px);
  }
}
.modal-xxl {
  max-width: 1400px !important;
}
.modal-xxl .modal-header, .modal-xxl .modal-body, .modal-xxl .modal-content {
  background-color: #fff !important;
}

.modal-content {
  background-color: #F6F8FA !important;
}
.modal-content .modal-header {
  border-bottom: none;
}
.modal-content h1 {
  color: #312783;
  text-align: center;
  margin-bottom: 2rem;
}
.modal-content h4 {
  color: #312783;
}
.modal-content #how-to-claim-modal.modal-body {
  max-width: 1350px !important;
}
.modal-content #how-to-claim-modal.modal-body img {
  width: 100%;
}
.modal-content .modal-body {
  display: flex;
  flex-direction: column;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}
.modal-content .modal-body .voucher-instructions {
  color: #312783;
  font-size: 1.2rem;
  font-family: "Inter";
  gap: 0.4rem;
  display: flex;
  align-items: baseline;
  margin-bottom: 2rem;
}
.modal-content .modal-body .modal-thick-line {
  border-bottom: 2px solid #8B96A4;
  margin-bottom: 1.5rem;
}
.modal-content .modal-body .modal-thin-line {
  border-bottom: 1px solid #8B96A4;
  margin-bottom: 1rem;
}
.modal-content .modal-body .row {
  margin-bottom: 2rem;
}
.modal-content .modal-body .row span, .modal-content .modal-body .row label {
  color: #312783;
  font-size: 1.2rem;
  font-family: "Inter";
  font-weight: 600;
}

.modal-content:has(.carousel.slide) {
  background-color: black !important;
  border-radius: 0.5rem;
  overflow: hidden;
  border: none !important;
}
.modal-content:has(.carousel.slide) .carousel.slide:focus-visible {
  outline: none !important;
}
.modal-content:has(.carousel.slide) .carousel.slide .picsum-img-wrapper img {
  object-fit: contain;
}
.my-account h2 {
  text-align: center;
  margin-bottom: 3rem;
  color: #312783;
}
.my-account .account-links a {
  text-decoration: none;
  font-weight: 600;
  font-size: 1.225rem;
}
.my-account component[data-name=saved-offers-list] h5 {
  font-weight: normal !important;
  font-family: "Inter" !important;
  color: #1D1D1F;
}
@charset "UTF-8";
/* Default styles based on the NR brand guidelines */
h1, h2, h3, h4, h5, h6, .h7, .h8 {
  font-family: "Open Sans" !important;
  font-weight: 600 !important;
  color: #312783;
}

a, span.login-link {
  color: #312783 !important;
  transition: 0.2s;
  cursor: pointer;
  text-decoration: underline;
}
a:hover, span.login-link:hover {
  color: #000F58 !important;
}

.para {
  font-family: "Inter" !important;
  color: #1D1D1F;
}
.para .para-squished {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.para.size-smallprint {
  font-size: 14px !important;
}
.para.size-00 {
  font-size: 16px !important;
}
.para.size-01 {
  font-size: 18px !important;
}
.para.size-02 {
  font-size: 21px !important;
}
.para.para-regular {
  font-weight: 400 !important;
}
.para.para-medium {
  font-weight: 600 !important;
}
.para.para-bold {
  font-weight: 700 !important;
}

button.nr-button, a.nr-button {
  font-family: "Inter";
  font-weight: 600;
  font-size: 18px;
  color: #FCC248 !important;
  background-color: #312783 !important;
  border-color: #312783 !important;
  border-radius: 6px;
  box-shadow: none;
  border: medium;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  transition: background-color 0.5s ease, border-color 0.5s ease, color 0.5s ease, transform 0.5s ease;
  text-decoration: none;
  cursor: pointer;
}
button.nr-button .btn-text, a.nr-button .btn-text {
  margin-right: 1rem;
}
button.nr-button:hover, a.nr-button:hover {
  background-color: #000f58 !important;
  transform: scale(1.02);
}
button.nr-button:disabled, a.nr-button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
}
button.nr-button:disabled:hover, a.nr-button:disabled:hover {
  transform: none;
  opacity: 0.65 !important;
}
button.nr-button.secondary, a.nr-button.secondary {
  background-color: #FCC248 !important;
  color: #312783 !important;
  font-size: 16px;
  border: 1px solid #312783;
}

a.nr-button::after {
  content: "→"/"";
  margin-left: 1rem;
}

@media (max-width: 1000px) {
  button.nr-button, a.nr-button {
    font-size: 1.1rem !important;
  }
}
.new_stylesheet div {
  color: black;
}
.offer .offer {
  margin-bottom: 1rem;
}
.offer .body-content {
  color: #312783;
  font-family: "Open Sans";
}
.offer .body-content .save-offer-button {
  display: flex;
  align-items: end;
  flex-direction: column;
  font-size: 16px;
}
.offer .body-content .save-offer-button span {
  transition: 0.2s;
  cursor: pointer;
  display: inline-block;
}
.offer .body-content .save-offer-button span:hover {
  color: #000F58;
  transform: scale(1.1);
}
.offer .body-content .offer-title {
  margin-top: 0.8rem;
  display: flex;
  justify-content: space-between;
}
.offer .body-content .offer-title h1 {
  font-size: 40px;
  font-weight: 600;
}
.offer .body-content .offer-title .offer-type-badge {
  font-size: 26px;
  background-color: #312783;
  color: white;
  padding: 4px 16px;
  font-weight: 600;
  cursor: default;
  align-content: center;
  flex: 0 0 auto;
  height: fit-content;
}
.offer .body-content .under-title {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
}
.offer .body-content .row {
  margin-top: 20px;
}
.offer .body-content .row .col {
  font-family: "Inter";
  font-size: 16px;
}
@media (max-width: 1250px) {
  .offer .save-offer-button {
    margin-top: 0 !important;
  }
  .offer h1 {
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
    font-size: 2rem !important;
  }
  .offer .offer-type-badge {
    font-size: 2rem !important;
  }
}
.offer ul.image-gallery {
  flex-direction: row;
  width: 100%;
}
.offer ul.image-gallery li {
  flex: 1 1 0 !important;
  min-width: 0;
}
.offer ul.image-gallery li img {
  display: block;
}
@media (max-width: 1100px) {
  .offer ul.image-gallery li:nth-child(2) {
    display: none;
  }
}
@media (max-width: 850px) {
  .offer h1 {
    font-size: 1.5rem !important;
  }
  .offer component[data-name=offer-map] .row:not(.pb-1) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .offer component[data-name=offer-map] .row:not(.pb-1) .map-container {
    border-radius: 0;
  }
  .offer .handoff-wrapper {
    padding: 1rem !important;
  }
  .offer .body-content .row {
    margin-top: 0.5rem;
  }
  .offer .para.size-00 {
    font-size: 15px !important;
  }
  .offer .offer-title {
    flex-direction: column;
    margin-top: 0 !important;
    margin-bottom: 0.75rem;
  }
  .offer .offer-title .offer-type-badge {
    font-size: 1.5rem !important;
    padding: 0 0.5rem !important;
    align-self: flex-start;
    margin-left: 1rem;
  }
  .offer .under-title {
    margin-top: 0.5rem !important;
    justify-content: flex-start !important;
  }
  .offer .under-title component[data-name=category-badge] span {
    font-size: 1rem !important;
    padding: 0.25rem !important;
  }
  .offer ul.image-gallery {
    margin-top: 0.75rem;
  }
  .offer .save-offer-button {
    align-items: start !important;
    padding-left: 0.6rem !important;
    font-size: 15px !important;
  }
}
@media (max-width: 400px) {
  .offer .para.size-00 {
    font-size: 14px !important;
  }
  .offer .handoff-wrapper {
    padding: 1rem !important;
    flex-direction: column;
    gap: 0.5rem !important;
  }
  .offer .handoff-wrapper .offer-type {
    margin-right: 0 !important;
  }
  .offer component[data-name=gallery] {
    position: relative;
    height: 250px;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
  }
  .offer ul.image-gallery {
    position: absolute;
    margin-top: 0;
    left: -1rem;
    border-radius: 0;
    width: calc(100% + 2rem);
  }
  .offer ul.image-gallery li {
    height: 250px !important;
  }
}
.offer-details h2 {
  background-color: #000F58;
  color: white;
  font-size: 18px;
  padding: 16px calc((100% - 1200px) / 2);
  font-family: "Inter";
}
.offer-details .row {
  padding: 0 calc((100% - 1200px) / 2);
  color: #312783;
  font-family: "Open Sans";
  font-size: 16px;
  padding-bottom: 2rem;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
.offer-details .row .col {
  padding-top: 2rem;
  padding-right: 5%;
}
.offer-details .row .col h3 {
  font-size: 16px;
  font-weight: 600;
}
.offer-details .row .col h3:not(:first-of-type) {
  margin-top: 1rem;
}
.offer-details .row .col h3 i {
  margin-right: 0.5rem;
}
.offer-details .row .yellow-button {
  background-color: #FCC248;
  font-family: "Inter";
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  color: #312783;
  border: 1px solid #312783;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.offer-details .row .yellow-button:hover, .offer-details .row .yellow-button:focus {
  background-color: #f4a604;
}
.offer-details .row .yellow-button i {
  margin-left: 1rem;
}
.offer-details .station-accessibility {
  border: 1px solid #B2BAD3;
  border-radius: 16px;
  padding: 1rem;
}
.offer-details .station-accessibility .info-list-item {
  display: flex;
  gap: 0.5rem;
}
.offer-details .station-accessibility .info-list-item .green-check {
  color: #2E7F40;
}
@media (max-width: 1200px) {
  .offer-details h2 {
    padding: 0.5rem 1rem;
    font-size: 16px;
    margin: 0;
  }
  .offer-details .row {
    padding: 1rem;
  }
  .offer-details .row .col {
    padding-top: 0.75rem;
    font-size: 14px;
  }
  .offer-details .row .col h3 {
    font-size: 14px;
  }
  .offer-details .row a.nr-button {
    padding: 0.75rem;
  }
  .offer-details .para.size-00 {
    font-size: 14px !important;
  }
  .offer-details app-map {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .offer-details .row .col:first-of-type {
    padding-top: 0;
  }
}
.page-not-found .body-content {
  font-family: "Inter";
  margin-top: 2rem;
}
.page-not-found .body-content .not-found-wrapper h2 {
  font-family: "Open Sans";
  color: #312783;
  font-weight: 600;
}
.page-not-found .body-content .not-found-wrapper .sub-title {
  font-weight: bolder;
}
.page-not-found .body-content .not-found-wrapper div {
  font-size: 1.25rem;
}
.saved-search-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.saved-search-list li.saved-search-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  font-size: 1.225rem;
  color: #312783;
  border-radius: 6px;
  padding: 10px;
}
.saved-search-list li.saved-search-item .search-name, .saved-search-list li.saved-search-item .search-link {
  font-weight: 600;
}
.saved-search-list li.saved-search-item .search-date, .saved-search-list li.saved-search-item .search-text {
  text-align: center;
}
.saved-search-list li.saved-search-item .search-link-container {
  display: flex;
  justify-content: center;
}
.saved-search-list li.saved-search-item .delete-button {
  text-align: right;
  color: firebrick;
  font-size: 1.25rem;
}
.saved-search-list li.saved-search-item .delete-button i {
  transition: 0.2s;
  cursor: pointer;
}
.saved-search-list li.saved-search-item .delete-button i:hover {
  transform: scale(1.1);
}
.saved-search-list li.saved-search-item .search-link {
  background-color: #FCC248;
  border-radius: 4px;
  border: 1px solid #312783;
  padding: 0.25rem 0.75rem;
  font-size: 1.1rem;
  width: 115px;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
}
.saved-search-list li.saved-search-item .search-link:hover {
  background-color: #edb745;
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .search-name {
    text-align: center;
  }
  li.saved-search-item {
    position: relative;
    gap: 0.25rem;
  }
  .delete-button {
    position: absolute;
    top: 1rem;
    right: 0.5rem;
    width: fit-content;
  }
}
.search-wrapper {
  margin-bottom: 3rem;
}
.search-wrapper component[data-name=save-search] {
  display: flex;
  justify-content: end;
  font-size: 16px;
  color: #312783;
  margin-top: 1rem;
}
.search-wrapper component[data-name=save-search] span {
  cursor: pointer;
  transition: 0.2s;
}
.search-wrapper component[data-name=save-search] span:hover {
  color: #000F58;
  transform: scale(1.1);
}

#save-search-modal.modal-body {
  width: 300px;
}
#save-search-modal.modal-body .row {
  align-items: center;
}

.search-bar {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  background-color: #B2BAD3;
  border-radius: 1rem;
}
.search-bar .stacked-input {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  padding: 3px;
}
.search-bar .stacked-input .input-group-text {
  width: 100%;
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  text-align: left;
  margin-left: 0 !important;
  padding-bottom: 0;
  border: none;
}
.search-bar .stacked-input .form-control:not(.dr-inner) {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  margin-left: 0 !important;
  font-size: 1.15rem;
  padding-top: 0 !important;
}
.search-bar .stacked-input .form-control:not(.dr-inner) .ss-main {
  border: none;
  padding-left: 0 !important;
}
.search-bar .stacked-input .form-control:not(.dr-inner) .ss-main:focus {
  box-shadow: none;
}
.search-bar .stacked-input .form-control:not(.dr-inner) .ss-main .ss-placeholder {
  padding-left: 0 !important;
}
.search-bar .stacked-input .dr-inner {
  border: none !important;
  padding: 0 !important;
  font-size: 1.15rem;
}
.search-bar .stacked-input app-date-range .btn {
  right: 0.5rem;
  top: -0.5rem;
}
.search-bar .stacked-input.input-start {
  border-radius: 0.375rem 0 0 0.375rem;
  border: 1px solid #8b96a4;
}
.search-bar .stacked-input.input-mid {
  border-radius: 0;
  border: 1px solid #8b96a4;
}
.search-bar .stacked-input.input-end {
  border-radius: 0 0.375rem 0.375rem 0;
  border: 1px solid #8b96a4;
}
.search-bar .nr-button.search-button {
  align-items: center;
  font-weight: 600;
  padding: 0 1.5rem;
  display: flex;
  min-width: 300px;
  font-size: 1.25rem;
}
.search-bar .nr-button .btn-text {
  display: flex;
  margin-right: auto;
}
.search-bar .nr-button i {
  margin-left: 1rem;
}
.search-bar app-dropdown-searchable .btn-close {
  transform: scale(0.8);
  position: absolute;
  right: 0.9rem;
  top: -1.5rem;
}
.search-bar input#search-counties-dropdown {
  border-radius: 0 !important;
}
.search-bar .input-mid app-dropdown-searchable .btn-close.clear-button {
  opacity: 1;
  top: 0.7rem;
}

.quick-search-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.quick-search-buttons .quick-search-button {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 16px;
  color: #312783;
  cursor: pointer;
  transition: 0.2s;
}
.quick-search-buttons .quick-search-button:hover {
  color: #000F58;
  transform: scale(1.1);
}

.search-categories {
  font-family: "Inter";
  color: #312783;
}
.search-categories .search-category {
  margin-bottom: 1rem;
}
.search-categories .search-category h3 {
  font-size: 1.4rem;
  font-weight: 600;
}
.search-categories .search-category .form-check input, .search-categories .search-category .form-check label {
  cursor: pointer;
}

.search-order {
  display: flex;
  justify-content: flex-end;
  font-family: "Inter";
  color: #312783;
}
.search-order .search-order-control label {
  font-weight: 700;
}
.search-order #order-dropdown {
  color: #312783 !important;
}

.search-results ul.offer-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
  list-style: none;
  margin: 1rem auto 0;
  justify-content: center;
}
.search-results ul.offer-cards li {
  display: flex;
  flex: 1 1 200px;
  max-width: 250px;
  width: 100%;
}
.search-results ul.offer-cards li app-offer-card {
  display: flex;
  width: 100%;
}

.offer-card {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px 0px;
  display: flex;
  flex-direction: column;
  font-family: "Inter";
  color: #312783;
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
  transition: 0.7s;
}
.offer-card .image-container {
  height: 14rem;
  overflow: hidden;
  position: relative;
}
.offer-card .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s;
}
.offer-card .image-container .discount-type {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #312783;
  color: #fff !important;
  padding: 0.25rem 1rem;
}
.offer-card .image-container .discount-type.offer-2for1 {
  background-color: #951B81;
}
.offer-card .image-container .discount-type.offer-free {
  background-color: #E81B2C;
}
.offer-card .image-container .discount-type.offer-set-price-discount, .offer-card .image-container .discount-type.offer-other-offer {
  background-color: #76B82A;
}
.offer-card .image-container .discount-type .para {
  color: #fff !important;
}
.offer-card .offer-card-body {
  text-align: center;
  margin: 1.5rem;
  position: relative;
}
.offer-card .offer-card-body h3 {
  font-family: "Open Sans";
  font-size: 1.4rem;
  font-weight: 600;
}
.offer-card .offer-card-body .offer-card-icon {
  background-color: #FCC248;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #312783;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
.offer-card .offer-card-body .offer-card-icon i {
  font-size: 1.25rem;
}
.offer-card:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 15px 0px;
  transform: scale(1.02);
}
.offer-card:hover img {
  transform: scale(1.04);
}

@media (max-width: 1250px) {
  .nr-button.search-button {
    min-width: 220px !important;
    padding: 1rem !important;
    font-size: 1.16rem !important;
  }
}
@media (max-width: 800px) {
  .search-wrapper {
    margin-bottom: 1rem !important;
  }
  .search-bar {
    flex-direction: column;
  }
  .search-bar .stacked-input.input-start {
    border-radius: 0.375rem;
  }
  .search-bar .stacked-input.input-mid {
    border-radius: 0.375rem;
  }
  .search-bar .stacked-input.input-end {
    border-radius: 0.375rem;
  }
}
@media (max-width: 768px) {
  .search-order {
    justify-content: start;
    margin-bottom: 1rem;
  }
  .search-wrapper component[data-name=save-search] {
    justify-content: start;
    margin-left: 0.5rem;
  }
  .search-categories {
    margin-left: 0.5rem;
  }
  .quick-search-buttons {
    flex-direction: column;
    gap: 1rem;
  }
  .quick-search-buttons .quick-search-button {
    justify-content: center;
  }
}
@media (max-width: 400px) {
  component[data-name=search-bar] {
    position: relative;
    height: 275px;
    width: 100%;
    margin-bottom: 1rem;
  }
  .search-bar {
    position: absolute;
    left: -1.25rem;
    border-radius: 0;
    width: calc(100% + 2.5rem);
  }
}
.search-old .search-wrapper {
  margin-bottom: 3rem;
}
.search-old .search-wrapper component[data-name=save-search] {
  display: flex;
  justify-content: end;
  font-size: 16px;
  color: #312783;
  margin-top: 1rem;
}
.search-old .search-wrapper component[data-name=save-search] span {
  cursor: pointer;
  transition: 0.2s;
}
.search-old .search-wrapper component[data-name=save-search] span:hover {
  color: #000F58;
  transform: scale(1.1);
}
.search-old #save-search-modal.modal-body {
  width: 300px;
}
.search-old #save-search-modal.modal-body .row {
  align-items: center;
}
.search-old .search-bar {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  background-color: #B2BAD3;
  border-radius: 1rem;
}
.search-old .search-bar .stacked-input {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.search-old .search-bar .stacked-input .input-group-text {
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: 1px solid #8b96a4;
  border-bottom: none;
  border-radius: 0.375rem 0.375rem 0 0 !important;
  background-color: #fff;
  text-align: left;
  margin-left: 0 !important;
  padding-bottom: 0;
}
.search-old .search-bar .stacked-input .form-control:not(.dr-inner) {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: 1px solid #8b96a4;
  border-top: none;
  border-radius: 0 0 0.375rem 0.375rem !important;
  margin-left: 0 !important;
  font-size: 1.15rem;
  padding-top: 0 !important;
  padding-bottom: 2px !important;
}
.search-old .search-bar .stacked-input .form-control:not(.dr-inner) .ss-main {
  border: none;
  padding-left: 0 !important;
}
.search-old .search-bar .stacked-input .form-control:not(.dr-inner) .ss-main:focus {
  box-shadow: none;
}
.search-old .search-bar .stacked-input .form-control:not(.dr-inner) .ss-main .ss-placeholder {
  padding-left: 0 !important;
}
.search-old .search-bar .stacked-input .dr-inner {
  border: none !important;
  padding: 0 !important;
  font-size: 1.15rem;
}
.search-old .search-bar .stacked-input app-date-range .btn {
  right: 0.5rem;
  top: -0.5rem;
}
.search-old .search-bar .stacked-input.input-start .input-group-text {
  border-top-right-radius: 0 !important;
}
.search-old .search-bar .stacked-input.input-start .form-control {
  border-bottom-right-radius: 0 !important;
}
.search-old .search-bar .stacked-input.input-mid .input-group-text, .search-old .search-bar .stacked-input.input-mid .form-control {
  border-radius: 0 !important;
}
.search-old .search-bar .stacked-input.input-end .input-group-text {
  border-top-left-radius: 0 !important;
}
.search-old .search-bar .stacked-input.input-end .form-control {
  border-bottom-left-radius: 0 !important;
}
.search-old .search-bar .nr-button.search-button {
  align-items: center;
  font-weight: 600;
  padding: 0 1.5rem;
  display: flex;
  min-width: 300px;
  font-size: 1.25rem;
}
.search-old .search-bar .nr-button .btn-text {
  display: flex;
  margin-right: auto;
}
.search-old .search-bar .nr-button i {
  margin-left: 1rem;
}
.search-old .search-bar app-dropdown-searchable .btn-close {
  transform: scale(0.8);
  position: absolute;
  right: 0.9rem;
  top: -1.5rem;
}
.search-old .quick-search-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.search-old .quick-search-buttons .quick-search-button {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 16px;
  color: #312783;
  cursor: pointer;
  transition: 0.2s;
}
.search-old .quick-search-buttons .quick-search-button:hover {
  color: #000F58;
  transform: scale(1.1);
}
.search-old .search-categories {
  font-family: "Inter";
  color: #312783;
}
.search-old .search-categories .search-category {
  margin-bottom: 1rem;
}
.search-old .search-categories .search-category h3 {
  font-size: 1.4rem;
  font-weight: 600;
}
.search-old .search-categories .search-category .form-check input, .search-old .search-categories .search-category .form-check label {
  cursor: pointer;
}
.search-old .search-order {
  display: flex;
  justify-content: flex-end;
  font-family: "Inter";
  color: #312783;
}
.search-old .search-order app-dropdown-searchable {
  padding: 0;
  border: none;
  min-width: 185px;
}
.search-old .search-order app-dropdown-searchable .ss-main.slim-select {
  border: none;
}
.search-old .search-order app-dropdown-searchable .ss-single::before {
  content: "Sort by:";
  margin-right: 0.25rem;
  font-weight: 700;
}
.search-old .search-order app-dropdown-searchable .ss-placeholder {
  font-weight: 700;
}
.search-old .search-order app-dropdown-searchable .ss-placeholder, .search-old .search-order app-dropdown-searchable .ss-values, .search-old .search-order app-dropdown-searchable .ss-single, .search-old .search-order app-dropdown-searchable .ss-option {
  color: #312783 !important;
}
.search-old .search-order app-dropdown-searchable .ss-arrow path {
  stroke: #312783 !important;
}
.search-old .search-results ul.offer-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
  list-style: none;
  margin: 1rem auto 0;
  justify-content: center;
}
.search-old .search-results ul.offer-cards li {
  display: flex;
  flex: 1 1 200px;
  max-width: 250px;
  width: 100%;
}
.search-old .search-results ul.offer-cards li app-offer-card {
  display: flex;
  width: 100%;
}
.search-old .offer-card {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px 0px;
  display: flex;
  flex-direction: column;
  font-family: "Inter";
  color: #312783;
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
  transition: 0.7s;
}
.search-old .offer-card .image-container {
  height: 14rem;
  overflow: hidden;
  position: relative;
}
.search-old .offer-card .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s;
}
.search-old .offer-card .image-container .discount-type {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #312783;
  color: #fff !important;
  padding: 0.25rem 1rem;
}
.search-old .offer-card .image-container .discount-type.offer-2for1 {
  background-color: #951B81;
}
.search-old .offer-card .image-container .discount-type.offer-free {
  background-color: #E81B2C;
}
.search-old .offer-card .image-container .discount-type.offer-set-price-discount, .search-old .offer-card .image-container .discount-type.offer-other-offer {
  background-color: #76B82A;
}
.search-old .offer-card .image-container .discount-type .para {
  color: #fff !important;
}
.search-old .offer-card .offer-card-body {
  text-align: center;
  margin: 1.5rem;
  position: relative;
}
.search-old .offer-card .offer-card-body h3 {
  font-family: "Open Sans";
  font-size: 1.4rem;
  font-weight: 600;
}
.search-old .offer-card .offer-card-body .offer-card-icon {
  background-color: #FCC248;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #312783;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
.search-old .offer-card .offer-card-body .offer-card-icon i {
  font-size: 1.25rem;
}
.search-old .offer-card:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 15px 0px;
  transform: scale(1.02);
}
.search-old .offer-card:hover img {
  transform: scale(1.04);
}
@media (max-width: 1250px) {
  .search-old .nr-button.search-button {
    min-width: 220px !important;
    padding: 1rem !important;
    font-size: 1.16rem !important;
  }
}
@media (max-width: 800px) {
  .search-old .search-wrapper {
    margin-bottom: 1rem !important;
  }
  .search-old .search-bar {
    flex-direction: column;
  }
  .search-old .search-bar .stacked-input.input-start .input-group-text, .search-old .search-bar .stacked-input.input-mid .input-group-text, .search-old .search-bar .stacked-input.input-end .input-group-text {
    border-top-right-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
  }
  .search-old .search-bar .stacked-input.input-start .form-control, .search-old .search-bar .stacked-input.input-mid .form-control, .search-old .search-bar .stacked-input.input-end .form-control {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
}
@media (max-width: 768px) {
  .search-old .search-order {
    justify-content: start;
    margin-bottom: 1rem;
  }
  .search-old .search-wrapper component[data-name=save-search] {
    justify-content: start;
    margin-left: 0.5rem;
  }
  .search-old .search-categories {
    margin-left: 0.5rem;
  }
  .search-old .quick-search-buttons {
    flex-direction: column;
    gap: 1rem;
  }
  .search-old .quick-search-buttons .quick-search-button {
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .search-old component[data-name=search-bar] {
    position: relative;
    height: 275px;
    width: 100%;
    margin-bottom: 1rem;
  }
  .search-old .search-bar {
    position: absolute;
    left: -1rem;
    border-radius: 0;
    width: calc(100% + 2rem);
  }
}
.search-results .body-content {
  margin-top: 2rem;
}
.search-results .para-squished .show-mobile {
  display: none;
}
.search-results h1 {
  font-weight: 600;
  font-size: 2.5rem;
  color: #312783;
  margin-bottom: 3rem;
}
.search-results .t-pagination {
  font-family: "Inter";
  padding: 1rem;
}
.search-results .t-pagination a, .search-results .t-pagination select {
  cursor: pointer;
}
.search-results .t-pagination select option {
  font-family: "Inter";
}
.search-results .t-pagination.page-size-picker span {
  margin-right: 0.5rem;
}
@media (max-width: 1250px) {
  .search-results .body-content {
    margin-top: 0;
  }
  .search-results h1 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .search-results .para-squished .show-mobile {
    display: unset;
  }
  .search-results .para-squished .show-full {
    display: none;
  }
  .search-results .para-squished {
    width: auto;
  }
}
.search-results-old .body-content {
  margin-top: 2rem;
}
.search-results-old h2 {
  font-weight: 600;
  font-size: 2.5rem;
  color: #312783;
  margin-bottom: 3rem;
}
.search-results-old .t-pagination {
  font-family: "Inter";
  padding: 1rem;
}
.search-results-old .t-pagination a, .search-results-old .t-pagination select {
  cursor: pointer;
}
.search-results-old .t-pagination select option {
  font-family: "Inter";
}
.search-results-old .t-pagination.page-size-picker span {
  margin-right: 0.5rem;
}
@media (max-width: 1250px) {
  .search-results-old .body-content {
    margin-top: 0;
  }
  .search-results-old h2 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
.simple-text-page-styles h1, .simple-text-page-styles h2, .simple-text-page-styles h3 {
  color: #312783;
  margin-bottom: 1.5rem;
}
.simple-text-page-styles ul, .simple-text-page-styles li {
  padding: revert;
  margin: revert;
}
.simple-text-page-styles .main-site-footer .bottom-footer ul,
.simple-text-page-styles .main-site-footer .bottom-footer li {
  padding: 0;
  margin: 0;
}
.simple-text-page-styles .page-main-text, .simple-text-page-styles .page-attraction-search-results {
  text-align: center;
  margin-bottom: 1.5rem;
}
.simple-text-page-styles .offer-cards {
  margin-bottom: 1.5rem !important;
}
.simple-text-page-styles .redeem-voucher-message {
  margin-bottom: 20rem;
}
.simple-text-page-styles p:not(div.mb-3 > p, .main-site-footer .bottom-footer p) {
  margin-bottom: 1rem !important;
}
.test .test-content {
  font-family: "Inter";
  font-size: 16px;
  color: rgb(29, 29, 31);
}
.test .test-content h2, .test .test-content h3, .test .test-content h4, .test .test-content h5 {
  font-weight: 600;
  color: #312783;
  margin-top: 20px;
  font-family: "Open Sans";
}
.test .test-content h2 {
  font-size: 40px;
  margin-top: 27px;
}
.test .test-content h5 {
  margin-top: 10px;
}
.test .test-content a {
  display: block;
}
.test .test-content img {
  margin-top: 20px;
  border-radius: 1.5rem;
  width: 50%;
  text-align: center;
}
.test .search-results {
  padding-bottom: 60px;
}
.test_two h1 {
  color: green;
}
.test_two h1 .test {
  color: blue;
}
.text-page-styles .page-text ul, .text-page-styles .page-text li, .text-page-styles .page-main-text ul, .text-page-styles .page-main-text li {
  list-style-type: revert;
}
.voucher-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.voucher-list li.voucher {
  display: flex;
  align-items: center;
  background-color: #fff;
  font-size: 1.225rem;
  color: #312783;
  border-radius: 6px;
  padding: 10px;
}
.voucher-list li.voucher > :first-child {
  margin-right: auto;
}
.voucher-list li.voucher .offer-name, .voucher-list li.voucher .offer-type, .voucher-list li.voucher .code-link, .voucher-list li.voucher .prefix {
  font-weight: 600;
}
.voucher-list li.voucher .offer-name {
  margin-left: 1rem;
}
.voucher-list li.voucher .code-link {
  background-color: #FCC248;
  border-radius: 4px;
  border: 1px solid #312783;
  padding: 0.25rem 0.75rem;
  font-size: 1.1rem;
  width: 115px;
  text-align: center;
  transition: 0.2s;
}
.voucher-list li.voucher .code-link:hover {
  background-color: #edb745;
  transform: scale(1.02);
}
.voucher-list li.voucher .code-link.expired {
  background-color: #e68e8e;
  transform: none;
  cursor: default;
}
.voucher-list li.voucher .code-link.not-claimable {
  background-color: #b4a890;
  transform: none;
  cursor: default;
}

@media (max-width: 768px) {
  .voucher.row {
    justify-content: center;
    gap: 1rem;
  }
  .voucher.row .col-12 {
    text-align: center;
  }
}
.voucher_one .voucher-container {
  font-family: "Inter";
}
.voucher_one .voucher-container .voucher-box {
  background-color: #D7D4EC;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.voucher_one .voucher-container .voucher-box .offer-type-badge {
  font-family: "Open Sans";
  font-size: 26px;
  background-color: #312783;
  color: white;
  padding: 4px 16px;
  font-weight: 600;
  cursor: default;
  align-content: center;
}
.voucher_one .voucher-container .voucher-box .voucher-blurb {
  font-family: "Inter";
  font-size: 1.5rem;
  margin: 1.5rem 0 2rem 0;
  text-align: center;
}
.voucher_one .voucher-container .voucher-box .voucher-pre-book {
  font-family: "Inter";
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.voucher_one .voucher-container .voucher-box .qr-container {
  background-color: #fff;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voucher_one .voucher-container .voucher-box .voucher-general {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 16px;
}
.voucher_one .voucher-container .voucher-box .voucher-code-box {
  font-size: 1.5rem;
  font-family: "Inter";
  font-weight: 600;
  background-color: #fff;
  padding: 0.25rem 0.75rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.voucher_one .voucher-container .voucher-box .voucher-code-box.smaller {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.voucher_one .voucher-container .voucher-small-print {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.voucher_one .voucher-container .nr-button {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
