/* Primary level colours */
/* End Primary level colours */
/* Secondary level colours */
.font-standard, .font-small {
  font-family: "Barlow", sans-serif;
  font-display: swap;
  font-weight: 400; }

.font-bold {
  font-family: "Barlow", sans-serif;
  font-display: swap;
  font-weight: 600; }

.font-small {
  font-size: 0.75rem; }

/* stylelint-disable */

/* stylelint-disable */

.ac-icon__arrow {
  -webkit-transform-origin: center;
          transform-origin: center; }
  .ac-icon__arrow--up {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .ac-icon__arrow--left {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .ac-icon__arrow--right {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
.ac-back-to-top {
  z-index: 70;
  background: #fff;
  border: 1px solid #3777bc;
  height: 44px;
  width: 44px;
  color: #3777bc;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: none;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s; }
  .ac-back-to-top--visible {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto; }
  .ac-back-to-top__chevron {
    fill: currentColor;
    display: flex;
    align-items: flex-end;
    height: 1em; }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
@-webkit-keyframes rotate-wheel {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotate-wheel {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes dash-wheel {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 125, 200;
    stroke-dashoffset: -124px; } }

@keyframes dash-wheel {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 125, 200;
    stroke-dashoffset: -124px; } }

.ac-loading-wheel {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
  overflow: hidden;
  z-index: 90;
  font-size: 14px; }
  .ac-loading-wheel--contained {
    position: absolute; }
  .ac-loading-wheel--no-mask {
    background: none; }
  .ac-loading-wheel__icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 6em;
    height: 6em;
    max-width: 100%;
    max-height: 100%; }
    .ac-loading-wheel__icon svg {
      max-height: 100%;
      max-width: 100%; }
    @media (min-width: 768px) {
      .ac-loading-wheel__icon {
        width: 8.5em;
        height: 8.5em; } }
    @media (min-width: 992px) {
      .ac-loading-wheel__icon {
        width: 12em;
        height: 12em; } }
  .ac-loading-wheel .icon {
    -webkit-animation: rotate-wheel 3s linear infinite;
            animation: rotate-wheel 3s linear infinite;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .ac-loading-wheel .icon__spinner {
    stroke-dasharray: 10, 200;
    stroke-dashoffset: 0;
    stroke-width: 0.2em;
    stroke-linecap: round;
    stroke: #d42114;
    -webkit-animation: dash-wheel 3s ease-in-out infinite;
            animation: dash-wheel 3s ease-in-out infinite; }
  .ac-loading-wheel .icon__circle {
    stroke-width: 0.3em;
    stroke: #fff; }

.ac-icon__wishlist--loading {
  -webkit-animation: ac-icon__wishlist-dash 2s infinite;
          animation: ac-icon__wishlist-dash 2s infinite;
  fill: none;
  stroke-width: 2px; }

@-webkit-keyframes ac-icon__wishlist-dash {
  0% {
    stroke-dasharray: 0 70;
    stroke-dashoffset: 70; }
  25% {
    stroke-dasharray: 35 35;
    stroke-dashoffset: 70; }
  50% {
    stroke-dasharray: 0 70;
    stroke-dashoffset: 35; }
  75% {
    stroke-dasharray: 35 35;
    stroke-dashoffset: 35; }
  100% {
    stroke-dasharray: 0 70;
    stroke-dashoffset: 0; } }

@keyframes ac-icon__wishlist-dash {
  0% {
    stroke-dasharray: 0 70;
    stroke-dashoffset: 70; }
  25% {
    stroke-dasharray: 35 35;
    stroke-dashoffset: 70; }
  50% {
    stroke-dasharray: 0 70;
    stroke-dashoffset: 35; }
  75% {
    stroke-dasharray: 35 35;
    stroke-dashoffset: 35; }
  100% {
    stroke-dasharray: 0 70;
    stroke-dashoffset: 0; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
/* Primary level colours */
/* End Primary level colours */
/* Secondary level colours */
.font-standard, .font-small {
  font-family: "Barlow", sans-serif;
  font-display: swap;
  font-weight: 400; }

.font-bold {
  font-family: "Barlow", sans-serif;
  font-display: swap;
  font-weight: 600; }

.font-small {
  font-size: 0.75rem; }

/* stylelint-disable */

/* stylelint-disable at-rule-empty-line-before */
/* stylelint-disable color-no-hex */
/* stylelint-enable */
/* Usage:

@include breakpoint(sm) {
      margin-right: 0;
}
@include breakpoint(sm-only) {
      margin-right: 0;
}
@include breakpoint(0, $screen-md-max) {
      margin-right: 0;
}

 */
/* Element Colours */
/* Layout */
@-webkit-keyframes lc-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes lc-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeSlideY-enter {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px); }

.fadeSlideY-enter-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fadeSlideY-exit {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.fadeSlideY-exit-active {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

/* Primary level colours */
/* End Primary level colours */
/* Secondary level colours */
.font-standard, .font-small {
  font-family: "Barlow", sans-serif;
  font-display: swap;
  font-weight: 400; }

.font-bold {
  font-family: "Barlow", sans-serif;
  font-display: swap;
  font-weight: 600; }

.font-small {
  font-size: 0.75rem; }

/* stylelint-disable */

.lc-launcher {
  position: fixed;
  z-index: 71;
  bottom: 1.5rem;
  right: 2.5rem;
  height: 45px;
  padding: 0 14px;
  color: white;
  background: #333;
  border: 1px solid white;
  border-radius: 25px;
  white-space: nowrap;
  overflow: hidden;
  outline: 0;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .lc-launcher:focus {
    border-color: #0570c5;
    box-shadow: 0 0 15px #0570c5; }
  .lc-launcher--start, .lc-launcher--end {
    display: block; }
  .lc-launcher--end {
    width: 120px; }
  .lc-launcher--start {
    width: 89px; }
  .lc-launcher--continue {
    width: 163px;
    background: white;
    border: 1px solid black;
    color: black; }
    .lc-launcher--continue:hover {
      border-color: #333; }
  .lc-launcher__text-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0; }
  .lc-launcher__chat-text, .lc-launcher__close-text, .lc-launcher__continue-text {
    display: flex;
    pointer-events: none; }
  .lc-launcher__close-icon-container, .lc-launcher__chat-icon-container {
    display: flex;
    flex-grow: 1;
    width: 20px;
    height: 20px;
    margin-right: 6px; }
  .lc-launcher__chat-icon-container {
    padding-top: 1px; }
  .lc-launcher__chevron-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-right: 15px; }
    .lc-launcher__chevron-icon path {
      fill: black; }
  .lc-launcher__avatar, .lc-launcher__messages-count {
    display: flex;
    margin-right: 8px; }
  .lc-launcher__messages-count {
    display: flex;
    align-items: center;
    justify-content: center; }
  .lc-launcher__messages-count-number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    width: 30px;
    height: 30px;
    background-color: #d42114;
    border-radius: 30px;
    color: white;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400; }

/* Primary level colours */
/* End Primary level colours */
/* Secondary level colours */
.font-standard, .font-small {
  font-family: "Barlow", sans-serif;
  font-display: swap;
  font-weight: 400; }

.font-bold {
  font-family: "Barlow", sans-serif;
  font-display: swap;
  font-weight: 600; }

.font-small {
  font-size: 0.75rem; }

/* stylelint-disable */

.bolt-v2 .lc-disconnect__alert {
  display: block;
  line-height: 21px;
  font-size: 16px;
  font-weight: 600;
  color: #d42114; }

.lc-end-prompt {
  text-align: center; }
  .lc-end-prompt__message {
    max-width: 300px;
    margin: 5px auto;
    line-height: 1.5rem; }
  .lc-end-prompt__social-buttons {
    display: flex;
    justify-content: center; }
  .lc-end-prompt__phone {
    font-size: 1.5rem;
    font-weight: 600; }

.lc-message-button {
  width: 70px;
  height: inherit;
  background: transparent;
  border: 0;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 400; }
  .lc-message-button__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    padding-bottom: 3px;
    width: 56px;
    height: 29px;
    border-radius: 3px;
    background-color: #ffeeed;
    color: #d42114; }

.lc-message-form {
  display: flex;
  align-items: center;
  height: 64px;
  border-top: 2px solid #e4e4e4; }

/* Primary level colours */
/* End Primary level colours */
/* Secondary level colours */
.font-standard, .font-small {
  font-family: "Barlow", sans-serif;
  font-display: swap;
  font-weight: 400; }

.font-bold {
  font-family: "Barlow", sans-serif;
  font-display: swap;
  font-weight: 600; }

.font-small {
  font-size: 0.75rem; }

/* stylelint-disable */

.lc-message-input {
  height: inherit;
  flex-grow: 1;
  padding-left: 15px;
  padding-right: 15px;
  background: transparent;
  border: 0;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 400; }

.lc-controls {
  width: 100%;
  z-index: 2; }
  .lc-window--overlay .lc-controls {
    background: white; }
  .lc-controls__container {
    overflow: hidden; }
  .lc-controls .button:not(:last-child),
  .lc-controls button[type='submit']:not(:last-child) {
    margin-bottom: 10px; }
  .lc-controls .form-group__input {
    margin-top: 10px;
    margin-bottom: 10px; }
    .lc-controls .form-group__input--error {
      border-color: #d42114; }
  .lc-controls__title {
    margin-top: 2px;
    margin-bottom: 15px; }
  .lc-controls__form:not(.lc-message-form) {
    padding: 10px 15px; }
  .lc-controls__form--with-seperator {
    border-top: 2px solid #e4e4e4; }
  .lc-controls__label {
    display: block;
    font-weight: 600; }
  .lc-controls__desc {
    display: block;
    padding-top: 5px;
    color: #707070;
    font-size: 0.75rem;
    line-height: 1rem; }
    .lc-controls__desc--error {
      color: #d42114;
      font-weight: 600; }
  .lc-controls .ac-loading-wheel {
    position: relative;
    width: 60px;
    height: 108px;
    margin-left: auto;
    margin-right: auto; }

@keyframes lc-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeSlideY-enter {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px); }

.fadeSlideY-enter-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fadeSlideY-exit {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.fadeSlideY-exit-active {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

/* Primary level colours */
/* End Primary level colours */
/* Secondary level colours */
.font-standard, .font-small {
  font-family: "Barlow", sans-serif;
  font-display: swap;
  font-weight: 400; }

.font-bold {
  font-family: "Barlow", sans-serif;
  font-display: swap;
  font-weight: 600; }

.font-small {
  font-size: 0.75rem; }

/* stylelint-disable */

.lc-exit {
  text-align: center; }
  .bolt-v2 .lc-exit__end-btn {
    margin-bottom: 10px; }
  .bolt-v2 .lc-exit__title {
    font-size: 16px;
    font-weight: 400; }

.lc-waiting-room {
  max-height: 189px;
  position: relative; }
  .lc-waiting-room__wrapper {
    width: 315px;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px; }
    .lc-waiting-room__wrapper--narrow {
      width: 285px;
      height: 177px; }
  .lc-waiting-room__message-placeholder {
    max-height: 15px; }
  .lc-waiting-room__spinner {
    margin-bottom: 5px; }
  .bolt-v2 .lc-waiting-room__eta {
    display: block;
    line-height: 21px;
    font-size: 16px;
    font-weight: 600;
    color: #d42114; }

.lc-prechat-radio__option {
  display: block;
  width: 100%; }
  .lc-prechat-radio__option:not(:last-child) {
    margin-bottom: 15px; }
  .lc-prechat-radio__option:last-child {
    margin-bottom: 10px; }

/* Primary level colours */
/* End Primary level colours */
/* Secondary level colours */
.font-standard, .font-small {
  font-family: "Barlow", sans-serif;
  font-display: swap;
  font-weight: 400; }

.font-bold {
  font-family: "Barlow", sans-serif;
  font-display: swap;
  font-weight: 600; }

.font-small {
  font-size: 0.75rem; }

/* stylelint-disable */

.lc-feedback-slider {
  display: flex;
  flex-direction: column;
  align-self: center;
  align-content: center; }
  .lc-feedback-slider__scale-start-text, .lc-feedback-slider__scale-end-text {
    position: absolute;
    top: -25px;
    font-size: 15px;
    color: #333; }
  .lc-feedback-slider__scale-start-text {
    left: -3px; }
  .lc-feedback-slider__scale-end-text {
    right: -3px; }
  .lc-feedback-slider__btn-next {
    margin-top: 20px;
    text-transform: initial; }
  .bolt-v2 .lc-feedback-slider__question-text {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.5rem;
    margin-bottom: 30px; }
  .lc-feedback-slider__container {
    position: relative;
    display: flex;
    height: 5px; }
    .lc-feedback-slider__container:focus {
      outline: none; }
    .lc-feedback-slider__container--bar {
      width: 100%;
      border-radius: 5px;
      background: #e2e5e9;
      cursor: pointer; }
    .lc-feedback-slider__container--progress {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      height: 100%;
      max-width: 100%;
      background: #084;
      border-radius: 5px; }
      .lc-feedback-slider__container--progress__handle {
        display: flex;
        position: relative;
        height: 15px;
        width: 15px;
        min-width: 15px;
        margin: 0 -4px;
        border-radius: 50%;
        background: #084;
        border: 0;
        padding: 0; }
  .lc-feedback-slider__tooltip {
    display: inline-block;
    position: relative;
    z-index: 1; }
  .lc-feedback-slider__tooltip-top {
    display: flex;
    justify-content: center;
    top: -32px;
    -webkit-transform: translate(-21px, -100%);
            transform: translate(-21px, -100%);
    padding: 10px 15px;
    color: white;
    background-color: black;
    border-radius: 3px;
    position: absolute;
    box-sizing: border-box; }
  .lc-feedback-slider__point {
    position: absolute;
    top: 95%;
    left: 29%;
    width: 24px;
    height: 12px;
    overflow: hidden;
    z-index: 1000; }
    .lc-feedback-slider__point::after {
      content: '';
      position: absolute;
      width: 12px;
      height: 12px;
      left: 30%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
      background-color: black; }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
.lc-feedback-multiple-choice {
  border-width: 2px; }
  .lc-feedback-multiple-choice__button-container {
    display: flex;
    justify-content: center; }
  .lc-feedback-multiple-choice__option {
    min-width: 120px;
    margin-left: 13px;
    margin-right: 13px; }
  .lc-feedback-multiple-choice__question-text {
    color: #333;
    text-align: center;
    margin-bottom: 20px; }

/* Primary level colours */
/* End Primary level colours */
/* Secondary level colours */
.font-standard, .font-small {
  font-family: "Barlow", sans-serif;
  font-display: swap;
  font-weight: 400; }

.font-bold {
  font-family: "Barlow", sans-serif;
  font-display: swap;
  font-weight: 600; }

.font-small {
  font-size: 0.75rem; }

/* stylelint-disable */

.lc-feedback-text-area {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-self: center;
  align-content: center; }
  .lc-feedback-text-area__btn-next {
    width: 95%;
    margin-top: 10px;
    text-transform: initial; }
  .lc-feedback-text-area__question-text {
    text-align: center;
    color: #333; }
  .lc-feedback-text-area__textarea {
    margin: 10px;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 12px 15px;
    resize: none; }
  .lc-feedback-text-area ::-webkit-input-placeholder {
    padding: 35px 0 0 10px;
    color: #333; }
  .lc-feedback-text-area ::-moz-placeholder {
    padding: 35px 0 0 10px;
    color: #333; }
  .lc-feedback-text-area :-ms-input-placeholder {
    padding: 35px 0 0 10px;
    color: #333; }
  .lc-feedback-text-area ::-ms-input-placeholder {
    padding: 35px 0 0 10px;
    color: #333; }
  .lc-feedback-text-area ::placeholder {
    padding: 35px 0 0 10px;
    color: #333; }

/* stylelint-disable no-descending-specificity */
/* Primary level colours */
/* End Primary level colours */
/* Secondary level colours */
.font-standard, .font-small {
  font-family: "Barlow", sans-serif;
  font-display: swap;
  font-weight: 400; }

.font-bold {
  font-family: "Barlow", sans-serif;
  font-display: swap;
  font-weight: 600; }

.font-small {
  font-size: 0.75rem; }

/* stylelint-disable */

.lc-header {
  min-height: 54px;
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #333;
  color: white; }
  @media only screen and (min-width: 768px) {
    .lc-header {
      min-height: 54px;
      border-radius: 3px 3px 0 0; } }
  .bolt-v2 .lc-header__title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5rem; }
    @media only screen and (min-width: 768px) {
      .bolt-v2 .lc-header__title {
        margin-left: 15px; } }
  @media only screen and (min-width: 768px) {
    .bolt-v2 .lc-header__close-btn {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .lc-header__minimize-btn {
      border-radius: 0 3px 0 0; } }
  .lc-header__close-btn, .lc-header__minimize-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    width: 54px;
    background: transparent;
    border: 0;
    transition: background-color 120ms ease-in; }
    @media only screen and (min-width: 768px) {
      .lc-header__close-btn, .lc-header__minimize-btn {
        height: 54px;
        width: 54px; } }
  .lc-header__minimize-icon {
    display: none; }
    @media only screen and (min-width: 768px) {
      .lc-header__minimize-icon {
        display: block; } }
  @media only screen and (min-width: 768px) {
    .lc-header__chevron-icon {
      display: none; } }
  .lc-header__close-wrapper, .lc-header__minimize-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
    background: rgba(112, 112, 112, 0.3);
    border-radius: 3px; }
    @media only screen and (min-width: 768px) {
      .lc-header__close-wrapper, .lc-header__minimize-wrapper {
        height: 28px;
        width: 28px; } }

.lc-message {
  display: flex;
  flex-wrap: wrap; }
  .lc-message[data-animation-status='exited'] {
    visibility: hidden; }
  .lc-message--user {
    flex-direction: row-reverse; }
  .lc-message:not(:last-child) {
    margin-bottom: 15px; }
  .lc-message__body {
    max-width: 315px;
    padding: 10px 15px;
    word-break: break-word;
    white-space: pre-line; }
    .lc-message--system .lc-message__body,
    .lc-message--agent .lc-message__body,
    .lc-message--newPushPageUrl .lc-message__body,
    .lc-message--fileTransfer .lc-message__body {
      margin-left: 15px;
      background-color: #f5f5f5;
      color: #333;
      border-radius: 3px; }
    .lc-message--user .lc-message__body {
      background-color: #666666;
      color: white;
      border-radius: 3px; }
    .lc-message__body ul {
      margin-left: 20px;
      margin-bottom: 10px;
      list-style-type: disc; }
  .lc-message__image {
    max-width: 315px;
    padding: 0 15px; }
  .lc-message__url {
    font-size: inherit; }

.pills {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px; }

.pill {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px; }

/* stylelint-disable no-descending-specificity */
/* Primary level colours */
/* End Primary level colours */
/* Secondary level colours */
.font-standard, .font-small {
  font-family: "Barlow", sans-serif;
  font-display: swap;
  font-weight: 400; }

.font-bold {
  font-family: "Barlow", sans-serif;
  font-display: swap;
  font-weight: 600; }

.font-small {
  font-size: 0.75rem; }

/* stylelint-disable */

.lc-welcome-header,
.bolt-v2 .lc-welcome-header {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 15px;
  padding: 0 15px 10px;
  border-bottom: 1px solid #e4e4e4; }
  .lc-welcome-header__icon,
  .bolt-v2 .lc-welcome-header__icon {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    position: absolute;
    top: 0;
    left: 15px;
    background-color: #d42114; }
  .lc-welcome-header__title, .lc-welcome-header__subtitle,
  .bolt-v2 .lc-welcome-header__title,
  .bolt-v2 .lc-welcome-header__subtitle {
    margin-left: 55px; }
  .lc-welcome-header__title,
  .bolt-v2 .lc-welcome-header__title {
    font-size: 16px;
    line-height: 1rem;
    margin-bottom: 2px; }
  .lc-welcome-header__subtitle,
  .bolt-v2 .lc-welcome-header__subtitle {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #707070; }

/* stylelint-disable at-rule-empty-line-before */
/* stylelint-disable color-no-hex */
/* stylelint-enable */
/* Usage:

@include breakpoint(sm) {
      margin-right: 0;
}
@include breakpoint(sm-only) {
      margin-right: 0;
}
@include breakpoint(0, $screen-md-max) {
      margin-right: 0;
}

 */
.lc-message-join-leave__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f5f5f5; }

.lc-message-join-leave__information {
  display: flex;
  flex-direction: row;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center;
  text-align: center; }
  .lc-message-join-leave__information p {
    margin-top: 3px;
    padding-left: 10px; }
    .lc-message-join-leave__information p::first-letter {
      text-transform: capitalize; }

.lc-message-image-file-transfer {
  width: 250px;
  border-radius: 0 5px 5px; }

.lc-message-file-transfer {
  display: flex; }
  .lc-message-file-transfer__icon {
    padding-right: 10px; }
  .lc-message-file-transfer__link {
    white-space: pre-wrap;
    padding-bottom: 5px; }

.lc-typing-indicator {
  margin-top: 15px;
  display: inline-block; }
  .lc-typing-indicator__typing {
    display: flex;
    align-items: center; }
  .lc-typing-indicator__ellipsis {
    height: 5px;
    width: 5px;
    margin: 0 2px;
    border-radius: 50%;
    background-color: black;
    opacity: 0.4;
    -webkit-animation: ellipsis 1s ease-out infinite;
            animation: ellipsis 1s ease-out infinite; }
    .lc-typing-indicator__ellipsis--1 {
      margin-left: 6px; }
    .lc-typing-indicator__ellipsis--2 {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
    .lc-typing-indicator__ellipsis--3 {
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s; }

@-webkit-keyframes ellipsis {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  16% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes ellipsis {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  16% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.hidden {
  transition: opacity 0.1s linear;
  opacity: 0; }

.shown {
  transition: opacity 0.1s linear;
  opacity: 1; }

.lc-messages {
  flex-grow: 1;
  height: 100%;
  overflow: scroll;
  overflow-x: hidden;
  padding: 15px;
  /* fix flex/overflow padding IE/Firefox padding bug - https://stackoverflow.com/q/48687129/1010691 */ }
  .lc-messages::after:not(.lc-typing-indicator) {
    content: '';
    padding-bottom: 15px;
    display: block; }

/* Primary level colours */
/* End Primary level colours */
/* Secondary level colours */
.font-standard, .font-small {
  font-family: "Barlow", sans-serif;
  font-display: swap;
  font-weight: 400; }

.font-bold {
  font-family: "Barlow", sans-serif;
  font-display: swap;
  font-weight: 600; }

.font-small {
  font-size: 0.75rem; }

/* stylelint-disable */

.lc-window {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 100;
  background: white;
  border-radius: 5px 5px 3px 3px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-family: "Barlow", sans-serif; }
  @media only screen and (min-width: 768px) {
    .lc-window {
      width: 420px;
      height: 620px;
      top: auto;
      right: 2.5rem;
      bottom: 5.5rem;
      left: auto; } }
  .lc-window--overlay::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(127, 138, 151, 0.21);
    z-index: 1; }
  .lc-window__container {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    height: 100%; }

/* Primary level colours */
/* End Primary level colours */
/* Secondary level colours */
.font-standard, .font-small {
  font-family: "Barlow", sans-serif;
  font-display: swap;
  font-weight: 400; }

.font-bold {
  font-family: "Barlow", sans-serif;
  font-display: swap;
  font-weight: 600; }

.font-small {
  font-size: 0.75rem; }

/* stylelint-disable */

.lc-avatar {
  background-color: #f5f5f5;
  border-radius: 50%; }
  .lc-avatar__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
  .lc-avatar__placeholder, .lc-avatar__system-icon {
    border-radius: 50%; }
  .lc-avatar__system-icon {
    background-color: #d42114; }
  .lc-avatar__agent-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #0c509f;
    border-radius: 30px;
    color: white;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    text-transform: capitalize; }

/* http://david.ingledow.co.uk/blog/google-material-designs-animated-loading-spinner-svg-and-css/ */
.lc-spinner {
  position: relative;
  margin: 15px auto; }
  .lc-spinner::before {
    content: '';
    display: block;
    padding-top: 100%; }
  .lc-spinner__svg {
    -webkit-animation: md-spinner-rotate 2s linear infinite;
            animation: md-spinner-rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .lc-spinner__path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: md-spinner-dash 1.5s ease-in-out infinite, md-spinner-color 6s ease-in-out infinite;
            animation: md-spinner-dash 1.5s ease-in-out infinite, md-spinner-color 6s ease-in-out infinite;
    stroke-linecap: round;
    /* larger dash array in IE as dashoffset is not supported */ }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .lc-spinner__path {
        stroke-dasharray: 15, 200; } }
  .lc-spinner__argos-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%; }

@-webkit-keyframes md-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes md-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes md-spinner-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes md-spinner-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@-webkit-keyframes md-spinner-color {
  100%,
  0% {
    stroke: #d42114; }
  40% {
    stroke: #d42114; }
  66% {
    stroke: #d42114; }
  80%,
  90% {
    stroke: #d42114; } }

@keyframes md-spinner-color {
  100%,
  0% {
    stroke: #d42114; }
  40% {
    stroke: #d42114; }
  66% {
    stroke: #d42114; }
  80%,
  90% {
    stroke: #d42114; } }

.lc-social-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px;
  border-radius: 3px;
  color: white;
  transition: all 120ms ease-in; }
  .lc-social-btn:hover, .lc-social-btn:focus {
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }
  .lc-social-btn:active {
    -webkit-transform: scale(1.01);
            transform: scale(1.01); }
  .lc-social-btn:not(:last-child) {
    margin-right: 10px; }
  .lc-social-btn__logo {
    max-width: 19px;
    max-height: 19px;
    margin-right: 7.5px; }
  .lc-social-btn svg {
    width: 100%;
    max-width: 19px;
    max-height: 19px; }
  .lc-social-btn[title='Facebook'] svg {
    fill: #4267b2; }
  .lc-social-btn[title='Twitter'] svg {
    fill: #1da1f3; }

.lc-disable-scroll {
  overflow: hidden; }

/* stylelint-disable */

/*
  Do not edit directly
  Generated on Wed, 03 Jun 2020 10:45:44 GMT
*/
/* stylelint-disable */

/*
  Do not edit directly
  Generated on Wed, 03 Jun 2020 10:45:44 GMT
*/
/* Primary level colours */
/* End Primary level colours */
/* Secondary level colours */
/* stylelint-disable */

/*
  Do not edit directly
  Generated on Wed, 03 Jun 2020 10:45:44 GMT
*/
/* stylelint-disable */

/*
  Do not edit directly
  Generated on Wed, 03 Jun 2020 10:45:44 GMT
*/
/* Primary level colours */
/* End Primary level colours */
/* Secondary level colours */
/* stylelint-disable */

/*
  Do not edit directly
  Generated on Wed, 03 Jun 2020 10:45:44 GMT
*/
/* Primary level colours */
/* End Primary level colours */
/* Secondary level colours */
/* stylelint-disable */

/*
  Do not edit directly
  Generated on Wed, 03 Jun 2020 10:45:44 GMT
*/
/* Primary level colours */
/* End Primary level colours */
/* Secondary level colours */
/* stylelint-disable */

/* stylelint-disable color-no-hex */
/* stylelint-enable */
.ac-loading-bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-size: 400%;
  -webkit-transform: scaleX(0.98);
          transform: scaleX(0.98);
  -webkit-transform-origin: left;
          transform-origin: left;
  z-index: 9999;
  border-bottom: 2px solid #fff; }
  .ac-loading-bar--loading {
    display: block;
    -webkit-animation: LoadingBar 20s;
            animation: LoadingBar 20s; }
  .ac-loading-bar--done {
    display: block;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 0;
    transition: opacity 1s; }

@-webkit-keyframes LoadingBar {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  20% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8); }
  99% {
    -webkit-transform: scaleX(0.98);
            transform: scaleX(0.98); }
  100% {
    background-color: #d42114; } }

@keyframes LoadingBar {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  20% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8); }
  99% {
    -webkit-transform: scaleX(0.98);
            transform: scaleX(0.98); }
  100% {
    background-color: #d42114; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
/* stylelint-disable color-no-hex */
/* stylelint-enable */
.sidebar {
  list-style-type: none;
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: #fff;
  align-self: flex-start; }
  .sidebar__item {
    font-weight: 400;
    font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
    font-size: 15px;
    flex: 0 0 auto;
    border-left-style: solid;
    border-left-width: 5px;
    position: relative;
    padding: 0 20px 0 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none; }
    .sidebar__item:not(.sidebar__item--active) {
      border-left-color: transparent; }
  .sidebar__item:first-of-type {
    border-radius: 3px 3px 0 0; }
  .sidebar__item:last-of-type {
    border-radius: 0 0 3px 3px; }
  .sidebar__item:last-of-type .sidebar__link {
    border: none; }
  .sidebar__item--parent::after {
    content: '';
    background-image: svg-load("./chevron-right.svg", fill=#4f5a65);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    width: 14px;
    height: 14px; }
  .sidebar__item--parent:hover .sidebar-submenu {
    display: flex; }
  .sidebar__item--active:hover {
    cursor: default; }
  .sidebar__link {
    text-decoration: none;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 20px 20px 20px 0;
    color: #4f5a65;
    width: 100%; }
    .sidebar__link:hover:not(.sidebar__link--active) {
      color: inherit; }

.sidebar-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  flex-direction: column;
  list-style-type: none;
  border-radius: 0 3px 3px 0;
  border: 1px solid #ccc;
  background-color: #fff; }
  .sidebar-submenu__item {
    border-radius: 0;
    cursor: pointer; }
  .sidebar-submenu__item:first-of-type {
    border-radius: 0 3px 0 0; }
  .sidebar-submenu__item:last-of-type {
    border-radius: 0 0 3px; }

@font-face {
  font-family: 'ArgosIcons';
  src: url(/helpfaq-assets/b747c88b1a9cb7db8f1923ffc94a69bf.woff2) format("woff2"), url(/helpfaq-assets/e0e0d66a6d75eccf36ebee2043beef54.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

[class*='icon-CP-']::before,
[class*='icon-Category-']::before,
[class*='icon-Event-']::before,
[class*='icon-UIE-']::before {
  position: relative;
  display: inline-block;
  font-family: 'ArgosIcons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-CP-Clearance::before {
  content: '\f1d7'; }

.icon-CP-Credit::before {
  content: '\f1d8'; }

.icon-CP-Delivery::before {
  content: '\f1d9'; }

.icon-CP-Delivery-fill::before {
  content: '\f1f7'; }

.icon-CP-FreeMessaging::before {
  content: '\f1da'; }

.icon-CP-OneClickReserve::before {
  content: '\f1db'; }

.icon-CP-OneManDelivery::before {
  content: '\f1dc'; }

.icon-CP-PriceCuts_1::before {
  content: '\f1dd'; }

.icon-CP-PriceCuts_2::before {
  content: '\f1de'; }

.icon-CP-TwoManDelivery::before {
  content: '\f1df'; }

.icon-Category-BabyAndNursery::before {
  content: '\f19a'; }

.icon-Category-Clothing::before {
  content: '\f19b'; }

.icon-Category-Gift::before {
  content: '\f19c'; }

.icon-Category-Gift_2::before {
  content: '\f19d'; }

.icon-Category-HealthBeauty::before {
  content: '\f19e'; }

.icon-Category-HealthBeauty_2::before {
  content: '\f19f'; }

.icon-Category-HomeGarden_1::before {
  content: '\f1a0'; }

.icon-Category-HomeGarden_2::before {
  content: '\f1a1'; }

.icon-Category-JewelleryWatches::before {
  content: '\f1a2'; }

.icon-Category-SportLeisure::before {
  content: '\f1a3'; }

.icon-Category-Technology::before {
  content: '\f1a4'; }

.icon-Category-Toys::before {
  content: '\f1a5'; }

.icon-Category-Toys_2::before {
  content: '\f1a6'; }

.icon-Event-Christmas::before {
  content: '\f1a9'; }

.icon-Event-Easter::before {
  content: '\f1aa'; }

.icon-Event-FathersDay::before {
  content: '\f1ab'; }

.icon-Event-MothersDay::before {
  content: '\f1ac'; }

.icon-Event-ValentinesDay::before {
  content: '\f1ad'; }

.icon-UIE-Account::before {
  content: '\f1b0'; }

.icon-UIE-Account-fill::before {
  content: '\f1f8'; }

.icon-UIE-ApplyByTelephone::before {
  content: '\f1e0'; }

.icon-UIE-ApplyInStore::before {
  content: '\f1e1'; }

.icon-UIE-Browse::before {
  content: '\f1e2'; }

.icon-UIE-Browse_2::before {
  content: '\f1e3'; }

.icon-UIE-Browse_3::before {
  content: '\f1e4'; }

.icon-UIE-Calendar::before {
  content: '\f201'; }

.icon-UIE-Catalogue::before {
  content: '\f1e5'; }

.icon-UIE-Controls-Arrow-Left::before {
  content: '\f1e6'; }

.icon-UIE-Controls-Arrow-Right::before {
  content: '\f1e7'; }

.icon-UIE-Controls-Chevron-Down::before {
  content: '\f1e8'; }

.icon-UIE-Controls-Chevron-Left::before {
  content: '\f1e9'; }

.icon-UIE-Controls-Chevron-Right::before {
  content: '\f1ea'; }

.icon-UIE-Controls-Chevron-Up::before {
  content: '\f1eb'; }

.icon-UIE-Controls-Cross-Thick::before {
  content: '\f1ec'; }

.icon-UIE-Controls-Cross-Thin::before {
  content: '\f1ed'; }

.icon-UIE-Controls-Tick-Thick::before {
  content: '\f1ee'; }

.icon-UIE-Controls-Tick-Thin::before {
  content: '\f1ef'; }

.icon-UIE-Controls-ZoomIn::before {
  content: '\f1f0'; }

.icon-UIE-Controls-ZoomOut::before {
  content: '\f1f1'; }

.icon-UIE-DeliveryInstructions::before {
  content: '\f1f2'; }

.icon-UIE-Edit::before {
  content: '\f1b9'; }

.icon-UIE-Email::before {
  content: '\f1ba'; }

.icon-UIE-Error::before {
  content: '\f1fa'; }

.icon-UIE-Flag::before {
  content: '\f1f9'; }

.icon-UIE-Filter::before {
  content: '\f202'; }

.icon-UIE-Information::before {
  content: '\f1f3'; }

.icon-UIE-LeaveFeedback::before {
  content: '\f1bb'; }

.icon-UIE-Location::before {
  content: '\f1bc'; }

.icon-UIE-MenuHamburger_2::before {
  content: '\f1bd'; }

.icon-UIE-More::before {
  content: '\f1be'; }

.icon-UIE-OpenInNewWindow::before {
  content: '\f1bf'; }

.icon-UIE-Options::before {
  content: '\f1c0'; }

.icon-UIE-OrderSummary_1::before {
  content: '\f1c1'; }

.icon-UIE-Refine::before {
  content: '\f1c2'; }

.icon-UIE-Refresh::before {
  content: '\f1c3'; }

.icon-UIE-ReviewStarEmpty::before {
  content: '\f1f4'; }

.icon-UIE-ReviewStarFull::before {
  content: '\f1f5'; }

.icon-UIE-ReviewStarHalf::before {
  content: '\f1f6'; }

.icon-UIE-SavedCards::before {
  content: '\f1c4'; }

.icon-UIE-SavedCards-inkscaped::before {
  content: '\f1fc'; }

.icon-UIE-Search::before {
  content: '\f1c5'; }

.icon-UIE-Secure::before {
  content: '\f1c6'; }

.icon-UIE-Share::before {
  content: '\f1c7'; }

.icon-UIE-Shield::before {
  content: '\f1ff'; }

.icon-UIE-ShopOnline::before {
  content: '\f1c8'; }

.icon-UIE-SmileyFace::before {
  content: '\f1c9'; }

.icon-UIE-Sort::before {
  content: '\f1ca'; }

.icon-UIE-TandC::before {
  content: '\f1cb'; }

.icon-UIE-Telephone::before {
  content: '\f1cc'; }

.icon-UIE-TimeSlot::before {
  content: '\f1cf'; }

.icon-UIE-Trolley::before {
  content: '\f1d0'; }

.icon-UIE-Video::before {
  content: '\f1d1'; }

.icon-UIE-Warning::before {
  content: '\f1d2'; }

.icon-UIE-WishList::before {
  content: '\f1d3'; }

.icon-UIE-WriteToUs::before {
  content: '\f1d4'; }

.icon-UIE-YourDetails::before {
  content: '\f1fb'; }

.icon-UIE-YourDetails-inkscape::before {
  content: '\f1fe'; }

.mobile-header-spacer {
  margin-top: 61px; }
  @media (min-width: 768px) {
    .mobile-header-spacer {
      display: none; } }

/* stylelint-disable */
body.appWebView footer.footer,
body.appWebView header#haas-v2 {
  display: none !important; }

/* stylelint-enable */
.xs-row--negative {
  margin-left: -15px;
  margin-right: -15px; }

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

@media (min-width: 992px) {
  .lg-3-offset {
    margin-left: calc(25% + 15px); } }

.button--block {
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px; }

.img-fullwidth {
  width: 100%; }

.form-group {
  margin-bottom: 10px; }

.back-to-link {
  color: #0c509f;
  font-size: 15px;
  letter-spacing: .08em;
  padding: 7px 0;
  display: block;
  text-align: left;
  font-weight: 400;
  font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
  font-size: 15px; }
  .back-to-link::before {
    content: "\f1e9";
    position: relative;
    display: inline-block;
    font-family: "ArgosIcons";
    padding-right: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.chat-img {
  vertical-align: top;
  padding: 4px 0 0; }

.list-ticks li {
  position: relative;
  margin: 26px; }
  .list-ticks li::before {
    /* stylelint-disable-line */
    position: absolute;
    top: 0;
    bottom: 0;
    left: -24px;
    border-radius: 50%;
    content: "";
    margin-top: -1px;
    width: 16px;
    height: 16px;
    background-image: url("/helpfaq-assets/static/img/argos-card/tick-purple.svg"); }

.list-cross li {
  position: relative;
  margin: 26px; }
  .list-cross li::before {
    /* stylelint-disable-line */
    position: absolute;
    top: 0;
    bottom: 0;
    left: -24px;
    border-radius: 50%;
    content: "";
    margin-top: -1px;
    width: 16px;
    height: 16px;
    background-image: url("/helpfaq-assets/static/img/argos-card/cross-red.svg"); }

.list-bullets {
  list-style: disc inside; }

.list-numbered {
  counter-reset: list-counter; }
  .list-numbered li {
    position: relative;
    margin: 24px 0 24px 24px;
    color: #333; }
    .list-numbered li::before {
      /* stylelint-disable-line */
      content: counter(list-counter) ".";
      counter-increment: list-counter;
      position: absolute;
      left: -22px;
      font-weight: 700; }

/* stylelint-disable */
.page {
  padding-top: 20px;
  position: relative; }
  .page__title {
    font-weight: 400;
    font-family: "ArgosCondensed", "Arial", "Helvetica", sans-serif;
    font-size: 30px;
    letter-spacing: 0.02em;
    color: #781f74;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 0 15px;
    margin-bottom: 20px;
    margin-top: 0; }
    .page__title:focus {
      outline: none; }
  .page__content {
    font-weight: 400;
    font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
    font-size: 15px;
    padding-bottom: 20px; }
    .page__content p {
      font-weight: 400;
      font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
      font-size: 15px;
      line-height: 17px; }
      .page__content p + p {
        margin-top: 10px; }
      .page__content p strong,
      .page__content p b,
      .page__content p b a {
        font-weight: 600;
        font-family: "ArgosBook", "Arial", "Helvetica", sans-serif; }
      .page__content p + ul,
      .page__content p + ol {
        margin-top: 4px; }
      @media (max-width: 767px) {
        .page__content p:target {
          margin-top: -70px;
          padding-top: 70px; } }
    .page__content ul {
      list-style: disc; }
    .page__content ol {
      list-style: decimal; }
    .page__content ul,
    .page__content ol {
      font-weight: 400;
      font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
      font-size: 15px;
      padding-left: 16px;
      margin-top: 10px;
      margin-bottom: 11px; }
      .page__content ul li,
      .page__content ol li {
        font-weight: 400;
        font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
        font-size: 15px;
        font-size: 15px;
        line-height: 17px; }
        .page__content ul li + li,
        .page__content ol li + li {
          margin-top: 5px; }
    .page__content p a {
      text-decoration: underline;
      color: #0c509f;
      font-weight: 400;
      font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
      font-size: 15px; }
    .page__content h1,
    .page__content h2,
    .page__content h3 {
      font-weight: 400;
      font-family: "ArgosCondensed", "Arial", "Helvetica", sans-serif;
      color: #333;
      letter-spacing: 0.02em;
      margin-top: 24px;
      margin-bottom: 12px; }
    .page__content h1 {
      font-size: 35px; }
    .page__content h2 {
      font-size: 24px; }
    .page__content h3 {
      font-size: 20px; }
    .page__content hr {
      margin-top: 20px;
      margin-bottom: 20px;
      border: 0;
      border-top: 1px solid #e4e4e4; }

/* stylelint-enable */
.payment-img-list {
  margin-bottom: 20px; }

.payment-img-list + .payment-img-list {
  margin-top: -10px; }

.payment-img-list img {
  /* stylelint-disable-line */
  margin-right: 6px;
  margin-bottom: 8px; }

@media (min-width: 767px) {
  .livechat-anchor {
    padding: 15px 0;
    display: block; } }

.help-p {
  margin: 25px 0; }

.help-lowercase {
  text-transform: lowercase; }

/* stylelint-disable */
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #f5f5f5;
  text-align: left; }

th {
  text-align: left; }

.cookie-list > table > thead > tr > th.title {
  text-align: start; }

.cookie-list > table > tbody > tr > td {
  text-align: start; }

.cookie-list > table > tbody > tr > td:first-child {
  border-left: 1px solid #e4e4e4; }

@media screen and (max-width: 767px) {
  .cookie-list > table {
    min-height: auto; }
    .cookie-list > table > thead > tr {
      display: none; }
    .cookie-list > table > tbody tr {
      display: flex;
      flex-direction: column;
      border-top: 1px solid #ddd;
      border-right: none; }
      .cookie-list > table > tbody tr td {
        border: none;
        padding: 15px 0; }
      .cookie-list > table > tbody tr td:first-child {
        border-left: none; }
      .cookie-list > table > tbody tr td::before {
        display: block;
        margin-bottom: 5px;
        font-weight: 700; }
      .cookie-list > table > tbody tr td:nth-of-type(1)::before {
        content: "Name"; }
      .cookie-list > table > tbody tr td:nth-of-type(2)::before {
        content: "Description"; }
      .cookie-list > table > tbody tr td:nth-of-type(3)::before {
        content: "Category"; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 15px; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
  padding-right: 1px; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 18px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td {
  padding: 15px; }

.table > thead > tr > th {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "ArgosCondensed", "Arial", "Helvetica", sans-serif; }

.table > tbody > tr > th,
.table > tbody > tr > td {
  font-weight: 400;
  font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
  font-size: 15px;
  text-transform: initial;
  font-size: 15px; }

.table.table-bordered > thead > tr > th {
  background: #f5f5f5; }

@media (min-width: 768px) {
  .table-responsive {
    overflow-x: unset; }
  .table-border-space {
    padding-left: 4px; } }

@media (max-width: 767px) {
  .table-responsive {
    border: 0; }
  .table-responsive-full {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; }
  .table-responsive-full.table-border-space {
    padding-left: 24px; }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: normal; }
  .table-responsive > .table {
    min-width: 720px; }
  .table-responsive > .table-bordered {
    border: 1px solid #ddd; } }

.table-group > tbody > tr > th,
.table-group > tbody > tr > td {
  vertical-align: middle;
  text-align: center;
  /* height: 62px; */ }

.table-group > thead > tr {
  border-right: 1px solid #781f74; }

.table-group > thead > tr > td,
.table-group > thead > tr > th,
.table-group > tbody > tr:nth-child(1) > th,
.table-group > tbody > tr:nth-child(1) > td {
  border-bottom: 0;
  border-top: 0; }

.table-group > tbody > tr,
.table-group > tbody > tr > th,
.table-group > tbody > tr > td {
  border-right: 1px solid #e4e4e4; }

.table-group > tbody > tr:first-child > th {
  border-left: 0; }

.table-group > tbody > tr > th {
  border-left: 8px solid #781f74; }

.table-group {
  border-bottom: 1px solid #e4e4e4; }

.table .icon-UIE-Controls-Tick-Thin,
.table .icon-UIE-Controls-Cross-Thin {
  border-radius: 50%;
  height: 25px;
  width: 25px;
  display: block;
  margin: 0 auto;
  font-weight: 800;
  font-size: 13px; }

.table .icon-UIE-Controls-Tick-Thin {
  background: #781f74;
  color: #fff;
  padding: 9px 0 0 0;
  text-align: center; }

.table .icon-UIE-Controls-Cross-Thin {
  background-color: #c7390e;
  color: #fff;
  padding: 7px 0 0 6px; }

.table th.title {
  text-align: center;
  background: #781f74;
  font-weight: 800;
  font-family: "ArgosCondensed", "Arial", "Helvetica", sans-serif;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px; }

table.hidden,
tbody.hidden,
tr.hidden,
td.hidden {
  display: none; }

.table-blue > tbody > tr > th,
.table-blue > thead > tr > th {
  font-weight: 800;
  font-family: "ArgosCondensed", "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  background: #083467; }

.table-blue td {
  background: #f5f5f5;
  text-align: center; }

.table-blue thead > tr > td,
.table-blue thead > tr > th,
.table-blue tbody > tr > td,
.table-blue tbody > tr > th {
  border-top: 0; }

.page-argoscard .table {
  margin-bottom: 0; }

@media (max-width: 420px) {
  .page-argoscard .table-responsive {
    overflow-y: initial;
    overflow-x: scroll; }
    .page-argoscard .table-responsive .table-border {
      min-width: 340px; } }

/* stylelint-enable */
.help__telephone-link {
  font-weight: 700;
  color: #3777bc; }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
.help-header {
  background: #781f74;
  margin-bottom: 30px;
  background-image: url("/helpfaq-assets/static/img/header-bg.jpg");
  background-position: center; }
  .help-header .title {
    margin-top: 50px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-weight: 800;
    font-size: 40px; }
    .help-header .title:focus {
      outline: none; }

.home__manage-orders {
  font-weight: 400;
  font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
  font-size: 15px;
  margin: 15px 0 10px 0; }
  @media (min-width: 768px) {
    .home__manage-orders {
      margin: 30px 0 10px 0; } }
  .home__manage-orders-title {
    font-size: 25px;
    margin-bottom: 15px; }
  .home__manage-orders-content {
    margin-bottom: 15px; }
  .home__manage-orders-cta {
    width: 100%; }
    .home__manage-orders-cta:focus {
      outline: 5px auto Highlight;
      outline: 5px auto -webkit-focus-ring-color; }
    @media (min-width: 768px) {
      .home__manage-orders-cta {
        width: auto; } }

.home__promo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url("/helpfaq-assets/static/img/home-promo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 264px;
  border-radius: 3px;
  text-align: center;
  margin-top: 15px; }
  @media (min-width: 768px) {
    .home__promo {
      margin-top: 20px;
      height: auto; } }
  .home__promo__title {
    font-weight: 400;
    font-family: "ArgosCondensed", "Arial", "Helvetica", sans-serif;
    font-size: 27px;
    line-height: 32px;
    display: block;
    padding-bottom: 10px;
    letter-spacing: .03em; }
  .home__promo__cta {
    color: #781f74;
    font-weight: 800;
    font-family: "ArgosCondensed", "Arial", "Helvetica", sans-serif;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #781f74;
    line-height: 24px; }

.home__bottom {
  padding: 10px 0 20px; }
  .home__bottom__title {
    font-weight: 400;
    font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
    font-size: 15px;
    padding: 8px 0 5px; }
  .home__bottom__cta {
    border-bottom: 2px solid;
    font-weight: 800;
    font-family: "ArgosCondensed", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 2px;
    display: inline-block; }
  .home__bottom__link {
    width: 100%;
    padding: 15px 20px 15px 60px;
    display: block;
    text-align: left;
    position: relative; }
  .home__bottom .argos-icon {
    position: absolute;
    top: 27px;
    left: 0;
    font-size: 42px; }
  .home__bottom--contact-us {
    color: #781f74; }
    .home__bottom--contact-us .home__bottom__cta {
      border-color: #781f74; }
    .home__bottom--contact-us .home__bottom__link,
    .home__bottom--contact-us .home__bottom__cta {
      color: #781f74; }
  .home__bottom--your-account {
    color: #0c509f; }
    .home__bottom--your-account .home__bottom__cta {
      border-color: #0c509f; }
    .home__bottom--your-account .home__bottom__link,
    .home__bottom--your-account .home__bottom__cta {
      color: #0c509f; }

@media screen and (min-width: 576px) {
  .home__bottom {
    display: flex;
    padding: 30px 0;
    justify-content: center; }
    .home__bottom__link {
      width: 250px;
      padding: 20px 60px;
      display: block;
      text-align: center;
      position: relative; }
    .home__bottom .argos-icon {
      position: static;
      font-size: 30px; }
    .home__bottom--contact-us {
      border-right: 2px solid #ccc; } }

.home__alert-container {
  margin-top: 30px; }

.faq-loader {
  position: relative;
  height: 262px;
  margin-top: 20px; }
  .faq-loader .alert {
    position: absolute;
    height: 100%;
    width: 100%; }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
.ac-alert {
  font-weight: 400;
  font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
  font-size: 15px;
  padding: 15px;
  border: 0 solid currentColor;
  margin-bottom: 10px;
  border-radius: 3px;
  position: relative;
  display: flex;
  align-items: center; }
  .ac-alert__content {
    display: flex;
    align-items: center; }
  .ac-alert__icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    fill: currentColor;
    display: flex;
    align-items: center;
    justify-content: center; }
    .ac-alert__icon--cross {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .ac-alert__message {
    width: 100%; }
    .ac-alert__message a {
      font-weight: 600;
      text-decoration: none;
      color: inherit; }
  .ac-alert--bordered {
    border-width: 1px; }
  .ac-alert--large {
    width: 100%;
    font-size: 16px;
    padding: 25px; }
  .ac-alert--large .ac-alert__content {
    margin: 0 auto; }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
.ac-search-bar {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  margin-bottom: 5px; }
  .ac-search-bar--large .ac-search-bar__input {
    height: 60px; }
    .ac-search-bar--large .ac-search-bar__input--icon {
      padding-left: 60px; }
  .ac-search-bar--large .ac-search-bar__button {
    height: 60px;
    padding: 6px 20px; }
  .ac-search-bar--large .ac-search-bar__icon {
    left: 20px;
    height: 60px; }
  .ac-search-bar__input {
    border-right: 0;
    border-radius: 3px 0 0 3px;
    margin-bottom: 0;
    width: 0;
    flex-grow: 1; }
    .ac-search-bar__input--icon {
      padding-left: 42px; }
  .ac-search-bar__button {
    flex: 0 0 auto;
    border-radius: 0 3px 3px 0;
    padding: 6px 12px;
    margin: 0; }
  .ac-search-bar__icon {
    position: absolute;
    left: 10px;
    height: 44px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
.faq-search {
  display: block;
  margin-bottom: 15px; }
  .faq-search button:focus {
    outline: 5px auto Highlight;
    outline: 5px auto -webkit-focus-ring-color; }
  .faq-search--bottom {
    margin-top: 20px; }
  .faq-search__header {
    position: relative;
    top: 30px;
    margin: 0 auto;
    width: 100%; }
  @media (min-width: 768px) {
    .faq-search__header {
      width: 70%; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
.category-panel {
  border-radius: 3px;
  background: #f5f5f5;
  margin-top: 15px;
  padding: 15px 20px 5px 20px; }
  @media (min-width: 768px) {
    .category-panel {
      min-height: 250px; } }
  .category-panel__title {
    font-weight: 400;
    font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
    font-size: 15px;
    font-size: 19px;
    font-weight: 600;
    padding: 10px 0 10px 40px;
    position: relative; }
  .category-panel .argos-icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .category-panel .argos-icon.icon-UIE-Account::before {
      font-size: 24px; }
    .category-panel .argos-icon.icon-UIE-Refresh::before {
      font-size: 25px; }
    .category-panel .argos-icon.icon-CP-Credit::before {
      font-size: 27px;
      top: 4px; }
    .category-panel .argos-icon.icon-CP-Delivery::before {
      font-size: 33px;
      top: 7px; }
    .category-panel .argos-icon.icon-UIE-Shield::before {
      font-size: 25px; }
    .category-panel .argos-icon.icon-UIE-DeliveryInstructions::before {
      font-size: 25px; }
  .category-panel__link {
    font-weight: 600;
    font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
    display: block;
    letter-spacing: .04em;
    padding: 14px 35px 14px 0;
    line-height: 17px;
    position: relative;
    color: #781f74; }
    .category-panel__link:hover {
      text-decoration: underline; }
    .category-panel__link--icon::before {
      display: inline-block;
      font-family: "ArgosIcons";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f1ea";
      font-weight: 600;
      height: 14px;
      font-size: inherit;
      line-height: inherit;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto; }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
.top-faqs {
  background: #781f74;
  border-radius: 3px;
  color: #fff;
  padding: 20px 20px 15px;
  margin-top: 15px; }
  @media (min-width: 768px) {
    .top-faqs {
      margin-top: 20px; } }
  .top-faqs__title {
    color: #fff;
    margin-top: 0; }
  .top-faqs__link {
    font-weight: 400;
    font-family: "ArgosCondensed", "Arial", "Helvetica", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .05em;
    padding: 10px 0;
    display: block;
    text-transform: uppercase; }
  .top-faqs__lists {
    padding-left: 32px;
    list-style: none; }
  .top-faqs__list {
    color: #fff;
    position: relative; }
    .top-faqs__list::before {
      content: '?';
      display: block;
      width: 20px;
      height: 17px;
      padding-top: 3px;
      color: #781f74;
      background: #fff;
      border-radius: 50%;
      text-align: center;
      font-weight: 600;
      font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
      font-size: 16px;
      position: absolute;
      left: -32px;
      top: 7px; }
  .top-faqs--inverse {
    padding-left: 0;
    background: #fff;
    color: #781f74;
    padding-bottom: 10px; }
  .top-faqs--inverse .top-faqs__title {
    color: #333;
    font-size: 20px; }
  .top-faqs--inverse .top-faqs__link {
    color: #781f74;
    font-weight: 800;
    font-family: "ArgosCondensed", "Arial", "Helvetica", sans-serif; }
  .top-faqs--inverse .top-faqs__list::before {
    color: #fff;
    background: #781f74; }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
.store-locator {
  background: transparent url("/helpfaq-assets/static/img/store-locator-map.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 15px;
  margin: 15px -15px 0; }
  @media (min-width: 768px) {
    .store-locator {
      padding: 30px;
      margin: 20px 0 0;
      border-radius: 3px; } }
  .store-locator__panel {
    display: block;
    width: 100%;
    max-width: 350px;
    padding: 20px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.75); }
  .store-locator__title {
    margin-top: 0; }
  .store-locator__text {
    font-size: 14px; }
  .store-locator__text + .store-locator__text {
    margin-top: 5px; }
  .store-locator__form {
    margin: 15px 0 10px; }
    .store-locator__form::before {
      content: none; }
  .store-locator__input {
    padding: 8px 12px; }
  .store-locator .button--primary:focus,
  .store-locator .button-link:focus {
    outline: 5px auto Highlight;
    outline: 5px auto -webkit-focus-ring-color; }
  @media (max-width: 575px) {
    .store-locator__button {
      padding: 0 10px; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
.sidebar {
  margin-bottom: 20px; }
  .sidebar__item {
    color: #781f74; }

.sidebar-container {
  z-index: 1; }

.sidebar-toggle {
  display: none; }

.sidebar-submenu {
  background: #f5f5f5;
  z-index: 10000; }

.sidebar-parent--toggled .sidebar-submenu {
  visibility: visible;
  max-height: 1000px; }

.sidebar-parent .svg-chevron {
  position: absolute;
  right: 10px;
  fill: #4f5a65; }

.sidebar-parent.sidebar-parent--active-child {
  border-left-color: #781f74; }

@media (max-width: 991px) {
  .sidebar {
    display: block;
    max-height: 0;
    margin-bottom: 0;
    border-style: none;
    border-top-width: 0;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    visibility: hidden;
    transition: max-height .1s ease-out; }
    .sidebar__link:focus {
      outline: none;
      text-decoration: underline; }
    .sidebar--toggled {
      max-height: 2000px;
      margin-bottom: 20px;
      border-style: solid;
      visibility: visible;
      transition: max-height .5s ease-out; }
  .sidebar-toggle {
    font-weight: 600;
    font-family: "ArgosCondensed", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #781f74;
    background: #f5f5f5;
    display: block;
    padding: 18px 20px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer; }
    .sidebar-toggle .svg-chevron {
      position: absolute;
      right: 30px; }
    .sidebar-toggle .icon__group {
      -webkit-transform: translate(0);
              transform: translate(0);
      transition: -webkit-transform .1s ease-out;
      transition: transform .1s ease-out;
      transition: transform .1s ease-out, -webkit-transform .1s ease-out; }
    .sidebar-toggle .icon__line {
      stroke: #781f74;
      stroke-width: 12px; }
      .sidebar-toggle .icon__line--left {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform-origin: 50px 50px;
                transform-origin: 50px 50px;
        transition: -webkit-transform .1s ease-out;
        transition: transform .1s ease-out;
        transition: transform .1s ease-out, -webkit-transform .1s ease-out; }
      .sidebar-toggle .icon__line--right {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform-origin: 50px 50px;
                transform-origin: 50px 50px;
        transition: -webkit-transform .1s ease-out;
        transition: transform .1s ease-out;
        transition: transform .1s ease-out, -webkit-transform .1s ease-out; }
    .sidebar-toggle:focus {
      outline: none;
      text-decoration: underline; }
    .sidebar-toggle--toggled {
      border-radius: 3px 3px 0 0;
      margin-bottom: 0; }
      .sidebar-toggle--toggled .icon__group {
        -webkit-transform: translateY(-40px);
                transform: translateY(-40px);
        transition: -webkit-transform .5s ease-out;
        transition: transform .5s ease-out;
        transition: transform .5s ease-out, -webkit-transform .5s ease-out; }
      .sidebar-toggle--toggled .icon__line--left {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        transition: -webkit-transform .5s ease-out;
        transition: transform .5s ease-out;
        transition: transform .5s ease-out, -webkit-transform .5s ease-out; }
      .sidebar-toggle--toggled .icon__line--right {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        transition: -webkit-transform .5s ease-out;
        transition: transform .5s ease-out;
        transition: transform .5s ease-out, -webkit-transform .5s ease-out; }
  .sidebar-submenu {
    display: block;
    max-height: 0;
    transition: max-height .1s ease-out;
    position: relative;
    border: none;
    overflow: hidden;
    visibility: hidden;
    margin: 0 0 0 -20px;
    left: 0; }
    .sidebar-submenu__item {
      margin-right: -40px; }
    .sidebar-submenu--toggled {
      display: block; }
    .sidebar__item--parent:hover .sidebar-submenu {
      display: none; }
      .sidebar__item--parent:hover .sidebar-submenu--toggled {
        display: block; }
    .sidebar-submenu .sidebar__link {
      padding-left: 20px; }
      .sidebar-submenu .sidebar__link:last-of-type {
        border-bottom: 1px solid #ccc; }
  .sidebar-parent {
    display: block; }
    .sidebar-parent::after {
      display: none; }
    .sidebar-parent .svg-chevron {
      right: 20px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .sidebar-parent .icon__group {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      transition: -webkit-transform .5s ease-in-out;
      transition: transform .5s ease-in-out;
      transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out; }
    .sidebar-parent .icon__line--left {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: 50px 50px;
              transform-origin: 50px 50px;
      transition: -webkit-transform .5s ease-in-out;
      transition: transform .5s ease-in-out;
      transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out; }
    .sidebar-parent .icon__line--right {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: 50px 50px;
              transform-origin: 50px 50px;
      transition: -webkit-transform .5s ease-in-out;
      transition: transform .5s ease-in-out;
      transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out; }
    .sidebar-parent--toggled {
      background: #f5f5f5; }
      .sidebar-parent--toggled .icon {
        -webkit-transform-origin: 50px 50px;
                transform-origin: 50px 50px; }
        .sidebar-parent--toggled .icon__group {
          -webkit-transform: translateY(-40px);
                  transform: translateY(-40px); }
        .sidebar-parent--toggled .icon__line--left {
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          -webkit-transform-origin: 50px 50px;
                  transform-origin: 50px 50px; }
        .sidebar-parent--toggled .icon__line--right {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          -webkit-transform-origin: 50px 50px;
                  transform-origin: 50px 50px; } }

@media (min-width: 992px) {
  .sidebar-submenu--toggled {
    display: block; }
  .sticky-nav .sidebar-container {
    position: absolute;
    width: calc(25% - 30px);
    max-width: 270px;
    z-index: 10; }
  .sticky-nav .sidebar--sticky-top {
    position: fixed;
    top: 20px; }
  .sticky-nav .sidebar--sticky-bottom {
    bottom: 0; }
  .sticky-nav .sidebar--sticky-bottom--fixed {
    position: fixed;
    top: unset;
    bottom: 0; }
  .sidebar-parent:hover {
    background: #f5f5f5; }
    .sidebar-parent:hover .sidebar-submenu {
      display: block; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
.faq-accordions__header {
  display: flex;
  justify-content: space-between; }

.faq-accordions__title {
  margin-top: 12px; }

.faq-accordions__button {
  font-weight: 800;
  font-family: "ArgosCondensed", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #781f74;
  position: relative;
  padding: 15px 25px 15px 0;
  text-align: left;
  border: 0;
  display: block;
  width: 100%;
  background: 0 0;
  outline: 0; }
  .faq-accordions__button:focus {
    text-decoration: underline; }

.faq-accordions__open-all-button {
  background: #fff;
  border: none;
  color: #781f74;
  font-weight: 400;
  font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
  font-size: 15px;
  text-align: right;
  letter-spacing: .04em;
  position: relative;
  padding-right: 30px;
  margin: 0; }
  .faq-accordions__open-all-button__text-collapse {
    display: none; }
  .faq-accordions__open-all-button__icon {
    display: block;
    font-size: 28px;
    border: 1px solid #781f74;
    text-align: center;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding-bottom: 0;
    position: absolute;
    right: 0;
    top: 11px; }
    .faq-accordions__open-all-button__icon::before {
      content: '+';
      top: -4px;
      left: 1px;
      position: relative;
      font-size: 28px; }

.faq-accordions__icon-question {
  display: block;
  width: 20px;
  height: 20px;
  padding-top: 1px;
  color: #fff;
  background: #781f74;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  position: absolute;
  left: -30px;
  top: 13px; }
  .faq-accordions__icon-question::before {
    content: '?'; }

.faq-accordions__icon-cheveron {
  display: block;
  font-size: 14px;
  color: #781f74;
  position: absolute;
  right: 0;
  top: 17px; }
  .faq-accordions__icon-cheveron::before {
    font-family: 'ArgosIcons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f1e8'; }

.faq-accordions__content {
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.faq-accordions__accordion {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-left: 40px; }

.faq-accordions__accordion + .faq-accordions__accordion {
  border-top: 0; }

.faq-accordions__accordion--active .faq-accordions__content {
  transition: 1s ease-in;
  opacity: 1;
  max-height: 5000px; }

.faq-accordions__accordion--active .faq-accordions__icon-cheveron::before {
  content: '\f1eb'; }

.faq-accordions--active-all .faq-accordions__accordion .faq-accordions__content {
  transition: 1s ease-in;
  opacity: 1;
  max-height: 5000px; }

.faq-accordions--active-all .faq-accordions__icon-cheveron::before {
  content: '\f1eb'; }

.faq-accordions--active-all .faq-accordions__open-all-button {
  background: #fff;
  border: none;
  color: #781f74;
  font-weight: 400;
  font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
  font-size: 15px;
  text-align: right;
  letter-spacing: .04em; }
  .faq-accordions--active-all .faq-accordions__open-all-button__text-collapse {
    display: inline; }
  .faq-accordions--active-all .faq-accordions__open-all-button__text-expand {
    display: none; }
  .faq-accordions--active-all .faq-accordions__open-all-button__icon::before {
    content: '-';
    top: -7px; }

.faq-accordions + .star-rating {
  border-top: 0; }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
.chat-logo {
  position: relative;
  display: block; }
  .chat-logo__svg {
    background-color: #d42114; }
  .chat-logo__indicator {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    border: 2px solid #fff;
    right: -2px;
    top: -4px; }
    .category-panel .chat-logo__indicator {
      border-color: #f5f5f5; }
    .chat-logo__indicator--online {
      background-color: #084; }
    .chat-logo__indicator--offline {
      background-color: #666; }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
.chat-cta {
  display: inline-block;
  margin-top: 20px;
  font-family: 'ArgosBook', 'Arial', sans-serif, 'Helvetica'; }
  .chat-cta__title {
    line-height: 1.33;
    margin: 10px 0;
    /* stylelint-disable */
    color: #781f74 !important;
    /* p tags are being overriden by other css :( */
    /* stylelint-enable */ }
  .chat-cta__button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    height: 52px;
    padding-left: 10px;
    padding-right: 10px; }
    .chat-cta__button:hover, .chat-cta__button:focus {
      background-color: transparent; }
  .chat-cta__contact-icon {
    display: block;
    margin-bottom: 3px;
    fill: #781f74; }
  .chat-cta__chevron {
    display: flex;
    margin-left: 10px;
    fill: #781f74; }
  .chat-cta__label {
    display: inline-block;
    margin-left: 15px;
    color: #781f74; }
  .chat-cta .chat-logo__indicator {
    width: 11px;
    height: 11px;
    border-radius: 11px;
    right: -4px;
    top: -2px; }

.live-chat-area {
  margin: 20px 0; }

#btn-helpchattwo {
  /* stylelint-disable-line */
  width: 158px;
  height: 41px;
  border: none;
  outline: none;
  background: url("https://d1af033869koo7.cloudfront.net/psp/argos-v1-001/default/20161027122259/apps/InviteApp/img/FAQ_enabled.png") 0% 0%/158px 41px transparent;
  display: block; }

.livechat-anchor {
  padding: 15px 0;
  display: block; }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
.product-care {
  color: #333; }
  .product-care__header {
    position: relative;
    background: url("/helpfaq-assets/static/img/product-care/cover-main.jpg");
    background-size: cover;
    background-position: center;
    height: 400px;
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .product-care__header {
        margin-top: -20px;
        margin-bottom: 0; } }
    .product-care__header .title {
      font-weight: 600;
      font-family: "ArgosCompressed", "Arial", "Helvetica", sans-serif;
      position: absolute;
      bottom: -50px;
      left: 0;
      right: 0;
      display: inline-block;
      padding: 10px 20px;
      background: #0677aa;
      color: #fff;
      font-size: 60px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .product-care__header .title {
          left: auto;
          right: auto;
          bottom: 50px;
          margin-left: -100vw;
          margin-bottom: 0;
          padding-left: 100vw; } }
  .product-care__section {
    padding-bottom: 30px; }
    .product-care__section--details {
      padding-top: 15px; }
    .product-care__section--legal {
      padding-top: 30px;
      margin-bottom: 20px; }
    .product-care__section--claim {
      background: url("/helpfaq-assets/static/img/product-care/argos-phone.png") no-repeat;
      background-position: center bottom -170px;
      background-size: 230px;
      padding-bottom: 250px; }
      @media (min-width: 768px) {
        .product-care__section--claim {
          background-position: right 50px top 75px;
          min-height: 300px;
          padding-bottom: 30px; } }
  .product-care__subheading {
    text-transform: uppercase;
    border-bottom: 1px solid #666;
    letter-spacing: 2px;
    padding: 4px 0; }
  .product-care__cover-types-section {
    margin-top: 20px;
    margin-bottom: 40px; }
  .product-care-cover-type {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .product-care-cover-type {
        margin-bottom: 0; } }
    .product-care-cover-type__image {
      width: 100%; }
    .product-care-cover-type__content {
      padding: 20px 20px 10px; }
    .product-care-cover-type__title {
      font-weight: 600;
      font-family: "ArgosCompressed", "Arial", "Helvetica", sans-serif;
      color: #0677aa;
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .product-care-cover-type__link-wrapper {
      margin-bottom: 10px; }
    .product-care-cover-type__link {
      white-space: normal;
      line-height: 1.5em; }
  .product-care__45days-image {
    text-align: center;
    padding-top: 5px; }
  .product-care__benefits-section {
    margin-top: 40px;
    margin-bottom: 40px; }
  .product-care__benefit {
    background: url("/helpfaq-assets/static/img/argos-card/tick-purple.svg") no-repeat;
    padding: 0 30px 20px;
    line-height: 1.2em; }
    @media (min-width: 992px) {
      .product-care__benefit:first-of-type {
        border-right: 1px solid #ccc; } }
  .product-care__link--large {
    margin-top: 20px;
    margin-bottom: 20px; }
  .product-care p {
    /* stylelint-disable-line */
    margin: 10px 0;
    line-height: 1.2em; }
  .product-care__title {
    font-weight: 600;
    font-family: "ArgosCompressed", "Arial", "Helvetica", sans-serif;
    letter-spacing: 1.1px;
    font-size: 18px;
    text-transform: uppercase; }
    .product-care__title--white {
      color: #fff; }
  .product-care__pdf {
    display: flex;
    align-items: center;
    padding: 10px 0; }
  .product-care__pdf-link {
    text-decoration: underline; }
  .product-care__afs-promo {
    flex-direction: column-reverse; }
    @media (min-width: 768px) {
      .product-care__afs-promo {
        flex-direction: row; } }
  .product-care__compare-logo {
    display: flex;
    align-items: center;
    justify-content: center; }
  .product-care-subpage__header {
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #0677aa;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .product-care-subpage__header {
        background-size: 60%;
        background-position: center right; } }
    .product-care-subpage__header--breakdown {
      background-image: url("/helpfaq-assets/static/img/product-care/cover-breakdown.jpg"); }
    .product-care-subpage__header--furniture {
      background-image: url("/helpfaq-assets/static/img/product-care/cover-furniture.jpg"); }
    .product-care-subpage__header--jewellery {
      background-image: url("/helpfaq-assets/static/img/product-care/cover-watch.jpg"); }
    .product-care-subpage__header--monthly {
      background-image: url("/helpfaq-assets/static/img/product-care/cover-breakdown.jpg"); }
    .product-care-subpage__header--replacement {
      background-image: url("/helpfaq-assets/static/img/product-care/cover-replacement.jpg"); }
  .product-care-subpage__title {
    font-weight: 600;
    font-family: "ArgosCompressed", "Arial", "Helvetica", sans-serif;
    font-size: 40px;
    color: #fff;
    background: #0677aa;
    text-transform: uppercase;
    margin-top: 200px;
    padding: 20px;
    line-height: .93;
    letter-spacing: 1px; }
    @media (min-width: 768px) {
      .product-care-subpage__title {
        margin-top: 0;
        display: inline-block;
        padding: 50px 20px; } }
  .product-care .list-numbered {
    counter-reset: list-counter; }
    .product-care .list-numbered li {
      position: relative;
      margin: 13px 0 13px 22px;
      color: #000; }
      .product-care .list-numbered li::before {
        font-weight: 600;
        font-family: "ArgosCompressed", "Arial", "Helvetica", sans-serif;
        content: counter(list-counter) ".";
        counter-increment: list-counter;
        color: #000;
        position: absolute;
        left: -22px;
        font-weight: 600; }
  .product-care .button-link {
    font-weight: 600;
    font-family: "ArgosCompressed", "Arial", "Helvetica", sans-serif; }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
.contact__alert-container {
  margin-bottom: 20px; }

.contact__helpchat {
  width: 340px;
  height: 240px; }

.contact__cta {
  margin-top: 15px; }
  .contact__cta.button--disabled {
    background-color: #666;
    border-color: #666; }

.contact .deflection {
  margin-top: 15px; }
  .contact .deflection .page__content p + p {
    margin-top: 15px; }

.contact .accordion {
  margin: 50px 0 30px; }
  .contact .accordion svg {
    fill: #781f74; }
  .contact .accordion__button {
    font-weight: 800;
    font-family: "ArgosCondensed", "Arial", "Helvetica", sans-serif;
    display: flex;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #781f74;
    position: relative;
    text-align: left;
    border: 0;
    width: 100%;
    background: 0 0;
    outline: 0; }
  .contact .accordion__link {
    background: none;
    border: none;
    text-decoration: underline;
    color: #0c509f;
    padding: 0;
    font-weight: 400;
    font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
    font-size: 15px; }
  .contact .accordion__icon {
    margin-right: 10px; }
    .contact .accordion__icon--signlanguage {
      margin-bottom: 1px; }

.contact .loading-wheel {
  background: rgba(0, 0, 0, 0.1); }

.contact__panel .category-panel__title {
  padding: 0;
  text-align: center; }

.contact__panel .category-panel {
  padding: 20px 15px;
  color: #781f74; }

.contact__panel .category-panel__desc {
  line-height: normal;
  margin-bottom: 0;
  font-weight: 400;
  font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
  font-size: 15px;
  font-size: 17px;
  margin-top: 10px; }

.contact__panel .category-panel__message a {
  font-weight: 600;
  font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
  text-decoration: underline; }

@media (min-width: 768px) {
  .contact__panel .category-panel__message {
    font-size: 14px; } }

.contact__panel .chat-logo {
  margin: 0 auto 15px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
.page-nectar {
  font-weight: 400;
  font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
  font-size: 15px;
  font-size: 15px;
  position: relative;
  /* stylelint-disable selector-max-type */ }
  .page-nectar h1,
  .page-nectar h2,
  .page-nectar h3,
  .page-nectar h4,
  .page-nectar h5,
  .page-nectar p {
    color: #333; }
  .page-nectar .nectar-banner {
    background-color: #912385;
    height: 400px;
    background-position: top right -350px, top left -120px;
    background-size: 470px, 370px, 100%; }
    @media (min-width: 992px) {
      .page-nectar .nectar-banner {
        background-position: right, left;
        background-size: 470px, 370px, 100%;
        margin-top: -20px; } }
    .page-nectar .nectar-banner__logo {
      height: 60px;
      width: 70px;
      margin-top: 64px;
      margin-bottom: 23px; }
    .page-nectar .nectar-banner__title {
      font-weight: 600;
      font-family: "ArgosCompressed", "Arial", "Helvetica", sans-serif;
      margin-left: auto;
      margin-right: auto;
      font-size: 35px;
      font-weight: 100;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 1.8px;
      line-height: .95;
      margin-bottom: 20px;
      text-align: center;
      width: 100%; }
    .page-nectar .nectar-banner__item {
      display: flex;
      margin-left: auto;
      margin-right: auto; }
    .page-nectar .nectar-banner__content {
      margin-left: auto;
      margin-right: auto; }
  .page-nectar .nectar-button {
    font-weight: 600;
    font-family: "ArgosCompressed", "Arial", "Helvetica", sans-serif;
    height: 40px;
    width: 223px;
    padding: 0;
    border: 0;
    vertical-align: middle;
    background-color: #fff;
    color: #471e5e;
    border-color: #fff;
    padding-left: 10px;
    line-height: 22px; }
    .page-nectar .nectar-button__text {
      line-height: 2.15;
      margin-top: auto;
      margin-bottom: auto; }
  .page-nectar .purple-button {
    background-color: #912385;
    margin-top: 30px;
    width: 100%;
    height: 44px;
    padding: 0; }
    .page-nectar .purple-button__text {
      color: #fff;
      margin-top: 12px; }
  .page-nectar .nectar-product-lockup {
    display: none; }
  .page-nectar .section-title {
    font-weight: 400;
    font-family: "ArgosCondensed", "Arial", "Helvetica", sans-serif;
    border-bottom: 1px solid;
    line-height: 1.5em;
    margin-top: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .page-nectar .h2.section-title {
    border-bottom-color: #471e5e; }
  .page-nectar .spend-text {
    font-size: 18px;
    letter-spacing: .5px;
    line-height: 1.3; }
  .page-nectar .flex-div {
    display: flex;
    flex-direction: row-reverse; }
  .page-nectar .nectar-points-pill {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px; }
  .page-nectar .how-to-sign-in {
    margin-top: 18px; }
  .page-nectar .instructions {
    counter-reset: instruction-list;
    padding-left: 0; }
    .page-nectar .instructions li {
      font-weight: 400;
      font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
      font-size: 15px;
      position: relative;
      margin: 14px 0 6px 2.2em;
      padding: 7px 15px;
      list-style: none;
      font-size: 18px;
      color: #471e5e; }
    .page-nectar .instructions li:first-child {
      margin-top: 0; }
    .page-nectar .instructions li::before {
      font-weight: 400;
      font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
      font-size: 15px;
      content: counter(instruction-list);
      counter-increment: instruction-list;
      position: absolute;
      top: -2px;
      left: -2em;
      box-sizing: border-box;
      width: 36px;
      height: 36px;
      margin-right: 8px;
      padding: 9px;
      color: #fff;
      background: #912385;
      text-align: center;
      font-size: 18px;
      border-radius: 50%; }
  .page-nectar .list-sub-text {
    margin-top: 12px;
    color: #000; }
  .page-nectar .side-image {
    display: none; }
    .page-nectar .side-image .store-svg {
      margin-top: 50px; }
  .page-nectar .laptop-and-text {
    margin-top: 40px; }
  .page-nectar .order-collect-text {
    color: #912385;
    text-align: center;
    font-size: 15px; }
  .page-nectar .order-collect-text:not(:last-child) {
    margin-top: 30px; }
  .page-nectar .in-store {
    margin-left: 0; }
  .page-nectar .sign-up-div {
    margin-left: auto;
    margin-right: auto; }
  .page-nectar .nectar-logo-sign-up {
    display: inline-block;
    vertical-align: top; }
    .page-nectar .nectar-logo-sign-up__image {
      height: 56px;
      margin-right: 25px; }
      @media (min-width: 340px) {
        .page-nectar .nectar-logo-sign-up__image {
          height: 60px;
          margin-right: 30px; } }
  .page-nectar .don-t-have-a-nectar {
    margin-top: 5px; }
    .page-nectar .don-t-have-a-nectar__text {
      font-weight: 400;
      font-family: "ArgosCondensed", "Arial", "Helvetica", sans-serif;
      height: 29px;
      color: #471e5e;
      font-size: 24px;
      letter-spacing: .34px;
      line-height: 29px; }
  .page-nectar .nectar-sign-up {
    margin-top: 5px; }
    .page-nectar .nectar-sign-up__text {
      height: 22px;
      width: 94px;
      color: #912385;
      font-size: 18px;
      font-weight: 300;
      letter-spacing: .5px;
      line-height: 22px; }
  .page-nectar .t-and-c-section {
    margin-top: 60px; }
  .page-nectar .terms {
    margin-bottom: 30px; }
    .page-nectar .terms__text {
      color: #000;
      font-size: 15px;
      font-weight: 300;
      line-height: 19px;
      display: inline-block; }
    .page-nectar .terms__link {
      font-size: 15px;
      font-weight: 400;
      color: #0c509f;
      text-decoration: underline;
      display: inline-block; }
  @media (min-width: 768px) {
    .page-nectar .purple-button {
      width: 287px; }
    .page-nectar .spend-box {
      margin-top: 15px;
      margin-left: 0; }
    .page-nectar .nectar-points-pill {
      margin: 0;
      display: flex;
      flex-direction: row-reverse; }
    .page-nectar .side-image {
      display: flex; }
    .page-nectar .nectar-banner__item {
      margin-left: 0;
      margin-right: 0; }
    .page-nectar .nectar-banner__title {
      text-align: left;
      margin-left: 0;
      margin-right: 0;
      color: #fff; }
    .page-nectar .nectar-banner__content {
      margin: 0; }
    .page-nectar .nectar-product-lockup {
      height: 330px;
      margin-top: 27px;
      margin-left: 100px;
      display: inline-block;
      position: absolute; }
    .page-nectar .spend-text {
      width: 287px;
      margin-left: 16px; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
.page-argoscard {
  font-size: 15px;
  position: relative;
  font-family: 'ArgosBook', 'Arial', sans-serif, 'Helvetica';
  /* stylelint-disable selector-max-type */
  /* stylelint-enable selector-max-type */ }
  .page-argoscard a:hover,
  .page-argoscard a:active {
    text-decoration: none; }
  .page-argoscard h1,
  .page-argoscard h2,
  .page-argoscard h3,
  .page-argoscard h4,
  .page-argoscard h5,
  .page-argoscard p {
    color: #333; }
  .page-argoscard p {
    line-height: 1.33;
    margin: 10px 0; }
  .page-argoscard .section-title {
    border-bottom: 1px solid;
    line-height: 1.5em;
    margin-top: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .page-argoscard .btn-hero {
    font-family: 'ArgosCompressed', 'Arial', sans-serif, 'Helvetica';
    font-size: 18px;
    border-bottom: 2px solid;
    padding-bottom: 1px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    color: #0c509f; }
    .page-argoscard .btn-hero:hover, .page-argoscard .btn-hero:active, .page-argoscard .btn-hero:focus {
      border-bottom-width: 0;
      padding-bottom: 2px; }
  .page-argoscard .tick {
    background: url("/helpfaq-assets/static/img/argos-card/tick-blue.svg") no-repeat center;
    min-height: 16px;
    min-width: 16px; }
  .page-argoscard .afs-banner {
    background: url("/helpfaq-assets/static/img/argos-card/bg-bubbles-right.png") no-repeat, url("/helpfaq-assets/static/img/argos-card/bg-bubbles-left.png") no-repeat, #f5f5f5;
    /* stylelint-disable-next-line */
    background: url("/helpfaq-assets/static/img/argos-card/bg-bubbles-right.png") no-repeat, url("/helpfaq-assets/static/img/argos-card/bg-bubbles-left.png") no-repeat, linear-gradient(#fcfcfc, #f5f5f5);
    background-position: top right -350px, top left -120px;
    background-size: 470px, 370px, 100%; }
    @media (min-width: 992px) {
      .page-argoscard .afs-banner {
        background-position: right, left;
        background-size: 470px, 370px, 100%;
        margin-top: -20px; } }
    .page-argoscard .afs-banner__main {
      height: 300px;
      display: flex;
      align-items: center; }
      @media (min-width: 768px) {
        .page-argoscard .afs-banner__main {
          background: url("/helpfaq-assets/static/img/argos-card/header-products.png") no-repeat right;
          height: 400px; } }
    .page-argoscard .afs-banner__title {
      font-weight: 600;
      font-family: "ArgosCompressed", "Arial", "Helvetica", sans-serif;
      font-size: 35px;
      color: #3777bc;
      text-transform: uppercase;
      letter-spacing: 1.8px;
      line-height: .95;
      width: 75%; }
      @media (min-width: 768px) {
        .page-argoscard .afs-banner__title {
          width: 40%;
          font-size: 36px; } }
    .page-argoscard .afs-banner__subtitle {
      font-weight: 400;
      font-family: "ArgosCondensed", "Arial", "Helvetica", sans-serif;
      font-size: 30px;
      color: #4a4a4a;
      text-transform: uppercase;
      letter-spacing: 1.8px;
      line-height: 1.12;
      width: 75%;
      padding-bottom: 40px; }
      @media (min-width: 768px) {
        .page-argoscard .afs-banner__subtitle {
          width: 40%;
          font-size: 30px;
          padding-bottom: 0; } }
  .page-argoscard .afs-benefits__container {
    position: relative;
    background: #fff;
    margin-top: -40px;
    border: 1px solid #ccc;
    border-radius: 4px; }
    @media (min-width: 768px) {
      .page-argoscard .afs-benefits__container {
        height: 85px; } }
  .page-argoscard .afs-benefits__benefit {
    font-weight: 400;
    font-family: "ArgosCondensed", "Arial", "Helvetica", sans-serif;
    font-size: 16px;
    color: #4a4a4a;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.25;
    padding: 20px; }
    @media (min-width: 768px) {
      .page-argoscard .afs-benefits__benefit {
        text-align: center;
        padding: 7px 30px; } }
    @media (min-width: 1200px) {
      .page-argoscard .afs-benefits__benefit {
        padding: 7px 48px; } }
  .page-argoscard .afs-benefits .spacer {
    display: block;
    width: 90%;
    height: 1px;
    margin: 0 auto;
    background-color: #ccc; }
    @media (min-width: 768px) {
      .page-argoscard .afs-benefits .spacer {
        display: inline-block;
        position: relative;
        width: 1px;
        height: 60%;
        top: 20%;
        margin: -1px; } }
  .page-argoscard .afs-benefits .tick {
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-bottom;
    height: 18px; }
    @media (min-width: 768px) {
      .page-argoscard .afs-benefits .tick {
        margin: 5px;
        display: block; } }
  .page-argoscard .apply-section {
    background: #f5f5f5;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .page-argoscard .apply-section .h2.section-title {
      border-bottom-color: #ccc; }
    .page-argoscard .apply-section .terms-header {
      font-size: 12px;
      text-decoration: underline; }
    .page-argoscard .apply-section .terms {
      font-size: 12px; }
    .page-argoscard .apply-section .btn-hero {
      margin: 30px 0; }
  .page-argoscard .eligibility-section {
    position: relative; }
    .page-argoscard .eligibility-section .section-title {
      margin-top: 20px; }
    .page-argoscard .eligibility-section .argoscard-fancard {
      background: url("/helpfaq-assets/static/img/argos-card/singlecard.png") transparent no-repeat;
      width: 100%;
      max-width: 400px;
      z-index: -1;
      background-position: center;
      background-size: 230px auto;
      position: static;
      height: 230px;
      margin: -25px auto; }
      @media (min-width: 768px) {
        .page-argoscard .eligibility-section .argoscard-fancard {
          background-size: 288px auto;
          position: absolute;
          height: 400px;
          margin-left: 50%; } }
      @media (min-width: 992px) {
        .page-argoscard .eligibility-section .argoscard-fancard {
          margin-left: 380px; } }
      @media (min-width: 1200px) {
        .page-argoscard .eligibility-section .argoscard-fancard {
          margin-left: 420px; } }
    .page-argoscard .eligibility-section .list-ticks {
      margin-top: -35px; }
    .page-argoscard .eligibility-section .cards {
      margin: 30px 0; }
      .page-argoscard .eligibility-section .cards__card {
        width: 48px;
        margin: 2px; }
    .page-argoscard .eligibility-section .btn-hero {
      margin: 20px 0; }
      .page-argoscard .eligibility-section .btn-hero.apply-link {
        margin-right: 20px;
        display: none; }
      @media (min-width: 576px) {
        .page-argoscard .eligibility-section .btn-hero.apply-link--desktop {
          display: inline-block; } }
      @media (max-width: 575px) {
        .page-argoscard .eligibility-section .btn-hero.apply-link--mobile {
          display: inline-block; } }
  .page-argoscard .payments-section .section-title {
    margin-top: 30px;
    margin-bottom: 10px; }
  .page-argoscard .payments-section .section-subheading {
    margin: 10px 0 20px; }
  .page-argoscard .payments-section .tile {
    border: 1px solid #ccc;
    padding: 60px 20px 60px 100px;
    font-family: 'ArgosCondensed', 'Arial', sans-serif, 'Helvetica';
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0; }
    @media (min-width: 576px) {
      .page-argoscard .payments-section .tile {
        text-align: center;
        padding: 115px 30px 30px;
        height: 230px; } }
    .page-argoscard .payments-section .tile.monthly {
      background: url("/helpfaq-assets/static/img/argos-card/calender-icon.svg") #f5f5f5 no-repeat;
      background-size: auto 60px;
      background-position: 12px center; }
      @media (min-width: 576px) {
        .page-argoscard .payments-section .tile.monthly {
          background-position: center 26px; } }
    .page-argoscard .payments-section .tile.payments {
      background: url("/helpfaq-assets/static/img/argos-card/payments-icon.svg") #f5f5f5 no-repeat;
      background-size: auto 60px;
      background-position: 12px center; }
      @media (min-width: 576px) {
        .page-argoscard .payments-section .tile.payments {
          background-position: center 26px; } }
    .page-argoscard .payments-section .tile.balance {
      background: url("/helpfaq-assets/static/img/argos-card/pound-icon.svg") #f5f5f5 no-repeat;
      background-size: auto 60px;
      background-position: 29px center; }
      @media (min-width: 576px) {
        .page-argoscard .payments-section .tile.balance {
          background-position: center 26px; } }
  .page-argoscard .payments-section .btn-hero {
    margin: 10px 0; }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
.page-manage-argoscard {
  position: relative;
  /* stylelint-disable selector-max-type */
  /* stylelint-enable */ }
  .page-manage-argoscard a:hover,
  .page-manage-argoscard a:active {
    text-decoration: none; }
  .page-manage-argoscard h1,
  .page-manage-argoscard h2,
  .page-manage-argoscard h3,
  .page-manage-argoscard h4,
  .page-manage-argoscard h5,
  .page-manage-argoscard p,
  .page-manage-argoscard li {
    color: #333; }
  .page-manage-argoscard p {
    line-height: 1.33;
    margin: 10px 0; }
  .page-manage-argoscard .title {
    font-weight: 600;
    font-family: "ArgosCompressed", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    color: #781f74;
    margin-top: 0;
    margin-bottom: 30px; }
    @media (max-width: 575px) {
      .page-manage-argoscard .title {
        margin-top: 20px;
        font-size: 24px; } }
  .page-manage-argoscard .button-link {
    font-weight: 600;
    font-family: "ArgosCompressed", "Arial", "Helvetica", sans-serif;
    height: 23px;
    letter-spacing: 0; }
  .page-manage-argoscard .section-title {
    border-bottom: 1px solid;
    line-height: 1.5em;
    margin-top: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .page-manage-argoscard .links-section .section-title {
    margin-bottom: 5px; }
  .page-manage-argoscard .list-ticks {
    margin-top: 20px;
    margin-bottom: 20px; }
    .page-manage-argoscard .list-ticks li {
      /* stylelint-disable-line */
      margin-top: 14px;
      margin-bottom: 14px; }
  .page-manage-argoscard .app-section {
    padding-bottom: 40px; }
    .page-manage-argoscard .app-section .intro {
      margin-top: -12px;
      margin-bottom: 30px; }
    .page-manage-argoscard .app-section .argoscard-app {
      background: url("/helpfaq-assets/static/img/argos-card/argoscard-phone.png") transparent no-repeat;
      width: 100%;
      max-width: 400px;
      z-index: -1;
      background-position: center top;
      background-size: 300px auto;
      position: static;
      height: 330px;
      margin: -25px auto; }
      @media (min-width: 768px) {
        .page-manage-argoscard .app-section .argoscard-app {
          background-position: center;
          background-size: 488px auto;
          position: absolute;
          height: 500px;
          margin-left: 50%; } }
      @media (min-width: 992px) {
        .page-manage-argoscard .app-section .argoscard-app {
          margin-left: 330px; } }
      @media (min-width: 1200px) {
        .page-manage-argoscard .app-section .argoscard-app {
          margin-left: 420px; } }
    .page-manage-argoscard .app-section .list-numbered {
      counter-reset: list-counter; }
      .page-manage-argoscard .app-section .list-numbered li {
        /* stylelint-disable-line */
        position: relative;
        margin: 13px 0 13px 22px;
        color: #333; }
        .page-manage-argoscard .app-section .list-numbered li::before {
          /* stylelint-disable-line */
          font-weight: 600;
          font-family: "ArgosCompressed", "Arial", "Helvetica", sans-serif;
          content: counter(list-counter) ".";
          counter-increment: list-counter;
          color: #781f74;
          position: absolute;
          left: -22px;
          font-weight: 700; }
    .page-manage-argoscard .app-section .app-images {
      margin-top: 30px; }
      .page-manage-argoscard .app-section .app-images__link {
        margin-right: 10px; }
      .page-manage-argoscard .app-section .app-images__image {
        width: 135px; }
    @media (max-width: 991px) {
      .page-manage-argoscard .app-section .terms {
        margin-top: 40px; } }
  .page-manage-argoscard .web-section {
    background: #f5f5f5;
    padding-bottom: 40px; }
    .page-manage-argoscard .web-section__title {
      margin-top: 10px;
      margin-bottom: 30px; }
    .page-manage-argoscard .web-section .argoscard-web {
      background: url("/helpfaq-assets/static/img/argos-card/argoscard-web.png") transparent no-repeat;
      width: 400px;
      max-width: 100%;
      z-index: -1;
      background-position: center top;
      background-size: 300px auto;
      height: 180px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .page-manage-argoscard .web-section .argoscard-web {
          width: 430px;
          max-width: unset;
          height: 240px;
          background-size: 390px auto;
          margin-left: -25px;
          margin-top: 50px; } }
      @media (min-width: 992px) {
        .page-manage-argoscard .web-section .argoscard-web {
          margin-left: -55px; } }
      @media (min-width: 1200px) {
        .page-manage-argoscard .web-section .argoscard-web {
          margin-left: -25px; } }
    .page-manage-argoscard .web-section .terms {
      margin: 20px 0; }
  .page-manage-argoscard .phone-section .section-title {
    margin-bottom: 0; }
  .page-manage-argoscard .phone-section .list-ticks {
    margin-bottom: 0; }
  .page-manage-argoscard .phone-section .terms {
    margin: 20px 0; }
  .page-manage-argoscard .phone-section .number {
    font-weight: 600;
    font-family: "ArgosCompressed", "Arial", "Helvetica", sans-serif;
    font-size: 20px;
    margin: 30px 0; }
  .page-manage-argoscard .phone-section .underline {
    text-decoration: underline; }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
.card-links {
  padding-bottom: 30px; }
  .card-links__title {
    font-weight: 400;
    font-family: "ArgosCondensed", "Arial", "Helvetica", sans-serif;
    font-size: 24px;
    color: #333;
    border-bottom: 1px solid;
    line-height: 1.5em;
    margin-top: 40px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .card-links__panel {
    text-align: left;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: 0 -5px; }
  .card-links__placeholder {
    display: flex;
    flex: 0 0 auto;
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0 5px; }
  .card-links__link {
    display: block;
    font-weight: 600;
    font-family: "ArgosCompressed", "Arial", "Helvetica", sans-serif;
    height: 23px;
    letter-spacing: 0;
    margin: 20px 0 0; }
  .card-links__spacer {
    display: none; }
  @media (min-width: 768px) {
    .card-links__panel {
      align-items: baseline; }
    .card-links__placeholder {
      display: inline-block;
      width: auto;
      flex-basis: unset; }
    .card-links__link {
      margin: 20px 0; }
    .card-links__spacer {
      display: inline-block;
      margin: 0 15px;
      width: 1px;
      top: 4px;
      position: relative;
      height: 18px;
      background: #979797; } }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
.promo-card__link {
  padding-bottom: 20px;
  margin-bottom: 30px;
  display: block;
  border-radius: 3px;
  overflow: hidden;
  text-align: center; }

.promo-card__content {
  min-height: 120px;
  display: block;
  text-align: center;
  padding: 20px 10px 15px; }

.promo-card__img {
  width: 100%;
  height: auto; }

.promo-card__title, .promo-card__text, .promo-card__cta {
  color: #fff; }

.promo-card__title {
  font-weight: 400;
  font-family: "ArgosCondensed", "Arial", "Helvetica", sans-serif;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 15px; }

.promo-card__text {
  font-weight: 400;
  font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 17px; }

.promo-card__cta {
  font-weight: 600;
  font-family: "ArgosCompressed", "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .03em;
  padding-bottom: 2px;
  border-bottom: 2px solid #fff; }

.promo-card__color--grey-light {
  background: #f5f5f5; }

.promo-card__color--grey-mid {
  background: #ccc; }

.promo-card__color--grey-dark {
  background: #666; }

.promo-card__color--grey-gunmetal {
  background: #4f5a65; }

.promo-card__color--grey-charcoal {
  background: #333; }

.promo-card__color--black {
  background: #000; }

.promo-card__color--red {
  background: #d42114; }

.promo-card__color--rust {
  background: #c7390e; }

.promo-card__color--orange {
  background: #d83103; }

.promo-card__color--cranberry {
  background: #d02647; }

.promo-card__color--aubergine {
  background: #39134c; }

.promo-card__color--mauve {
  background: #781f74; }

.promo-card__color--mauve-mid {
  background: #913493; }

.promo-card__color--mauve-light {
  background: #aa4e9e; }

.promo-card__color--dark-navy {
  background: #083467; }

.promo-card__color--blue-cobalt {
  background: #0c509f; }

.promo-card__color--cerulean {
  background: #3777bc; }

.promo-card__color--cerulean-light {
  background: #69c; }

.promo-card__color--green {
  background: #084; }

.promo-card__color--green-dark {
  background: #006c36; }

.promo-card__color--green-forest {
  background: #4b620a; }

.promo-card__color--green-kelly {
  background: #00aa50; }

.promo-card__color--teal {
  background: #008578; }

.promo-card__color--bg-blue {
  background: #0c509f; }

.promo-card__color--bg-green {
  background: #006c36; }

.promo-card__color--bg-orange {
  background: #d83103; }

.promo-card__color--bg-pink {
  background: #d02647; }

.promo-card__color--bg-purple {
  background: #781f74; }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
.credit-offers__title {
  font-weight: 600;
  font-family: "ArgosCompressed", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  color: #781f74;
  margin-top: 0;
  margin-bottom: 30px; }
  .credit-offers__title:focus {
    outline: none; }
  @media (max-width: 575px) {
    .credit-offers__title {
      margin-top: 20px;
      font-size: 24px; } }

.credit-offers__text {
  font-weight: 400;
  font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #333; }

.credit-offers__link {
  white-space: nowrap;
  text-decoration: underline; }

.credit-offers__banner {
  margin: 35px 0 10px;
  width: 100%;
  height: auto; }
  .credit-offers__banner--desktop {
    display: none; }
  @media screen and (min-width: 576px) {
    .credit-offers__banner--desktop {
      display: block; }
    .credit-offers__banner--mobile {
      display: none; } }

.credit-offers__promos {
  margin-top: 30px;
  margin-bottom: 20px; }
  .credit-offers__promos--loading {
    position: relative;
    height: 500px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden; }

/* stylelint-disable selector-max-type */
.page-content + .star-rating-section {
  margin-top: 20px; }

.page-content ul,
.page-content ol {
  padding-left: 16px; }
  .page-content ul li,
  .page-content ol li {
    font-size: 15px; }

.page-content ol li {
  padding-left: 4px; }

.page-content p a {
  text-decoration: underline;
  color: #9fb1c6; }

.content p a {
  text-decoration: underline; }

.payment-type {
  width: 88px;
  height: 54px;
  background-size: 88px 54px;
  margin-right: 5px;
  display: inline-block; }
  .payment-type.payment-type-americanexpress {
    background-image: url("/helpfaq-assets/static/img/cards/americanexpress.png"); }
  .payment-type.payment-type-argoscard {
    background-image: url("/helpfaq-assets/static/img/cards/argoscard2.png"); }
  .payment-type.payment-type-love2shop {
    background-image: url("/helpfaq-assets/static/img/cards/love2shop.png"); }
  .payment-type.payment-type-maestro {
    background-image: url("/helpfaq-assets/static/img/cards/maestro.png"); }
  .payment-type.payment-type-mastercard {
    background-image: url("/helpfaq-assets/static/img/cards/mastercard.png"); }
  .payment-type.payment-type-nectar {
    background-image: url("/helpfaq-assets/static/img/cards/nectar.png"); }
  .payment-type.payment-type-paypal {
    background-image: url("/helpfaq-assets/static/img/cards/paypal.png"); }
  .payment-type.payment-type-visa {
    background-image: url("/helpfaq-assets/static/img/cards/Visa.png"); }
  .payment-type + p {
    margin-top: 15px; }

/* stylelint-enable selector-max-type */

/* stylelint-disable color-no-hex */
/* stylelint-enable */
.faq__nav {
  display: flex;
  justify-content: space-between; }

.faq__button {
  font-weight: 400;
  font-family: "ArgosCondensed", "Arial", "Helvetica", sans-serif;
  color: #000;
  font-size: 15px;
  padding: 25px 0;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: .07em; }

.faq .icon-UIE-Controls-Chevron-Left {
  padding-right: 10px; }

.faq .icon-UIE-Controls-Chevron-Right {
  padding-left: 10px; }

/* stylelint-disable color-no-hex */
/* stylelint-enable */
.search__results {
  margin-bottom: 25px; }

.search__link {
  padding-left: 30px;
  margin-bottom: 10px;
  display: block; }
  .search__link:hover {
    text-decoration: none; }

.search__title {
  position: relative;
  font-weight: 800;
  font-family: "ArgosCondensed", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  color: #781f74;
  letter-spacing: .05em;
  padding: 10px 0;
  margin: 0;
  display: block;
  text-transform: uppercase; }
  .search__title::before {
    content: '?';
    font-weight: 600;
    font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
    font-size: 15px;
    display: block;
    width: 20px;
    height: 17px;
    padding-left: 1px;
    padding-top: 4px;
    color: #fff;
    background: #781f74;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: -30px;
    top: 7px; }

.search__desc {
  font-weight: 400;
  font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
  font-size: 15px;
  line-height: 20px; }

.search__readmore {
  text-decoration: underline;
  color: #005baa;
  margin-left: 7px; }

.search__pagination {
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin: 30px 0 0; }

.search__page-number {
  font-weight: 400;
  font-family: "ArgosCondensed", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: 15px; }

.search__button {
  display: inline-block;
  padding: 20px 30px; }

.search__no-results-message {
  font-weight: 400;
  font-family: "ArgosBook", "Arial", "Helvetica", sans-serif;
  font-size: 15px;
  line-height: 22px; }


/*# sourceMappingURL=helpfaq.9a15a244fde69cd54b1e.css.map*/