/* open terminal */
/* cd css */
/* sass --watch app.scss:app.css --style expanded */
html {
  scroll-behavior: smooth;
}

a.new-window:after {
  font-family: "visa-icon";
  content: "\e852";
  padding-left: 2px;
}
a.vs-btn {
  width: auto !important;
}
a.blue-link {
  color: #1434cb;
  text-decoration: underline;
}
a.green-link {
  color: #63e293 !important;
  text-decoration: underline;
}
a.wirex-link {
  color: #00a651 !important;
  text-decoration: underline;
}
a.round-button {
  border-radius: 25px;
  padding: 10px 23px;
  font-family: "visa-font-latin-light", Tahoma;
  text-decoration: none;
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
a.round-button.secondary-block {
  background-color: #00a651;
  color: white;
  border: 1px solid #00a651;
}
a.round-button.secondary-block:hover {
  background-color: #008e48;
}
a.round-button.white-clear {
  border: 1px solid white;
  color: white;
}
a.round-button.white-clear:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
a.round-button.white-block {
  border: 1px solid white;
  color: #000;
}
a.round-button.white-block:hover {
  background-color: #f2f2f2;
}
a.round-button.green-clear {
  font-weight: normal;
  text-transform: none;
  color: #00a651;
}

img.full-width {
  width: 100%;
}

h1 {
  font-family: "visa-font-latin-semi-bold", Tahoma;
  font-size: 42px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 42px;
  }
}

h2 {
  font-family: "visa-font-latin-semi-bold", Tahoma;
}

