/* open terminal */
/* cd css */
/* sass --watch app.scss:app.css --style expanded */
a.new-window:after {
  font-family: "visa-icon";
  content: "\e852";
  padding-left: 2px;
}
a.vs-btn {
  width: auto !important;
}
a.blue-link {
  color: #053da6;
  text-decoration: underline;
}
a.light-blue-link {
  color: #97d5ef;
  text-decoration: underline;
}
a.white-link {
  color: white;
  text-decoration: underline;
}
a.tsb-primary-cta {
  background-color: #002186;
  color: white;
  border-radius: 30px;
  padding: 8px 40px;
  display: block;
}
@media (min-width: 767px) {
  a.tsb-primary-cta {
    display: inline;
  }
}
a.tsb-primary-cta:hover {
  background-color: #053da6;
  text-decoration: none;
}
a.tsb-secondary-cta {
  background-color: white;
  color: #053da6;
  border-radius: 30px;
  padding: 8px 40px;
  border: 1px solid #053da6;
}
a.tsb-secondary-cta:hover {
  color: white;
  background-color: #053da6;
  text-decoration: none;
}

span.bold-text {
  font-family: "TSB-Heavy" !important;
}

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

html {
  font-size: clamp(14px, 1.5vw, 18px);
}

@font-face {
  font-family: "TSB-Bold";
  src: url(../fonts/tsb-fonts/TSBCastledown-Bold-v2.004.otf) format("opentype");
}
@font-face {
  font-family: "TSB-Heavy";
  src: url(../fonts/tsb-fonts/TSBCastledown-Heavy-v2.004.otf) format("opentype");
}
@font-face {
  font-family: "TSB-Regular";
  src: url(../fonts/tsb-fonts/TSBCastledown-Regular-v2.004.otf) format("opentype");
}
h1,
h2,
h3 {
  font-family: "TSB-Heavy";
  color: #00012e;
}

h1.lite {
  font-size: 24px;
}

p,
ol,
ul,
a,
strong {
  font-size: 1rem;
  font-family: "TSB-Regular" !important;
}

ol {
  padding-left: 1rem;
  font-weight: bold;
}
ol span {
  font-weight: 400;
}

header {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}

footer {
  background-color: #f4f5f7;
  color: #00012e;
}
footer .container {
  max-width: 82pc;
}
footer ul {
  list-style-type: none;
  padding-left: 0;
}
footer ul li {
  margin-bottom: 9pt;
  padding-left: 0;
}
footer ul li a {
  color: #053da6;
}
footer ul li a:hover {
  text-decoration: none;
}
footer img {
  width: fit-content;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row.marquee {
  position: relative;
  background-image: url("../images/thank-you-page.jpg");
  background-size: cover;
  background-position: 65%;
  height: 55vw;
  align-items: center;
  color: #00012e;
}
@media (min-width: 992px) {
  .row.marquee {
    height: 55vw;
  }
}
.row.marquee .intro {
  width: 55%;
}
@media (min-width: 1200px) {
  .row.marquee {
    height: 45vw;
  }
}
.row.marquee-thanks {
  position: relative;
  background-image: url("../images/thank-you-page.jpg");
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 55vw;
  align-items: center;
  color: white;
}
.row.marquee-thanks h1 {
  color: white;
}
@media (min-width: 992px) {
  .row.marquee-thanks {
    height: 41.5vw;
  }
}
.row.marquee-thanks .intro {
  width: 45%;
}
@media (max-width: 1400px) {
  .row.marquee-thanks h1 {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .row.marquee-thanks h1 {
    font-size: 24px;
  }
}
.row.prizes {
  color: #00012E;
  height: auto;
  align-items: center;
  background-repeat: no-repeat;
  align-items: stretch;
}
@media (min-width: 767px) {
  .row.prizes {
    min-height: 600px;
  }
}
.row.prizes .copy-section {
  flex: 1;
  padding: 3em;
}
@media (min-width: 767px) {
  .row.prizes .copy-section {
    padding: 7.5em 5em;
    align-content: center;
  }
}
.row.prizes.blue {
  background-color: #97d5ef;
}
.row.prizes.blue .background-image {
  flex: 0 0 60%;
  background-image: url("../images/890x500-Crowd-image.jpg");
  background-size: cover;
  background-position: 40%;
  background-repeat: no-repeat;
}
.row.prizes.pink {
  background-color: #f7d0e4;
}
.row.prizes.pink .background-image {
  flex: 0 0 60%;
  background-image: url("../images/890x500-Tv.jpg");
  background-size: cover;
  background-position: 80%;
  background-repeat: no-repeat;
}
.row.how-to {
  color: #00012E;
}
@media (min-width: 767px) {
  .row.how-to {
    background-image: url("../images/devices.jpg");
    background-size: 50%;
    background-position: right center;
    background-repeat: no-repeat;
  }
}
.row.how-to ol {
  list-style: none;
  padding-left: 0;
  counter-reset: how-to-counter;
  padding-top: 20px;
}
.row.how-to li {
  padding-bottom: 2rem;
  padding-left: 40px;
  position: relative;
  counter-increment: how-to-counter;
  font-weight: bold;
}
.row.how-to li::before {
  content: counter(how-to-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #4285f4;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-family: "TSB-Heavy";
  font-size: 12px;
  z-index: 2;
}
.row.how-to li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #4285f4;
  z-index: 1;
  transform: translateX(-50%);
}
.row.how-to .how-to__image {
  display: flex;
  justify-content: end;
}
.row.how-to .how-to__image img {
  max-width: 400px;
}
.row.entry-form {
  background-color: #f4f5f7;
}
.row.unenroll {
  background-image: url("../images/banner-curved.jpg");
  background-size: cover;
  background-position: right bottom;
  background-color: #97d5ef;
  background-repeat: no-repeat;
}
.row.unenroll h1,
.row.unenroll p {
  color: white;
}

.tooltipbutton_custom {
  position: relative;
}

#id-tooltip-tooltip_opt_in {
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  top: unset;
  height: auto;
  z-index: 1001;
}
@media (max-width: 767px) {
  #id-tooltip-tooltip_opt_in {
    position: fixed;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.tooltip-background-custom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

.vs-tooltip-dialog i::after {
  display: none;
}

.world-cup {
  background-color: #f7d0e4;
  border-radius: 12px;
  border: 5px solid white;
}

.home-ent {
  background-color: #97d5ef;
  border-radius: 12px;
  border: 5px solid white;
}

#app input {
  border-radius: 12px;
  border: 1px solid #053da6;
  font-family: "TSB-Regular" !important;
}
#app input.vs-error {
  border: 1px solid #a81f09;
}
#app .vs-label {
  font-family: "TSB-Regular" !important;
  margin-bottom: 0 !important;
}
#app .vs-card-fieldset span.vs-text {
  font-family: "TSB-Regular" !important;
  margin-bottom: 0 !important;
  padding-right: 3px;
}
#app .vs-card-field {
  margin-top: 0px !important;
}
#app .vs-checkbox:checked {
  background-color: #002186 !important;
}
#app .vs-checkbox:checked::after {
  color: white !important;
  left: 4px !important;
  top: 0px !important;
}
#app span.visa-icon-alert {
  display: none;
}
#app .required {
  font-family: "TSB-Regular" !important;
  color: #00012E;
  font-size: 14px;
}
#app #termsAndConditions1,
#app #privacyPolicy {
  padding-top: 1.75em;
}
#app #termsAndConditions1 label,
#app #privacyPolicy label {
  font-family: "TSB-Regular" !important;
}
#app #submitBtn {
  border-radius: 30px;
  background: #002186;
  width: auto;
  font-family: "TSB-Regular";
  padding: 10px 80px;
}
#app .vs-form-group .vs-checkbox:checked::after {
  top: -4px;
  left: 0px;
  color: #00012e;
}

