@charset "UTF-8";
/***************/
/***************/
/***************/
/***************/
.circle {
  border-radius: 100em;
}

.modal-wrapper {
  display: none;
  overflow: scroll;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  min-height: 100vh;
  transform: none;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.modal-wrapper::-webkit-scrollbar {
  display: none; /* Chrome */
}

.modal-inner {
  overflow: scroll;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10010;
  padding: 2.5rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  pointer-events: none;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.modal-inner::-webkit-scrollbar {
  display: none; /* Chrome */
}
.modal-inner .modal-window {
  position: relative;
  overflow: visible;
  background-color: white;
  padding: 2rem 2rem 2.25rem;
  border: 1px solid rgba(4, 30, 66, 0.45);
  z-index: 10020;
  max-width: 40em;
  margin: 8vh auto;
  box-shadow: 0 10px 40px -16px rgba(45, 114, 213, 0.35);
  border-radius: 8px;
  pointer-events: all;
}
.modal-inner .modal-close .modal-close-link {
  padding: 0.75em;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  border-radius: 100em;
  background-color: white;
}
.modal-inner .modal-close .modal-close-link i,
.modal-inner .modal-close .modal-close-link svg {
  width: 1em;
  text-align: center;
}
.modal-inner .modal-close .modal-close-link:hover {
  border-color: #2D72D5;
  background-color: #2D72D5;
  color: white;
}
.modal-inner .modal-head {
  margin-bottom: 0.75em;
}
.modal-inner .modal-head .modal-head-icon {
  display: inline-block;
  font-size: 2rem;
  margin-right: 1.5rem;
  vertical-align: middle;
}
.modal-inner .modal-head .modal-head-icon.task-status {
  margin-right: 1rem;
  margin-bottom: 0.25rem;
}
.modal-inner:-webkit-scrollbar {
  display: none;
}

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.35);
}

.modal-wrapper.active,
.modal-wrapper.active .modalInner,
.modal-wrapper.active .modal-overlay {
  display: block;
}

html.modal-active {
  overflow: hidden;
}
html.modal-active body {
  overflow-y: hidden;
}
html.modal-active body > *:not(.modal-wrapper) {
  filter: blur(4px);
}

.modal-success-wrapper {
  margin-bottom: -2.5rem;
}

.modal-success-icon {
  width: 40%;
  max-width: 237px;
}

.modal-wrapper--success .modal-window {
  padding-bottom: 4rem;
}

@media (min-width: 769px) {
  .modal-close {
    text-align: right;
    margin-top: -4.75em;
    margin-right: -4.5em;
    margin-bottom: 2em;
  }
  .modal-close .modal-close-link {
    border: 1px solid rgba(4, 30, 66, 0.45);
  }
}
@media (max-width: 768px) {
  .modal-inner {
    padding: 1rem;
  }
  .modal-inner .modal-close {
    float: right;
  }
  .modal-inner .modal-close .modal-close-link {
    padding: 0.5em;
  }
  .modal-inner .modal-window {
    padding: 1.25rem 1.5rem 1.75rem;
    margin: 5vh auto;
  }
  .modal-inner .modal-head {
    margin-bottom: 1.25em;
  }
}
.tag {
  border-radius: 100em;
  border: 1px solid transparent;
  border-color: #2D72D5;
  display: inline-block;
  background-color: white;
  white-space: nowrap;
  color: white;
  padding: 0.33em 0.75em;
  font-size: 0.85rem;
  cursor: pointer;
}
.tag.tag--small {
  font-size: 0.85rem;
  padding: 0.5rem;
}
.tag.tag--yellow {
  background-color: #fdd835;
  color: #041E42;
  border-color: #fdd835;
}
.tag.tag--yellow:hover {
  background-color: rgb(253.6, 227.7, 113.6);
}
.tag.tag--amber {
  background-color: #ffb300;
  color: #041E42;
  border-color: #ffb300;
}
.tag.tag--amber:hover {
  background-color: rgb(255, 197.24, 61.2);
}
.tag.tag--orange {
  background-color: #fb8c00;
  color: white;
  border-color: #fb8c00;
}
.tag.tag--orange:hover {
  background-color: rgb(255, 167.5266932271, 57.2);
}
.tag.tag--deep-orange {
  background-color: #f4511e;
  color: white;
  border-color: #f4511e;
}
.tag.tag--deep-orange:hover {
  background-color: rgb(246.8525423729, 126.1220338983, 88.3474576271);
}
.tag.tag--red {
  background-color: #e53935;
  color: white;
  border-color: #e53935;
}
.tag.tag--red:hover {
  background-color: rgb(235.9789473684, 110.1473684211, 107.2210526316);
}
.tag.tag--pink {
  background-color: #d81b60;
  color: white;
  border-color: #d81b60;
}
.tag.tag--pink:hover {
  background-color: rgb(232.1333333333, 72.0666666667, 130.5037037037);
}
.tag.tag--purple {
  background-color: #8e24aa;
  color: white;
  border-color: #8e24aa;
}
.tag.tag--purple:hover {
  background-color: rgb(179.5669902913, 54.6310679612, 212.5689320388);
}
.tag.tag--deep-purple {
  background-color: #5e35b1;
  color: white;
  border-color: #5e35b1;
}
.tag.tag--deep-purple:hover {
  background-color: rgb(125.6226086957, 86.6191304348, 204.5808695652);
}
.tag.tag--indigo {
  background-color: #3949ab;
  color: white;
  border-color: #3949ab;
}
.tag.tag--indigo:hover {
  background-color: rgb(89.4, 104.8947368421, 199.8);
}
.tag.tag--blue {
  background-color: #1e88e5;
  color: white;
  border-color: #1e88e5;
}
.tag.tag--blue:hover {
  background-color: rgb(84.8605577689, 165.0151394422, 235.3394422311);
}
.tag.tag--light-blue {
  background-color: #81d4fa;
  color: #041E42;
  border-color: #81d4fa;
}
.tag.tag--light-blue:hover {
  background-color: rgb(187.8641221374, 232.0885496183, 252.3358778626);
}
.tag.tag--cyan {
  background-color: #00acc1;
  color: white;
  border-color: #00acc1;
}
.tag.tag--cyan:hover {
  background-color: rgb(0, 226.5409326425, 254.2);
}
.tag.tag--teal {
  background-color: #00897b;
  color: white;
  border-color: #00897b;
}
.tag.tag--teal:hover {
  background-color: rgb(0, 198.2, 177.9459854015);
}
.tag.tag--green {
  background-color: #43a047;
  color: white;
  border-color: #43a047;
}
.tag.tag--green:hover {
  background-color: rgb(98.6651982379, 189.5348017621, 102.5735682819);
}
.tag.tag--light-green {
  background-color: #7cb342;
  color: white;
  border-color: #7cb342;
}
.tag.tag--light-green:hover {
  background-color: rgb(154.347755102, 200.0987755102, 106.1012244898);
}
.tag.tag--gray {
  background-color: #8c8c8c;
  color: white;
  border-color: #8c8c8c;
}
.tag.tag--gray:hover {
  background-color: rgb(170.6, 170.6, 170.6);
}
.tag.tag--black {
  background-color: #041E42;
  color: white;
  border-color: #041E42;
}
.tag.tag--black:hover {
  background-color: rgb(7.4971428571, 56.2285714286, 123.7028571429);
}
.tag.tag--primary {
  background-color: #2D72D5;
  color: white;
  border-color: #2D72D5;
}
.tag.tag--primary:hover {
  background-color: rgb(96, 148.2428571429, 223.2);
}