p {
  font-family: "visa-font-latin-light", Tahoma;
  font-size: 17px;
}
p.form-sub {
  color: #63e293;
}
p span.mail-link {
  color: #1434cb;
}
p span.overline {
  font-family: "visa-font-latin-semi-bold", Tahoma;
  text-transform: uppercase;
}
p[role=alert] {
  background-color: red;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.row.marquee {
  position: relative;
  overflow: hidden;
  background-size: contain;
  background-position: top;
  background-color: white;
  background-repeat: no-repeat;
  height: 50vw;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.row.marquee .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vw;
  object-fit: cover; /* Ensures the video covers the container */
  z-index: 0; /* Ensures the video stays behind the text */
}
.row.marquee .logo-row {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.row.marquee .inner {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  justify-content: center;
  position: absolute;
  z-index: 1;
}
.row.marquee .inner h1 {
  max-width: 100%;
}
.row.marquee .inner h1 span {
  color: #63e293;
}
.row.marquee .inner p {
  font-size: 14px;
  max-width: 100%;
}
.row.marquee .inner p span {
  color: #63e293;
}
@media (min-width: 767px) {
  .row.marquee .inner h1,
  .row.marquee .inner p {
    max-width: 8%;
  }
}
@media (min-width: 992px) {
  .row.marquee .inner h1,
  .row.marquee .inner p {
    max-width: 65%;
  }
}
@media (min-width: 1200px) {
  .row.marquee .inner h1,
  .row.marquee .inner p {
    max-width: 50%;
  }
}
.row.marquee .button-row {
  width: 100%;
}
.row.marquee-mobile {
  background-image: url("../images/header-mobile.jpg");
  height: 726px;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
}
.row.marquee-mobile h1 {
  color: white;
}
.row.marquee-mobile h1 span {
  color: #63e293;
}
.row.marquee-mobile p {
  z-index: 1;
  position: relative;
  color: white;
}
.row.marquee-mobile .header-logos {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.row.marquee-mobile .header-logos img {
  max-width: 40%;
}
.row.marquee-mobile.sub {
  background-image: url("../images/assassins-creed-header-mobile.jpg");
  background-position: right;
}
.row.marquee-thanks {
  background-image: url("../images/assassins-creed-header-desktop.jpg");
  background-size: cover;
  background-position: bottom right;
  background-color: #480004;
  height: 37.2vw;
  align-items: center;
}
.row.marquee-thanks .inner {
  color: white;
}
.row.jump-nav {
  border-bottom: 1px solid #e6e6e6;
}
.row.jump-nav ul {
  list-style-type: none;
  font-family: "visa-font-latin-light", Tahoma;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
}
.row.jump-nav ul li:hover {
  border-bottom: 3px solid #00a651;
}
.row.jump-nav ul a {
  color: #2c2c2c;
  text-decoration: none;
}
.row.entry-form-row {
  background-image: url("../images/form-bg.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  padding: 2em;
  color: white;
  flex-direction: column;
}
.row.entry-form-row h2 {
  font-size: 24px;
}
.row.entry-form-row h2 span.highlight {
  color: #bcfec2;
}
@media (min-width: 767px) {
  .row.entry-form-row h2 {
    font-size: 40px;
  }
}
.row.entry-form-row p span.sub-heading {
  font-family: "visa-font-latin-semi-bold", Tahoma;
  font-size: 24px;
  color: #63e293;
}
.row.entry-form-row .entry-form label,
.row.entry-form-row .entry-form legend > span {
  color: white;
  margin-bottom: 0px !important;
}
.row.entry-form-row .entry-form strong.required {
  color: white;
}
.row.entry-form-row .entry-form .vs-card-field {
  margin-top: 0px;
}
.row.entry-form-row .entry-form h1 {
  color: white !important;
  text-align: left;
  font-family: "visa-font-latin-light", Tahoma;
  font-size: 32px;
  font-weight: 100;
  margin-top: 0 !important;
}
.row.entry-form-row .entry-form input {
  border: none !important;
}
.row.entry-form-row .entry-form p[role=alert] {
  color: white;
}
.row.entry-form-row .entry-form .hydrated .vs-form input.vs-checkbox:checked {
  background-color: white;
}
.row .how-to {
  padding: 2em;
}
@media (min-width: 767px) {
  .row .how-to {
    padding: 2em 2em 2em 15vw;
  }
}
.row .how-to h2 {
  color: #1434cb;
}
.row .how-to p {
  font-size: 1.125rem;
}
.row .how-to ol {
  font-family: "visa-font-latin-light", Tahoma;
  padding-left: 0;
}
.row .how-to ol li {
  list-style-type: none;
  display: flex;
}
.row .how-to ol li:nth-child(1)::before {
  content: url("../images/contactless-icon.png");
}
.row .how-to ol li:nth-child(2)::before {
  content: url("../images/form-icon.png");
}
.row .how-to ol li:nth-child(3)::before {
  content: url("../images/submit-icon.png");
}
.row .how-to ol li:nth-child(4)::before {
  content: url("../images/visa-IC-cards.png");
}
.row .how-to ol li span {
  margin-left: 1em;
  margin-bottom: 1em;
}
.row.quest {
  background-color: #000;
}
.row.quest h2.title {
  color: #c31315;
  text-align: center;
}
.row.quest p.sub-title {
  color: white;
  text-align: center;
}
.row.quest .row.character-row {
  display: flex;
  flex-wrap: nowrap;
}
.row.quest .row.character-row h2 {
  color: white;
}
.row.quest .row.character-row a {
  color: #c31315;
  text-decoration: none;
}
.row.quest .row.character-row a::after {
  height: 17px;
  position: absolute;
  margin-top: 5px;
  padding-left: 5px;
}
.row.quest .row.character-row img {
  width: 100%;
}
@media (min-width: 767px) {
  .row.quest .row.character-row .characters {
    opacity: 0.6;
  }
  .row.quest .row.character-row .characters:hover {
    opacity: 1;
  }
  .row.quest .row.character-row .characters:hover a {
    color: #c31315;
  }
  .row.quest .row.character-row .characters img {
    max-width: 65%;
  }
  .row.quest .row.character-row .characters a {
    color: white;
  }
}
.row.quote-row h2.quote {
  font-size: 33px;
}
.row.quote-row img.source {
  margin-bottom: 2em;
  border-radius: 100%;
  border: 2px solid #00a651;
}
@media (min-width: 767px) {
  .row.quote-row img.source {
    width: 100%;
    margin-bottom: 0;
  }
}
.row.promo-info {
  background-image: url("../images/promo-info-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 7.5em 0;
  color: white;
}
.row.wirex {
  background-image: url("../images/WIREX-BG-MOB.jpg");
  background-size: cover;
  background-position: center;
  padding: 7.5em 0;
  color: white;
  position: relative;
}
@media (min-width: 767px) {
  .row.wirex {
    background-image: url("../images/WIREX_BG.jpg");
  }
}
.row.wirex a {
  color: #000;
  font-family: "visa-font-latin-light", Tahoma;
  background: white;
  border-radius: 25px;
  padding: 15px 20px;
}
.row.wirex a span {
  color: #1434cb;
}
.row.wirex a:hover {
  text-decoration: none;
}
.row.footer-row {
  justify-content: space-between;
}
.row.header-logos {
  align-items: center;
  z-index: 1;
  position: absolute;
  top: 0;
  justify-content: space-between;
  width: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  color: #5c5c5c;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 2em;
  border-radius: 100%;
}
@media (max-width: 766px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: calc(50% - 64px);
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide .inner {
  text-align: left;
}
.swiper-slide .inner h3 {
  font-family: "visa-font-latin-semi-bold", Tahoma;
}
.swiper-slide .inner a {
  color: #00a651;
}
.swiper-slide .inner a:hover {
  text-decoration: underline;
}

#submitBtn {
  border-radius: 25px;
  padding: 10px 23px;
  font-family: "visa-font-latin-light", Tahoma;
  text-decoration: none;
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #00a651;
  color: white;
  border: 1px solid #00a651;
  width: auto;
}

.vs-text {
  color: white !important;
}

.visa-icon.visa-icon-info.tooltipbutton {
  color: white !important;
}

.vs-row.vs-mr-auto.vs-px-0.vs-card-field.vs-mb-0 {
  margin-top: 3px !important;
}

vs-checkbox.vs-col-12.vs-pl-0.hydrated {
  margin: 10px 0;
}

#id-tooltip-tooltipVOP_LAST_FOUR {
  background-color: #d9d9d9;
  padding-right: 1em;
}
#id-tooltip-tooltipVOP_LAST_FOUR h2.vs-lead {
  display: none !important;
}
#id-tooltip-tooltipVOP_LAST_FOUR p[role=alert] {
  font-size: 12px !important;
  background-color: transparent;
  color: #000;
}

.vs-tooltip-dialog i::after {
  background-color: #d9d9d9 !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/*# sourceMappingURL=app.css.map */