dd.vs-accordion-item {
  margin-top: -12px;
  border-radius: 0 0 12px 12px;
}

.vs-accordion-item {
  background-color: #f4f5f7;
  padding: 22px 20px;
  border-radius: 12px;
  border-bottom: 0;
}
.vs-accordion-item button {
  font-family: "TSB-Regular" !important;
  color: #00012E;
  font-weight: 700;
}
.vs-accordion-item button:hover {
  color: #00012E;
}
.vs-accordion-item.vs-active {
  background-color: #d4eef8;
}

.unenroll-form .vs-form vs-input.vs-col-12,
.unenroll-form .vs-form vs-dropdown.vs-col-12,
.unenroll-form .vs-form vs-card-input.vs-col-12,
.unenroll-form .vs-form vs-file-upload.vs-col-12,
.unenroll-form .vs-form vs-checkbox.vs-col-12,
.unenroll-form .vs-form vs-radio.vs-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
}
.unenroll-form label {
  padding-bottom: 20px;
}
.unenroll-form .promotionFormLL {
  background-color: #f4f5f7;
  padding: 2em;
  border-radius: 12px;
}
.unenroll-form .vs-row.vs-col-12.vs-px-0.vs-mx-0 {
  padding-bottom: 0 !important;
}

.prize-section {
  padding: 3rem 0 6rem;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.prize-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25%;
  width: 150%;
  height: 50%;
  background-color: #d4eef8;
  border-radius: 50% 50% 50% 50%/0% 0% 100% 100%;
  z-index: 0;
}
.prize-section .container {
  position: relative;
  z-index: 1;
}
.prize-section .prize-card {
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: start;
}
.prize-section .prize-card .icon-container {
  margin-bottom: 1.5rem;
  width: 100%;
  background-color: #e7f8ff;
  padding: 20px;
}
.prize-section .prize-card .icon-container .prize-icon {
  max-width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.prize-section .prize-card .prize-card__content {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
}
.prize-section .prize-card ul {
  padding-left: 18px;
}
.prize-section .prize-card ul li {
  margin-bottom: 5px;
  font-size: 16px;
}
.prize-section .prize-card ul li::marker {
  font-size: 12px;
}
.prize-section .prize-card h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.prize-section .prize-card p {
  margin-bottom: 2rem;
  flex-grow: 1;
}
.prize-section .prize-card .button-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 15px;
}
.prize-section .prize-card .button-group .tsb-secondary-cta {
  display: inline-block;
  white-space: nowrap;
  flex: 0 1 auto;
  min-width: 140px;
  text-align: center;
  margin-bottom: 5px;
}

.banner-top-right-img {
  position: absolute;
  top: 30px;
  right: 30px;
  max-width: 185px;
}

.banner-top-right-img-mobile {
  position: absolute;
  top: 5px;
  right: 5px;
  max-width: 92px;
}

.banner-mid-left {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  max-width: 169px;
}
@media (max-width: 1000px) {
  .banner-mid-left {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}

.rack {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rack .lockup {
  max-width: 300px;
}

#wrapper_personalPhoneNumber1 {
  max-width: 100%;
}
@media (min-width: 767px) {
  #wrapper_personalPhoneNumber1 {
    max-width: 50%;
  }
}

fieldset.vs-form-group.vs-card-fieldset {
  max-width: 100%;
}
@media (min-width: 767px) {
  fieldset.vs-form-group.vs-card-fieldset {
    max-width: 50%;
  }
}

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