.swatch {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  display: inline-block;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  cursor: pointer;
  position: relative;
  transition: 0.15s;
}
.swatch::after {
  position: absolute;
  content: "";
  border-width: 1px;
  border-style: solid;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  left: 50%;
  top: 50%;
  transition: 0.15s;
  transform: translate(-50%, -50%);
}
.swatch:hover::after, .swatch.active::after {
  width: 1.25rem;
  height: 1.25rem;
}
.swatch.active, .swatch.active::after {
  border-radius: 3px;
}

.swatch--yellow {
  background-color: #fdd835;
}
.swatch--yellow:after {
  border-color: #fdd835;
}

.swatch--amber {
  background-color: #ffb300;
}
.swatch--amber:after {
  border-color: #ffb300;
}

.swatch--orange {
  background-color: #fb8c00;
}
.swatch--orange:after {
  border-color: #fb8c00;
}

.swatch--deep-orange {
  background-color: #f4511e;
}
.swatch--deep-orange:after {
  border-color: #f4511e;
}

.swatch--red {
  background-color: #e53935;
}
.swatch--red:after {
  border-color: #e53935;
}

.swatch--pink {
  background-color: #d81b60;
}
.swatch--pink:after {
  border-color: #d81b60;
}

.swatch--purple {
  background-color: #8e24aa;
}
.swatch--purple:after {
  border-color: #8e24aa;
}

.swatch--deep-purple {
  background-color: #5e35b1;
}
.swatch--deep-purple:after {
  border-color: #5e35b1;
}

.swatch--indigo {
  background-color: #3949ab;
}
.swatch--indigo:after {
  border-color: #3949ab;
}

.swatch--blue {
  background-color: #1e88e5;
}
.swatch--blue:after {
  border-color: #1e88e5;
}

.swatch--light-blue {
  background-color: #81d4fa;
}
.swatch--light-blue:after {
  border-color: #81d4fa;
}

.swatch--cyan {
  background-color: #00acc1;
}
.swatch--cyan:after {
  border-color: #00acc1;
}

.swatch--teal {
  background-color: #00897b;
}
.swatch--teal:after {
  border-color: #00897b;
}

.swatch--green {
  background-color: #43a047;
}
.swatch--green:after {
  border-color: #43a047;
}

.swatch--light-green {
  background-color: #7cb342;
}
.swatch--light-green:after {
  border-color: #7cb342;
}

.swatch--gray {
  background-color: #8c8c8c;
}
.swatch--gray:after {
  border-color: #8c8c8c;
}

.swatch--black {
  background-color: #041E42;
}
.swatch--black:after {
  border-color: #041E42;
}

.swatch--primary {
  background-color: #2D72D5;
}
.swatch--primary:after {
  border-color: #2D72D5;
}

.feedback-sub-head {
  margin-top: 1.5em !important;
}

.feedback-rating-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.feedback-rating-icon {
  width: 100%;
  filter: grayscale(1);
}

.feedback-rating-input {
  display: none;
}

.feedback-rating-label {
  padding: 1rem;
  border-radius: 100em;
  cursor: pointer;
  flex-basis: 20%;
}

.feedback-rating-input:checked + .feedback-rating-icon,
.feedback-rating-label:hover .feedback-rating-icon {
  filter: grayscale(0);
}

.feedback-category-checkbox {
  display: none !important;
}
.feedback-category-checkbox:checked + .feedback-category-label {
  background-color: #2D72D5;
  color: white;
}
.feedback-category-checkbox:checked + .feedback-category--question {
  background-color: #1e88e5;
  color: white;
}
.feedback-category-checkbox:checked + .feedback-category--question:hover {
  background-color: rgba(30, 136, 229, 0.82);
}
.feedback-category-checkbox:checked + .feedback-category--compliment {
  background-color: #43a047;
  color: white;
}
.feedback-category-checkbox:checked + .feedback-category--compliment:hover {
  background-color: rgba(67, 160, 71, 0.82);
}
.feedback-category-checkbox:checked + .feedback-category--suggestion {
  background-color: #8e24aa;
  color: white;
}
.feedback-category-checkbox:checked + .feedback-category--suggestion:hover {
  background-color: rgba(142, 36, 170, 0.82);
}

.feedback-category-label {
  border: 2px solid transparent;
  display: inline-block;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 100em;
}
.feedback-category-label.feedback-category--question {
  border-color: #1e88e5;
}
.feedback-category-label.feedback-category--question:hover {
  background-color: rgba(30, 136, 229, 0.15);
}
.feedback-category-label.feedback-category--compliment {
  border-color: #43a047;
}
.feedback-category-label.feedback-category--compliment:hover {
  background-color: rgba(67, 160, 71, 0.15);
}
.feedback-category-label.feedback-category--suggestion {
  border-color: #8e24aa;
}
.feedback-category-label.feedback-category--suggestion:hover {
  background-color: rgba(142, 36, 170, 0.15);
}

.feedback-textarea {
  margin-top: 1rem;
  min-height: 10rem;
}

.device-between {
  display: inline-block;
  margin: 0 1em;
}

.toasterWrapper {
  background: white;
  border: 1px solid #1e88e5;
  box-shadow: 0 2px 8px -4px rgba(43, 71, 173, 0.58);
  border-left-width: 5px;
  max-width: 576px;
  width: 100%;
  padding: 20px;
  font-weight: 300;
  font-size: 14px;
  color: #041E42;
  line-height: 1.5;
  margin: 30px auto 30px;
  border-radius: 8px;
}
.toasterWrapper .toasterHead {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 0.75em;
  font-weight: 600;
  line-height: 1.5;
  color: #041E42;
}
.toasterWrapper .toasterHead::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: 0.15rem;
  margin-right: 0.5em;
  font-size: 1.5rem;
  line-height: 1rem;
}
.toasterWrapper p:last-of-type {
  margin-bottom: 0;
}
.toasterWrapper.danger {
  border-color: #e53935;
}
.toasterWrapper.danger .toasterHead:before {
  content: "\f071";
  color: #e53935;
}
.toasterWrapper.warning {
  border-color: #ffb300;
}
.toasterWrapper.warning .toasterHead:before {
  content: "\f06a";
  color: #ffb300;
}
.toasterWrapper.info {
  border-color: #1e88e5;
}
.toasterWrapper.info .toasterHead:before {
  content: "\f05a";
  color: #1e88e5;
}
.toasterWrapper.success {
  border-color: #43a047;
}
.toasterWrapper.success .toasterHead:before {
  content: "\f058";
  color: #43a047;
}

.toaster--left .toasterWrapper {
  margin-left: 0;
}

.toaster--right .toasterWrapper {
  margin-right: 0;
}

.form-grid .toasterWrapper {
  grid-column: 1/-1;
  margin: 0 auto;
}

.overlay {
  position: absolute;
  padding: 0.5rem;
  z-index: 200;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #2D72D5;
  transition: 0.15s;
  box-shadow: 0 10px 30px -10px rgba(45, 114, 213, 0.35);
}
.overlay:not(.active) {
  opacity: 0;
  pointer-events: none;
}
.overlay.xalign-left {
  left: 0;
}
.overlay.xalign-center {
  left: 50%;
  transform: translateX(-50%);
}
.overlay.xalign-right {
  right: 0;
}

/* -------------------------------------------------------------------------- */
/*                          WALMART HOME / MARKETING PAGE                     */
/* Scoped under .page--home to avoid conflicts with activation flow styles    */
/* -------------------------------------------------------------------------- */
.page--home .main {
  display: block;
}
.page--home .section {
  padding: 80px 0 40px;
  margin-top: 0;
}
.page--home .section.bg {
  padding-top: 4rem;
  padding-bottom: 4.5rem;
}
.page--home .bg--pcb {
  background-image: url("../img/home/blue-pcb-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page--home h2,
.page--home .h2 {
  font-weight: 900;
  font-size: 1.5rem;
  text-align: center;
}
.page--home h3,
.page--home .h3 {
  font-size: 1.1rem;
  font-weight: 700;
}
.page--home .white.white {
  color: #fff;
}
.page--home .subtitle {
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
}
.page--home .text-shadow {
  text-shadow: 0 1px 0.25em rgba(0, 0, 0, 0.35);
}
.page--home .service-entry img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 0.75rem;
}
.page--home .service-entry h3 {
  margin-bottom: 0.5rem;
}
.page--home .service-entry p {
  margin-bottom: 1rem;
}
.page--home .device-entry {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.page--home .device-entry:hover .device-img {
  opacity: 0.85;
}
.page--home .device-img {
  width: 100%;
  border-radius: 4px;
  display: block;
}
.page--home .device-title {
  font-weight: 700;
  margin-top: 0.5rem;
}
.page--home .feature-entry {
  grid-template-columns: 2.5rem 1fr;
}
.page--home .feature-check {
  font-size: 2rem;
  color: #0071ce;
}
.page--home .feature-title {
  font-weight: 700;
}
.page--home .works-entry {
  grid-template-columns: 4.5rem 1fr;
  align-items: flex-start;
}
.page--home .works-title {
  font-weight: 700;
}
.page--home .big-num {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  padding: 0.33em;
  width: 1em;
  height: 1em;
  border: 2px solid #0071ce;
  color: #0071ce;
  border-radius: 100em;
  font-size: 2.5rem;
  font-weight: 900;
}
.page--home .testimony-entry {
  margin-bottom: 2rem;
}
.page--home .testimony-entry:nth-of-type(2) .testimony-content {
  order: -1;
}
.page--home .testimony-bg {
  background-size: cover;
  background-position: 50% 30%;
  background-repeat: no-repeat;
  min-height: 18rem;
  border-radius: 4px;
}
.page--home .testimony-content {
  padding: 4rem 2rem;
  position: relative;
}
.page--home .testimony-content::before, .page--home .testimony-content::after {
  font-weight: 900;
  position: absolute;
  opacity: 0.15;
  font-size: 3rem;
}
.page--home .testimony-content::before {
  content: "“";
  top: 0;
  left: 0;
}
.page--home .testimony-content::after {
  content: "”";
  bottom: 0;
  right: 0;
}
.page--home .contact-card {
  background: #fff;
  box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1.5rem;
  padding: 1.25rem 1.25rem 1.5rem;
  align-items: center;
}
.page--home .contact-img {
  width: 4rem;
}
.page--home .contact-content {
  flex-basis: 100%;
}
.page--home .contact-title {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.page--home .text-link {
  color: #fff;
  text-decoration: underline;
}
.page--home .premium-wrapper ul {
  padding-left: 1.25rem;
}
.page--home .premium-wrapper ul li {
  margin-bottom: 0.5rem;
}
.page--home .mcafee-inline {
  display: inline;
  width: auto;
  height: 1em;
  margin: 0 2px -2px 4px;
}
@media (max-width: 768px) {
  .page--home .testimony-entry {
    grid-template-columns: 1fr;
  }
  .page--home .testimony-entry .testimony-bg {
    min-height: 12rem;
  }
  .page--home .testimony-entry .testimony-content {
    order: 1 !important;
  }
  .page--home .contact-card {
    grid-template-columns: 1fr;
  }
}

/* -------------------------------------------------------------------------- */
/*                        WARRANTY REGISTRATION PAGE                          */
/* Scoped under .page--register to avoid conflicts with activation styles     */
/* -------------------------------------------------------------------------- */
.page--register .main {
  display: block;
}
.page--register .section {
  padding: 60px 0 40px;
}
.page--register .reg-hero {
  background-color: #0071ce;
  padding: 2.5rem 0;
}
.page--register .reg-hero h1 {
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
.page--register .reg-hero p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
}
.page--register .reg-body {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 2.5rem;
  align-items: start;
  max-width: 860px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
}
@media (max-width: 640px) {
  .page--register .reg-body {
    grid-template-columns: 1fr;
  }
}
.page--register .reg-form-wrapper {
  background: #fff;
  border-radius: 6px;
  padding: 2rem;
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.15);
}
.page--register .reg-instructions-wrapper {
  background: #f5f7fa;
  border-radius: 6px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.1);
}
.page--register .reg-step {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.25rem;
}
.page--register .reg-step img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.page--register .reg-step p {
  margin: 0;
  font-size: 0.95rem;
}
.page--register .reg-step-num {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  color: #0071ce;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.2rem;
}
.page--register .form-row {
  margin-bottom: 1.25rem;
}
.page--register .form-row label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 0.35rem;
}
.page--register .form-row label .req {
  color: #c00;
  margin-left: 2px;
}
.page--register .form-row input[type=text],
.page--register .form-row input[type=email],
.page--register .form-row input[type=tel] {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #cdd5e0;
  border-radius: 4px;
  font-size: 1rem;
  background: #fff;
  transition: border-color 0.15s;
}
.page--register .form-row input[type=text]:focus,
.page--register .form-row input[type=email]:focus,
.page--register .form-row input[type=tel]:focus {
  outline: none;
  border-color: #0071ce;
}
.page--register .form-row input[type=text]:disabled, .page--register .form-row input[type=text][readonly],
.page--register .form-row input[type=email]:disabled,
.page--register .form-row input[type=email][readonly],
.page--register .form-row input[type=tel]:disabled,
.page--register .form-row input[type=tel][readonly] {
  background: #f5f7fa;
  color: #555;
  cursor: default;
}
.page--register .form-static {
  padding: 0.5rem 0.75rem;
  background: #f5f7fa;
  border-radius: 4px;
  font-size: 1rem;
  color: #333;
  border: 1px solid #e2e8f0;
}
.page--register .reg-submit {
  margin-top: 1.75rem;
  display: flex;
  justify-content: flex-end;
}
.page--register .reg-submit button[type=submit] {
  background: #0071ce;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0.7rem 2rem;
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
}
.page--register .reg-submit button[type=submit]:hover {
  background: #005aaa;
}
.page--register .reg-notice {
  padding: 2rem;
  border-radius: 6px;
  text-align: center;
  max-width: 680px;
  margin: 3rem auto;
  background: #fff;
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.15);
}
.page--register .reg-notice h2 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
.page--register .reg-notice p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 0;
}
.page--register .reg-notice--success h2 {
  color: #1a7f37;
}
.page--register .reg-notice--error h2 {
  color: #c00;
}
.page--register .reg-notice--notfound h2 {
  color: #333;
}

/* -------------------------------------------------------------------------- */
/*                                 TYPOGRAPHY                                 */
/* -------------------------------------------------------------------------- */
html {
  overflow-x: hidden;
  text-align: left;
}

html body {
  font-family: Bogle, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #041E42;
  width: 100vw;
  min-height: 100vh;
  overflow-x: clip;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
@media (max-width: 992px) {
  html body {
    font-size: 14px;
  }
}

* {
  box-sizing: border-box;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: Bogle, helvetica, sans-serif;
  color: #041E42;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
strong {
  font-weight: 600;
}

h5,
.h5 {
  font-weight: 400;
  font-size: calc(0.33vw + 1rem);
}

p,
a,
li,
input,
textarea,
select,
button {
  font-family: Bogle, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #041E42;
  font-size: 1.15rem;
}
p::placeholder,
a::placeholder,
li::placeholder,
input::placeholder,
textarea::placeholder,
select::placeholder,
button::placeholder {
  color: #8c8c8c;
}

.highlight,
mark {
  background-color: transparent;
  position: relative;
  z-index: 5;
}
.highlight:after,
mark:after {
  background-color: rgba(45, 114, 213, 0.15);
  position: absolute;
  content: "";
  top: 1em;
  height: 0.55em;
  left: 0;
  right: 0;
  z-index: -1;
}

.bold {
  font-weight: 600;
}

.page-title {
  margin-bottom: 0;
}

/* ----------------------------- END TYPOGRAPHY ----------------------------- */
/* -------------------------------------------------------------------------- */
/*                                   HEADER                                   */
/* -------------------------------------------------------------------------- */
.header {
  text-align: center;
  grid-row: 1;
  padding: 0.5rem 0;
  background: #2D72D5;
  box-shadow: 0 4px 26px -13px rgba(45, 114, 213, 0.35);
}

.header-inner {
  display: grid;
  grid-template-columns: 100px 1fr auto auto;
  grid-template-areas: "img search nav profile";
  align-items: center;
}
.header-inner .header-img {
  display: block;
  width: 100%;
  line-height: 0;
  grid-area: img;
}

.header-inner--simple .header-img {
  display: block;
  max-width: 100px;
  margin: auto;
  line-height: 0;
}

.nav-mobile-menu-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: calc(-100vw - 100%);
  background-color: #041E42;
  padding: 4rem 4rem 4rem 2rem;
  transition: 0.15s;
  z-index: 1010;
}
.nav-mobile-menu-wrapper.active {
  right: 0;
}
.nav-mobile-menu-wrapper .nav-item-spacer {
  border-color: transparent;
}

.nav-mobile-close-wrapper {
  text-align: right;
}
.nav-mobile-close-wrapper .nav-mobile-menu-close {
  position: fixed;
  top: 0.6rem;
  transform: translateX(0.6rem);
  transition: 0.15s;
}

.mobile-backdrop {
  transition: 0.15s;
  background-color: #041E42;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.mobile-backdrop:not(.active) {
  pointer-events: none;
  opacity: 0;
}
.mobile-backdrop.active {
  opacity: 0.25;
  backdrop-filter: blur(12px);
  z-index: 1000;
}

@media (max-width: 768px) {
  .nav-wrapper--desktop,
  .nav-profile {
    display: none !important;
  }
  .header-inner {
    grid-template-columns: 80px 1fr auto;
  }
  .header-inner .nav-search {
    margin: 0 2rem;
  }
}
@media (min-width: 769px) {
  .nav-wrapper--mobile {
    visibility: hidden !important;
    opacity: 0;
  }
}
/* ------------------------------- END HEADER ------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                   FOOTER                                   */
/* -------------------------------------------------------------------------- */
.footer {
  color: white;
  text-align: center;
  background-color: #041E42;
  padding: 60px 0 40px;
}
.footer .footer-logo {
  max-width: 150px;
  margin-bottom: 60px;
}
.footer .footer-link-wrapper {
  list-style-type: none;
}
.footer .footer-links {
  margin-bottom: 80px;
}
.footer .footer-links .footer-link {
  color: white;
  display: inline-block;
  padding: 0.15em;
  text-decoration: none;
  margin-bottom: 0.5em;
  cursor: pointer;
}
.footer .footer-links .footer-link:hover {
  color: #2D72D5;
}
.footer .copyright {
  color: white;
}

.floating-feedback-link {
  display: inline-block;
  right: 0;
  top: 50vh;
  transform-origin: bottom right;
  transform: translateY(-3rem) rotate(-90deg);
  position: fixed;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(45, 114, 213, 0.3);
  box-shadow: 0 8px 38px -12px rgba(45, 114, 213, 0.35);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}
.floating-feedback-link:not(:hover) {
  box-shadow: none;
}
.floating-feedback-link:hover {
  border-color: #2D72D5;
}
.floating-feedback-link {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .floating-feedback-link {
    top: 85vh;
  }
}

/* ------------------------------- END FOOTER ------------------------------- */
/* -------------------------------------------------------------------------- */
/*                               SECTIONOGRAPHY                               */
/* -------------------------------------------------------------------------- */
html {
  background-color: #041E42;
}

body {
  background-color: white;
}

.float-right {
  float: right;
}

.main.main--center {
  align-self: center;
}

.section {
  padding: 40px 0 40px;
}
.section.anchor {
  padding-top: 120px;
  margin-top: -40px;
}
.section.section--page-title {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .section {
    padding: 25px 0 25px;
  }
  .section.anchor {
    padding-top: 80px;
    margin-top: -20px;
  }
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.container.container--xs {
  max-width: 576px;
}
.container.container--sm {
  max-width: 768px;
}
.container.container--md {
  max-width: 992px;
}
.container.container--lg {
  max-width: 1200px;
}
.container.container--xl {
  max-width: 1200px;
}

.bg-flow {
  background-image: url("../img/flow-bg.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.bg-flow.bg-flow--newegg {
  background-image: url("../img/flow-bg-newegg.svg");
}

::selection,
::-moz-selection {
  background: #2D72D5;
}

/* --------------------------- END SECTIONOGRAPHY --------------------------- */
/* -------------------------------------------------------------------------- */
/*                                   INPUTS                                   */
/* -------------------------------------------------------------------------- */
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem 1rem;
  width: 100%;
}
.form-grid .form-input,
.form-grid input,
.form-grid textarea,
.form-grid select {
  width: 100%;
  flex-basis: 100%;
}
.form-grid .form-input .btn {
  width: auto;
}
@media (min-width: 769px) {
  .form-grid.form-grid--three {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .form-grid.form-grid--three .col-span-2,
  .form-grid.form-grid--three .col-span-3 {
    grid-column: 1/-1;
  }
  .form-grid.form-grid--three .col-span-1,
  .form-grid.form-grid--three .col-span-2 {
    grid-column: span 1;
  }
}
.form-grid.form-grid--three .form-input:not([class*=col-span-]) {
  grid-column: span 3/span 3;
}
@media (min-width: 769px) {
  .form-grid.form-grid--four {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .form-grid.form-grid--four .col-span-3,
  .form-grid.form-grid--four .col-span-4 {
    grid-column: 1/-1;
  }
  .form-grid.form-grid--four .col-span-1,
  .form-grid.form-grid--four .col-span-2 {
    grid-column: span 1;
  }
}
.form-grid.form-grid--four .form-input:not([class*=col-span-]) {
  grid-column: span 4/span 4;
}

.form-input {
  margin-top: 1rem;
}

input[type=checkbox] {
  display: inline-block;
  width: auto;
}

input,
textarea,
select,
button {
  border-radius: 8px;
  border: 1px solid #8c8c8c;
  background-color: white;
  box-shadow: 0 2px 8px -4px rgba(45, 114, 213, 0.35);
  width: auto;
}
input:focus, input:focus-within, input:focus-visible,
textarea:focus,
textarea:focus-within,
textarea:focus-visible,
select:focus,
select:focus-within,
select:focus-visible,
button:focus,
button:focus-within,
button:focus-visible {
  outline: none !important;
  border-color: #041E42;
}

input[type=file] {
  padding: 0.5rem !important;
}
input[type=file]::file-selector-button {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  margin-right: 1rem;
  background-color: #2D72D5;
  border: 1px solid #041E42;
  color: white;
  fill: white;
}
input[type=file]::file-selector-button:hover {
  color: white;
  fill: white;
  border-color: #041E42;
  background-color: rgb(38.75, 102.4107142857, 193.75);
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]),
textarea,
select {
  padding: 0.4rem 0.6rem;
}

input[type=time],
input[type=date],
input[type=week],
input[type=month] {
  padding-right: 0 !important;
}
input[type=time]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-calendar-picker-indicator,
input[type=week]::-webkit-calendar-picker-indicator,
input[type=month]::-webkit-calendar-picker-indicator {
  padding: 1em 0.75em;
  margin: -1.25em 0 -1.25em 0.2em;
  width: 1.5em;
  height: 1.5em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
}
input[type=time]::-webkit-calendar-picker-indicator:hover,
input[type=date]::-webkit-calendar-picker-indicator:hover,
input[type=week]::-webkit-calendar-picker-indicator:hover,
input[type=month]::-webkit-calendar-picker-indicator:hover {
  background-color: rgba(45, 114, 213, 0.15);
}

.resize-vertical {
  resize: vertical;
}

textarea {
  min-height: 8em;
}

.input--icon {
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #326FBD;
  box-shadow: 0px 0px 30px -15px #425CDB;
  border-radius: 4px;
}
.input--icon input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
  padding: 0.6rem 1rem 0.65rem 3rem;
  border: none;
  width: 100%;
}
.input--icon::after {
  position: absolute;
  top: 50%;
  left: calc(1em + 0.5rem);
  font-size: 1rem;
  color: #2D72D5;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  pointer-events: none;
}
.input--icon .view-pass {
  position: absolute;
  right: 1.5em;
  top: 1.25em;
  line-height: 1;
  cursor: pointer;
  padding: 0.5em;
  border-radius: 100em;
}
.input--icon .view-pass:hover {
  background-color: rgba(45, 114, 213, 0.15);
}
.input--icon .show-pass + .view-pass {
  background-color: #2D72D5;
  color: white;
}
.input--icon .show-pass + .view-pass i {
  font-weight: 900;
}

.input--has-error input,
.input--has-error select,
.input--has-error textarea {
  border-color: #041E42;
}
.input--has-error .input-error-wrapper {
  background: white;
  border-radius: 8px;
  padding: 3rem 1em 1em;
  margin-top: -1.5rem;
}
.input--has-error .input-error-wrapper .input-error-content {
  margin: 0;
}
.input--has-error .input-error-wrapper .input-error-content:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f00d";
  display: inline-block;
  margin-right: 1em;
  color: #2D72D5;
  width: 0.85em;
  text-align: center;
}

.input--has-tooltip .tooltip-wrapper {
  display: flex;
  align-items: center;
}
.input--has-tooltip .tooltip-trigger {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  align-self: center;
  border: 1px solid #2D72D5;
  border-radius: 100em;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 400;
  color: #2D72D5;
  box-shadow: 0 2px 8px -4px rgba(45, 114, 213, 0.35);
}
.input--has-tooltip input,
.input--has-tooltip select,
.input--has-tooltip textarea {
  margin-right: 1rem;
}
.input--has-tooltip .input-error-wrapper {
  margin-right: 4rem;
}

.form-label {
  display: block;
  margin-bottom: 0.5rem;
  color: #8c8c8c;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 0.95rem;
  color: #041E42;
}
.form-label.form-label--required:after {
  content: " *";
  color: #e53935;
}

/* ------------------------------- END INPUTS ------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                   BUTTONS                                  */
/* -------------------------------------------------------------------------- */
.text-link {
  color: #041E42;
  text-decoration: underline;
  cursor: pointer;
}
.text-link.text-link--black {
  color: #041E42;
}

.btn {
  display: inline-flex;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 6px 24px -12px rgba(45, 114, 213, 0.35);
}
@media (max-width: 768px) {
  .btn {
    padding: 0.6rem 1.15rem;
  }
}
.btn:not(.btn--radius-small) {
  border-radius: 8px;
}
.btn.btn--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn.btn--radius-small {
  border-radius: 0;
}
.btn.btn--icon::after {
  order: -1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: inherit;
}
.btn.btn--icon:not(.btn--icon-only)::after {
  width: 1em;
  height: 1em;
  margin-right: 0.75rem;
}
.btn.btn--icon svg {
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.75rem;
  fill: inherit;
}
.btn.btn--white {
  background-color: white;
  border: 1px solid transparent;
  color: #041E42;
}
.btn.btn--white:hover:not(.btn--disabled) {
  color: #2D72D5;
  border-color: #2D72D5;
}
.btn.btn--white-outline {
  border: 1px solid white;
  background-color: transparent;
  color: white;
  fill: white;
}
.btn.btn--white-outline:hover:not(.btn--disabled) {
  background-color: transparent;
  color: white;
  fill: white;
}
.btn.btn--solid {
  background-color: #2D72D5;
  border: 1px solid #2D72D5;
  color: white;
  fill: white;
}
.btn.btn--solid:hover:not(.btn--disabled) {
  color: white;
  fill: white;
  border-color: #041E42;
  background-color: rgb(38.75, 102.4107142857, 193.75);
}
.btn.btn--solid-red {
  background-color: #e53935;
  border: 1px solid #e53935;
  color: white;
  fill: white;
}
.btn.btn--solid-red:hover:not(.btn--disabled) {
  color: #e53935;
  fill: #e53935;
  border-color: #e53935;
  background-color: white;
}
.btn.btn--solid-navy {
  background-color: #326FBD;
  border: 1px solid #326FBD;
  color: white;
  fill: white;
  height: 1.6rem;
  font-size: 0.9rem;
}
.btn.btn--solid-navy:hover:not(.btn--disabled) {
  color: #326FBD;
  fill: #326FBD;
  border-color: #326FBD;
  background-color: white;
}
.btn.btn--solid-black {
  background-color: #041E42;
  border: 1px solid #041E42;
  color: white;
  fill: white;
}
.btn.btn--solid-black:hover:not(.btn--disabled) {
  color: #041E42;
  fill: #041E42;
  border-color: #041E42;
  background-color: white;
}
.btn.btn--solid-white {
  background-color: white;
  border: 1px solid white;
  color: #041E42;
  fill: #041E42;
}
.btn.btn--solid-white:hover:not(.btn--disabled) {
  color: #041E42;
  fill: #041E42;
  border-color: rgba(255, 255, 255, 0.85);
  background-color: rgba(255, 255, 255, 0.85);
}
.btn.btn--outline {
  border: 1px solid #2D72D5;
  background-color: white;
  color: #041E42;
  fill: #2D72D5;
}
.btn.btn--outline:hover:not(.btn--disabled) {
  background-color: #2D72D5;
  color: white;
  fill: white;
}
.btn.btn--outline-red {
  border: 1px solid #e53935;
  background-color: white;
  color: #e53935;
}
.btn.btn--outline-red:hover:not(.btn--disabled) {
  background-color: #e53935;
  color: white;
}
.btn.btn--sm {
  padding: 0.5rem 1rem;
}
.btn.btn--xs {
  padding: 0.35rem 0.75rem;
}

.btn--icon-only.btn--icon-only {
  padding: 0.5em;
  text-align: center;
  border-radius: 8px;
}
.btn--icon-only.btn--icon-only::after,
.btn--icon-only.btn--icon-only svg {
  width: 1em;
  height: 1em;
  margin-right: 0;
  font-size: 1em;
  fill: inherit;
}

.rounded-full.rounded-full {
  border-radius: 100em;
}

/* ------------------------------- END BUTTONS ------------------------------ */
/* -------------------------------------------------------------------------- */
/*                                  TOOLTIPS                                  */
/* -------------------------------------------------------------------------- */
.tooltip-wrapper {
  cursor: help;
  position: relative;
}
.tooltip-wrapper::before {
  display: none;
  position: absolute;
  left: calc(100% - 1rem);
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  content: "";
  clip-path: ellipse(2rem 2rem at 50% 50%);
}
.tooltip-wrapper .tooltip-content {
  display: none;
  position: absolute;
  min-width: 20rem;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 1rem;
  padding: 1.5rem;
  border-radius: 8px;
  background: white;
  border: 1px solid #2D72D5;
  box-shadow: 0 6px 20px -10px rgba(45, 114, 213, 0.35);
  z-index: 100;
}
.tooltip-wrapper:hover::before,
.tooltip-wrapper:hover .tooltip-content, .tooltip-wrapper:focus::before,
.tooltip-wrapper:focus .tooltip-content, .tooltip-wrapper:focus-within::before,
.tooltip-wrapper:focus-within .tooltip-content {
  display: block;
}

/* ------------------------------ END TOOLTIPS ------------------------------ */
/* -------------------------------------------------------------------------- */
/*                            WALMART ACTIVATE PAGE                           */
/* -------------------------------------------------------------------------- */
.walmart-activate-hero {
  background-color: rgba(45, 114, 213, 0.2);
  overflow-x: clip;
}

.walmart-hero-image {
  position: absolute;
  bottom: -4rem;
  right: -1.5rem;
}

.hero-image {
  width: 9rem;
  height: 9rem;
}

.hero-heading {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2rem;
  color: #041E42;
  margin-top: 1.25rem;
}

.walmart-find-code {
  background-color: white;
}

.walmart-how-it-works {
  background-color: white;
}

.walmart-activation-code {
  background-color: white;
}

#activate-form {
  max-width: calc(100% - 7rem);
}

.input-activation-code {
  border: 1px solid #2D72D5;
  box-shadow: 0px 0px 30px -15px #425CDB;
  width: 100%;
  font-size: 1rem;
  color: #041E42;
}

.how-it-works-heading {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.26rem;
  color: #041E42;
  margin-top: 1.25rem;
}

.activation-code-row {
  text-align: center;
  display: flex;
  flex-direction: row;
  margin-top: 0.75rem;
}

.activation-code-heading {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.26rem;
  color: #041E42;
  margin-top: 1.25rem;
}

.how-it-works-text {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.26rem;
  text-align: left;
  color: #041E42;
  margin: auto;
  margin-left: 1rem;
}

.activation-code-text {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.26rem;
  color: #041E42;
  margin: auto;
}

.activation-code-line {
  width: 55%;
  height: 0rem;
  border: 0.125rem solid #FFC220;
  margin: 1rem 1rem 0.25rem 1rem;
}

.walmart-activate-testimonials {
  background-color: rgba(45, 114, 213, 0.2);
}

.testimonials-heading {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.26rem;
  color: #041E42;
  margin-top: 1.25rem;
}

.testimonial-image {
  height: 3.25rem;
}

.testimonial-text {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.testimonial-text.testimonial-text-author {
  margin-bottom: 2rem;
}

/* ------------------------------- END WALMART ACTIVATE PAGE ------------------------------ */
/* -------------------------------------------------------------------------- */
/*                            WALMART CREATE ACCOUNT                           */
/* -------------------------------------------------------------------------- */
.create-account {
  background-color: white;
}

.create-account-heading {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.26rem;
  color: #041E42;
  margin-top: 1.25rem;
}

/* ------------------------------- END WALMART CREATE ACCOUNT------------------------------ */
/* -------------------------------------------------------------------------- */
/*                            WALMART CHECK EMAIL                           */
/* -------------------------------------------------------------------------- */
.check-email {
  background-color: white;
  padding: 2rem 1rem 2rem 1rem;
  text-align: center;
}

.check-email-heading {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.26rem;
  color: #041E42;
  margin-top: 1.25rem;
}

.check-email-subheading {
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 1.26rem;
  color: #041E42;
  margin-top: 1rem;
}

.check-email-resend {
  padding: 0.95rem 1.6rem;
}

/* ------------------------------- END WALMART CREATE ACCOUNT------------------------------ */
/* -------------------------------------------------------------------------- */
/*                            WALMART SERVICE ACTIVATION                      */
/* -------------------------------------------------------------------------- */
.service-activation {
  background-color: white;
  text-align: center;
  height: fit-content;
}

.service-activation-list {
  background-color: white;
  height: fit-content;
  margin-top: 0;
}

.service-activation-heading {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.26rem;
  color: #041E42;
  margin-top: 1.25rem;
}

.big-image {
  width: 100%;
  max-width: 20rem;
}

.service-activation-icons {
  width: 3.25rem;
}

.service-activation-subheading {
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 1.5rem;
  color: #041E42;
}

.service-activation-text {
  margin: 0;
}
.service-activation-text a:before {
  content: "";
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100em;
  transition: 0.15s;
}
.service-activation-text a:hover:before {
  background-color: rgba(45, 114, 213, 0.15);
}

/* ------------------------------- END WALMART SERVICE ACTIVATION------------------------------ */
.rel {
  position: relative;
}
