.ds-loyalty-cash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-width: 156px;
}
.ds-loyalty-cash__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 8px;
}
.ds-loyalty-cash__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ds-loyalty-cash__type {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #111111;
}
.ds-loyalty-cash__code {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #111111;
  text-transform: uppercase;
}
.ds-loyalty-cash__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ds-loyalty-cash__applied {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.ds-loyalty-cash__applied-icon {
  color: #14855f !important;
  width: 10px !important;
  height: 8px !important;
}
.ds-loyalty-cash__applied-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #14855f !important;
}
.ds-loyalty-cash__barcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 24px;
  background: #ffffff;
  border: 1px solid #111111;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #111111;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
}
@media (min-width: 768px) {
  .ds-loyalty-cash__barcode {
    display: none;
  }
}
.ds-loyalty-cash--unapplied .ds-loyalty-cash__card {
  background-color: #E1DCEC;
}
.ds-loyalty-cash--applied .ds-loyalty-cash__card {
  background-color: #eeeeee;
}
.ds-loyalty-cash__message {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1px;
  margin-top: 8px;
}
.ds-loyalty-cash__message--success {
  color: #14855f;
}
.ds-loyalty-cash__message--error {
  color: #f8676c;
}

.ds-loyalty-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 0;
}
.ds-loyalty-accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  text-align: left;
}
.ds-loyalty-accordion__title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.ds-loyalty-accordion__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #111111;
}
.ds-loyalty-accordion__count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.1px;
  color: #ffffff;
}
.ds-loyalty-accordion__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ds-loyalty-accordion .ds-icon-minus {
  display: none;
}
.ds-loyalty-accordion__subheader {
  display: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #111111;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}
.ds-loyalty-accordion__amount {
  font-weight: 600;
}
.ds-loyalty-accordion__see-details {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #111111 !important;
  text-decoration: underline !important;
  cursor: pointer;
  background: none !important;
  border: none;
  padding: 0;
  margin-left: 4px;
}
.ds-loyalty-accordion__see-details:hover {
  text-decoration: none;
}
.ds-loyalty-accordion__body {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 16px;
  min-height: 0;
}
.ds-loyalty-accordion--expanded.ds-loyalty-accordion {
  padding: 0;
}
.ds-loyalty-accordion--expanded .ds-loyalty-accordion__header {
  margin-bottom: 16px;
}
.ds-loyalty-accordion--expanded .ds-icon-plus {
  display: none;
}
.ds-loyalty-accordion--expanded .ds-icon-minus {
  display: block;
}
.ds-loyalty-accordion--expanded .ds-loyalty-accordion__subheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .ds-loyalty-accordion--expanded .ds-loyalty-accordion__body.grid-view--desktop {
    display: grid;
  }
}
@media (max-width: 767px) {
  .ds-loyalty-accordion--expanded .ds-loyalty-accordion__body.grid-view--mobile {
    display: grid;
  }
}
@media (max-width: 767px) {
  .ds-loyalty-accordion--expanded .ds-loyalty-accordion__body.flex-view--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ds-loyalty-accordion--rewards .ds-loyalty-accordion__body {
  max-height: 167px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .ds-loyalty-accordion--rewards .ds-loyalty-accordion__body.grid-view--desktop {
    padding-right: 4px;
    -webkit-overflow-scrolling: touch;
  }
  .ds-loyalty-accordion--rewards .ds-loyalty-accordion__body.grid-view--desktop::-webkit-scrollbar {
    width: 3px;
  }
  .ds-loyalty-accordion--rewards .ds-loyalty-accordion__body.grid-view--desktop::-webkit-scrollbar-track {
    margin: 12px 0;
  }
  .ds-loyalty-accordion--rewards .ds-loyalty-accordion__body.grid-view--desktop::-webkit-scrollbar-thumb {
    background: #cccccc;
  }
}
@media (max-width: 767px) {
  .ds-loyalty-accordion--rewards .ds-loyalty-accordion__body.grid-view--mobile {
    padding-right: 4px;
    -webkit-overflow-scrolling: touch;
  }
  .ds-loyalty-accordion--rewards .ds-loyalty-accordion__body.grid-view--mobile::-webkit-scrollbar {
    width: 3px;
  }
  .ds-loyalty-accordion--rewards .ds-loyalty-accordion__body.grid-view--mobile::-webkit-scrollbar-track {
    margin: 12px 0;
  }
  .ds-loyalty-accordion--rewards .ds-loyalty-accordion__body.grid-view--mobile::-webkit-scrollbar-thumb {
    background: #cccccc;
  }
}
@media (max-width: 767px) {
  .ds-loyalty-accordion--rewards .ds-loyalty-accordion__body.flex-view--mobile {
    -webkit-overflow-scrolling: touch;
  }
  .ds-loyalty-accordion--rewards .ds-loyalty-accordion__body.flex-view--mobile::-webkit-scrollbar {
    height: 3px;
    border-radius: 20px;
  }
  .ds-loyalty-accordion--rewards .ds-loyalty-accordion__body.flex-view--mobile::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 5px 15px 10px rgb(238, 238, 238);
            box-shadow: inset 5px 15px 10px rgb(238, 238, 238);
  }
  .ds-loyalty-accordion--rewards .ds-loyalty-accordion__body.flex-view--mobile::-webkit-scrollbar-thumb {
    background-color: #cccccc;
  }
}
.ds-loyalty-accordion--cash .ds-loyalty-accordion__body {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-row-gap: 8px;
  grid-column-gap: 8px;
  max-height: 217px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .ds-loyalty-accordion--cash .ds-loyalty-accordion__body.grid-view--desktop {
    padding-right: 4px;
    -webkit-overflow-scrolling: touch;
  }
  .ds-loyalty-accordion--cash .ds-loyalty-accordion__body.grid-view--desktop::-webkit-scrollbar {
    width: 3px;
  }
  .ds-loyalty-accordion--cash .ds-loyalty-accordion__body.grid-view--desktop::-webkit-scrollbar-track {
    margin: 12px 0;
  }
  .ds-loyalty-accordion--cash .ds-loyalty-accordion__body.grid-view--desktop::-webkit-scrollbar-thumb {
    background: #cccccc;
  }
}
@media (max-width: 767px) {
  .ds-loyalty-accordion--cash .ds-loyalty-accordion__body.grid-view--mobile {
    padding-right: 4px;
    -webkit-overflow-scrolling: touch;
  }
  .ds-loyalty-accordion--cash .ds-loyalty-accordion__body.grid-view--mobile::-webkit-scrollbar {
    width: 3px;
  }
  .ds-loyalty-accordion--cash .ds-loyalty-accordion__body.grid-view--mobile::-webkit-scrollbar-track {
    margin: 12px 0;
  }
  .ds-loyalty-accordion--cash .ds-loyalty-accordion__body.grid-view--mobile::-webkit-scrollbar-thumb {
    background: #cccccc;
  }
}
@media (max-width: 767px) {
  .ds-loyalty-accordion--cash .ds-loyalty-accordion__body.flex-view--mobile {
    -webkit-overflow-scrolling: touch;
  }
  .ds-loyalty-accordion--cash .ds-loyalty-accordion__body.flex-view--mobile::-webkit-scrollbar {
    height: 3px;
    border-radius: 20px;
  }
  .ds-loyalty-accordion--cash .ds-loyalty-accordion__body.flex-view--mobile::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 5px 15px 10px rgb(238, 238, 238);
            box-shadow: inset 5px 15px 10px rgb(238, 238, 238);
  }
  .ds-loyalty-accordion--cash .ds-loyalty-accordion__body.flex-view--mobile::-webkit-scrollbar-thumb {
    background-color: #cccccc;
  }
}

.ds-loyalty-accordion + .ds-loyalty-accordion {
  border-top: none;
}

.ds-loyalty-dropdown {
  --ds-loyalty-dropdown-badge-bg: #f8676c;
  --ds-loyalty-dropdown-border: #979797;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid var(--ds-loyalty-dropdown-border);
  background: #ffffff;
  padding: 16px 24px;
  gap: 16px;
  width: 100%;
}
@media (max-width: 767px) {
  .ds-loyalty-dropdown {
    padding: 16px;
  }
}
.ds-loyalty-dropdown__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  text-align: left;
}
.ds-loyalty-dropdown__title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.ds-loyalty-dropdown__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #111111;
}
.ds-loyalty-dropdown__count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--ds-loyalty-dropdown-badge-bg);
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.1px;
  color: #ffffff;
}
.ds-loyalty-dropdown__chevron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.ds-loyalty-dropdown__points {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.ds-loyalty-dropdown__points-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #111111;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ds-loyalty-dropdown__points-value {
  font-weight: 600;
  color: #14855f;
}
.ds-loyalty-dropdown__points-current {
  font-weight: 600;
}
.ds-loyalty-dropdown__points-divider {
  margin: 0 4px;
  color: #111111;
}
.ds-loyalty-dropdown__rewards-amount {
  display: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #111111;
}
.ds-loyalty-dropdown__redemption {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #111111;
}
.ds-loyalty-dropdown__see-details {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #111111;
  text-decoration: underline;
  cursor: pointer;
}
.ds-loyalty-dropdown__see-details:hover {
  color: #111111;
}
.ds-loyalty-dropdown__body {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.ds-loyalty-dropdown__body--flex {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .ds-loyalty-dropdown__body--flex {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.ds-loyalty-dropdown__body--grid {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .ds-loyalty-dropdown__body--grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.ds-loyalty-dropdown__show-more, .ds-loyalty-dropdown__show-less {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  border: none;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #111111;
  text-decoration: underline;
  cursor: pointer;
}
.ds-loyalty-dropdown__copy {
  display: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #111111;
  margin: 0;
}
.ds-loyalty-dropdown__cta-input {
  display: none;
  width: 100%;
}
@media (min-width: 768px) {
  .ds-loyalty-dropdown__cta-input {
    max-width: 400px;
  }
}
.ds-loyalty-dropdown--expanded .ds-loyalty-dropdown__chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ds-loyalty-dropdown--expanded .ds-loyalty-dropdown__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ds-loyalty-dropdown--expanded .ds-loyalty-dropdown__rewards-amount {
  display: block;
}
.ds-loyalty-dropdown--expanded .ds-loyalty-dropdown__redemption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ds-loyalty-dropdown--expanded .ds-loyalty-dropdown__body--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .ds-loyalty-dropdown--expanded .ds-loyalty-dropdown__body--flex {
    display: grid;
  }
}
.ds-loyalty-dropdown--expanded .ds-loyalty-dropdown__body--grid {
  display: grid;
}
.ds-loyalty-dropdown--expanded .ds-loyalty-dropdown__show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ds-loyalty-dropdown--expanded .ds-loyalty-dropdown__show-less {
  display: none;
}
.ds-loyalty-dropdown--expanded .ds-loyalty-dropdown__cta-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ds-loyalty-dropdown--expanded .ds-loyalty-dropdown__copy {
  display: block;
}
.ds-loyalty-dropdown--rewards .ds-loyalty-dropdown__body--flex .ds-reward:nth-child(n+4) {
  display: none;
}
@media (min-width: 768px) {
  .ds-loyalty-dropdown--rewards .ds-loyalty-dropdown__body--flex .ds-reward:nth-child(n+4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ds-loyalty-dropdown--rewards .ds-loyalty-dropdown__body--flex .ds-reward:nth-child(n+7) {
    display: none;
  }
}
.ds-loyalty-dropdown--rewards .ds-loyalty-dropdown__body--flex.ds-loyalty-dropdown__body--show-all .ds-reward:nth-child(n+4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .ds-loyalty-dropdown--rewards .ds-loyalty-dropdown__body--flex.ds-loyalty-dropdown__body--show-all .ds-reward:nth-child(n+7) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ds-loyalty-dropdown--rewards .ds-loyalty-dropdown__body--flex.ds-loyalty-dropdown__body--show-all ~ .ds-loyalty-dropdown__show-more {
  display: none;
}
.ds-loyalty-dropdown--rewards .ds-loyalty-dropdown__body--flex.ds-loyalty-dropdown__body--show-all ~ .ds-loyalty-dropdown__show-less {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ds-loyalty-dropdown--cash .ds-loyalty-dropdown__body--grid .ds-loyalty-cash:nth-child(n+7) {
  display: none;
}
@media (min-width: 768px) {
  .ds-loyalty-dropdown--cash .ds-loyalty-dropdown__body--grid .ds-loyalty-cash:nth-child(n+7) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ds-loyalty-dropdown--cash .ds-loyalty-dropdown__body--grid .ds-loyalty-cash:nth-child(n+13) {
    display: none;
  }
}
.ds-loyalty-dropdown--cash .ds-loyalty-dropdown__body--grid.ds-loyalty-dropdown__body--show-all .ds-loyalty-cash:nth-child(n+7) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .ds-loyalty-dropdown--cash .ds-loyalty-dropdown__body--grid.ds-loyalty-dropdown__body--show-all .ds-loyalty-cash:nth-child(n+13) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ds-loyalty-dropdown--cash .ds-loyalty-dropdown__body--grid.ds-loyalty-dropdown__body--show-all ~ .ds-loyalty-dropdown__show-more {
  display: none;
}
.ds-loyalty-dropdown--cash .ds-loyalty-dropdown__body--grid.ds-loyalty-dropdown__body--show-all ~ .ds-loyalty-dropdown__show-less {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ds-loyalty-dropdown--non-loyalty .ds-loyalty-dropdown__body,
.ds-loyalty-dropdown--non-loyalty .ds-loyalty-dropdown__body--flex,
.ds-loyalty-dropdown--non-loyalty .ds-loyalty-dropdown__body--grid,
.ds-loyalty-dropdown--non-loyalty .ds-loyalty-dropdown__show-more,
.ds-loyalty-dropdown--non-loyalty .ds-loyalty-dropdown__show-less,
.ds-loyalty-dropdown--non-loyalty .ds-loyalty-dropdown__rewards-amount,
.ds-loyalty-dropdown--non-loyalty .ds-loyalty-dropdown__redemption {
  display: none !important;
}
.ds-loyalty-dropdown--empty .ds-loyalty-dropdown__body,
.ds-loyalty-dropdown--empty .ds-loyalty-dropdown__body--flex,
.ds-loyalty-dropdown--empty .ds-loyalty-dropdown__body--grid,
.ds-loyalty-dropdown--empty .ds-loyalty-dropdown__show-more,
.ds-loyalty-dropdown--empty .ds-loyalty-dropdown__show-less {
  display: none !important;
}

.ds-reward {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 16px;
}
.ds-reward__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.ds-reward__title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.ds-reward__title {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #111111;
}
.ds-reward__tooltip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.ds-reward__expiry {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: #111111;
}
.ds-reward__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.ds-reward__cta {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1px;
  text-decoration: underline;
  color: #111111;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
.ds-reward__cta:hover {
  text-decoration: none;
}
.ds-reward__cta--remove {
  display: none;
}
.ds-reward__message {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #14855f;
}
.ds-reward__check-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #14855f;
}
.ds-reward__check-icon .ds-icon {
  color: #14855f;
  width: 10px;
  height: 8px;
}
.ds-reward--applied {
  --ds-reward-bg: #eeeeee;
}
.ds-reward--applied .ds-reward__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ds-reward--applied .ds-reward__cta--apply {
  display: none;
}
.ds-reward--applied .ds-reward__cta--remove {
  display: inline;
}
.ds-reward.disabled .ds-reward__cta {
  text-decoration: none !important;
  cursor: unset;
  pointer-events: none;
}

.ds-sign-in-out {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
}

.ds-sign-in-out__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ds-sign-in-out__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #111111;
}

.ds-sign-in-out:hover {
  text-decoration: underline;
}

.ds-sign-in-out:hover .ds-sign-in-out__text {
  text-decoration: underline;
}

.ds-icon {
  width: 16px;
  height: 16px;
  color: #111111;
}

.ds-size-10 {
  width: 10px !important;
  height: 10px !important;
}

.ds-size-12 {
  width: 12px !important;
  height: 12px !important;
}

.ds-size-14 {
  width: 14px !important;
  height: 14px !important;
}

.ds-size-16 {
  width: 16px !important;
  height: 16px !important;
}

.ds-size-18 {
  width: 18px !important;
  height: 18px !important;
}

.ds-size-20 {
  width: 20px !important;
  height: 20px !important;
}

.ds-size-24 {
  width: 24px !important;
  height: 24px !important;
}

.ds-size-32 {
  width: 32px !important;
  height: 32px !important;
}

.ds-size-36 {
  width: 36px !important;
  height: 36px !important;
}

.ds-size-48 {
  width: 48px !important;
  height: 48px !important;
}

.ds-size-56 {
  width: 56px !important;
  height: 56px !important;
}

.ds-size-64 {
  width: 64px !important;
  height: 64px !important;
}

.ds-icon-size, .ds-icon-pause, .ds-icon-play, .ds-icon-tags-bubble, .ds-icon-discover, .ds-icon-amex, .ds-icon-visa, .ds-icon-mastercard, .ds-icon-check, .ds-icon-return-arrow, .ds-icon-wallet, .ds-icon-calendar, .ds-icon-trash, .ds-icon-back-to-top, .ds-icon-checkbox-check, .ds-icon-facebook-square, .ds-icon-bahai, .ds-icon-gem, .ds-icon-vip-star-black, .ds-icon-vip-star-white, .ds-icon-reward, .ds-icon-truck, .ds-icon-shopping-bags, .ds-icon-gem-shine, .ds-icon-cake, .ds-icon-box-heart, .ds-icon-tiktok, .ds-icon-pinterest, .ds-icon-twitter, .ds-icon-instagram, .ds-icon-facebook-circle, .ds-icon-credit-card-front, .ds-icon-credit-card-back, .ds-icon-gift-card, .ds-icon-money, .ds-icon-envelope-open, .ds-icon-flame, .ds-icon-shipping, .ds-icon-chat-bubble, .ds-icon-lock, .ds-icon-phone, .ds-icon-location-pin, .ds-icon-gift, .ds-icon-star-filled, .ds-icon-star-empty, .ds-icon-filters, .ds-icon-heart, .ds-icon-tags, .ds-icon-sign-out, .ds-icon-sign-in, .ds-icon-user, .ds-icon-search, .ds-icon-bag, .ds-icon-hamburger, .ds-icon-scan, .ds-icon-video-pause, .ds-icon-video-play, .ds-icon-link, .ds-icon-edit, .ds-icon-arrow-right, .ds-icon-arrow-left, .ds-icon-radio-filled, .ds-icon-radio-empty, .ds-icon-check-sm, .ds-icon-tick, .ds-icon-box-checked, .ds-icon-box-empty, .ds-icon-chevron-right, .ds-icon-chevron-left, .ds-icon-eye-slash, .ds-icon-eye, .ds-icon-vertical-separator, .ds-icon-chevron-down, .ds-icon-chevron-up, .ds-icon-exclamation-circle, .ds-icon-heart-filled, .ds-icon-tooltip-info, .ds-icon-tooltip, .ds-icon-envelope-closed, .ds-icon-location-arrow, .ds-icon-circle-x, .ds-icon-circle-check, .ds-icon-share, .ds-icon-plus, .ds-icon-minus, .ds-icon-x, .ds-icon-pencil {
  width: 18px;
  height: 18px;
  display: inline-block;
}

.ds-styleRewards-at {
  width: 130px;
  height: 12px;
}

.ds-styleRewards-at-factory {
  width: 130px;
  height: 30px;
}

.ds-styleRewards-loft {
  width: 53px;
  height: 14px;
}

.ds-styleRewards-loft-outlet {
  width: 53px;
  height: 25px;
}

.ds-klarna-logo {
  width: 55px;
  height: 12px;
}

.ds-icon-pencil {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23111' d='M15.4143,1.7574,14.2426.5858a2,2,0,0,0-2.8283,0L.4012,11.5988.0047,15.167a.75.75,0,0,0,.8283.8283l3.5682-.3964L15.4143,4.5858A2,2,0,0,0,15.4143,1.7574ZM4.5625,14.0233l-.62.62-1.8436.2048-.947-.947.2048-1.8436.62-.62H3.0625v1.5h1.5Zm.875-.8751V12.0625h-1.5v-1.5H2.8517L9.8535,3.5606l.9394.9394L5.1464,10.1465a.5.5,0,0,0,.7071.707L11.5,5.2071l.9394.9393Zm9.27-9.2695L13.1464,5.4393,10.5607,2.8535l1.5606-1.5606a.9994.9994,0,0,1,1.4142,0l1.1716,1.1715A1,1,0,0,1,14.7071,3.8787Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23111' d='M15.4143,1.7574,14.2426.5858a2,2,0,0,0-2.8283,0L.4012,11.5988.0047,15.167a.75.75,0,0,0,.8283.8283l3.5682-.3964L15.4143,4.5858A2,2,0,0,0,15.4143,1.7574ZM4.5625,14.0233l-.62.62-1.8436.2048-.947-.947.2048-1.8436.62-.62H3.0625v1.5h1.5Zm.875-.8751V12.0625h-1.5v-1.5H2.8517L9.8535,3.5606l.9394.9394L5.1464,10.1465a.5.5,0,0,0,.7071.707L11.5,5.2071l.9394.9393Zm9.27-9.2695L13.1464,5.4393,10.5607,2.8535l1.5606-1.5606a.9994.9994,0,0,1,1.4142,0l1.1716,1.1715A1,1,0,0,1,14.7071,3.8787Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-x {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23111' d='M9.6973,8l5.1281-5.1282L15.883,1.8146a.4.4,0,0,0,0-.5655L14.7515.1175a.4.4,0,0,0-.5655,0L8,6.3032,1.8145.117a.4.4,0,0,0-.5655,0L.117,1.2485a.4.4,0,0,0,0,.5656L6.3032,8,.117,14.186a.4.4,0,0,0,0,.5655L1.2485,15.883a.4.4,0,0,0,.5656,0L8,9.6973l5.1281,5.1282L14.186,15.883a.4.4,0,0,0,.5655,0l1.1315-1.1315a.4.4,0,0,0,0-.5655Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23111' d='M9.6973,8l5.1281-5.1282L15.883,1.8146a.4.4,0,0,0,0-.5655L14.7515.1175a.4.4,0,0,0-.5655,0L8,6.3032,1.8145.117a.4.4,0,0,0-.5655,0L.117,1.2485a.4.4,0,0,0,0,.5656L6.3032,8,.117,14.186a.4.4,0,0,0,0,.5655L1.2485,15.883a.4.4,0,0,0,.5656,0L8,9.6973l5.1281,5.1282L14.186,15.883a.4.4,0,0,0,.5655,0l1.1315-1.1315a.4.4,0,0,0,0-.5655Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-minus {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 1.6'%3E%3Cpath fill='%23111' d='M15.6666,7.25H.3333A.3055.3055,0,0,0,0,7.5167V8.5833A.3055.3055,0,0,0,.3333,8.85H15.6666A.3056.3056,0,0,0,16,8.5833V7.5167A.3056.3056,0,0,0,15.6666,7.25Z' transform='translate(0 -7.25)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 1.6'%3E%3Cpath fill='%23111' d='M15.6666,7.25H.3333A.3055.3055,0,0,0,0,7.5167V8.5833A.3055.3055,0,0,0,.3333,8.85H15.6666A.3056.3056,0,0,0,16,8.5833V7.5167A.3056.3056,0,0,0,15.6666,7.25Z' transform='translate(0 -7.25)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-plus {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolygon fill='%23111' points='8.758 7.267 8.758 0 7.205 0 7.205 7.267 0 7.267 0 8.772 7.205 8.772 7.205 16 8.758 16 8.758 8.772 16 8.772 16 7.267 8.758 7.267'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolygon fill='%23111' points='8.758 7.267 8.758 0 7.205 0 7.205 7.267 0 7.267 0 8.772 7.205 8.772 7.205 16 8.758 16 8.758 8.772 16 8.772 16 7.267 8.758 7.267'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-share {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14.5333'%3E%3Cpath d='M15.6914,6.3233,10.8029,1.0968a1.1088,1.1088,0,0,0-1.9141.7855V4.3866C4.2931,4.4429,0,5.2937,0,10.1538a6.0792,6.0792,0,0,0,2.4758,4.96.8936.8936,0,0,0,1.38-.98C2.8041,10.3167,4.6,9.893,8.8888,9.8416v2.4952a1.1089,1.1089,0,0,0,1.9142.7856l4.8885-5.2271A1.1554,1.1554,0,0,0,15.6914,6.3233ZM15.05,7.266H15.049L10.16,12.4929a.2217.2217,0,0,1-.3828-.1571V8.9269c-4.7607,0-8.2028.2758-6.7769,5.4458A5.1431,5.1431,0,0,1,.8892,10.1538c0-4.5454,4.5244-4.863,8.8884-4.863V1.8819a.2217.2217,0,0,1,.3828-.1571L15.05,6.9517A.23.23,0,0,1,15.05,7.266Z' transform='translate(0 -0.75)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14.5333'%3E%3Cpath d='M15.6914,6.3233,10.8029,1.0968a1.1088,1.1088,0,0,0-1.9141.7855V4.3866C4.2931,4.4429,0,5.2937,0,10.1538a6.0792,6.0792,0,0,0,2.4758,4.96.8936.8936,0,0,0,1.38-.98C2.8041,10.3167,4.6,9.893,8.8888,9.8416v2.4952a1.1089,1.1089,0,0,0,1.9142.7856l4.8885-5.2271A1.1554,1.1554,0,0,0,15.6914,6.3233ZM15.05,7.266H15.049L10.16,12.4929a.2217.2217,0,0,1-.3828-.1571V8.9269c-4.7607,0-8.2028.2758-6.7769,5.4458A5.1431,5.1431,0,0,1,.8892,10.1538c0-4.5454,4.5244-4.863,8.8884-4.863V1.8819a.2217.2217,0,0,1,.3828-.1571L15.05,6.9517A.23.23,0,0,1,15.05,7.266Z' transform='translate(0 -0.75)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-circle-check {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23111' d='M12.5716,5.551l-.2724-.2751a.3871.3871,0,0,0-.5473-.0023h0L6.48,10.5037l-2.225-2.243a.3872.3872,0,0,0-.5474-.0022l-.275.2726a.3871.3871,0,0,0-.0021.5475L6.2,11.8712a.3872.3872,0,0,0,.5474.0022h0l5.8219-5.775a.3871.3871,0,0,0,.0023-.5474Z'/%3E%3Cpath fill='%23111' d='M8,0a8,8,0,1,0,8,8A8,8,0,0,0,8,0Zm.0012,14.9677H8a6.9674,6.9674,0,1,1,.0012,0Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23111' d='M12.5716,5.551l-.2724-.2751a.3871.3871,0,0,0-.5473-.0023h0L6.48,10.5037l-2.225-2.243a.3872.3872,0,0,0-.5474-.0022l-.275.2726a.3871.3871,0,0,0-.0021.5475L6.2,11.8712a.3872.3872,0,0,0,.5474.0022h0l5.8219-5.775a.3871.3871,0,0,0,.0023-.5474Z'/%3E%3Cpath fill='%23111' d='M8,0a8,8,0,1,0,8,8A8,8,0,0,0,8,0Zm.0012,14.9677H8a6.9674,6.9674,0,1,1,.0012,0Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-circle-x {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M11.058,10.2355,8.8225,8,11.058,5.7645a.3932.3932,0,0,0,0-.5484l-.2742-.2741a.3872.3872,0,0,0-.5478-.0005l-.0005.0005L8,7.1775,5.7645,4.942a.3874.3874,0,0,0-.548,0l0,0-.2741.2741a.3874.3874,0,0,0,0,.548l0,0L7.1775,8,4.942,10.2355a.3873.3873,0,0,0-.0005.5479l.0005,0,.2741.2742a.3874.3874,0,0,0,.548,0l0,0L8,8.8225l2.2355,2.2355a.3873.3873,0,0,0,.5479.0005l0-.0005.2742-.2742a.3872.3872,0,0,0,.0005-.5478Z'/%3E%3Cpath class='cls-1' d='M8.0027,0H8a7.9987,7.9987,0,1,0,.0027,0ZM8.0008,14.9677H8A6.9678,6.9678,0,1,1,14.968,8V8A6.9675,6.9675,0,0,1,8.0008,14.9677Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M11.058,10.2355,8.8225,8,11.058,5.7645a.3932.3932,0,0,0,0-.5484l-.2742-.2741a.3872.3872,0,0,0-.5478-.0005l-.0005.0005L8,7.1775,5.7645,4.942a.3874.3874,0,0,0-.548,0l0,0-.2741.2741a.3874.3874,0,0,0,0,.548l0,0L7.1775,8,4.942,10.2355a.3873.3873,0,0,0-.0005.5479l.0005,0,.2741.2742a.3874.3874,0,0,0,.548,0l0,0L8,8.8225l2.2355,2.2355a.3873.3873,0,0,0,.5479.0005l0-.0005.2742-.2742a.3872.3872,0,0,0,.0005-.5478Z'/%3E%3Cpath class='cls-1' d='M8.0027,0H8a7.9987,7.9987,0,1,0,.0027,0ZM8.0008,14.9677H8A6.9678,6.9678,0,1,1,14.968,8V8A6.9675,6.9675,0,0,1,8.0008,14.9677Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-location-arrow {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23111' fill-rule='evenodd' d='M14.4343,0a1.4037,1.4037,0,0,0-.5434.11L.8979,6.1065a1.515,1.515,0,0,0,.6,2.8985H6.9949v5.4972a1.5149,1.5149,0,0,0,2.8984.6L15.89,2.1087A1.5753,1.5753,0,0,0,14.4343,0Zm.5483,1.69L8.9872,14.6794a.516.516,0,0,1-.9935-.1769V8.0056H1.4975a.4723.4723,0,0,1-.4841-.3947.4972.4972,0,0,1,.3031-.5968L14.2753,1.0325A.4079.4079,0,0,1,14.4345,1a.6109.6109,0,0,1,.4721.2837A.4538.4538,0,0,1,14.9826,1.69Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23111' fill-rule='evenodd' d='M14.4343,0a1.4037,1.4037,0,0,0-.5434.11L.8979,6.1065a1.515,1.515,0,0,0,.6,2.8985H6.9949v5.4972a1.5149,1.5149,0,0,0,2.8984.6L15.89,2.1087A1.5753,1.5753,0,0,0,14.4343,0Zm.5483,1.69L8.9872,14.6794a.516.516,0,0,1-.9935-.1769V8.0056H1.4975a.4723.4723,0,0,1-.4841-.3947.4972.4972,0,0,1,.3031-.5968L14.2753,1.0325A.4079.4079,0,0,1,14.4345,1a.6109.6109,0,0,1,.4721.2837A.4538.4538,0,0,1,14.9826,1.69Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-envelope-closed {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath fill='%23111' d='M14.5,2H1.5A1.5,1.5,0,0,0,0,3.5v9A1.5,1.5,0,0,0,1.5,14h13A1.5,1.5,0,0,0,16,12.5v-9A1.5,1.5,0,0,0,14.5,2ZM15,12.5a.5016.5016,0,0,1-.5.5H1.5a.5015.5015,0,0,1-.5-.5V6.0938c.7125.5844,1.8375,1.4875,4.0844,3.2719C5.725,9.8781,6.8562,11.0063,8,11c1.1375.0093,2.2593-1.1094,2.9156-1.6343C13.1625,7.5813,14.2875,6.6782,15,6.0938Zm0-7.7063c-.6844.5782-1.6625,1.375-4.7063,3.7907C9.7656,9.0031,8.725,10.0125,8,10c-.725.0125-1.7688-.9969-2.2937-1.4156C2.6625,6.1687,1.6844,5.3719,1,4.7937V3.5A.5015.5015,0,0,1,1.5,3h13a.5015.5015,0,0,1,.5.5Z' transform='translate(0 -2)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath fill='%23111' d='M14.5,2H1.5A1.5,1.5,0,0,0,0,3.5v9A1.5,1.5,0,0,0,1.5,14h13A1.5,1.5,0,0,0,16,12.5v-9A1.5,1.5,0,0,0,14.5,2ZM15,12.5a.5016.5016,0,0,1-.5.5H1.5a.5015.5015,0,0,1-.5-.5V6.0938c.7125.5844,1.8375,1.4875,4.0844,3.2719C5.725,9.8781,6.8562,11.0063,8,11c1.1375.0093,2.2593-1.1094,2.9156-1.6343C13.1625,7.5813,14.2875,6.6782,15,6.0938Zm0-7.7063c-.6844.5782-1.6625,1.375-4.7063,3.7907C9.7656,9.0031,8.725,10.0125,8,10c-.725.0125-1.7688-.9969-2.2937-1.4156C2.6625,6.1687,1.6844,5.3719,1,4.7937V3.5A.5015.5015,0,0,1,1.5,3h13a.5015.5015,0,0,1,.5.5Z' transform='translate(0 -2)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-tooltip-info, .ds-icon-tooltip {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8,5.4194A1.0323,1.0323,0,1,0,6.9677,4.3871,1.0323,1.0323,0,0,0,8,5.4194Z'/%3E%3Cpath class='cls-1' d='M8,0a8,8,0,1,0,8,8A8.0013,8.0013,0,0,0,8,0ZM8,14.9678A6.9678,6.9678,0,1,1,14.9678,8,6.9659,6.9659,0,0,1,8,14.9678Z'/%3E%3Cpath class='cls-1' d='M9.1613,11.0967H8.7742V6.5806a.387.387,0,0,0-.3871-.387H6.8387a.387.387,0,0,0-.3871.387v.2581a.3871.3871,0,0,0,.3871.3871h.3871v3.8709H6.8387a.3872.3872,0,0,0-.3871.3872v.258a.3872.3872,0,0,0,.3871.3871H9.1613a.3872.3872,0,0,0,.3871-.3871v-.258A.3872.3872,0,0,0,9.1613,11.0967Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8,5.4194A1.0323,1.0323,0,1,0,6.9677,4.3871,1.0323,1.0323,0,0,0,8,5.4194Z'/%3E%3Cpath class='cls-1' d='M8,0a8,8,0,1,0,8,8A8.0013,8.0013,0,0,0,8,0ZM8,14.9678A6.9678,6.9678,0,1,1,14.9678,8,6.9659,6.9659,0,0,1,8,14.9678Z'/%3E%3Cpath class='cls-1' d='M9.1613,11.0967H8.7742V6.5806a.387.387,0,0,0-.3871-.387H6.8387a.387.387,0,0,0-.3871.387v.2581a.3871.3871,0,0,0,.3871.3871h.3871v3.8709H6.8387a.3872.3872,0,0,0-.3871.3872v.258a.3872.3872,0,0,0,.3871.3871H9.1613a.3872.3872,0,0,0,.3871-.3871v-.258A.3872.3872,0,0,0,9.1613,11.0967Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-heart-filled {
  background: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14.1415'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ef799b;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M14.4474.969a4.2437,4.2437,0,0,0-5.8313.4262l-.6156.6439-.6157-.6408A4.2666,4.2666,0,0,0,1.5535.969a4.56,4.56,0,0,0-.3094,6.5594l6.047,6.3069a.9782.9782,0,0,0,.7062.3062.9663.9663,0,0,0,.7063-.3062l6.047-6.3069A4.5548,4.5548,0,0,0,14.4474.969Z' transform='translate(0)'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.ds-icon-exclamation-circle {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 7.5C0 3.35936 3.35816 0 7.5 0C11.6418 0 15 3.35936 15 7.5C15 11.6431 11.6418 15 7.5 15C3.35816 15 0 11.6431 0 7.5ZM14.0323 7.5C14.0323 3.87324 11.0873 0.967742 7.5 0.967742C3.88917 0.967742 0.967742 3.89507 0.967742 7.5C0.967742 11.112 3.89383 14.0323 7.5 14.0323C11.1106 14.0323 14.0323 11.1076 14.0323 7.5ZM7.15252 3.62903H7.84745C8.05379 3.62903 8.21864 3.80087 8.21005 4.00706L7.99836 9.0877C7.99025 9.2821 7.83033 9.43548 7.63576 9.43548H7.36421C7.16967 9.43548 7.00972 9.28207 7.00161 9.0877L6.78992 4.00706C6.78136 3.80087 6.94618 3.62903 7.15252 3.62903ZM6.65323 10.8871C6.65323 10.4194 7.03234 10.0403 7.5 10.0403C7.96766 10.0403 8.34677 10.4194 8.34677 10.8871C8.34677 11.3548 7.96766 11.7339 7.5 11.7339C7.03234 11.7339 6.65323 11.3548 6.65323 10.8871Z' fill='%23191919'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 7.5C0 3.35936 3.35816 0 7.5 0C11.6418 0 15 3.35936 15 7.5C15 11.6431 11.6418 15 7.5 15C3.35816 15 0 11.6431 0 7.5ZM14.0323 7.5C14.0323 3.87324 11.0873 0.967742 7.5 0.967742C3.88917 0.967742 0.967742 3.89507 0.967742 7.5C0.967742 11.112 3.89383 14.0323 7.5 14.0323C11.1106 14.0323 14.0323 11.1076 14.0323 7.5ZM7.15252 3.62903H7.84745C8.05379 3.62903 8.21864 3.80087 8.21005 4.00706L7.99836 9.0877C7.99025 9.2821 7.83033 9.43548 7.63576 9.43548H7.36421C7.16967 9.43548 7.00972 9.28207 7.00161 9.0877L6.78992 4.00706C6.78136 3.80087 6.94618 3.62903 7.15252 3.62903ZM6.65323 10.8871C6.65323 10.4194 7.03234 10.0403 7.5 10.0403C7.96766 10.0403 8.34677 10.4194 8.34677 10.8871C8.34677 11.3548 7.96766 11.7339 7.5 11.7339C7.03234 11.7339 6.65323 11.3548 6.65323 10.8871Z' fill='%23191919'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-chevron-up {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 8.9998'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M.1577,12.127c.0473.05.0962.0989.1435.1488.2816.295.468.3.7481.0084Q3.283,9.969,5.5193,7.6574L7.84,5.2563c.0474-.049.0969-.095.185-.1816a1.4284,1.4284,0,0,0,.1338.1985q3.0978,3.2115,6.2031,6.4222c.2085.2154.4125.4362.6269.6463a.4155.4155,0,0,0,.7083-.095.2067.2067,0,0,1,.0421-.0545.4561.4561,0,0,0,.0681-.7843L8.3785,3.713c-.2773-.2836-.4776-.2843-.7535,0L1.7843,9.7574.1577,11.4439a.4487.4487,0,0,0,0,.6831Z' transform='translate(0 -3.5)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 8.9998'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M.1577,12.127c.0473.05.0962.0989.1435.1488.2816.295.468.3.7481.0084Q3.283,9.969,5.5193,7.6574L7.84,5.2563c.0474-.049.0969-.095.185-.1816a1.4284,1.4284,0,0,0,.1338.1985q3.0978,3.2115,6.2031,6.4222c.2085.2154.4125.4362.6269.6463a.4155.4155,0,0,0,.7083-.095.2067.2067,0,0,1,.0421-.0545.4561.4561,0,0,0,.0681-.7843L8.3785,3.713c-.2773-.2836-.4776-.2843-.7535,0L1.7843,9.7574.1577,11.4439a.4487.4487,0,0,0,0,.6831Z' transform='translate(0 -3.5)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-chevron-down {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 8.9998'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.8423,3.8728c-.0473-.05-.0962-.0989-.1435-.1487-.2816-.295-.468-.3-.7481-.0084q-2.2336,2.3152-4.47,4.6267L8.16,10.7435c-.0474.0491-.0969.095-.185.1817a1.4354,1.4354,0,0,0-.1338-.1986Q4.7433,7.5152,1.638,4.3045c-.2085-.2155-.4125-.4363-.6269-.6463a.4155.4155,0,0,0-.7083.095.2047.2047,0,0,1-.0421.0544.4561.4561,0,0,0-.0681.7844l7.4289,7.6949c.2773.2836.4776.2843.7535,0l5.8407-6.0444,1.6266-1.6866a.449.449,0,0,0,0-.6831Z' transform='translate(0 -3.5)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 8.9998'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.8423,3.8728c-.0473-.05-.0962-.0989-.1435-.1487-.2816-.295-.468-.3-.7481-.0084q-2.2336,2.3152-4.47,4.6267L8.16,10.7435c-.0474.0491-.0969.095-.185.1817a1.4354,1.4354,0,0,0-.1338-.1986Q4.7433,7.5152,1.638,4.3045c-.2085-.2155-.4125-.4363-.6269-.6463a.4155.4155,0,0,0-.7083.095.2047.2047,0,0,1-.0421.0544.4561.4561,0,0,0-.0681.7844l7.4289,7.6949c.2773.2836.4776.2843.7535,0l5.8407-6.0444,1.6266-1.6866a.449.449,0,0,0,0-.6831Z' transform='translate(0 -3.5)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-vertical-separator {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='32' viewBox='0 0 1 32' fill='none'%3E%3Cline x1='0.5' y1='31.5' x2='0.5' y2='0.5' stroke='%23CCCCCC' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='32' viewBox='0 0 1 32' fill='none'%3E%3Cline x1='0.5' y1='31.5' x2='0.5' y2='0.5' stroke='%23CCCCCC' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-eye {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10.5182'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8,8.8852H8A1.7525,1.7525,0,0,0,8.0264,5.38q-.0132,0-.0264,0a.316.316,0,0,0-.0445.0041c-.0114.0016-.0228.0032-.0347.0038a1.2873,1.2873,0,0,1-.3072,1.3638A1.3334,1.3334,0,0,1,6.23,7.0547a.252.252,0,0,1-.004.04.2463.2463,0,0,0-.004.0384A1.765,1.765,0,0,0,8,8.8852Z' transform='translate(0 -2.75)'/%3E%3Cpath class='cls-1' d='M15.9033,7.6092a8.8584,8.8584,0,0,0-15.8067,0,.875.875,0,0,0,0,.7993,8.8582,8.8582,0,0,0,15.8067,0A.875.875,0,0,0,15.9033,7.6092ZM8,3.6281a3.505,3.505,0,1,1-3.5556,3.505A3.5049,3.5049,0,0,1,8,3.6281ZM8,12.39A8.0191,8.0191,0,0,1,.8889,8.009a8.1308,8.1308,0,0,1,3.605-3.5411,4.3015,4.3015,0,0,0-.9384,2.665,4.445,4.445,0,0,0,8.8889,0,4.3014,4.3014,0,0,0-.9383-2.665,8.1313,8.1313,0,0,1,3.605,3.5411A8.0187,8.0187,0,0,1,8,12.39Z' transform='translate(0 -2.75)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10.5182'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8,8.8852H8A1.7525,1.7525,0,0,0,8.0264,5.38q-.0132,0-.0264,0a.316.316,0,0,0-.0445.0041c-.0114.0016-.0228.0032-.0347.0038a1.2873,1.2873,0,0,1-.3072,1.3638A1.3334,1.3334,0,0,1,6.23,7.0547a.252.252,0,0,1-.004.04.2463.2463,0,0,0-.004.0384A1.765,1.765,0,0,0,8,8.8852Z' transform='translate(0 -2.75)'/%3E%3Cpath class='cls-1' d='M15.9033,7.6092a8.8584,8.8584,0,0,0-15.8067,0,.875.875,0,0,0,0,.7993,8.8582,8.8582,0,0,0,15.8067,0A.875.875,0,0,0,15.9033,7.6092ZM8,3.6281a3.505,3.505,0,1,1-3.5556,3.505A3.5049,3.5049,0,0,1,8,3.6281ZM8,12.39A8.0191,8.0191,0,0,1,.8889,8.009a8.1308,8.1308,0,0,1,3.605-3.5411,4.3015,4.3015,0,0,0-.9384,2.665,4.445,4.445,0,0,0,8.8889,0,4.3014,4.3014,0,0,0-.9383-2.665,8.1313,8.1313,0,0,1,3.605,3.5411A8.0187,8.0187,0,0,1,8,12.39Z' transform='translate(0 -2.75)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-eye-slash {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 13.1368'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8,12.0735a7.19,7.19,0,0,1-6.4-4.105,7.5484,7.5484,0,0,1,1.7078-2.225l-.6467-.523A8.5119,8.5119,0,0,0,.8877,7.5939a.8493.8493,0,0,0,0,.7489A7.9993,7.9993,0,0,0,8,12.8945a7.6137,7.6137,0,0,0,3.2529-.73l-.7313-.59A6.8377,6.8377,0,0,1,8,12.0735Z' transform='translate(0 -1.4)'/%3E%3Cpath class='cls-1' d='M8,3.863a3.2464,3.2464,0,0,1,3.2,3.2842,3.31,3.31,0,0,1-.385,1.5284l.6363.5132A4.0962,4.0962,0,0,0,11.1553,4.65,7.47,7.47,0,0,1,14.401,7.9682a7.6671,7.6671,0,0,1-1.6942,2.2367l.633.5115a8.5128,8.5128,0,0,0,1.7733-2.3736.8493.8493,0,0,0,0-.7489A8.002,8.002,0,0,0,8,3.042a7.6124,7.6124,0,0,0-3.253.7294l1.1442.9237A3.1349,3.1349,0,0,1,8,3.863Z' transform='translate(0 -1.4)'/%3E%3Cpath class='cls-1' d='M9.5213,7.63a1.6548,1.6548,0,0,0-.2279-1.4644A1.5649,1.5649,0,0,0,8,5.5051a.2722.2722,0,0,0-.04.0039c-.01.0015-.0205.003-.031.0035a1.1863,1.1863,0,0,1-.006.826Z' transform='translate(0 -1.4)'/%3E%3Cpath class='cls-1' d='M4.8177,6.9645l-.737-.5955A4.06,4.06,0,0,0,4,7.1472a4.1174,4.1174,0,0,0,1.8317,3.4569,3.8967,3.8967,0,0,0,3.825.2709l-.7395-.5976A3.0848,3.0848,0,0,1,8,10.4314,3.2468,3.2468,0,0,1,4.8,7.1472a.7411.7411,0,0,1,.0093-.103C4.8127,7.0178,4.8163,6.9915,4.8177,6.9645Z' transform='translate(0 -1.4)'/%3E%3Cpath class='cls-1' d='M15.9249,13.85.5749,1.4448a.1967.1967,0,0,0-.2768.0268L.2939,1.477l-.25.3209a.209.209,0,0,0,.031.2884l15.35,12.4055a.1964.1964,0,0,0,.2812-.0321l.25-.3209A.209.209,0,0,0,15.9249,13.85Z' transform='translate(0 -1.4)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 13.1368'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8,12.0735a7.19,7.19,0,0,1-6.4-4.105,7.5484,7.5484,0,0,1,1.7078-2.225l-.6467-.523A8.5119,8.5119,0,0,0,.8877,7.5939a.8493.8493,0,0,0,0,.7489A7.9993,7.9993,0,0,0,8,12.8945a7.6137,7.6137,0,0,0,3.2529-.73l-.7313-.59A6.8377,6.8377,0,0,1,8,12.0735Z' transform='translate(0 -1.4)'/%3E%3Cpath class='cls-1' d='M8,3.863a3.2464,3.2464,0,0,1,3.2,3.2842,3.31,3.31,0,0,1-.385,1.5284l.6363.5132A4.0962,4.0962,0,0,0,11.1553,4.65,7.47,7.47,0,0,1,14.401,7.9682a7.6671,7.6671,0,0,1-1.6942,2.2367l.633.5115a8.5128,8.5128,0,0,0,1.7733-2.3736.8493.8493,0,0,0,0-.7489A8.002,8.002,0,0,0,8,3.042a7.6124,7.6124,0,0,0-3.253.7294l1.1442.9237A3.1349,3.1349,0,0,1,8,3.863Z' transform='translate(0 -1.4)'/%3E%3Cpath class='cls-1' d='M9.5213,7.63a1.6548,1.6548,0,0,0-.2279-1.4644A1.5649,1.5649,0,0,0,8,5.5051a.2722.2722,0,0,0-.04.0039c-.01.0015-.0205.003-.031.0035a1.1863,1.1863,0,0,1-.006.826Z' transform='translate(0 -1.4)'/%3E%3Cpath class='cls-1' d='M4.8177,6.9645l-.737-.5955A4.06,4.06,0,0,0,4,7.1472a4.1174,4.1174,0,0,0,1.8317,3.4569,3.8967,3.8967,0,0,0,3.825.2709l-.7395-.5976A3.0848,3.0848,0,0,1,8,10.4314,3.2468,3.2468,0,0,1,4.8,7.1472a.7411.7411,0,0,1,.0093-.103C4.8127,7.0178,4.8163,6.9915,4.8177,6.9645Z' transform='translate(0 -1.4)'/%3E%3Cpath class='cls-1' d='M15.9249,13.85.5749,1.4448a.1967.1967,0,0,0-.2768.0268L.2939,1.477l-.25.3209a.209.209,0,0,0,.031.2884l15.35,12.4055a.1964.1964,0,0,0,.2812-.0321l.25-.3209A.209.209,0,0,0,15.9249,13.85Z' transform='translate(0 -1.4)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-chevron-left {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.9998 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M12.1271,15.8422c.05-.0473.0989-.0962.1487-.1435.295-.2816.3-.468.0084-.7481q-2.3151-2.2337-4.6267-4.47L5.2564,8.16c-.0491-.0474-.095-.0969-.1816-.185a1.4433,1.4433,0,0,0,.1985-.1338Q8.4848,4.7433,11.6954,1.638c.2155-.2085.4363-.4126.6463-.627a.4155.4155,0,0,0-.095-.7083.2026.2026,0,0,1-.0544-.0421A.4561.4561,0,0,0,11.408.1925L3.7131,7.6215c-.2837.2772-.2844.4776,0,.7534l6.0443,5.8408,1.6866,1.6265a.4487.4487,0,0,0,.6831,0Z' transform='translate(-3.5001 0.0001)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.9998 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M12.1271,15.8422c.05-.0473.0989-.0962.1487-.1435.295-.2816.3-.468.0084-.7481q-2.3151-2.2337-4.6267-4.47L5.2564,8.16c-.0491-.0474-.095-.0969-.1816-.185a1.4433,1.4433,0,0,0,.1985-.1338Q8.4848,4.7433,11.6954,1.638c.2155-.2085.4363-.4126.6463-.627a.4155.4155,0,0,0-.095-.7083.2026.2026,0,0,1-.0544-.0421A.4561.4561,0,0,0,11.408.1925L3.7131,7.6215c-.2837.2772-.2844.4776,0,.7534l6.0443,5.8408,1.6866,1.6265a.4487.4487,0,0,0,.6831,0Z' transform='translate(-3.5001 0.0001)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-chevron-right {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.9998 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M3.8729.1577c-.05.0473-.0989.0961-.1487.1434-.295.2817-.3.468-.0084.7482q2.3151,2.2337,4.6267,4.47L10.7436,7.84c.0491.0474.095.0969.1816.185a1.4344,1.4344,0,0,0-.1985.1338q-3.2115,3.0978-6.4221,6.2031c-.2155.2085-.4363.4125-.6463.6269a.4155.4155,0,0,0,.095.7083.2047.2047,0,0,1,.0544.0421.456.456,0,0,0,.7843.0681l7.6949-7.4289c.2837-.2773.2844-.4776,0-.7535L6.2426,1.7842,4.556.1577a.4482.4482,0,0,0-.6831,0Z' transform='translate(-3.5001 0.0001)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.9998 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M3.8729.1577c-.05.0473-.0989.0961-.1487.1434-.295.2817-.3.468-.0084.7482q2.3151,2.2337,4.6267,4.47L10.7436,7.84c.0491.0474.095.0969.1816.185a1.4344,1.4344,0,0,0-.1985.1338q-3.2115,3.0978-6.4221,6.2031c-.2155.2085-.4363.4125-.6463.6269a.4155.4155,0,0,0,.095.7083.2047.2047,0,0,1,.0544.0421.456.456,0,0,0,.7843.0681l7.6949-7.4289c.2837-.2773.2844-.4776,0-.7535L6.2426,1.7842,4.556.1577a.4482.4482,0,0,0-.6831,0Z' transform='translate(-3.5001 0.0001)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-box-empty {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M13.6,0H2.4A2.4025,2.4025,0,0,0,0,2.4V13.6A2.4025,2.4025,0,0,0,2.4,16H13.6A2.4025,2.4025,0,0,0,16,13.6V2.4A2.4025,2.4025,0,0,0,13.6,0Zm1.6,13.6a1.602,1.602,0,0,1-1.6,1.6H2.4A1.6019,1.6019,0,0,1,.8,13.6V2.4A1.6016,1.6016,0,0,1,2.4.8H13.6a1.6019,1.6019,0,0,1,1.6,1.6Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M13.6,0H2.4A2.4025,2.4025,0,0,0,0,2.4V13.6A2.4025,2.4025,0,0,0,2.4,16H13.6A2.4025,2.4025,0,0,0,16,13.6V2.4A2.4025,2.4025,0,0,0,13.6,0Zm1.6,13.6a1.602,1.602,0,0,1-1.6,1.6H2.4A1.6019,1.6019,0,0,1,.8,13.6V2.4A1.6016,1.6016,0,0,1,2.4.8H13.6a1.6019,1.6019,0,0,1,1.6,1.6Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-box-checked {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M13.6,0H2.4A2.4025,2.4025,0,0,0,0,2.4V13.6A2.4025,2.4025,0,0,0,2.4,16H13.6A2.4025,2.4025,0,0,0,16,13.6V2.4A2.4025,2.4025,0,0,0,13.6,0Zm1.6,13.6a1.602,1.602,0,0,1-1.6,1.6H2.4A1.6019,1.6019,0,0,1,.8,13.6V2.4A1.6016,1.6016,0,0,1,2.4.8H13.6a1.6019,1.6019,0,0,1,1.6,1.6Z'/%3E%3Cpath class='cls-1' d='M12.4055,3.3611a.3264.3264,0,0,0-.561-.0032L6.4406,10.7153,4.16,7.56a.3265.3265,0,0,0-.5611-.0031l-.2816.3836a.6955.6955,0,0,0-.0023.77L6.1544,12.639a.3265.3265,0,0,0,.5611.0031l5.9672-8.1243a.6964.6964,0,0,0,.0022-.77Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M13.6,0H2.4A2.4025,2.4025,0,0,0,0,2.4V13.6A2.4025,2.4025,0,0,0,2.4,16H13.6A2.4025,2.4025,0,0,0,16,13.6V2.4A2.4025,2.4025,0,0,0,13.6,0Zm1.6,13.6a1.602,1.602,0,0,1-1.6,1.6H2.4A1.6019,1.6019,0,0,1,.8,13.6V2.4A1.6016,1.6016,0,0,1,2.4.8H13.6a1.6019,1.6019,0,0,1,1.6,1.6Z'/%3E%3Cpath class='cls-1' d='M12.4055,3.3611a.3264.3264,0,0,0-.561-.0032L6.4406,10.7153,4.16,7.56a.3265.3265,0,0,0-.5611-.0031l-.2816.3836a.6955.6955,0,0,0-.0023.77L6.1544,12.639a.3265.3265,0,0,0,.5611.0031l5.9672-8.1243a.6964.6964,0,0,0,.0022-.77Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-tick {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15.9997'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.3423.2684a.5442.5442,0,0,0-.935-.0053L5.401,12.5251,1.6,7.2664A.5442.5442,0,0,0,.665,7.2613l-.4693.6393A1.16,1.16,0,0,0,.1918,9.1839L4.924,15.7312a.5442.5442,0,0,0,.9352.0052l9.9454-13.54A1.16,1.16,0,0,0,15.8083.9129Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15.9997'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.3423.2684a.5442.5442,0,0,0-.935-.0053L5.401,12.5251,1.6,7.2664A.5442.5442,0,0,0,.665,7.2613l-.4693.6393A1.16,1.16,0,0,0,.1918,9.1839L4.924,15.7312a.5442.5442,0,0,0,.9352.0052l9.9454-13.54A1.16,1.16,0,0,0,15.8083.9129Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-check-sm {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M9.87777 1.09812L3.66199 7.86838C3.49995 8.04486 3.23827 8.04373 3.07754 7.86581L0.119873 4.59201C-0.0408601 4.41408 -0.0398269 4.12676 0.122215 3.95027L0.415646 3.63069C0.577688 3.4542 0.839365 3.45534 1.0001 3.63326L3.37565 6.26271L9.00461 0.131622C9.16665 -0.0448649 9.42833 -0.0437305 9.58906 0.134193L9.88011 0.456385C10.0409 0.634309 10.0398 0.921634 9.87777 1.09812Z' fill='%23111'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M9.87777 1.09812L3.66199 7.86838C3.49995 8.04486 3.23827 8.04373 3.07754 7.86581L0.119873 4.59201C-0.0408601 4.41408 -0.0398269 4.12676 0.122215 3.95027L0.415646 3.63069C0.577688 3.4542 0.839365 3.45534 1.0001 3.63326L3.37565 6.26271L9.00461 0.131622C9.16665 -0.0448649 9.42833 -0.0437305 9.58906 0.134193L9.88011 0.456385C10.0409 0.634309 10.0398 0.921634 9.87777 1.09812Z' fill='%23111'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-radio-empty {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8,0a8,8,0,1,0,8,8A7.9987,7.9987,0,0,0,8,0ZM8,14.9677A6.9678,6.9678,0,1,1,14.968,8,6.9674,6.9674,0,0,1,8,14.9677Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8,0a8,8,0,1,0,8,8A7.9987,7.9987,0,0,0,8,0ZM8,14.9677A6.9678,6.9678,0,1,1,14.968,8,6.9674,6.9674,0,0,1,8,14.9677Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-radio-filled {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8,0a8,8,0,1,0,8,8A7.9987,7.9987,0,0,0,8,0ZM8,14.9677A6.9678,6.9678,0,1,1,14.968,8,6.9674,6.9674,0,0,1,8,14.9677Z'/%3E%3Ccircle class='cls-1' cx='8.0005' cy='8' r='5.2258' transform='translate(-1.624 2.0522) rotate(-13.2826)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8,0a8,8,0,1,0,8,8A7.9987,7.9987,0,0,0,8,0ZM8,14.9677A6.9678,6.9678,0,1,1,14.968,8,6.9674,6.9674,0,0,1,8,14.9677Z'/%3E%3Ccircle class='cls-1' cx='8.0005' cy='8' r='5.2258' transform='translate(-1.624 2.0522) rotate(-13.2826)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-arrow-left {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M16,8a7.9987,7.9987,0,1,0,0,.0027ZM8,14.9677A6.9678,6.9678,0,1,1,14.9677,8h0a6.9673,6.9673,0,0,1-6.9671,6.9677ZM8.92,4.0161l-3.7129,3.71a.3942.3942,0,0,0-.0032.5516l3.7128,3.71a.3877.3877,0,0,0,.5481,0l0,0,.229-.229a.3874.3874,0,0,0,0-.548l0,0L6.4843,8,9.6971,4.7936a.3877.3877,0,0,0,0-.5481l0,0-.229-.2291a.3873.3873,0,0,0-.5479,0Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M16,8a7.9987,7.9987,0,1,0,0,.0027ZM8,14.9677A6.9678,6.9678,0,1,1,14.9677,8h0a6.9673,6.9673,0,0,1-6.9671,6.9677ZM8.92,4.0161l-3.7129,3.71a.3942.3942,0,0,0-.0032.5516l3.7128,3.71a.3877.3877,0,0,0,.5481,0l0,0,.229-.229a.3874.3874,0,0,0,0-.548l0,0L6.4843,8,9.6971,4.7936a.3877.3877,0,0,0,0-.5481l0,0-.229-.2291a.3873.3873,0,0,0-.5479,0Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-arrow-right {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,8a7.9987,7.9987,0,1,0,0-.0027ZM8,1.0323A6.9678,6.9678,0,1,1,1.0323,8h0A6.9675,6.9675,0,0,1,8,1.0323ZM7.0807,11.9839l3.7129-3.71a.3945.3945,0,0,0,.0033-.5517L7.084,4.013a.3874.3874,0,0,0-.5479-.0006l-.0005.0006-.2291.229a.3875.3875,0,0,0,0,.548l0,0L9.5162,8,6.3033,11.2065a.3875.3875,0,0,0,0,.548l0,0,.2291.229a.3874.3874,0,0,0,.5478.0005Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,8a7.9987,7.9987,0,1,0,0-.0027ZM8,1.0323A6.9678,6.9678,0,1,1,1.0323,8h0A6.9675,6.9675,0,0,1,8,1.0323ZM7.0807,11.9839l3.7129-3.71a.3945.3945,0,0,0,.0033-.5517L7.084,4.013a.3874.3874,0,0,0-.5479-.0006l-.0005.0006-.2291.229a.3875.3875,0,0,0,0,.548l0,0L9.5162,8,6.3033,11.2065a.3875.3875,0,0,0,0,.548l0,0,.2291.229a.3874.3874,0,0,0,.5478.0005Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-edit {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14.5454'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M12.2836,9.095a.1646.1646,0,0,0-.1225.05l-.5556.568a.1609.1609,0,0,0-.05.1194v4.0993a.4508.4508,0,0,1-.4444.4546H1.3334a.4509.4509,0,0,1-.4444-.4546v-10a.4509.4509,0,0,1,.4444-.4546H8.8973a.17.17,0,0,0,.1166-.051L9.57,2.858a.17.17,0,0,0-.1167-.29H1.3334A1.3491,1.3491,0,0,0,0,3.9318v10a1.3491,1.3491,0,0,0,1.3333,1.3637h9.7777a1.3491,1.3491,0,0,0,1.3333-1.3637V9.2641A.165.165,0,0,0,12.2836,9.095Z' transform='translate(0 -0.75)'/%3E%3Cpath class='cls-1' d='M15.6583,2.5938,14.1972,1.1a1.1485,1.1485,0,0,0-1.6241-.026l-.0259.026-8.68,8.8777-.3084,2.838a.59.59,0,0,0,.5125.6576.5827.5827,0,0,0,.132.0015l2.775-.3153,8.6805-8.8777A1.2126,1.2126,0,0,0,15.6583,2.5938ZM6.5722,12.2925l-2.086.2358.2305-2.1334,6.4888-6.6335,1.8528,1.8949ZM15.03,3.6364l-1.3445,1.375-1.8527-1.895,1.3444-1.375a.2725.2725,0,0,1,.3852-.0065l.0065.0065L15.03,3.2359A.2875.2875,0,0,1,15.03,3.6364Z' transform='translate(0 -0.75)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14.5454'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M12.2836,9.095a.1646.1646,0,0,0-.1225.05l-.5556.568a.1609.1609,0,0,0-.05.1194v4.0993a.4508.4508,0,0,1-.4444.4546H1.3334a.4509.4509,0,0,1-.4444-.4546v-10a.4509.4509,0,0,1,.4444-.4546H8.8973a.17.17,0,0,0,.1166-.051L9.57,2.858a.17.17,0,0,0-.1167-.29H1.3334A1.3491,1.3491,0,0,0,0,3.9318v10a1.3491,1.3491,0,0,0,1.3333,1.3637h9.7777a1.3491,1.3491,0,0,0,1.3333-1.3637V9.2641A.165.165,0,0,0,12.2836,9.095Z' transform='translate(0 -0.75)'/%3E%3Cpath class='cls-1' d='M15.6583,2.5938,14.1972,1.1a1.1485,1.1485,0,0,0-1.6241-.026l-.0259.026-8.68,8.8777-.3084,2.838a.59.59,0,0,0,.5125.6576.5827.5827,0,0,0,.132.0015l2.775-.3153,8.6805-8.8777A1.2126,1.2126,0,0,0,15.6583,2.5938ZM6.5722,12.2925l-2.086.2358.2305-2.1334,6.4888-6.6335,1.8528,1.8949ZM15.03,3.6364l-1.3445,1.375-1.8527-1.895,1.3444-1.375a.2725.2725,0,0,1,.3852-.0065l.0065.0065L15.03,3.2359A.2875.2875,0,0,1,15.03,3.6364Z' transform='translate(0 -0.75)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-link {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8.116,5.7183a.372.372,0,0,0-.4974.2274,1.9407,1.9407,0,0,0-.0883.4769.3765.3765,0,0,0,.2229.3647,2.9377,2.9377,0,0,1,.8736,4.74l-.0113.0112-2.4749,2.475A2.9376,2.9376,0,0,1,1.9862,9.86c.0049-.005,1.8381-1.8381,2.3531-2.3527a.3767.3767,0,0,0,.1062-.3156q-.0291-.2238-.038-.45a.3752.3752,0,0,0-.6315-.2589q-.0562.0522-.11.1063L1.1909,9.0642a4.0623,4.0623,0,0,0,5.745,5.745l2.475-2.4748A4.0621,4.0621,0,0,0,8.116,5.7183Z'/%3E%3Cpath class='cls-1' d='M14.8091,1.1909a4.06,4.06,0,0,0-5.745,0L6.5891,3.6656A4.0623,4.0623,0,0,0,7.884,10.2818a.3721.3721,0,0,0,.4974-.2275A1.9447,1.9447,0,0,0,8.47,9.5775a.3769.3769,0,0,0-.223-.3648,2.9374,2.9374,0,0,1-.8736-4.74l.0113-.0113L9.86,1.9862a2.9376,2.9376,0,1,1,4.1543,4.1544c-.0048.0049-1.838,1.838-2.3531,2.3527a.3768.3768,0,0,0-.1062.3155q.0289.2237.0381.45a.3751.3751,0,0,0,.6314.2589q.0562-.0521.11-.1063l2.4747-2.475A4.06,4.06,0,0,0,14.8091,1.1909Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8.116,5.7183a.372.372,0,0,0-.4974.2274,1.9407,1.9407,0,0,0-.0883.4769.3765.3765,0,0,0,.2229.3647,2.9377,2.9377,0,0,1,.8736,4.74l-.0113.0112-2.4749,2.475A2.9376,2.9376,0,0,1,1.9862,9.86c.0049-.005,1.8381-1.8381,2.3531-2.3527a.3767.3767,0,0,0,.1062-.3156q-.0291-.2238-.038-.45a.3752.3752,0,0,0-.6315-.2589q-.0562.0522-.11.1063L1.1909,9.0642a4.0623,4.0623,0,0,0,5.745,5.745l2.475-2.4748A4.0621,4.0621,0,0,0,8.116,5.7183Z'/%3E%3Cpath class='cls-1' d='M14.8091,1.1909a4.06,4.06,0,0,0-5.745,0L6.5891,3.6656A4.0623,4.0623,0,0,0,7.884,10.2818a.3721.3721,0,0,0,.4974-.2275A1.9447,1.9447,0,0,0,8.47,9.5775a.3769.3769,0,0,0-.223-.3648,2.9374,2.9374,0,0,1-.8736-4.74l.0113-.0113L9.86,1.9862a2.9376,2.9376,0,1,1,4.1543,4.1544c-.0048.0049-1.838,1.838-2.3531,2.3527a.3768.3768,0,0,0-.1062.3155q.0289.2237.0381.45a.3751.3751,0,0,0,.6314.2589q.0562-.0521.11-.1063l2.4747-2.475A4.06,4.06,0,0,0,14.8091,1.1909Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-video-play {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8,0a8,8,0,1,0,8,8A7.9987,7.9987,0,0,0,8,0ZM8,14.9678A6.9678,6.9678,0,1,1,14.9678,8,6.9674,6.9674,0,0,1,8,14.9678Z'/%3E%3Cpath class='cls-1' d='M11.7322,7.4193,6.0548,3.9677a.7756.7756,0,0,0-1.1516.6775v6.71a.776.776,0,0,0,1.1516.6774l5.6774-3.258A.7767.7767,0,0,0,11.7322,7.4193Zm-1.1677.8323-4.3387,2.49a.1938.1938,0,0,1-.29-.1677V5.4484a.1919.1919,0,0,1,.2936-.1645l4.3387,2.6354A.1935.1935,0,0,1,10.5645,8.2516Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8,0a8,8,0,1,0,8,8A7.9987,7.9987,0,0,0,8,0ZM8,14.9678A6.9678,6.9678,0,1,1,14.9678,8,6.9674,6.9674,0,0,1,8,14.9678Z'/%3E%3Cpath class='cls-1' d='M11.7322,7.4193,6.0548,3.9677a.7756.7756,0,0,0-1.1516.6775v6.71a.776.776,0,0,0,1.1516.6774l5.6774-3.258A.7767.7767,0,0,0,11.7322,7.4193Zm-1.1677.8323-4.3387,2.49a.1938.1938,0,0,1-.29-.1677V5.4484a.1919.1919,0,0,1,.2936-.1645l4.3387,2.6354A.1935.1935,0,0,1,10.5645,8.2516Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-video-pause {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Crect x='5.9355' y='4.9032' width='1.0322' height='6.1936' rx='0.1936'/%3E%3Crect x='9.0322' y='4.9032' width='1.0323' height='6.1936' rx='0.1936'/%3E%3Cpath d='M8,0a8,8,0,1,0,8,8A7.9987,7.9987,0,0,0,8,0ZM8,14.9678A6.9678,6.9678,0,1,1,14.9678,8,6.9674,6.9674,0,0,1,8,14.9678Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Crect x='5.9355' y='4.9032' width='1.0322' height='6.1936' rx='0.1936'/%3E%3Crect x='9.0322' y='4.9032' width='1.0323' height='6.1936' rx='0.1936'/%3E%3Cpath d='M8,0a8,8,0,1,0,8,8A7.9987,7.9987,0,0,0,8,0ZM8,14.9678A6.9678,6.9678,0,1,1,14.9678,8,6.9674,6.9674,0,0,1,8,14.9678Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-scan {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12.1905'%3E%3Cpath d='M6.099,3.9389a.5377.5377,0,0,0-.5378.5377v7.0373a.5378.5378,0,0,0,1.0755,0V4.4766A.5377.5377,0,0,0,6.099,3.9389Z' transform='translate(0 -1.9)'/%3E%3Cpath d='M4.485,3.9389a.1634.1634,0,0,0-.1634.1634v7.7859a.1634.1634,0,0,0,.3268,0V4.1023A.1633.1633,0,0,0,4.485,3.9389Z' transform='translate(0 -1.9)'/%3E%3Cpath d='M2.8711,3.9389a.5377.5377,0,0,0-.5378.5377v7.0373a.5378.5378,0,0,0,1.0756,0V4.4766A.5377.5377,0,0,0,2.8711,3.9389Z' transform='translate(0 -1.9)'/%3E%3Cpath d='M.31,4.0607a.31.31,0,0,0,.31-.31V3.2793a.7813.7813,0,0,1,.7814-.7813h.9964a.299.299,0,1,0,0-.598H.31A.3053.3053,0,0,0,0,2.199V3.7508A.31.31,0,0,0,.31,4.0607Z' transform='translate(0 -1.9)'/%3E%3Cpath d='M7.8372,3.9389a.2877.2877,0,0,0-.2877.2877v7.5372a.2878.2878,0,1,0,.5755,0V4.2266A.2877.2877,0,0,0,7.8372,3.9389Z' transform='translate(0 -1.9)'/%3E%3Cpath d='M2.3976,13.4925H1.4012A.7813.7813,0,0,1,.62,12.7111V12.24a.31.31,0,0,0-.62,0v1.5518a.3045.3045,0,0,0,.31.299H2.3976a.299.299,0,0,0,0-.598Z' transform='translate(0 -1.9)'/%3E%3Cpath d='M15.69,1.9H13.7625a.299.299,0,0,0,0,.598h.8364a.7813.7813,0,0,1,.7813.7813v.4715a.31.31,0,1,0,.62,0V2.199A.3053.3053,0,0,0,15.69,1.9Z' transform='translate(0 -1.9)'/%3E%3Cpath d='M15.69,11.93a.31.31,0,0,0-.31.31v.4714a.7813.7813,0,0,1-.7813.7814h-.8364a.299.299,0,0,0,0,.598H15.69a.3053.3053,0,0,0,.31-.299V12.24A.31.31,0,0,0,15.69,11.93Z' transform='translate(0 -1.9)'/%3E%3Cpath d='M13.6667,11.5718V4.4187a.48.48,0,0,0-.96,0v7.1531a.48.48,0,0,0,.96,0Z' transform='translate(0 -1.9)'/%3E%3Cpath d='M9.4219,3.9389a.3841.3841,0,0,0-.3841.3841v7.3445a.3841.3841,0,1,0,.7682,0V4.323A.3841.3841,0,0,0,9.4219,3.9389Z' transform='translate(0 -1.9)'/%3E%3Cpath d='M11.2566,3.9389a.5377.5377,0,0,0-.5378.5377v7.0373a.5378.5378,0,0,0,1.0755,0V4.4766A.5377.5377,0,0,0,11.2566,3.9389Z' transform='translate(0 -1.9)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12.1905'%3E%3Cpath d='M6.099,3.9389a.5377.5377,0,0,0-.5378.5377v7.0373a.5378.5378,0,0,0,1.0755,0V4.4766A.5377.5377,0,0,0,6.099,3.9389Z' transform='translate(0 -1.9)'/%3E%3Cpath d='M4.485,3.9389a.1634.1634,0,0,0-.1634.1634v7.7859a.1634.1634,0,0,0,.3268,0V4.1023A.1633.1633,0,0,0,4.485,3.9389Z' transform='translate(0 -1.9)'/%3E%3Cpath d='M2.8711,3.9389a.5377.5377,0,0,0-.5378.5377v7.0373a.5378.5378,0,0,0,1.0756,0V4.4766A.5377.5377,0,0,0,2.8711,3.9389Z' transform='translate(0 -1.9)'/%3E%3Cpath d='M.31,4.0607a.31.31,0,0,0,.31-.31V3.2793a.7813.7813,0,0,1,.7814-.7813h.9964a.299.299,0,1,0,0-.598H.31A.3053.3053,0,0,0,0,2.199V3.7508A.31.31,0,0,0,.31,4.0607Z' transform='translate(0 -1.9)'/%3E%3Cpath d='M7.8372,3.9389a.2877.2877,0,0,0-.2877.2877v7.5372a.2878.2878,0,1,0,.5755,0V4.2266A.2877.2877,0,0,0,7.8372,3.9389Z' transform='translate(0 -1.9)'/%3E%3Cpath d='M2.3976,13.4925H1.4012A.7813.7813,0,0,1,.62,12.7111V12.24a.31.31,0,0,0-.62,0v1.5518a.3045.3045,0,0,0,.31.299H2.3976a.299.299,0,0,0,0-.598Z' transform='translate(0 -1.9)'/%3E%3Cpath d='M15.69,1.9H13.7625a.299.299,0,0,0,0,.598h.8364a.7813.7813,0,0,1,.7813.7813v.4715a.31.31,0,1,0,.62,0V2.199A.3053.3053,0,0,0,15.69,1.9Z' transform='translate(0 -1.9)'/%3E%3Cpath d='M15.69,11.93a.31.31,0,0,0-.31.31v.4714a.7813.7813,0,0,1-.7813.7814h-.8364a.299.299,0,0,0,0,.598H15.69a.3053.3053,0,0,0,.31-.299V12.24A.31.31,0,0,0,15.69,11.93Z' transform='translate(0 -1.9)'/%3E%3Cpath d='M13.6667,11.5718V4.4187a.48.48,0,0,0-.96,0v7.1531a.48.48,0,0,0,.96,0Z' transform='translate(0 -1.9)'/%3E%3Cpath d='M9.4219,3.9389a.3841.3841,0,0,0-.3841.3841v7.3445a.3841.3841,0,1,0,.7682,0V4.323A.3841.3841,0,0,0,9.4219,3.9389Z' transform='translate(0 -1.9)'/%3E%3Cpath d='M11.2566,3.9389a.5377.5377,0,0,0-.5378.5377v7.0373a.5378.5378,0,0,0,1.0755,0V4.4766A.5377.5377,0,0,0,11.2566,3.9389Z' transform='translate(0 -1.9)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-hamburger {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12.8889'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.7857,13.0556H.2143A.2183.2183,0,0,0,0,13.2778v.8889a.2183.2183,0,0,0,.2143.2222H15.7857A.2183.2183,0,0,0,16,14.1667v-.8889A.2183.2183,0,0,0,15.7857,13.0556Z' transform='translate(0 -1.5)'/%3E%3Cpath class='cls-1' d='M15.7857,1.5H.2143A.2183.2183,0,0,0,0,1.7222v.8889a.2183.2183,0,0,0,.2143.2222H15.7857A.2183.2183,0,0,0,16,2.6111V1.7222A.2183.2183,0,0,0,15.7857,1.5Z' transform='translate(0 -1.5)'/%3E%3Cpath class='cls-1' d='M15.7857,6.8333H.2143A.2184.2184,0,0,0,0,7.0556v.8888a.2184.2184,0,0,0,.2143.2223H15.7857A.2184.2184,0,0,0,16,7.9444V7.0556A.2184.2184,0,0,0,15.7857,6.8333Z' transform='translate(0 -1.5)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12.8889'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.7857,13.0556H.2143A.2183.2183,0,0,0,0,13.2778v.8889a.2183.2183,0,0,0,.2143.2222H15.7857A.2183.2183,0,0,0,16,14.1667v-.8889A.2183.2183,0,0,0,15.7857,13.0556Z' transform='translate(0 -1.5)'/%3E%3Cpath class='cls-1' d='M15.7857,1.5H.2143A.2183.2183,0,0,0,0,1.7222v.8889a.2183.2183,0,0,0,.2143.2222H15.7857A.2183.2183,0,0,0,16,2.6111V1.7222A.2183.2183,0,0,0,15.7857,1.5Z' transform='translate(0 -1.5)'/%3E%3Cpath class='cls-1' d='M15.7857,6.8333H.2143A.2184.2184,0,0,0,0,7.0556v.8888a.2184.2184,0,0,0,.2143.2223H15.7857A.2184.2184,0,0,0,16,7.9444V7.0556A.2184.2184,0,0,0,15.7857,6.8333Z' transform='translate(0 -1.5)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-bag {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.6005 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M11.936,4A3.9486,3.9486,0,0,0,8.05,0,3.9484,3.9484,0,0,0,4.1646,4H1.25v9.5A2.4649,2.4649,0,0,0,3.6788,16h8.7429A2.4651,2.4651,0,0,0,14.85,13.5V4ZM8.05,1a2.9615,2.9615,0,0,1,2.9143,3H5.136A2.9614,2.9614,0,0,1,8.05,1Zm5.8285,12.5A1.4807,1.4807,0,0,1,12.4217,15H3.6788a1.4807,1.4807,0,0,1-1.4571-1.5V5H4.1646V6.5a.4859.4859,0,0,0,.9714.0279q0-.0139,0-.0279V5h5.8286V6.5a.4859.4859,0,0,0,.9714.0279q0-.0139,0-.0279V5h1.9428Z' transform='translate(-1.25)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.6005 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M11.936,4A3.9486,3.9486,0,0,0,8.05,0,3.9484,3.9484,0,0,0,4.1646,4H1.25v9.5A2.4649,2.4649,0,0,0,3.6788,16h8.7429A2.4651,2.4651,0,0,0,14.85,13.5V4ZM8.05,1a2.9615,2.9615,0,0,1,2.9143,3H5.136A2.9614,2.9614,0,0,1,8.05,1Zm5.8285,12.5A1.4807,1.4807,0,0,1,12.4217,15H3.6788a1.4807,1.4807,0,0,1-1.4571-1.5V5H4.1646V6.5a.4859.4859,0,0,0,.9714.0279q0-.0139,0-.0279V5h5.8286V6.5a.4859.4859,0,0,0,.9714.0279q0-.0139,0-.0279V5h1.9428Z' transform='translate(-1.25)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-search {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.89,15.0493l-4.031-4.031a.37.37,0,0,0-.2656-.1094h-.3219a6.4327,6.4327,0,1,0-.3624.3656v.3187a.3838.3838,0,0,0,.1094.2656l4.031,4.031a.3752.3752,0,0,0,.5312,0l.3093-.3093A.3752.3752,0,0,0,15.89,15.0493ZM6.5,12A5.5,5.5,0,1,1,12,6.5,5.4959,5.4959,0,0,1,6.5,12Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.89,15.0493l-4.031-4.031a.37.37,0,0,0-.2656-.1094h-.3219a6.4327,6.4327,0,1,0-.3624.3656v.3187a.3838.3838,0,0,0,.1094.2656l4.031,4.031a.3752.3752,0,0,0,.5312,0l.3093-.3093A.3752.3752,0,0,0,15.89,15.0493ZM6.5,12A5.5,5.5,0,1,1,12,6.5,5.4959,5.4959,0,0,1,6.5,12Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-user {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.6 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8.001,8a3.9437,3.9437,0,0,0,3.8856-4A3.9437,3.9437,0,0,0,8.001,0,3.9438,3.9438,0,0,0,4.1152,4,3.9438,3.9438,0,0,0,8.001,8ZM7.9991,1a2.9628,2.9628,0,0,1,2.9143,3A2.9628,2.9628,0,0,1,7.9991,7,2.9628,2.9628,0,0,1,5.0848,4,2.9628,2.9628,0,0,1,7.9991,1Z' transform='translate(-1.2)'/%3E%3Cpath class='cls-1' d='M10.72,9a3.067,3.067,0,0,0-1.0083.204,5.093,5.093,0,0,1-3.4211,0A3.07,3.07,0,0,0,5.28,9,4.1424,4.1424,0,0,0,1.2,13.2v1.3A1.4794,1.4794,0,0,0,2.6571,16H13.3429A1.4793,1.4793,0,0,0,14.8,14.5V13.2A4.1424,4.1424,0,0,0,10.72,9Zm3.1089,5.5a.4945.4945,0,0,1-.4857.5H2.6575a.4945.4945,0,0,1-.4858-.5V13.2A3.1574,3.1574,0,0,1,5.28,10a2.4655,2.4655,0,0,1,.7372.1645,6.0236,6.0236,0,0,0,3.9642,0A2.4779,2.4779,0,0,1,10.72,10a3.1574,3.1574,0,0,1,3.1086,3.2Z' transform='translate(-1.2)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.6 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8.001,8a3.9437,3.9437,0,0,0,3.8856-4A3.9437,3.9437,0,0,0,8.001,0,3.9438,3.9438,0,0,0,4.1152,4,3.9438,3.9438,0,0,0,8.001,8ZM7.9991,1a2.9628,2.9628,0,0,1,2.9143,3A2.9628,2.9628,0,0,1,7.9991,7,2.9628,2.9628,0,0,1,5.0848,4,2.9628,2.9628,0,0,1,7.9991,1Z' transform='translate(-1.2)'/%3E%3Cpath class='cls-1' d='M10.72,9a3.067,3.067,0,0,0-1.0083.204,5.093,5.093,0,0,1-3.4211,0A3.07,3.07,0,0,0,5.28,9,4.1424,4.1424,0,0,0,1.2,13.2v1.3A1.4794,1.4794,0,0,0,2.6571,16H13.3429A1.4793,1.4793,0,0,0,14.8,14.5V13.2A4.1424,4.1424,0,0,0,10.72,9Zm3.1089,5.5a.4945.4945,0,0,1-.4857.5H2.6575a.4945.4945,0,0,1-.4858-.5V13.2A3.1574,3.1574,0,0,1,5.28,10a2.4655,2.4655,0,0,1,.7372.1645,6.0236,6.0236,0,0,0,3.9642,0A2.4779,2.4779,0,0,1,10.72,10a3.1574,3.1574,0,0,1,3.1086,3.2Z' transform='translate(-1.2)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-sign-in {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M11.5594,6.9375,7.1313,2.4656A1.25,1.25,0,0,0,5,3.35V5.2844H1.5a1.5024,1.5024,0,0,0-1.5,1.5V9.2125a1.5,1.5,0,0,0,1.5,1.5H5v1.9344a1.2493,1.2493,0,0,0,2.1313.8844l4.4281-4.4688A1.5013,1.5013,0,0,0,11.5594,6.9375ZM10.85,8.3531,6.425,12.825A.2491.2491,0,0,1,6,12.6469V9.7125H1.5a.5015.5015,0,0,1-.5-.5V6.7844a.5015.5015,0,0,1,.5-.5H6V3.35a.25.25,0,0,1,.425-.1781L10.85,7.6437A.5.5,0,0,1,10.85,8.3531Z' transform='translate(0 -2)'/%3E%3Cpath class='cls-1' d='M14.5,2H10.375A.376.376,0,0,0,10,2.375v.25A.376.376,0,0,0,10.375,3H14.5a.5015.5015,0,0,1,.5.5v9a.5015.5015,0,0,1-.5.5H10.375a.376.376,0,0,0-.375.375v.25a.376.376,0,0,0,.375.375H14.5A1.5,1.5,0,0,0,16,12.5v-9A1.5,1.5,0,0,0,14.5,2Z' transform='translate(0 -2)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M11.5594,6.9375,7.1313,2.4656A1.25,1.25,0,0,0,5,3.35V5.2844H1.5a1.5024,1.5024,0,0,0-1.5,1.5V9.2125a1.5,1.5,0,0,0,1.5,1.5H5v1.9344a1.2493,1.2493,0,0,0,2.1313.8844l4.4281-4.4688A1.5013,1.5013,0,0,0,11.5594,6.9375ZM10.85,8.3531,6.425,12.825A.2491.2491,0,0,1,6,12.6469V9.7125H1.5a.5015.5015,0,0,1-.5-.5V6.7844a.5015.5015,0,0,1,.5-.5H6V3.35a.25.25,0,0,1,.425-.1781L10.85,7.6437A.5.5,0,0,1,10.85,8.3531Z' transform='translate(0 -2)'/%3E%3Cpath class='cls-1' d='M14.5,2H10.375A.376.376,0,0,0,10,2.375v.25A.376.376,0,0,0,10.375,3H14.5a.5015.5015,0,0,1,.5.5v9a.5015.5015,0,0,1-.5.5H10.375a.376.376,0,0,0-.375.375v.25a.376.376,0,0,0,.375.375H14.5A1.5,1.5,0,0,0,16,12.5v-9A1.5,1.5,0,0,0,14.5,2Z' transform='translate(0 -2)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-sign-out {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath d='M5.6333,10.9989H1.5022a.4939.4939,0,0,1-.5007-.5v-9a.5143.5143,0,0,1,.5007-.5H5.6333a.38.38,0,0,0,.3755-.375v-.25a.4035.4035,0,0,0-.3755-.375H1.5022A1.5014,1.5014,0,0,0,0,1.4989v9a1.4819,1.4819,0,0,0,1.5022,1.5H5.6333a.38.38,0,0,0,.3755-.3751v-.25A.4035.4035,0,0,0,5.6333,10.9989Z' transform='translate(0 0.0011)'/%3E%3Cpath d='M15.554,4.9364,11.1414.4677a1.2519,1.2519,0,0,0-2.1282.9062V3.3114H5.5081a1.4819,1.4819,0,0,0-1.5022,1.5V7.2176a1.4819,1.4819,0,0,0,1.5022,1.5H9.0132v1.9376a1.2365,1.2365,0,0,0,2.1282.875L15.554,7.0614A1.4884,1.4884,0,0,0,15.554,4.9364Zm-.6884,1.4375-4.4441,4.4688a.2408.2408,0,0,1-.4068-.1875V7.7176H5.5081a.494.494,0,0,1-.5008-.5V4.8114a.494.494,0,0,1,.5008-.5h4.5066V1.3739a.2408.2408,0,0,1,.4068-.1875l4.4441,4.4688A.5287.5287,0,0,1,14.8656,6.3739Z' transform='translate(0 0.0011)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath d='M5.6333,10.9989H1.5022a.4939.4939,0,0,1-.5007-.5v-9a.5143.5143,0,0,1,.5007-.5H5.6333a.38.38,0,0,0,.3755-.375v-.25a.4035.4035,0,0,0-.3755-.375H1.5022A1.5014,1.5014,0,0,0,0,1.4989v9a1.4819,1.4819,0,0,0,1.5022,1.5H5.6333a.38.38,0,0,0,.3755-.3751v-.25A.4035.4035,0,0,0,5.6333,10.9989Z' transform='translate(0 0.0011)'/%3E%3Cpath d='M15.554,4.9364,11.1414.4677a1.2519,1.2519,0,0,0-2.1282.9062V3.3114H5.5081a1.4819,1.4819,0,0,0-1.5022,1.5V7.2176a1.4819,1.4819,0,0,0,1.5022,1.5H9.0132v1.9376a1.2365,1.2365,0,0,0,2.1282.875L15.554,7.0614A1.4884,1.4884,0,0,0,15.554,4.9364Zm-.6884,1.4375-4.4441,4.4688a.2408.2408,0,0,1-.4068-.1875V7.7176H5.5081a.494.494,0,0,1-.5008-.5V4.8114a.494.494,0,0,1,.5008-.5h4.5066V1.3739a.2408.2408,0,0,1,.4068-.1875l4.4441,4.4688A.5287.5287,0,0,1,14.8656,6.3739Z' transform='translate(0 0.0011)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-tags {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12.7997'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M3.6,4A1.2,1.2,0,1,0,4.8,5.2,1.2,1.2,0,0,0,3.6,4Zm0,1.7a.5.5,0,1,1,.5-.5A.5006.5006,0,0,1,3.6,5.7Z' transform='translate(0 -1.6)'/%3E%3Cpath class='cls-1' d='M12.4482,7.2484,7.1513,1.9515A1.2,1.2,0,0,0,6.3028,1.6H1.2A1.2,1.2,0,0,0,0,2.8V7.9028a1.2,1.2,0,0,0,.3515.8485l5.2969,5.2969a1.2,1.2,0,0,0,1.697,0l5.1028-5.1028A1.2,1.2,0,0,0,12.4482,7.2484ZM11.8826,8.38,6.78,13.4826a.4.4,0,0,1-.5657,0L.9171,8.1856A.3973.3973,0,0,1,.8,7.9028V2.8a.4.4,0,0,1,.4-.4H6.3028a.3973.3973,0,0,1,.2828.1171l5.297,5.297A.4006.4006,0,0,1,11.8826,8.38Z' transform='translate(0 -1.6)'/%3E%3Cpath class='cls-1' d='M15.6486,7.2484l-5.297-5.2969A1.2,1.2,0,0,0,9.5031,1.6H8.2144l.8.8h.4887a.3978.3978,0,0,1,.2829.1171l5.2969,5.297a.4006.4006,0,0,1,0,.5657L9.98,13.4826a.4.4,0,0,1-.5657,0L9.37,13.4382l-.5657.5657.0444.0443a1.2,1.2,0,0,0,1.697,0l5.1029-5.1028A1.2,1.2,0,0,0,15.6486,7.2484Z' transform='translate(0 -1.6)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12.7997'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M3.6,4A1.2,1.2,0,1,0,4.8,5.2,1.2,1.2,0,0,0,3.6,4Zm0,1.7a.5.5,0,1,1,.5-.5A.5006.5006,0,0,1,3.6,5.7Z' transform='translate(0 -1.6)'/%3E%3Cpath class='cls-1' d='M12.4482,7.2484,7.1513,1.9515A1.2,1.2,0,0,0,6.3028,1.6H1.2A1.2,1.2,0,0,0,0,2.8V7.9028a1.2,1.2,0,0,0,.3515.8485l5.2969,5.2969a1.2,1.2,0,0,0,1.697,0l5.1028-5.1028A1.2,1.2,0,0,0,12.4482,7.2484ZM11.8826,8.38,6.78,13.4826a.4.4,0,0,1-.5657,0L.9171,8.1856A.3973.3973,0,0,1,.8,7.9028V2.8a.4.4,0,0,1,.4-.4H6.3028a.3973.3973,0,0,1,.2828.1171l5.297,5.297A.4006.4006,0,0,1,11.8826,8.38Z' transform='translate(0 -1.6)'/%3E%3Cpath class='cls-1' d='M15.6486,7.2484l-5.297-5.2969A1.2,1.2,0,0,0,9.5031,1.6H8.2144l.8.8h.4887a.3978.3978,0,0,1,.2829.1171l5.2969,5.297a.4006.4006,0,0,1,0,.5657L9.98,13.4826a.4.4,0,0,1-.5657,0L9.37,13.4382l-.5657.5657.0444.0443a1.2,1.2,0,0,0,1.697,0l5.1029-5.1028A1.2,1.2,0,0,0,15.6486,7.2484Z' transform='translate(0 -1.6)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-heart {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14.1415'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M14.4474,1.969a4.2437,4.2437,0,0,0-5.8313.4262L8,3.0391l-.6156-.6408A4.2665,4.2665,0,0,0,1.5535,1.969a4.56,4.56,0,0,0-.3094,6.5594l6.047,6.3069a.9784.9784,0,0,0,.7062.3062.9663.9663,0,0,0,.7063-.3062l6.0469-6.3069A4.5547,4.5547,0,0,0,14.4474,1.969Zm-.41,5.8586L8.0122,14.1345l-6.05-6.3069a3.54,3.54,0,0,1,.2407-5.0884,3.279,3.279,0,0,1,4.4625.363L8,4.4943,9.3341,3.1022a3.3006,3.3006,0,0,1,4.4625-.363A3.5427,3.5427,0,0,1,14.0373,7.8276Z' transform='translate(0 -1)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14.1415'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M14.4474,1.969a4.2437,4.2437,0,0,0-5.8313.4262L8,3.0391l-.6156-.6408A4.2665,4.2665,0,0,0,1.5535,1.969a4.56,4.56,0,0,0-.3094,6.5594l6.047,6.3069a.9784.9784,0,0,0,.7062.3062.9663.9663,0,0,0,.7063-.3062l6.0469-6.3069A4.5547,4.5547,0,0,0,14.4474,1.969Zm-.41,5.8586L8.0122,14.1345l-6.05-6.3069a3.54,3.54,0,0,1,.2407-5.0884,3.279,3.279,0,0,1,4.4625.363L8,4.4943,9.3341,3.1022a3.3006,3.3006,0,0,1,4.4625-.363A3.5427,3.5427,0,0,1,14.0373,7.8276Z' transform='translate(0 -1)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-filters {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 13.913'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.75,7.46H13V6.2174a.7459.7459,0,0,0-.7464-.7453H10.75a.7458.7458,0,0,0-.75.7417V7.46H.25A.25.25,0,0,0,0,7.7081V8.205a.25.25,0,0,0,.25.2485H10V9.6957a.7459.7459,0,0,0,.7463.7454H12.25A.7459.7459,0,0,0,13,9.6994V8.4534h2.75A.25.25,0,0,0,16,8.205V7.7082A.25.25,0,0,0,15.75,7.46ZM12,9.4472H11V6.4658h1Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-1' d='M15.75,2.9876H8V1.7454A.7459.7459,0,0,0,7.2536,1H5.75A.7459.7459,0,0,0,5,1.7417V2.9876H.25A.25.25,0,0,0,0,3.2361V3.733a.25.25,0,0,0,.25.2484H5V5.2236a.7459.7459,0,0,0,.7463.7454H7.25A.746.746,0,0,0,8,5.2272V3.9814h7.75A.25.25,0,0,0,16,3.733V3.2361A.25.25,0,0,0,15.75,2.9876ZM7,4.975H6V1.9938H7Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-1' d='M15.75,11.9317H6V10.69a.7458.7458,0,0,0-.7463-.7454H3.75a.7459.7459,0,0,0-.75.7417v1.2459H.25A.25.25,0,0,0,0,12.18v.4969a.25.25,0,0,0,.25.2485H3v1.2422a.7459.7459,0,0,0,.7464.7454H5.25A.746.746,0,0,0,6,14.1712V12.9255h9.75A.25.25,0,0,0,16,12.677V12.18A.25.25,0,0,0,15.75,11.9317ZM5,13.9193H4V10.9379H5Z' transform='translate(0 -1)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 13.913'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.75,7.46H13V6.2174a.7459.7459,0,0,0-.7464-.7453H10.75a.7458.7458,0,0,0-.75.7417V7.46H.25A.25.25,0,0,0,0,7.7081V8.205a.25.25,0,0,0,.25.2485H10V9.6957a.7459.7459,0,0,0,.7463.7454H12.25A.7459.7459,0,0,0,13,9.6994V8.4534h2.75A.25.25,0,0,0,16,8.205V7.7082A.25.25,0,0,0,15.75,7.46ZM12,9.4472H11V6.4658h1Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-1' d='M15.75,2.9876H8V1.7454A.7459.7459,0,0,0,7.2536,1H5.75A.7459.7459,0,0,0,5,1.7417V2.9876H.25A.25.25,0,0,0,0,3.2361V3.733a.25.25,0,0,0,.25.2484H5V5.2236a.7459.7459,0,0,0,.7463.7454H7.25A.746.746,0,0,0,8,5.2272V3.9814h7.75A.25.25,0,0,0,16,3.733V3.2361A.25.25,0,0,0,15.75,2.9876ZM7,4.975H6V1.9938H7Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-1' d='M15.75,11.9317H6V10.69a.7458.7458,0,0,0-.7463-.7454H3.75a.7459.7459,0,0,0-.75.7417v1.2459H.25A.25.25,0,0,0,0,12.18v.4969a.25.25,0,0,0,.25.2485H3v1.2422a.7459.7459,0,0,0,.7464.7454H5.25A.746.746,0,0,0,6,14.1712V12.9255h9.75A.25.25,0,0,0,16,12.677V12.18A.25.25,0,0,0,15.75,11.9317ZM5,13.9193H4V10.9379H5Z' transform='translate(0 -1)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-star-empty {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14.9333'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.1806,5.5019l-4.3694-.6212L8.8583,1.02a.9688.9688,0,0,0-1.7166,0L5.1888,4.8807.8194,5.5019A.9277.9277,0,0,0,.29,7.0942l3.1611,3.0037-.7476,4.2432a.9516.9516,0,0,0,1.3876.9828L8,13.3205l3.9088,2.0034a.9523.9523,0,0,0,1.3876-.9828l-.7476-4.2432L15.71,7.0942A.9277.9277,0,0,0,15.1806,5.5019ZM11.5222,9.7713l.8314,4.7245L7.9992,12.2677l-4.3513,2.231.8314-4.7245L.9563,6.4234,5.822,5.7352,7.9992,1.4336l2.1772,4.3016,4.8659.6882Z' transform='translate(0 -0.5)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14.9333'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.1806,5.5019l-4.3694-.6212L8.8583,1.02a.9688.9688,0,0,0-1.7166,0L5.1888,4.8807.8194,5.5019A.9277.9277,0,0,0,.29,7.0942l3.1611,3.0037-.7476,4.2432a.9516.9516,0,0,0,1.3876.9828L8,13.3205l3.9088,2.0034a.9523.9523,0,0,0,1.3876-.9828l-.7476-4.2432L15.71,7.0942A.9277.9277,0,0,0,15.1806,5.5019ZM11.5222,9.7713l.8314,4.7245L7.9992,12.2677l-4.3513,2.231.8314-4.7245L.9563,6.4234,5.822,5.7352,7.9992,1.4336l2.1772,4.3016,4.8659.6882Z' transform='translate(0 -0.5)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-star-filled {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15.314'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.1806,5.4293l-4.3694-.637L8.8583.8327a.9578.9578,0,0,0-1.7166,0l-1.9529,3.96-4.3694.637A.9576.9576,0,0,0,.29,7.0623l3.1611,3.08L2.7036,14.494a.9564.9564,0,0,0,1.3876,1.0079L8,13.4473l3.9088,2.0546a.9571.9571,0,0,0,1.3876-1.0079l-.7476-4.3514,3.1611-3.08A.9576.9576,0,0,0,15.1806,5.4293Z' transform='translate(0 -0.3)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15.314'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.1806,5.4293l-4.3694-.637L8.8583.8327a.9578.9578,0,0,0-1.7166,0l-1.9529,3.96-4.3694.637A.9576.9576,0,0,0,.29,7.0623l3.1611,3.08L2.7036,14.494a.9564.9564,0,0,0,1.3876,1.0079L8,13.4473l3.9088,2.0546a.9571.9571,0,0,0,1.3876-1.0079l-.7476-4.3514,3.1611-3.08A.9576.9576,0,0,0,15.1806,5.4293Z' transform='translate(0 -0.3)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-gift {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M14.5,4.2667H13.2718a2.8822,2.8822,0,0,0,.4782-1.6A2.5175,2.5175,0,0,0,11.4218,0C10.1,0,9.3344.8467,8,3.1934,6.6656.8467,5.9,0,4.5781,0A2.5174,2.5174,0,0,0,2.25,2.6667a2.8829,2.8829,0,0,0,.4781,1.6H1.5a1.5528,1.5528,0,0,0-1.5,1.6v3.2A.519.519,0,0,0,.5,9.6H1v4.8A1.5529,1.5529,0,0,0,2.5,16h11A1.5528,1.5528,0,0,0,15,14.4V9.6h.5a.519.519,0,0,0,.5-.5333v-3.2A1.5527,1.5527,0,0,0,14.5,4.2667Zm-5.8687-.12c1.5469-2.7767,2.0624-3.08,2.79-3.08a1.4849,1.4849,0,0,1,1.3282,1.6,1.485,1.485,0,0,1-1.3282,1.6H8.5625Zm-4.0532-3.08c.7313,0,1.2438.3033,2.7907,3.08l.0656.12H4.575a1.485,1.485,0,0,1-1.3281-1.6A1.4894,1.4894,0,0,1,4.5781,1.0667ZM6,14.9333H2.5A.5189.5189,0,0,1,2,14.4V9.6H6Zm0-6.4H1V5.8667a.519.519,0,0,1,.5-.5334H6Zm3,6.4H7v-9.6H9ZM14,14.4a.5189.5189,0,0,1-.5.5333H10V9.6h4Zm1-5.8667H10v-3.2h4.5a.519.519,0,0,1,.5.5334Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M14.5,4.2667H13.2718a2.8822,2.8822,0,0,0,.4782-1.6A2.5175,2.5175,0,0,0,11.4218,0C10.1,0,9.3344.8467,8,3.1934,6.6656.8467,5.9,0,4.5781,0A2.5174,2.5174,0,0,0,2.25,2.6667a2.8829,2.8829,0,0,0,.4781,1.6H1.5a1.5528,1.5528,0,0,0-1.5,1.6v3.2A.519.519,0,0,0,.5,9.6H1v4.8A1.5529,1.5529,0,0,0,2.5,16h11A1.5528,1.5528,0,0,0,15,14.4V9.6h.5a.519.519,0,0,0,.5-.5333v-3.2A1.5527,1.5527,0,0,0,14.5,4.2667Zm-5.8687-.12c1.5469-2.7767,2.0624-3.08,2.79-3.08a1.4849,1.4849,0,0,1,1.3282,1.6,1.485,1.485,0,0,1-1.3282,1.6H8.5625Zm-4.0532-3.08c.7313,0,1.2438.3033,2.7907,3.08l.0656.12H4.575a1.485,1.485,0,0,1-1.3281-1.6A1.4894,1.4894,0,0,1,4.5781,1.0667ZM6,14.9333H2.5A.5189.5189,0,0,1,2,14.4V9.6H6Zm0-6.4H1V5.8667a.519.519,0,0,1,.5-.5334H6Zm3,6.4H7v-9.6H9ZM14,14.4a.5189.5189,0,0,1-.5.5333H10V9.6h4Zm1-5.8667H10v-3.2h4.5a.519.519,0,0,1,.5.5334Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-location-pin {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M7.9993,3a3,3,0,1,0,3,3A3.0034,3.0034,0,0,0,7.9993,3ZM8,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,8,8Z' transform='translate(-2)'/%3E%3Cpath class='cls-1' d='M8,0A6,6,0,0,0,2,6c0,1.9877.569,2.7983,3.2906,6.6755.5908.8417,1.283,1.8277,2.0928,3.0017a.75.75,0,0,0,1.2332,0c.81-1.174,1.502-2.16,2.0928-3.0017C13.431,8.7982,14,7.9877,14,6A6,6,0,0,0,8,0ZM9.9461,12.0209c-.5478.7809-1.191,1.6981-1.9456,2.7894-.7548-1.0914-1.398-2.0087-1.9459-2.79C3.4426,8.2963,3.0005,7.666,3.0005,6a5,5,0,0,1,10,0C13.0005,7.6659,12.5586,8.296,9.9461,12.0209Z' transform='translate(-2)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M7.9993,3a3,3,0,1,0,3,3A3.0034,3.0034,0,0,0,7.9993,3ZM8,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,8,8Z' transform='translate(-2)'/%3E%3Cpath class='cls-1' d='M8,0A6,6,0,0,0,2,6c0,1.9877.569,2.7983,3.2906,6.6755.5908.8417,1.283,1.8277,2.0928,3.0017a.75.75,0,0,0,1.2332,0c.81-1.174,1.502-2.16,2.0928-3.0017C13.431,8.7982,14,7.9877,14,6A6,6,0,0,0,8,0ZM9.9461,12.0209c-.5478.7809-1.191,1.6981-1.9456,2.7894-.7548-1.0914-1.398-2.0087-1.9459-2.79C3.4426,8.2963,3.0005,7.666,3.0005,6a5,5,0,0,1,10,0C13.0005,7.6659,12.5586,8.296,9.9461,12.0209Z' transform='translate(-2)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-phone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.8118 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.0644.7533,11.9516.0252a.965.965,0,0,0-1.1057.5656L9.41,3.9814A.9874.9874,0,0,0,9.6848,5.122L11.3493,6.5a10.8735,10.8735,0,0,1-4.9287,4.9874L5.0587,9.8032a.961.961,0,0,0-1.1272-.2781L.5839,10.9782a.9782.9782,0,0,0-.559,1.1156l.7165,3.1468A.9669.9669,0,0,0,1.6832,16,14.21,14.21,0,0,0,15.8118,1.7033.968.968,0,0,0,15.0644.7533ZM1.7024,15l-.71-3.1125L4.3088,10.45l1.8375,2.275A12.0047,12.0047,0,0,0,12.5728,6.222L10.3247,4.3627l1.4205-3.3562,3.0758.7187A13.2118,13.2118,0,0,1,1.7024,15Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.8118 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.0644.7533,11.9516.0252a.965.965,0,0,0-1.1057.5656L9.41,3.9814A.9874.9874,0,0,0,9.6848,5.122L11.3493,6.5a10.8735,10.8735,0,0,1-4.9287,4.9874L5.0587,9.8032a.961.961,0,0,0-1.1272-.2781L.5839,10.9782a.9782.9782,0,0,0-.559,1.1156l.7165,3.1468A.9669.9669,0,0,0,1.6832,16,14.21,14.21,0,0,0,15.8118,1.7033.968.968,0,0,0,15.0644.7533ZM1.7024,15l-.71-3.1125L4.3088,10.45l1.8375,2.275A12.0047,12.0047,0,0,0,12.5728,6.222L10.3247,4.3627l1.4205-3.3562,3.0758.7187A13.2118,13.2118,0,0,1,1.7024,15Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-lock {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.4 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M7.95,9.8751a.636.636,0,0,0-.6429.6249v2a.6432.6432,0,0,0,1.2858,0v-2A.636.636,0,0,0,7.95,9.8751Z' transform='translate(-0.75 0)'/%3E%3Cpath class='cls-1' d='M13.6071,7h-.5143V5.0469A5.1029,5.1029,0,0,0,7.9661,0a5.0776,5.0776,0,0,0-5.159,5V7H2.2929A1.5223,1.5223,0,0,0,.75,8.5v6A1.5223,1.5223,0,0,0,2.2929,16H13.6071A1.5222,1.5222,0,0,0,15.15,14.5v-6A1.5223,1.5223,0,0,0,13.6071,7ZM3.8357,5A4.0621,4.0621,0,0,1,7.95,1a4.0621,4.0621,0,0,1,4.1143,4V7H3.8357Zm10.2857,9.5a.5087.5087,0,0,1-.5143.5H2.2929a.5087.5087,0,0,1-.5143-.5v-6A.5088.5088,0,0,1,2.2929,8H13.6071a.5088.5088,0,0,1,.5143.5Z' transform='translate(-0.75 0)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.4 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M7.95,9.8751a.636.636,0,0,0-.6429.6249v2a.6432.6432,0,0,0,1.2858,0v-2A.636.636,0,0,0,7.95,9.8751Z' transform='translate(-0.75 0)'/%3E%3Cpath class='cls-1' d='M13.6071,7h-.5143V5.0469A5.1029,5.1029,0,0,0,7.9661,0a5.0776,5.0776,0,0,0-5.159,5V7H2.2929A1.5223,1.5223,0,0,0,.75,8.5v6A1.5223,1.5223,0,0,0,2.2929,16H13.6071A1.5222,1.5222,0,0,0,15.15,14.5v-6A1.5223,1.5223,0,0,0,13.6071,7ZM3.8357,5A4.0621,4.0621,0,0,1,7.95,1a4.0621,4.0621,0,0,1,4.1143,4V7H3.8357Zm10.2857,9.5a.5087.5087,0,0,1-.5143.5H2.2929a.5087.5087,0,0,1-.5143-.5v-6A.5088.5088,0,0,1,2.2929,8H13.6071a.5088.5088,0,0,1,.5143.5Z' transform='translate(-0.75 0)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-chat-bubble {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='4' cy='6.5' r='0.75'/%3E%3Ccircle class='cls-1' cx='8' cy='6.5' r='0.75'/%3E%3Ccircle class='cls-1' cx='12' cy='6.5' r='0.75'/%3E%3Cpath class='cls-1' d='M14,0H2A2.0018,2.0018,0,0,0,0,2v9a2.0018,2.0018,0,0,0,2,2H5v2.625A.3739.3739,0,0,0,5.3728,16H5.375a.359.359,0,0,0,.2219-.075L9.5,13H14a2.0018,2.0018,0,0,0,2-2V2A2.0018,2.0018,0,0,0,14,0Zm1,11a1.0029,1.0029,0,0,1-1,1H9.1656L8.9,12.2,6,14.375V12H2a1.0029,1.0029,0,0,1-1-1V2A1.0029,1.0029,0,0,1,2,1H14a1.0029,1.0029,0,0,1,1,1Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='4' cy='6.5' r='0.75'/%3E%3Ccircle class='cls-1' cx='8' cy='6.5' r='0.75'/%3E%3Ccircle class='cls-1' cx='12' cy='6.5' r='0.75'/%3E%3Cpath class='cls-1' d='M14,0H2A2.0018,2.0018,0,0,0,0,2v9a2.0018,2.0018,0,0,0,2,2H5v2.625A.3739.3739,0,0,0,5.3728,16H5.375a.359.359,0,0,0,.2219-.075L9.5,13H14a2.0018,2.0018,0,0,0,2-2V2A2.0018,2.0018,0,0,0,14,0Zm1,11a1.0029,1.0029,0,0,1-1,1H9.1656L8.9,12.2,6,14.375V12H2a1.0029,1.0029,0,0,1-1-1V2A1.0029,1.0029,0,0,1,2,1H14a1.0029,1.0029,0,0,1,1,1Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-shipping {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.8,10.8h-.6V8.0975a1.6015,1.6015,0,0,0-.47-1.13L12.6325,4.87a1.5928,1.5928,0,0,0-1.13-.47H10.4V3.165A1.2034,1.2034,0,0,0,9.165,2H2.835A1.2034,1.2034,0,0,0,1.6,3.165V3.6H.2a.2006.2006,0,0,0-.2.2v.4a.2006.2006,0,0,0,.2.2h6a.2006.2006,0,0,0,.2-.2V3.8a.2006.2006,0,0,0-.2-.2H2.4V3.165A.4042.4042,0,0,1,2.835,2.8h6.33a.4042.4042,0,0,1,.435.365V10.8H5.19A1.9932,1.9932,0,0,0,3.6,10a1.9711,1.9711,0,0,0-1.2.41V8.4H1.6V12a2,2,0,0,0,4,0,2.107,2.107,0,0,0-.04-.4h4.88a1.9214,1.9214,0,0,0-.04.4,2,2,0,0,0,4,0,2.107,2.107,0,0,0-.04-.4H15.8a.2006.2006,0,0,0,.2-.2V11A.2006.2006,0,0,0,15.8,10.8ZM3.6,13.2A1.2,1.2,0,1,1,4.8,12,1.2,1.2,0,0,1,3.6,13.2Zm6.8-8h1.1025a.7986.7986,0,0,1,.565.235L14.165,7.5325a.6688.6688,0,0,1,.045.07H10.4Zm2,8A1.2,1.2,0,1,1,13.6,12,1.2,1.2,0,0,1,12.4,13.2Zm2-2.4h-.41a1.98,1.98,0,0,0-3.18,0H10.4V8.4h4Z' transform='translate(0 -2)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.8,10.8h-.6V8.0975a1.6015,1.6015,0,0,0-.47-1.13L12.6325,4.87a1.5928,1.5928,0,0,0-1.13-.47H10.4V3.165A1.2034,1.2034,0,0,0,9.165,2H2.835A1.2034,1.2034,0,0,0,1.6,3.165V3.6H.2a.2006.2006,0,0,0-.2.2v.4a.2006.2006,0,0,0,.2.2h6a.2006.2006,0,0,0,.2-.2V3.8a.2006.2006,0,0,0-.2-.2H2.4V3.165A.4042.4042,0,0,1,2.835,2.8h6.33a.4042.4042,0,0,1,.435.365V10.8H5.19A1.9932,1.9932,0,0,0,3.6,10a1.9711,1.9711,0,0,0-1.2.41V8.4H1.6V12a2,2,0,0,0,4,0,2.107,2.107,0,0,0-.04-.4h4.88a1.9214,1.9214,0,0,0-.04.4,2,2,0,0,0,4,0,2.107,2.107,0,0,0-.04-.4H15.8a.2006.2006,0,0,0,.2-.2V11A.2006.2006,0,0,0,15.8,10.8ZM3.6,13.2A1.2,1.2,0,1,1,4.8,12,1.2,1.2,0,0,1,3.6,13.2Zm6.8-8h1.1025a.7986.7986,0,0,1,.565.235L14.165,7.5325a.6688.6688,0,0,1,.045.07H10.4Zm2,8A1.2,1.2,0,1,1,13.6,12,1.2,1.2,0,0,1,12.4,13.2Zm2-2.4h-.41a1.98,1.98,0,0,0-3.18,0H10.4V8.4h4Z' transform='translate(0 -2)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-flame {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M9.8781,6.6531C9.0493,5.945,8.2665,5.2756,8.2665,4.2272a.2238.2238,0,0,0-.1681-.2118A.3351.3351,0,0,0,7.9984,4a.2777.2777,0,0,0-.2306.1147C5.48,7.226,9,7,9,9.25a1.75,1.75,0,0,1-3.5,0V8a.25.25,0,0,0-.4268-.1768A3.485,3.485,0,0,0,4,10.3159,3.8563,3.8563,0,0,0,8,14a3.8563,3.8563,0,0,0,4-3.6841C12,8.4669,10.9213,7.545,9.8781,6.6531ZM8,13a2.9568,2.9568,0,0,1-2.9181-2.06A2.749,2.749,0,0,0,10,9.25a2.82,2.82,0,0,0-.4534-1.5628A3.2654,3.2654,0,0,1,11,10.3159,2.8584,2.8584,0,0,1,8,13Z' transform='translate(-2)'/%3E%3Cpath class='cls-1' d='M8,0C4.4906,3.1666,2,6.9037,2,9.3922,2,13.2828,4.4672,16,8,16s6-2.7172,6-6.6078C14,6.8937,11.4931,3.1519,8,0ZM8,15c-2.9907,0-5-2.2538-5-5.6078C3,7.421,4.9819,4.2647,8,1.3662c3.0182,2.8988,5,6.0551,5,8.026C13,12.7462,10.9906,15,8,15Z' transform='translate(-2)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M9.8781,6.6531C9.0493,5.945,8.2665,5.2756,8.2665,4.2272a.2238.2238,0,0,0-.1681-.2118A.3351.3351,0,0,0,7.9984,4a.2777.2777,0,0,0-.2306.1147C5.48,7.226,9,7,9,9.25a1.75,1.75,0,0,1-3.5,0V8a.25.25,0,0,0-.4268-.1768A3.485,3.485,0,0,0,4,10.3159,3.8563,3.8563,0,0,0,8,14a3.8563,3.8563,0,0,0,4-3.6841C12,8.4669,10.9213,7.545,9.8781,6.6531ZM8,13a2.9568,2.9568,0,0,1-2.9181-2.06A2.749,2.749,0,0,0,10,9.25a2.82,2.82,0,0,0-.4534-1.5628A3.2654,3.2654,0,0,1,11,10.3159,2.8584,2.8584,0,0,1,8,13Z' transform='translate(-2)'/%3E%3Cpath class='cls-1' d='M8,0C4.4906,3.1666,2,6.9037,2,9.3922,2,13.2828,4.4672,16,8,16s6-2.7172,6-6.6078C14,6.8937,11.4931,3.1519,8,0ZM8,15c-2.9907,0-5-2.2538-5-5.6078C3,7.421,4.9819,4.2647,8,1.3662c3.0182,2.8988,5,6.0551,5,8.026C13,12.7462,10.9906,15,8,15Z' transform='translate(-2)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-envelope-open {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M14.2267,8.24l-.1582-.1942a.3749.3749,0,0,0-.5264-.0553c-.7113.5742-1.719,1.3792-3.2481,2.5931-.0885.0705-.1915.1577-.305.2538C9.4261,11.3137,8.6035,12.01,8,12c-.6035.01-1.4262-.6862-1.989-1.1622-.1137-.0962-.2167-.1833-.3049-.2538C4.1768,9.37,3.169,8.565,2.4576,7.9908a.3749.3749,0,0,0-.5264.0553L1.7734,8.24a.375.375,0,0,0,.0545.5275l.001.0008c.7134.5758,1.7229,1.3823,3.2547,2.5981.0962.0768.2035.1677.32.2664A4.5657,4.5657,0,0,0,8,13a4.549,4.549,0,0,0,2.5906-1.3628c.118-.1.227-.1915.3255-.27,1.532-1.216,2.5415-2.0225,3.255-2.5983a.375.375,0,0,0,.0563-.5274Z'/%3E%3Cpath class='cls-1' d='M15.45,5.29c-1.1115-.91-3.453-2.7985-4.5337-3.6565-.1005-.08-.2115-.1737-.3315-.275A4.5393,4.5393,0,0,0,8,0,4.53,4.53,0,0,0,5.416,1.3575c-.1189.1-.23.194-.3319.2756C4.0033,2.4911,1.6614,4.38.55,5.29A1.5,1.5,0,0,0,0,6.4505V14.5A1.5,1.5,0,0,0,1.5,16h13A1.5,1.5,0,0,0,16,14.5V6.45A1.5,1.5,0,0,0,15.45,5.29ZM15,14.5a.5.5,0,0,1-.5.5H1.5a.5.5,0,0,1-.5-.5V6.4425a.5.5,0,0,1,.1837-.3873c.8213-.67,3.8056-3.07,4.5223-3.6389.094-.0751.2012-.1657.318-.2645C6.5916,1.6719,7.3863,1,8,1s1.4084.6719,1.976,1.1518c.1168.0988.224.1894.3181.2645.7166.5689,3.7011,2.969,4.5223,3.6395A.5.5,0,0,1,15,6.4431Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M14.2267,8.24l-.1582-.1942a.3749.3749,0,0,0-.5264-.0553c-.7113.5742-1.719,1.3792-3.2481,2.5931-.0885.0705-.1915.1577-.305.2538C9.4261,11.3137,8.6035,12.01,8,12c-.6035.01-1.4262-.6862-1.989-1.1622-.1137-.0962-.2167-.1833-.3049-.2538C4.1768,9.37,3.169,8.565,2.4576,7.9908a.3749.3749,0,0,0-.5264.0553L1.7734,8.24a.375.375,0,0,0,.0545.5275l.001.0008c.7134.5758,1.7229,1.3823,3.2547,2.5981.0962.0768.2035.1677.32.2664A4.5657,4.5657,0,0,0,8,13a4.549,4.549,0,0,0,2.5906-1.3628c.118-.1.227-.1915.3255-.27,1.532-1.216,2.5415-2.0225,3.255-2.5983a.375.375,0,0,0,.0563-.5274Z'/%3E%3Cpath class='cls-1' d='M15.45,5.29c-1.1115-.91-3.453-2.7985-4.5337-3.6565-.1005-.08-.2115-.1737-.3315-.275A4.5393,4.5393,0,0,0,8,0,4.53,4.53,0,0,0,5.416,1.3575c-.1189.1-.23.194-.3319.2756C4.0033,2.4911,1.6614,4.38.55,5.29A1.5,1.5,0,0,0,0,6.4505V14.5A1.5,1.5,0,0,0,1.5,16h13A1.5,1.5,0,0,0,16,14.5V6.45A1.5,1.5,0,0,0,15.45,5.29ZM15,14.5a.5.5,0,0,1-.5.5H1.5a.5.5,0,0,1-.5-.5V6.4425a.5.5,0,0,1,.1837-.3873c.8213-.67,3.8056-3.07,4.5223-3.6389.094-.0751.2012-.1657.318-.2645C6.5916,1.6719,7.3863,1,8,1s1.4084.6719,1.976,1.1518c.1168.0988.224.1894.3181.2645.7166.5689,3.7011,2.969,4.5223,3.6395A.5.5,0,0,1,15,6.4431Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-money {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9.6'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8,5.25a2.6229,2.6229,0,0,0-2.4,2.8A2.6245,2.6245,0,0,0,8,10.85a2.6229,2.6229,0,0,0,2.4-2.8A2.6229,2.6229,0,0,0,8,5.25Zm0,4.8a1.836,1.836,0,0,1-1.6-2,1.836,1.836,0,0,1,1.6-2,1.836,1.836,0,0,1,1.6,2A1.836,1.836,0,0,1,8,10.05Z' transform='translate(0 -3.25)'/%3E%3Cpath class='cls-1' d='M15.2,3.25H.8a.7991.7991,0,0,0-.8.8v8a.7991.7991,0,0,0,.8.8H15.2a.7991.7991,0,0,0,.8-.8v-8A.7991.7991,0,0,0,15.2,3.25ZM.8,4.05H2.4A1.6015,1.6015,0,0,1,.8,5.65Zm0,8v-1.6a1.6015,1.6015,0,0,1,1.6,1.6Zm14.4,0H13.6a1.6015,1.6015,0,0,1,1.6-1.6Zm0-2.4a2.4038,2.4038,0,0,0-2.4,2.4H3.2A2.4038,2.4038,0,0,0,.8,9.65V6.45a2.4038,2.4038,0,0,0,2.4-2.4h9.6a2.4038,2.4038,0,0,0,2.4,2.4Zm0-4a1.6015,1.6015,0,0,1-1.6-1.6h1.6Z' transform='translate(0 -3.25)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9.6'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8,5.25a2.6229,2.6229,0,0,0-2.4,2.8A2.6245,2.6245,0,0,0,8,10.85a2.6229,2.6229,0,0,0,2.4-2.8A2.6229,2.6229,0,0,0,8,5.25Zm0,4.8a1.836,1.836,0,0,1-1.6-2,1.836,1.836,0,0,1,1.6-2,1.836,1.836,0,0,1,1.6,2A1.836,1.836,0,0,1,8,10.05Z' transform='translate(0 -3.25)'/%3E%3Cpath class='cls-1' d='M15.2,3.25H.8a.7991.7991,0,0,0-.8.8v8a.7991.7991,0,0,0,.8.8H15.2a.7991.7991,0,0,0,.8-.8v-8A.7991.7991,0,0,0,15.2,3.25ZM.8,4.05H2.4A1.6015,1.6015,0,0,1,.8,5.65Zm0,8v-1.6a1.6015,1.6015,0,0,1,1.6,1.6Zm14.4,0H13.6a1.6015,1.6015,0,0,1,1.6-1.6Zm0-2.4a2.4038,2.4038,0,0,0-2.4,2.4H3.2A2.4038,2.4038,0,0,0,.8,9.65V6.45a2.4038,2.4038,0,0,0,2.4-2.4h9.6a2.4038,2.4038,0,0,0,2.4,2.4Zm0-4a1.6015,1.6015,0,0,1-1.6-1.6h1.6Z' transform='translate(0 -3.25)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-gift-card {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14.0741'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M14.6667,4.5185H12.6861a2.2559,2.2559,0,0,0,.425-1.3194A2.14,2.14,0,0,0,11.0417,1C9.8666,1,9.1861,1.6982,8,3.6334,6.8139,1.6982,6.1333,1,4.9583,1A2.14,2.14,0,0,0,2.8889,3.1991a2.2559,2.2559,0,0,0,.425,1.3194H1.3333A1.3265,1.3265,0,0,0,0,5.838v7.9166a1.3265,1.3265,0,0,0,1.3333,1.3195H14.6667A1.3265,1.3265,0,0,0,16,13.7546V5.838A1.3265,1.3265,0,0,0,14.6667,4.5185ZM8.5612,4.42c1.3749-2.29,1.8332-2.54,2.4805-2.54a1.2573,1.2573,0,0,1,1.1805,1.32,1.2573,1.2573,0,0,1-1.1805,1.3194H8.5ZM4.9576,1.88c.65,0,1.1056.25,2.4806,2.54l.0584.0989H4.9549A1.2573,1.2573,0,0,1,3.7743,3.1991,1.2614,1.2614,0,0,1,4.9576,1.88Zm10.1535,11.875a.4427.4427,0,0,1-.4444.44H1.3333a.4427.4427,0,0,1-.4444-.44v-.88H15.1111Zm0-1.7592H.8889V10.2361H15.1111Zm0-2.6389H.8889V5.838a.442.442,0,0,1,.4444-.44H6.9272L4.732,7.5706a.2183.2183,0,0,0,0,.3109l.3141.3109a.2241.2241,0,0,0,.3142,0L8,5.58l2.64,2.6123a.2239.2239,0,0,0,.314,0l.3143-.3109a.2183.2183,0,0,0,0-.3109L9.0728,5.3982h5.5939a.442.442,0,0,1,.4444.44Z' transform='translate(0 -1)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14.0741'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M14.6667,4.5185H12.6861a2.2559,2.2559,0,0,0,.425-1.3194A2.14,2.14,0,0,0,11.0417,1C9.8666,1,9.1861,1.6982,8,3.6334,6.8139,1.6982,6.1333,1,4.9583,1A2.14,2.14,0,0,0,2.8889,3.1991a2.2559,2.2559,0,0,0,.425,1.3194H1.3333A1.3265,1.3265,0,0,0,0,5.838v7.9166a1.3265,1.3265,0,0,0,1.3333,1.3195H14.6667A1.3265,1.3265,0,0,0,16,13.7546V5.838A1.3265,1.3265,0,0,0,14.6667,4.5185ZM8.5612,4.42c1.3749-2.29,1.8332-2.54,2.4805-2.54a1.2573,1.2573,0,0,1,1.1805,1.32,1.2573,1.2573,0,0,1-1.1805,1.3194H8.5ZM4.9576,1.88c.65,0,1.1056.25,2.4806,2.54l.0584.0989H4.9549A1.2573,1.2573,0,0,1,3.7743,3.1991,1.2614,1.2614,0,0,1,4.9576,1.88Zm10.1535,11.875a.4427.4427,0,0,1-.4444.44H1.3333a.4427.4427,0,0,1-.4444-.44v-.88H15.1111Zm0-1.7592H.8889V10.2361H15.1111Zm0-2.6389H.8889V5.838a.442.442,0,0,1,.4444-.44H6.9272L4.732,7.5706a.2183.2183,0,0,0,0,.3109l.3141.3109a.2241.2241,0,0,0,.3142,0L8,5.58l2.64,2.6123a.2239.2239,0,0,0,.314,0l.3143-.3109a.2183.2183,0,0,0,0-.3109L9.0728,5.3982h5.5939a.442.442,0,0,1,.4444.44Z' transform='translate(0 -1)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-credit-card-back {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 11.4307'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M14.6667,2.2511H1.3333A1.2826,1.2826,0,0,0,0,3.4756v8.98A1.2826,1.2826,0,0,0,1.3333,13.68H14.6667A1.2827,1.2827,0,0,0,16,12.4551V3.4756A1.2827,1.2827,0,0,0,14.6667,2.2511Zm.4452,10.204a.4287.4287,0,0,1-.4445.4082H1.3341A.4287.4287,0,0,1,.89,12.4551V7.149H15.1119Zm0-7.755H.89V3.4756a.4287.4287,0,0,1,.4444-.4082H14.6674a.4287.4287,0,0,1,.4445.4082Z' transform='translate(0 -2.25)'/%3E%3Cpath class='cls-1' d='M6.5555,11.2307h3.7778a.3217.3217,0,0,0,.3334-.3062V10.72a.3216.3216,0,0,0-.3334-.3061H6.5555a.3215.3215,0,0,0-.3332.3061v.2041A.3216.3216,0,0,0,6.5555,11.2307Z' transform='translate(0 -2.25)'/%3E%3Cpath class='cls-1' d='M3.0006,11.2307h2a.3216.3216,0,0,0,.3334-.3061v-.2041a.3216.3216,0,0,0-.3334-.3061h-2a.3216.3216,0,0,0-.3334.3061v.2041A.3216.3216,0,0,0,3.0006,11.2307Z' transform='translate(0 -2.25)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 11.4307'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M14.6667,2.2511H1.3333A1.2826,1.2826,0,0,0,0,3.4756v8.98A1.2826,1.2826,0,0,0,1.3333,13.68H14.6667A1.2827,1.2827,0,0,0,16,12.4551V3.4756A1.2827,1.2827,0,0,0,14.6667,2.2511Zm.4452,10.204a.4287.4287,0,0,1-.4445.4082H1.3341A.4287.4287,0,0,1,.89,12.4551V7.149H15.1119Zm0-7.755H.89V3.4756a.4287.4287,0,0,1,.4444-.4082H14.6674a.4287.4287,0,0,1,.4445.4082Z' transform='translate(0 -2.25)'/%3E%3Cpath class='cls-1' d='M6.5555,11.2307h3.7778a.3217.3217,0,0,0,.3334-.3062V10.72a.3216.3216,0,0,0-.3334-.3061H6.5555a.3215.3215,0,0,0-.3332.3061v.2041A.3216.3216,0,0,0,6.5555,11.2307Z' transform='translate(0 -2.25)'/%3E%3Cpath class='cls-1' d='M3.0006,11.2307h2a.3216.3216,0,0,0,.3334-.3061v-.2041a.3216.3216,0,0,0-.3334-.3061h-2a.3216.3216,0,0,0-.3334.3061v.2041A.3216.3216,0,0,0,3.0006,11.2307Z' transform='translate(0 -2.25)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-credit-card-front {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 11.3361'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M14.6667,2.2513H1.3333A1.2783,1.2783,0,0,0,0,3.4656v8.905a1.2783,1.2783,0,0,0,1.3333,1.2142H14.6667A1.2782,1.2782,0,0,0,16,12.37V3.4656A1.2783,1.2783,0,0,0,14.6667,2.2513Zm.4444,10.119a.4272.4272,0,0,1-.4444.4048H1.3333A.4272.4272,0,0,1,.8889,12.37V3.4656a.4272.4272,0,0,1,.4444-.4048H14.6667a.4272.4272,0,0,1,.4444.4048Z' transform='translate(0 -2.25)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 11.3361'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M14.6667,2.2513H1.3333A1.2783,1.2783,0,0,0,0,3.4656v8.905a1.2783,1.2783,0,0,0,1.3333,1.2142H14.6667A1.2782,1.2782,0,0,0,16,12.37V3.4656A1.2783,1.2783,0,0,0,14.6667,2.2513Zm.4444,10.119a.4272.4272,0,0,1-.4444.4048H1.3333A.4272.4272,0,0,1,.8889,12.37V3.4656a.4272.4272,0,0,1,.4444-.4048H14.6667a.4272.4272,0,0,1,.4444.4048Z' transform='translate(0 -2.25)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-facebook-circle {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15.9986'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M7.9994,0A8.0524,8.0524,0,0,0,6.75,15.9986V10.3744H4.7174V8.048H6.75V6.2749a2.8313,2.8313,0,0,1,3.0213-3.131,12.2386,12.2386,0,0,1,1.7908.1571V5.2805h-1.009A1.16,1.16,0,0,0,9.2493,6.5374V8.048h2.2185l-.355,2.3264H9.2493v5.6242A8.0525,8.0525,0,0,0,7.9994,0Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15.9986'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M7.9994,0A8.0524,8.0524,0,0,0,6.75,15.9986V10.3744H4.7174V8.048H6.75V6.2749a2.8313,2.8313,0,0,1,3.0213-3.131,12.2386,12.2386,0,0,1,1.7908.1571V5.2805h-1.009A1.16,1.16,0,0,0,9.2493,6.5374V8.048h2.2185l-.355,2.3264H9.2493v5.6242A8.0525,8.0525,0,0,0,7.9994,0Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-instagram {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8.0014,3.8978A4.1022,4.1022,0,1,0,12.1027,8,4.0953,4.0953,0,0,0,8.0014,3.8978Zm0,6.7692A2.667,2.667,0,1,1,10.6679,8,2.6715,2.6715,0,0,1,8.0014,10.667Z'/%3E%3Cpath class='cls-1' d='M15.9438,4.7011a4.7361,4.7361,0,0,0-1.2921-3.3525A4.7648,4.7648,0,0,0,11.3,.0562c-1.3206-.0749-5.2791-.0749-6.6,0A4.7576,4.7576,0,0,0,1.3484,1.3451,4.7512,4.7512,0,0,0,.0562,4.6975c-.0749,1.321-.0749,5.2805,0,6.6014a4.7358,4.7358,0,0,0,1.2922,3.3525A4.7707,4.7707,0,0,0,4.7,15.9438c1.3207.0749,5.2792.0749,6.6,0a4.7334,4.7334,0,0,0,3.3518-1.2924,4.7667,4.7667,0,0,0,1.2921-3.3525C16.0187,9.978,16.0187,6.0221,15.9438,4.7011ZM14.563,12.7163a2.7,2.7,0,0,1-1.5205,1.5209,14.4541,14.4541,0,0,1-4.1454.3254c-.2117-.0021-.4042-.0041-.57-.0041-.1625,0-.351.0018-.558.0038a14.6357,14.6357,0,0,1-4.1573-.3251A2.7,2.7,0,0,1,1.766,12.7163,14.464,14.464,0,0,1,1.4407,8.57c.0021-.2117.0041-.4044.0041-.57,0-.1625-.0018-.351-.0038-.558a14.6462,14.6462,0,0,1,.325-4.1583A2.7,2.7,0,0,1,3.2866,1.7628,14.4541,14.4541,0,0,1,7.432,1.4374c.2116.0021.4043.0041.57.0041.1624,0,.3509-.0018.5579-.0038a14.64,14.64,0,0,1,4.1573.3251,2.7,2.7,0,0,1,1.5205,1.5209A14.46,14.46,0,0,1,14.563,7.43c-.0022.2117-.0041.4044-.0041.57S14.5608,8.3583,14.563,8.57Z'/%3E%3Cpath class='cls-1' d='M12.27,2.7732a.9568.9568,0,1,0,.9567.9568A.9568.9568,0,0,0,12.27,2.7732Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8.0014,3.8978A4.1022,4.1022,0,1,0,12.1027,8,4.0953,4.0953,0,0,0,8.0014,3.8978Zm0,6.7692A2.667,2.667,0,1,1,10.6679,8,2.6715,2.6715,0,0,1,8.0014,10.667Z'/%3E%3Cpath class='cls-1' d='M15.9438,4.7011a4.7361,4.7361,0,0,0-1.2921-3.3525A4.7648,4.7648,0,0,0,11.3,.0562c-1.3206-.0749-5.2791-.0749-6.6,0A4.7576,4.7576,0,0,0,1.3484,1.3451,4.7512,4.7512,0,0,0,.0562,4.6975c-.0749,1.321-.0749,5.2805,0,6.6014a4.7358,4.7358,0,0,0,1.2922,3.3525A4.7707,4.7707,0,0,0,4.7,15.9438c1.3207.0749,5.2792.0749,6.6,0a4.7334,4.7334,0,0,0,3.3518-1.2924,4.7667,4.7667,0,0,0,1.2921-3.3525C16.0187,9.978,16.0187,6.0221,15.9438,4.7011ZM14.563,12.7163a2.7,2.7,0,0,1-1.5205,1.5209,14.4541,14.4541,0,0,1-4.1454.3254c-.2117-.0021-.4042-.0041-.57-.0041-.1625,0-.351.0018-.558.0038a14.6357,14.6357,0,0,1-4.1573-.3251A2.7,2.7,0,0,1,1.766,12.7163,14.464,14.464,0,0,1,1.4407,8.57c.0021-.2117.0041-.4044.0041-.57,0-.1625-.0018-.351-.0038-.558a14.6462,14.6462,0,0,1,.325-4.1583A2.7,2.7,0,0,1,3.2866,1.7628,14.4541,14.4541,0,0,1,7.432,1.4374c.2116.0021.4043.0041.57.0041.1624,0,.3509-.0018.5579-.0038a14.64,14.64,0,0,1,4.1573.3251,2.7,2.7,0,0,1,1.5205,1.5209A14.46,14.46,0,0,1,14.563,7.43c-.0022.2117-.0041.4044-.0041.57S14.5608,8.3583,14.563,8.57Z'/%3E%3Cpath class='cls-1' d='M12.27,2.7732a.9568.9568,0,1,0,.9567.9568A.9568.9568,0,0,0,12.27,2.7732Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-twitter {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12.9949'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M16,3.0432a6.5751,6.5751,0,0,1-1.8883.5075,3.27,3.27,0,0,0,1.4416-1.8071,6.454,6.454,0,0,1-2.0812.7919A3.2824,3.2824,0,0,0,7.7969,4.7792a3.7045,3.7045,0,0,0,.0812.7512A9.3207,9.3207,0,0,1,1.1167,2.0989,3.2842,3.2842,0,0,0,2.1319,6.4848,3.3021,3.3021,0,0,1,.65,6.0685v.0406A3.28,3.28,0,0,0,3.2792,9.3274a3.47,3.47,0,0,1-.863.1116,4.1276,4.1276,0,0,1-.6193-.0507A3.285,3.285,0,0,0,4.863,11.6624,6.5675,6.5675,0,0,1,.7919,13.0635,6.7919,6.7919,0,0,1,0,13.0229a9.2671,9.2671,0,0,0,5.0355,1.472,9.266,9.266,0,0,0,9.33-9.33c0-.1422,0-.2843-.01-.4265A7.0476,7.0476,0,0,0,16,3.0432Z' transform='translate(0 -1.5)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12.9949'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M16,3.0432a6.5751,6.5751,0,0,1-1.8883.5075,3.27,3.27,0,0,0,1.4416-1.8071,6.454,6.454,0,0,1-2.0812.7919A3.2824,3.2824,0,0,0,7.7969,4.7792a3.7045,3.7045,0,0,0,.0812.7512A9.3207,9.3207,0,0,1,1.1167,2.0989,3.2842,3.2842,0,0,0,2.1319,6.4848,3.3021,3.3021,0,0,1,.65,6.0685v.0406A3.28,3.28,0,0,0,3.2792,9.3274a3.47,3.47,0,0,1-.863.1116,4.1276,4.1276,0,0,1-.6193-.0507A3.285,3.285,0,0,0,4.863,11.6624,6.5675,6.5675,0,0,1,.7919,13.0635,6.7919,6.7919,0,0,1,0,13.0229a9.2671,9.2671,0,0,0,5.0355,1.472,9.266,9.266,0,0,0,9.33-9.33c0-.1422,0-.2843-.01-.4265A7.0476,7.0476,0,0,0,16,3.0432Z' transform='translate(0 -1.5)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-pinterest {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8,0A8.0012,8.0012,0,0,0,5.0839,15.4516a7.7417,7.7417,0,0,1,.029-2.2968c.1452-.6257.9355-3.9742.9355-3.9742A2.8823,2.8823,0,0,1,5.81,7.9936c0-1.1129.6451-1.942,1.4484-1.942A1.0046,1.0046,0,0,1,8.2709,7.1774,16.0741,16.0741,0,0,1,7.61,9.8419a1.16,1.16,0,0,0,1.1838,1.4452c1.4227,0,2.5162-1.5,2.5162-3.6645a3.1585,3.1585,0,0,0-3.342-3.2549,3.462,3.462,0,0,0-3.6129,3.471,3.15,3.15,0,0,0,.59,1.8258A.24.24,0,0,1,5,9.8935c-.0613.2517-.1968.7968-.2226.9065-.0355.1452-.1161.1774-.2677.1065a3.59,3.59,0,0,1-1.6226-3.1c0-2.5257,1.8355-4.8419,5.2871-4.8419a4.6954,4.6954,0,0,1,4.9323,4.6194c0,2.758-1.7387,4.9774-4.1517,4.9774a2.1425,2.1425,0,0,1-1.8322-.9194s-.4,1.529-.4968,1.9033a8.99,8.99,0,0,1-.9935,2.0967A8,8,0,1,0,8,0Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8,0A8.0012,8.0012,0,0,0,5.0839,15.4516a7.7417,7.7417,0,0,1,.029-2.2968c.1452-.6257.9355-3.9742.9355-3.9742A2.8823,2.8823,0,0,1,5.81,7.9936c0-1.1129.6451-1.942,1.4484-1.942A1.0046,1.0046,0,0,1,8.2709,7.1774,16.0741,16.0741,0,0,1,7.61,9.8419a1.16,1.16,0,0,0,1.1838,1.4452c1.4227,0,2.5162-1.5,2.5162-3.6645a3.1585,3.1585,0,0,0-3.342-3.2549,3.462,3.462,0,0,0-3.6129,3.471,3.15,3.15,0,0,0,.59,1.8258A.24.24,0,0,1,5,9.8935c-.0613.2517-.1968.7968-.2226.9065-.0355.1452-.1161.1774-.2677.1065a3.59,3.59,0,0,1-1.6226-3.1c0-2.5257,1.8355-4.8419,5.2871-4.8419a4.6954,4.6954,0,0,1,4.9323,4.6194c0,2.758-1.7387,4.9774-4.1517,4.9774a2.1425,2.1425,0,0,1-1.8322-.9194s-.4,1.529-.4968,1.9033a8.99,8.99,0,0,1-.9935,2.0967A8,8,0,1,0,8,0Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-tiktok {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='32' viewBox='0 0 28 32' fill='none'%3E%3Cpath d='M24.5131 6.84366C24.2951 6.73203 24.0828 6.60966 23.8771 6.47701C23.279 6.08533 22.7306 5.62382 22.2437 5.10241C21.0256 3.72181 20.5706 2.32122 20.4031 1.3406H20.4098C20.2698 0.52664 20.3277 0 20.3364 0H14.7881V21.2509C14.7881 21.5363 14.7881 21.8182 14.776 22.0969C14.776 22.1316 14.7727 22.1636 14.7706 22.2009C14.7706 22.2162 14.7706 22.2322 14.7673 22.2482C14.7673 22.2522 14.7673 22.2562 14.7673 22.2602C14.7088 23.0227 14.462 23.7593 14.0487 24.4051C13.6354 25.051 13.0682 25.5863 12.3969 25.964C11.6974 26.3583 10.9061 26.565 10.1013 26.564C7.51626 26.564 5.42117 24.4761 5.42117 21.8976C5.42117 19.319 7.51626 17.2311 10.1013 17.2311C10.5906 17.2307 11.0769 17.307 11.5422 17.4571L11.5489 11.8614C10.1365 11.6807 8.70164 11.7919 7.33479 12.188C5.96794 12.584 4.69879 13.2564 3.60741 14.1626C2.65111 14.9857 1.84714 15.9677 1.23168 17.0645C0.997477 17.4645 0.113814 19.0717 0.00680539 21.6803C-0.0604957 23.1608 0.388402 24.6948 0.60242 25.3287V25.3421C0.737022 25.7154 1.2586 26.9893 2.10862 28.0633C2.79404 28.9247 3.60384 29.6815 4.51194 30.3092V30.2958L4.5254 30.3092C7.21138 32.1171 10.1895 31.9984 10.1895 31.9984C10.705 31.9777 12.4319 31.9984 14.3931 31.0778C16.5682 30.0572 17.8066 28.5366 17.8066 28.5366C18.5977 27.628 19.2268 26.5926 19.6668 25.4747C20.1689 24.1675 20.3364 22.5995 20.3364 21.9729V10.6988C20.4037 10.7388 21.3002 11.3261 21.3002 11.3261C21.3002 11.3261 22.5917 12.1461 24.6067 12.68C26.0523 13.06 28 13.14 28 13.14V7.68428C27.3176 7.75761 25.9318 7.54429 24.5131 6.84366Z' fill='%23111111'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='32' viewBox='0 0 28 32' fill='none'%3E%3Cpath d='M24.5131 6.84366C24.2951 6.73203 24.0828 6.60966 23.8771 6.47701C23.279 6.08533 22.7306 5.62382 22.2437 5.10241C21.0256 3.72181 20.5706 2.32122 20.4031 1.3406H20.4098C20.2698 0.52664 20.3277 0 20.3364 0H14.7881V21.2509C14.7881 21.5363 14.7881 21.8182 14.776 22.0969C14.776 22.1316 14.7727 22.1636 14.7706 22.2009C14.7706 22.2162 14.7706 22.2322 14.7673 22.2482C14.7673 22.2522 14.7673 22.2562 14.7673 22.2602C14.7088 23.0227 14.462 23.7593 14.0487 24.4051C13.6354 25.051 13.0682 25.5863 12.3969 25.964C11.6974 26.3583 10.9061 26.565 10.1013 26.564C7.51626 26.564 5.42117 24.4761 5.42117 21.8976C5.42117 19.319 7.51626 17.2311 10.1013 17.2311C10.5906 17.2307 11.0769 17.307 11.5422 17.4571L11.5489 11.8614C10.1365 11.6807 8.70164 11.7919 7.33479 12.188C5.96794 12.584 4.69879 13.2564 3.60741 14.1626C2.65111 14.9857 1.84714 15.9677 1.23168 17.0645C0.997477 17.4645 0.113814 19.0717 0.00680539 21.6803C-0.0604957 23.1608 0.388402 24.6948 0.60242 25.3287V25.3421C0.737022 25.7154 1.2586 26.9893 2.10862 28.0633C2.79404 28.9247 3.60384 29.6815 4.51194 30.3092V30.2958L4.5254 30.3092C7.21138 32.1171 10.1895 31.9984 10.1895 31.9984C10.705 31.9777 12.4319 31.9984 14.3931 31.0778C16.5682 30.0572 17.8066 28.5366 17.8066 28.5366C18.5977 27.628 19.2268 26.5926 19.6668 25.4747C20.1689 24.1675 20.3364 22.5995 20.3364 21.9729V10.6988C20.4037 10.7388 21.3002 11.3261 21.3002 11.3261C21.3002 11.3261 22.5917 12.1461 24.6067 12.68C26.0523 13.06 28 13.14 28 13.14V7.68428C27.3176 7.75761 25.9318 7.54429 24.5131 6.84366Z' fill='%23111111'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-box-heart {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.9964,5.1429a2.2827,2.2827,0,0,0-.2714-1.0822L13.9715.7786A1.1381,1.1381,0,0,0,12.8893,0H3.1107A1.1444,1.1444,0,0,0,2.025.7821L.2715,4.0643A2.2828,2.2828,0,0,0,0,5.1465c.0035,2.1607,0,9.7106,0,9.7106A1.1417,1.1417,0,0,0,1.14,16H14.8571A1.1416,1.1416,0,0,0,16,14.86v-.0025S15.9964,7.3072,15.9964,5.1429Zm-7.425-4h4.3178l1.8143,3.4285H8.5711Zm-5.4607,0H7.4284V4.5714H1.2961ZM8,14.8572H1.1429s.0036-6.4679.0036-9.1429H14.8573c0,2.675.0035,9.1429.0035,9.1429Z'/%3E%3Cpath class='cls-1' d='M11.2211,7.3286C10.7246,6.9143,9.5175,6.3108,8,7.8464c-1.5214-1.5356-2.7285-.9321-3.2214-.5178A2.1663,2.1663,0,0,0,4.5059,10.38q.0567.0678.1187.1307L7.65,13.5678a.4978.4978,0,0,0,.7041.0031l.0031-.0031,3.025-3.0571a2.1694,2.1694,0,0,0-.0343-3.0679Q11.2866,7.3833,11.2211,7.3286Zm-.6032,2.3163q-.0257.03-.0536.0587L8,12.3,5.4357,9.7072a1.0224,1.0224,0,0,1,.0149-1.4457c.0193-.0189.0394-.037.06-.0543a1.048,1.048,0,0,1,1.3714.1321L8.0036,9.4714,9.125,8.3393a1.0429,1.0429,0,0,1,1.3715-.1321A1.02,1.02,0,0,1,10.6179,9.6449Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.9964,5.1429a2.2827,2.2827,0,0,0-.2714-1.0822L13.9715.7786A1.1381,1.1381,0,0,0,12.8893,0H3.1107A1.1444,1.1444,0,0,0,2.025.7821L.2715,4.0643A2.2828,2.2828,0,0,0,0,5.1465c.0035,2.1607,0,9.7106,0,9.7106A1.1417,1.1417,0,0,0,1.14,16H14.8571A1.1416,1.1416,0,0,0,16,14.86v-.0025S15.9964,7.3072,15.9964,5.1429Zm-7.425-4h4.3178l1.8143,3.4285H8.5711Zm-5.4607,0H7.4284V4.5714H1.2961ZM8,14.8572H1.1429s.0036-6.4679.0036-9.1429H14.8573c0,2.675.0035,9.1429.0035,9.1429Z'/%3E%3Cpath class='cls-1' d='M11.2211,7.3286C10.7246,6.9143,9.5175,6.3108,8,7.8464c-1.5214-1.5356-2.7285-.9321-3.2214-.5178A2.1663,2.1663,0,0,0,4.5059,10.38q.0567.0678.1187.1307L7.65,13.5678a.4978.4978,0,0,0,.7041.0031l.0031-.0031,3.025-3.0571a2.1694,2.1694,0,0,0-.0343-3.0679Q11.2866,7.3833,11.2211,7.3286Zm-.6032,2.3163q-.0257.03-.0536.0587L8,12.3,5.4357,9.7072a1.0224,1.0224,0,0,1,.0149-1.4457c.0193-.0189.0394-.037.06-.0543a1.048,1.048,0,0,1,1.3714.1321L8.0036,9.4714,9.125,8.3393a1.0429,1.0429,0,0,1,1.3715-.1321A1.02,1.02,0,0,1,10.6179,9.6449Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-cake {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.6669 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M13.7847,9.661a.3847.3847,0,0,0-.0193-.0956.3757.3757,0,0,0-.0241-.0514.3868.3868,0,0,0-.089-.1124.3486.3486,0,0,0-.0256-.026L8.4288,5.6662a.3891.3891,0,0,0-.2032-.065V3.8047c0-.01-.005-.0177-.0055-.0271L8.219,3.7591a1.0435,1.0435,0,0,0-.9761-1.0125,1.035,1.035,0,0,0-.9782,1.0113c-.0015.011-.0011.0219-.002.033L6.26,3.8047v.0318c0,.0115-.0021.0231-.0021.0346l.0021.0106V6.1144L2.4138,7.1808c-.01.0026-.0169.009-.026.0123a.38.38,0,0,0-.2118.1845.3664.3664,0,0,0-.0234.0464.3917.3917,0,0,0-.0213.1055c-.0009.0108-.0063.02-.0063.0311V13.47a.3942.3942,0,0,0,.3181.3868l10.8788,2.1358A.3865.3865,0,0,0,13.3977,16a.3939.3939,0,0,0,.3942-.3935v-5.91A.3561.3561,0,0,0,13.7847,9.661ZM7.0482,3.847l0-.0072L7.05,3.8325c.0121-.17.112-.2975.1934-.2975s.18.1264.1946.3221V7.0316H7.0482ZM6.26,6.9326v.4929a.3942.3942,0,0,0,.3941.3942H7.8317a.3939.3939,0,0,0,.3939-.394V6.49l3.46,2.4692L4.2307,7.495ZM2.9132,8.04l10.09,1.9812v.6693a1.4769,1.4769,0,0,0-.8771.6392c-.1429.1763-.3065.3818-.4011.3572-.0981-.0192-.1725-.2656-.2382-.483-.1167-.3872-.2768-.9176-.84-1.0289a1.226,1.226,0,0,0-1.1674.6355c-.1425.1759-.3041.3725-.3995.356-.0959-.0189-.17-.2636-.2348-.48-.1166-.3872-.2763-.9179-.84-1.03a1.2245,1.2245,0,0,0-1.1663.635c-.1418.1762-.3061.3745-.4.3568-.0974-.0189-.1717-.265-.2371-.4815-.1169-.3868-.277-.9169-.84-1.028-.5654-.11-.9126.32-1.1662.6346-.142.1759-.305.376-.4007.3568-.0973-.0188-.1714-.2644-.237-.4811a1.3853,1.3853,0,0,0-.6441-.966Zm10.09,7.0867-10.09-1.981V12.0613l10.09,1.981Zm0-1.8879-10.09-1.981V10.2083a.9909.9909,0,0,0,.73.6961c.5644.11.9111-.3214,1.1645-.6354.142-.176.3022-.3815.4-.3561.0981.0193.1724.265.238.4823.117.3876.2771.9175.8416,1.0273.5619.11.9106-.3214,1.1643-.6359.1418-.1759.3-.381.4-.356.0985.0193.1728.266.2385.4834.1164.3868.2761.9168.8388,1.0262s.91-.32,1.1631-.6347c.1433-.1767.3056-.3819.4019-.3569.0981.0193.1725.2657.2382.4831.1167.3872.2768.9172.84,1.0288a.9363.9363,0,0,0,.1782.0177,1.3554,1.3554,0,0,0,.989-.6535,2.3578,2.3578,0,0,1,.2637-.2941Z' transform='translate(-2.125)'/%3E%3Cpath class='cls-1' d='M7.2429,2.6718a.9862.9862,0,0,0,.9827-.9873c0-.2-.2073-1.6845-.9827-1.6845S6.26,1.4843,6.26,1.6845A.9863.9863,0,0,0,7.2429,2.6718Zm-.1947-.9873A2.392,2.392,0,0,1,7.2429.9356a2.398,2.398,0,0,1,.1946.7489.1947.1947,0,1,1-.3893.0062Z' transform='translate(-2.125)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.6669 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M13.7847,9.661a.3847.3847,0,0,0-.0193-.0956.3757.3757,0,0,0-.0241-.0514.3868.3868,0,0,0-.089-.1124.3486.3486,0,0,0-.0256-.026L8.4288,5.6662a.3891.3891,0,0,0-.2032-.065V3.8047c0-.01-.005-.0177-.0055-.0271L8.219,3.7591a1.0435,1.0435,0,0,0-.9761-1.0125,1.035,1.035,0,0,0-.9782,1.0113c-.0015.011-.0011.0219-.002.033L6.26,3.8047v.0318c0,.0115-.0021.0231-.0021.0346l.0021.0106V6.1144L2.4138,7.1808c-.01.0026-.0169.009-.026.0123a.38.38,0,0,0-.2118.1845.3664.3664,0,0,0-.0234.0464.3917.3917,0,0,0-.0213.1055c-.0009.0108-.0063.02-.0063.0311V13.47a.3942.3942,0,0,0,.3181.3868l10.8788,2.1358A.3865.3865,0,0,0,13.3977,16a.3939.3939,0,0,0,.3942-.3935v-5.91A.3561.3561,0,0,0,13.7847,9.661ZM7.0482,3.847l0-.0072L7.05,3.8325c.0121-.17.112-.2975.1934-.2975s.18.1264.1946.3221V7.0316H7.0482ZM6.26,6.9326v.4929a.3942.3942,0,0,0,.3941.3942H7.8317a.3939.3939,0,0,0,.3939-.394V6.49l3.46,2.4692L4.2307,7.495ZM2.9132,8.04l10.09,1.9812v.6693a1.4769,1.4769,0,0,0-.8771.6392c-.1429.1763-.3065.3818-.4011.3572-.0981-.0192-.1725-.2656-.2382-.483-.1167-.3872-.2768-.9176-.84-1.0289a1.226,1.226,0,0,0-1.1674.6355c-.1425.1759-.3041.3725-.3995.356-.0959-.0189-.17-.2636-.2348-.48-.1166-.3872-.2763-.9179-.84-1.03a1.2245,1.2245,0,0,0-1.1663.635c-.1418.1762-.3061.3745-.4.3568-.0974-.0189-.1717-.265-.2371-.4815-.1169-.3868-.277-.9169-.84-1.028-.5654-.11-.9126.32-1.1662.6346-.142.1759-.305.376-.4007.3568-.0973-.0188-.1714-.2644-.237-.4811a1.3853,1.3853,0,0,0-.6441-.966Zm10.09,7.0867-10.09-1.981V12.0613l10.09,1.981Zm0-1.8879-10.09-1.981V10.2083a.9909.9909,0,0,0,.73.6961c.5644.11.9111-.3214,1.1645-.6354.142-.176.3022-.3815.4-.3561.0981.0193.1724.265.238.4823.117.3876.2771.9175.8416,1.0273.5619.11.9106-.3214,1.1643-.6359.1418-.1759.3-.381.4-.356.0985.0193.1728.266.2385.4834.1164.3868.2761.9168.8388,1.0262s.91-.32,1.1631-.6347c.1433-.1767.3056-.3819.4019-.3569.0981.0193.1725.2657.2382.4831.1167.3872.2768.9172.84,1.0288a.9363.9363,0,0,0,.1782.0177,1.3554,1.3554,0,0,0,.989-.6535,2.3578,2.3578,0,0,1,.2637-.2941Z' transform='translate(-2.125)'/%3E%3Cpath class='cls-1' d='M7.2429,2.6718a.9862.9862,0,0,0,.9827-.9873c0-.2-.2073-1.6845-.9827-1.6845S6.26,1.4843,6.26,1.6845A.9863.9863,0,0,0,7.2429,2.6718Zm-.1947-.9873A2.392,2.392,0,0,1,7.2429.9356a2.398,2.398,0,0,1,.1946.7489.1947.1947,0,1,1-.3893.0062Z' transform='translate(-2.125)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-gem-shine {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.609 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.2492,8.6327a.381.381,0,0,0-.0185-.0922,641.3593,641.3593,0,0,1-.0425-.0943L12.6158,4.6649a.3957.3957,0,0,0-.3266-.1727H3.9615a.395.395,0,0,0-.3264.1727L1.0626,8.4462a.3776.3776,0,0,0-.0175.039.3652.3652,0,0,0-.0251.0555.386.386,0,0,0-.0185.0916.36.36,0,0,0-.0073.0361l.0031.0153a.3919.3919,0,0,0,.0222.11c.0036.0107.004.0224.0085.0326a.3918.3918,0,0,0,.0778.1171l.0036.0037.001.001L7.8432,15.88a.3948.3948,0,0,0,.5667,0l6.7308-6.9323,0,0,.004-.0041a.391.391,0,0,0,.0778-.1172c.0043-.01.0047-.0214.0083-.0318a.3947.3947,0,0,0,.0223-.1108l.003-.0151A.3524.3524,0,0,0,15.2492,8.6327Zm-5.6971.4355L8.0665,14.0646,6.688,9.0682ZM9.413,8.2106H6.8347L8.1722,5.76Zm-3.5457.8526L7.2736,14.16,2.3229,9.0632Zm4.5105,0h3.55L8.81,14.334Zm3.7376-.79H10.6869L12.213,5.4772Zm-4.0331-.5409L8.8413,5.2819H11.42ZM7.508,5.2819,6.1591,7.7568,4.9058,5.2819Zm-3.4234.1263L5.5354,8.2735h-3.4Z' transform='translate(-0.2)'/%3E%3Cpath class='cls-1' d='M8.0848,3.81A.3948.3948,0,0,0,8.48,3.4146V.3949a.3949.3949,0,1,0-.79,0v3.02A.3949.3949,0,0,0,8.0848,3.81Z' transform='translate(-0.2)'/%3E%3Cpath class='cls-1' d='M12.8336,4.2309a.3953.3953,0,0,0,.536-.1575l1.4442-2.6457a.3949.3949,0,1,0-.6934-.3783L12.6763,3.6951A.395.395,0,0,0,12.8336,4.2309Z' transform='translate(-0.2)'/%3E%3Cpath class='cls-1' d='M2.8207,4.0734a.3949.3949,0,1,0,.6933-.3783L2.07,1.0494a.3949.3949,0,0,0-.6934.3783Z' transform='translate(-0.2)'/%3E%3Cpath class='cls-1' d='M5.2274,3.2879a.3952.3952,0,0,0,.38.2881.387.387,0,0,0,.1072-.0151.3946.3946,0,0,0,.273-.487L5.5091,1.3747a.3948.3948,0,0,0-.76.214Z' transform='translate(-0.2)'/%3E%3Cpath class='cls-1' d='M10.4552,3.5609a.3849.3849,0,0,0,.1072.0151.3951.3951,0,0,0,.38-.2881L11.42,1.5887a.395.395,0,0,0-.7605-.214l-.4781,1.6992A.3947.3947,0,0,0,10.4552,3.5609Z' transform='translate(-0.2)'/%3E%3Cpath class='cls-1' d='M1.7253,5.8756a.3949.3949,0,0,0,.2262-.7188L.8207,4.369a.3948.3948,0,0,0-.4516.6478L1.5,5.8046A.3929.3929,0,0,0,1.7253,5.8756Z' transform='translate(-0.2)'/%3E%3Cpath class='cls-1' d='M15.7381,4.4669a.3955.3955,0,0,0-.55-.0977L14.06,5.157a.3948.3948,0,1,0,.4519.6474L15.64,5.0166A.3949.3949,0,0,0,15.7381,4.4669Z' transform='translate(-0.2)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.609 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.2492,8.6327a.381.381,0,0,0-.0185-.0922,641.3593,641.3593,0,0,1-.0425-.0943L12.6158,4.6649a.3957.3957,0,0,0-.3266-.1727H3.9615a.395.395,0,0,0-.3264.1727L1.0626,8.4462a.3776.3776,0,0,0-.0175.039.3652.3652,0,0,0-.0251.0555.386.386,0,0,0-.0185.0916.36.36,0,0,0-.0073.0361l.0031.0153a.3919.3919,0,0,0,.0222.11c.0036.0107.004.0224.0085.0326a.3918.3918,0,0,0,.0778.1171l.0036.0037.001.001L7.8432,15.88a.3948.3948,0,0,0,.5667,0l6.7308-6.9323,0,0,.004-.0041a.391.391,0,0,0,.0778-.1172c.0043-.01.0047-.0214.0083-.0318a.3947.3947,0,0,0,.0223-.1108l.003-.0151A.3524.3524,0,0,0,15.2492,8.6327Zm-5.6971.4355L8.0665,14.0646,6.688,9.0682ZM9.413,8.2106H6.8347L8.1722,5.76Zm-3.5457.8526L7.2736,14.16,2.3229,9.0632Zm4.5105,0h3.55L8.81,14.334Zm3.7376-.79H10.6869L12.213,5.4772Zm-4.0331-.5409L8.8413,5.2819H11.42ZM7.508,5.2819,6.1591,7.7568,4.9058,5.2819Zm-3.4234.1263L5.5354,8.2735h-3.4Z' transform='translate(-0.2)'/%3E%3Cpath class='cls-1' d='M8.0848,3.81A.3948.3948,0,0,0,8.48,3.4146V.3949a.3949.3949,0,1,0-.79,0v3.02A.3949.3949,0,0,0,8.0848,3.81Z' transform='translate(-0.2)'/%3E%3Cpath class='cls-1' d='M12.8336,4.2309a.3953.3953,0,0,0,.536-.1575l1.4442-2.6457a.3949.3949,0,1,0-.6934-.3783L12.6763,3.6951A.395.395,0,0,0,12.8336,4.2309Z' transform='translate(-0.2)'/%3E%3Cpath class='cls-1' d='M2.8207,4.0734a.3949.3949,0,1,0,.6933-.3783L2.07,1.0494a.3949.3949,0,0,0-.6934.3783Z' transform='translate(-0.2)'/%3E%3Cpath class='cls-1' d='M5.2274,3.2879a.3952.3952,0,0,0,.38.2881.387.387,0,0,0,.1072-.0151.3946.3946,0,0,0,.273-.487L5.5091,1.3747a.3948.3948,0,0,0-.76.214Z' transform='translate(-0.2)'/%3E%3Cpath class='cls-1' d='M10.4552,3.5609a.3849.3849,0,0,0,.1072.0151.3951.3951,0,0,0,.38-.2881L11.42,1.5887a.395.395,0,0,0-.7605-.214l-.4781,1.6992A.3947.3947,0,0,0,10.4552,3.5609Z' transform='translate(-0.2)'/%3E%3Cpath class='cls-1' d='M1.7253,5.8756a.3949.3949,0,0,0,.2262-.7188L.8207,4.369a.3948.3948,0,0,0-.4516.6478L1.5,5.8046A.3929.3929,0,0,0,1.7253,5.8756Z' transform='translate(-0.2)'/%3E%3Cpath class='cls-1' d='M15.7381,4.4669a.3955.3955,0,0,0-.55-.0977L14.06,5.157a.3948.3948,0,1,0,.4519.6474L15.64,5.0166A.3949.3949,0,0,0,15.7381,4.4669Z' transform='translate(-0.2)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-shopping-bags {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.85 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15,4.16H12.84v-1A2.9,2.9,0,0,0,11.79.81,3.4,3.4,0,0,0,9,.15a.38.38,0,0,0-.3.45.39.39,0,0,0,.45.3,2.62,2.62,0,0,1,2.16.49,2.2,2.2,0,0,1,.78,1.77v1H9.38V3.08A3,3,0,0,0,8.23.65,3.46,3.46,0,0,0,4.69.35,2.93,2.93,0,0,0,3.06,3.08V4.16H.88a.38.38,0,0,0-.38.38V15.62A.38.38,0,0,0,.88,16H15a.38.38,0,0,0,.38-.38V4.54A.38.38,0,0,0,15,4.16ZM3.82,3.08A2.15,2.15,0,0,1,5,1a2.69,2.69,0,0,1,2.74.22,2.19,2.19,0,0,1,.84,1.82V4.16H7.28v-1a1.75,1.75,0,0,1,.39-1.25.38.38,0,1,0-.6-.46,2.5,2.5,0,0,0-.55,1.71v1H3.82ZM1.26,4.92H11V15.24H1.26ZM11.75,15.24V4.92h1.06V15.24Zm2.84,0h-1V4.92h1Z' transform='translate(-0.5)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.85 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15,4.16H12.84v-1A2.9,2.9,0,0,0,11.79.81,3.4,3.4,0,0,0,9,.15a.38.38,0,0,0-.3.45.39.39,0,0,0,.45.3,2.62,2.62,0,0,1,2.16.49,2.2,2.2,0,0,1,.78,1.77v1H9.38V3.08A3,3,0,0,0,8.23.65,3.46,3.46,0,0,0,4.69.35,2.93,2.93,0,0,0,3.06,3.08V4.16H.88a.38.38,0,0,0-.38.38V15.62A.38.38,0,0,0,.88,16H15a.38.38,0,0,0,.38-.38V4.54A.38.38,0,0,0,15,4.16ZM3.82,3.08A2.15,2.15,0,0,1,5,1a2.69,2.69,0,0,1,2.74.22,2.19,2.19,0,0,1,.84,1.82V4.16H7.28v-1a1.75,1.75,0,0,1,.39-1.25.38.38,0,1,0-.6-.46,2.5,2.5,0,0,0-.55,1.71v1H3.82ZM1.26,4.92H11V15.24H1.26ZM11.75,15.24V4.92h1.06V15.24Zm2.84,0h-1V4.92h1Z' transform='translate(-0.5)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-truck {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9.7026'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M16,8.2745a2.4317,2.4317,0,0,0-.5574-1.5438l-.9665-1.1695a2.4176,2.4176,0,0,0-1.8713-.875H12.07V3.942a.747.747,0,0,0-.75-.742H3.3077a.774.774,0,0,0-.7777.7687v1.12H1.1842a.3032.3032,0,1,0,0,.6064H4.2917a.3032.3032,0,1,0,0-.6064H3.1364v-1.12a.1673.1673,0,0,1,.1713-.1623H11.32a.14.14,0,0,1,.144.1356V9.4691H3.3077a.1674.1674,0,0,1-.1713-.1625V7.6945H4.3072a.3033.3033,0,0,0,0-.6065H.3032a.3033.3033,0,0,0,0,.6065H2.53V9.3066a.7741.7741,0,0,0,.7777.7689H4.5151a1.4786,1.4786,0,0,0-.88.9139H2.8838a.3032.3032,0,0,0,0,.6064h.6875a1.4879,1.4879,0,0,0,2.9536,0h5.3382a1.4879,1.4879,0,0,0,2.9537,0h.4074a.7705.7705,0,0,0,.7739-.7649V9.7816L16,9.7723ZM12.6048,5.2926a1.8124,1.8124,0,0,1,1.4037.655l.9665,1.1693a1.824,1.824,0,0,1,.4186,1.1576V9.4691H12.07V5.2926Zm-.8381,4.7829h1.04a1.4785,1.4785,0,0,0-.88.9139H6.461a1.4787,1.4787,0,0,0-.88-.9139ZM5.048,12.2962a.8569.8569,0,1,1,.8792-.8568A.8692.8692,0,0,1,5.048,12.2962Zm8.2921,0a.8569.8569,0,1,1,.879-.8568A.8692.8692,0,0,1,13.34,12.2962Zm1.8841-1.3068h-.4713a1.4786,1.4786,0,0,0-.88-.9139h1.5187v.7554A.1633.1633,0,0,1,15.2242,10.9894Z' transform='translate(0 -3.2)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9.7026'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M16,8.2745a2.4317,2.4317,0,0,0-.5574-1.5438l-.9665-1.1695a2.4176,2.4176,0,0,0-1.8713-.875H12.07V3.942a.747.747,0,0,0-.75-.742H3.3077a.774.774,0,0,0-.7777.7687v1.12H1.1842a.3032.3032,0,1,0,0,.6064H4.2917a.3032.3032,0,1,0,0-.6064H3.1364v-1.12a.1673.1673,0,0,1,.1713-.1623H11.32a.14.14,0,0,1,.144.1356V9.4691H3.3077a.1674.1674,0,0,1-.1713-.1625V7.6945H4.3072a.3033.3033,0,0,0,0-.6065H.3032a.3033.3033,0,0,0,0,.6065H2.53V9.3066a.7741.7741,0,0,0,.7777.7689H4.5151a1.4786,1.4786,0,0,0-.88.9139H2.8838a.3032.3032,0,0,0,0,.6064h.6875a1.4879,1.4879,0,0,0,2.9536,0h5.3382a1.4879,1.4879,0,0,0,2.9537,0h.4074a.7705.7705,0,0,0,.7739-.7649V9.7816L16,9.7723ZM12.6048,5.2926a1.8124,1.8124,0,0,1,1.4037.655l.9665,1.1693a1.824,1.824,0,0,1,.4186,1.1576V9.4691H12.07V5.2926Zm-.8381,4.7829h1.04a1.4785,1.4785,0,0,0-.88.9139H6.461a1.4787,1.4787,0,0,0-.88-.9139ZM5.048,12.2962a.8569.8569,0,1,1,.8792-.8568A.8692.8692,0,0,1,5.048,12.2962Zm8.2921,0a.8569.8569,0,1,1,.879-.8568A.8692.8692,0,0,1,13.34,12.2962Zm1.8841-1.3068h-.4713a1.4786,1.4786,0,0,0-.88-.9139h1.5187v.7554A.1633.1633,0,0,1,15.2242,10.9894Z' transform='translate(0 -3.2)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-reward {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.3909 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M9.2813,8.4394A2.4838,2.4838,0,0,0,8.71,8.134a5.485,5.485,0,0,0-.5383-.1755l-.2421-.0651V5.7592a1.6154,1.6154,0,0,1,.732.2274A.95.95,0,0,1,9.1029,6.7h.7258a1.4463,1.4463,0,0,0-.29-.8377A1.8411,1.8411,0,0,0,8.8,5.2819a2.4475,2.4475,0,0,0-.8711-.1964V4.3776H7.4334v.7187a2.4853,2.4853,0,0,0-.7713.1886A1.8686,1.8686,0,0,0,5.9,5.89a1.5026,1.5026,0,0,0-.2813.9073A1.3083,1.3083,0,0,0,6.0421,7.81a2.8382,2.8382,0,0,0,1.1493.5958l.242.0692v2.2835a2.0594,2.0594,0,0,1-.4477-.09A1.2787,1.2787,0,0,1,6.46,10.33a.9685.9685,0,0,1-.2359-.5807H5.4493a1.7083,1.7083,0,0,0,.3115.8922,1.8355,1.8355,0,0,0,.7622.5988,2.7182,2.7182,0,0,0,.91.1939V12.12h.4959v-.6884a2.6549,2.6549,0,0,0,.9588-.216,1.7908,1.7908,0,0,0,.7622-.6441,1.631,1.631,0,0,0,.2631-.9074,1.4128,1.4128,0,0,0-.1784-.7349A1.5559,1.5559,0,0,0,9.2813,8.4394ZM7.1642,7.6712a2.2074,2.2074,0,0,1-.3932-.1905,1.0488,1.0488,0,0,1-.3085-.2934.7563.7563,0,0,1-.118-.4265.8777.8777,0,0,1,.1694-.5293,1.1493,1.1493,0,0,1,.4779-.3659,1.6531,1.6531,0,0,1,.4416-.1091V7.7552C7.347,7.73,7.2618,7.7057,7.1642,7.6712ZM8.9879,10.245a1.3248,1.3248,0,0,1-.5413.3932,1.9254,1.9254,0,0,1-.5173.1174V8.617l.0242.0069a4.77,4.77,0,0,1,.608.2117,1.2647,1.2647,0,0,1,.4536.3146.7259.7259,0,0,1,.1724.502A.9317.9317,0,0,1,8.9879,10.245Z' transform='translate(-0.25)'/%3E%3Cpath class='cls-1' d='M15.5629,7.7638l-1.159-1.5579.2554-1.957a.3954.3954,0,0,0-.237-.4149l-1.7431-.7415L11.9639,1.27a.3981.3981,0,0,0-.4241-.2472l-1.86.2659L8.1939.0882a.3942.3942,0,0,0-.497,0l-1.4858,1.2-1.86-.2659a.4.4,0,0,0-.4242.2475L3.2142,3.0925,1.4694,3.834A.3956.3956,0,0,0,1.232,4.25L1.49,6.2059.3284,7.7636a.3957.3957,0,0,0,0,.4728L1.49,9.7941,1.232,11.7505a.3958.3958,0,0,0,.2374.4158l1.7448.7415L3.9271,14.73a.4012.4012,0,0,0,.4245.2472l1.8595-.2662,1.4858,1.2007a.3952.3952,0,0,0,.497,0L9.68,14.7114l1.86.2662a.3993.3993,0,0,0,.4241-.2472l.7153-1.8226,1.7431-.742a.3948.3948,0,0,0,.237-.4147l-.2554-1.957,1.159-1.5579A.3966.3966,0,0,0,15.5629,7.7638Zm-1.8892,1.687a.3956.3956,0,0,0-.0748.2869l.2376,1.8179-1.62.69a.3976.3976,0,0,0-.2132.2192l-.6613,1.686-1.721-.2465a.3978.3978,0,0,0-.3042.0837l-1.3712,1.108-1.3711-1.108A.3971.3971,0,0,0,6.3257,13.9a.4412.4412,0,0,0-.0561.0042l-1.72.2459L3.89,12.4646a.3977.3977,0,0,0-.2136-.22l-1.6213-.6892.2392-1.8173A.3966.3966,0,0,0,2.2194,9.45L1.1385,8,2.2194,6.55a.3966.3966,0,0,0,.0752-.2881L2.0554,4.4441l1.6213-.6889a.3968.3968,0,0,0,.2136-.22L4.55,1.85l1.72.2459a.3978.3978,0,0,0,.3045-.084L7.9455.9042,9.3167,2.0119a.394.394,0,0,0,.3042.084l1.721-.2459.6613,1.6857a.3975.3975,0,0,0,.2132.22l1.62.6889-.2376,1.8182a.3971.3971,0,0,0,.0748.2872L14.7526,8Z' transform='translate(-0.25)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.3909 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M9.2813,8.4394A2.4838,2.4838,0,0,0,8.71,8.134a5.485,5.485,0,0,0-.5383-.1755l-.2421-.0651V5.7592a1.6154,1.6154,0,0,1,.732.2274A.95.95,0,0,1,9.1029,6.7h.7258a1.4463,1.4463,0,0,0-.29-.8377A1.8411,1.8411,0,0,0,8.8,5.2819a2.4475,2.4475,0,0,0-.8711-.1964V4.3776H7.4334v.7187a2.4853,2.4853,0,0,0-.7713.1886A1.8686,1.8686,0,0,0,5.9,5.89a1.5026,1.5026,0,0,0-.2813.9073A1.3083,1.3083,0,0,0,6.0421,7.81a2.8382,2.8382,0,0,0,1.1493.5958l.242.0692v2.2835a2.0594,2.0594,0,0,1-.4477-.09A1.2787,1.2787,0,0,1,6.46,10.33a.9685.9685,0,0,1-.2359-.5807H5.4493a1.7083,1.7083,0,0,0,.3115.8922,1.8355,1.8355,0,0,0,.7622.5988,2.7182,2.7182,0,0,0,.91.1939V12.12h.4959v-.6884a2.6549,2.6549,0,0,0,.9588-.216,1.7908,1.7908,0,0,0,.7622-.6441,1.631,1.631,0,0,0,.2631-.9074,1.4128,1.4128,0,0,0-.1784-.7349A1.5559,1.5559,0,0,0,9.2813,8.4394ZM7.1642,7.6712a2.2074,2.2074,0,0,1-.3932-.1905,1.0488,1.0488,0,0,1-.3085-.2934.7563.7563,0,0,1-.118-.4265.8777.8777,0,0,1,.1694-.5293,1.1493,1.1493,0,0,1,.4779-.3659,1.6531,1.6531,0,0,1,.4416-.1091V7.7552C7.347,7.73,7.2618,7.7057,7.1642,7.6712ZM8.9879,10.245a1.3248,1.3248,0,0,1-.5413.3932,1.9254,1.9254,0,0,1-.5173.1174V8.617l.0242.0069a4.77,4.77,0,0,1,.608.2117,1.2647,1.2647,0,0,1,.4536.3146.7259.7259,0,0,1,.1724.502A.9317.9317,0,0,1,8.9879,10.245Z' transform='translate(-0.25)'/%3E%3Cpath class='cls-1' d='M15.5629,7.7638l-1.159-1.5579.2554-1.957a.3954.3954,0,0,0-.237-.4149l-1.7431-.7415L11.9639,1.27a.3981.3981,0,0,0-.4241-.2472l-1.86.2659L8.1939.0882a.3942.3942,0,0,0-.497,0l-1.4858,1.2-1.86-.2659a.4.4,0,0,0-.4242.2475L3.2142,3.0925,1.4694,3.834A.3956.3956,0,0,0,1.232,4.25L1.49,6.2059.3284,7.7636a.3957.3957,0,0,0,0,.4728L1.49,9.7941,1.232,11.7505a.3958.3958,0,0,0,.2374.4158l1.7448.7415L3.9271,14.73a.4012.4012,0,0,0,.4245.2472l1.8595-.2662,1.4858,1.2007a.3952.3952,0,0,0,.497,0L9.68,14.7114l1.86.2662a.3993.3993,0,0,0,.4241-.2472l.7153-1.8226,1.7431-.742a.3948.3948,0,0,0,.237-.4147l-.2554-1.957,1.159-1.5579A.3966.3966,0,0,0,15.5629,7.7638Zm-1.8892,1.687a.3956.3956,0,0,0-.0748.2869l.2376,1.8179-1.62.69a.3976.3976,0,0,0-.2132.2192l-.6613,1.686-1.721-.2465a.3978.3978,0,0,0-.3042.0837l-1.3712,1.108-1.3711-1.108A.3971.3971,0,0,0,6.3257,13.9a.4412.4412,0,0,0-.0561.0042l-1.72.2459L3.89,12.4646a.3977.3977,0,0,0-.2136-.22l-1.6213-.6892.2392-1.8173A.3966.3966,0,0,0,2.2194,9.45L1.1385,8,2.2194,6.55a.3966.3966,0,0,0,.0752-.2881L2.0554,4.4441l1.6213-.6889a.3968.3968,0,0,0,.2136-.22L4.55,1.85l1.72.2459a.3978.3978,0,0,0,.3045-.084L7.9455.9042,9.3167,2.0119a.394.394,0,0,0,.3042.084l1.721-.2459.6613,1.6857a.3975.3975,0,0,0,.2132.22l1.62.6889-.2376,1.8182a.3971.3971,0,0,0,.0748.2872L14.7526,8Z' transform='translate(-0.25)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-vip-star-white {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.8871 16'%3E%3Cpath d='M12.283,9.0735l2.59-2.5242a1.2312,1.2312,0,0,0-.6823-2.1l-3.5789-.52L9.011.6863a1.2313,1.2313,0,0,0-2.2082,0l-1.6,3.2428-3.5786.52a1.2312,1.2312,0,0,0-.6824,2.1l2.59,2.5242L2.92,12.6377a1.2313,1.2313,0,0,0,1.7865,1.298l3.2008-1.6828,3.2009,1.6828a1.2313,1.2313,0,0,0,1.7865-1.298ZM3.5447,12.7448l.6676-3.8927L1.3841,6.0951A.5971.5971,0,0,1,1.715,5.0767l3.9086-.5678L7.3715.9671a.597.597,0,0,1,1.0708,0L10.19,4.5089l3.9086.5678A.5971.5971,0,0,1,14.43,6.0951l-2.8283,2.757.6677,3.8927a.597.597,0,0,1-.8662.6294l-3.496-1.8379L4.411,13.3742a.597.597,0,0,1-.8663-.6294Z'/%3E%3Cpath d='M11.9375,2.2278l.0334.0209a.423.423,0,0,0,.57-.1718L12.94,1.44a.4229.4229,0,0,0-.0946-.588L12.8115.8312a.4229.4229,0,0,0-.57.1719l-.3985.6367A.423.423,0,0,0,11.9375,2.2278Z'/%3E%3Cpath d='M15.583,9.8483,14.88,9.5844a.4231.4231,0,0,0-.5574.21l-.0138.0369a.4229.4229,0,0,0,.2819.5246l.7033.2639a.4231.4231,0,0,0,.5574-.21l.0138-.0369A.4229.4229,0,0,0,15.583,9.8483Z'/%3E%3Cpath d='M7.9415,14.3518l-.0394.0015a.423.423,0,0,0-.3757.4621l.0272.7507A.4231.4231,0,0,0,7.9618,16l.0394-.0015a.423.423,0,0,0,.3757-.4621L8.35,14.7855A.4231.4231,0,0,0,7.9415,14.3518Z'/%3E%3Cpath d='M1.6163,9.903a.4231.4231,0,0,0-.523-.2849L.36,9.782a.4229.4229,0,0,0-.3518.48l.0086.0385a.4229.4229,0,0,0,.5229.2849l.7331-.1639a.423.423,0,0,0,.3519-.4805Z'/%3E%3Cpath d='M3.4072,2.0874a.4229.4229,0,0,0,.5824.1241l.0316-.0236a.423.423,0,0,0,.0457-.5938L3.617.9925A.4231.4231,0,0,0,3.0345.8684L3.0029.8921a.423.423,0,0,0-.0456.5938Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.8871 16'%3E%3Cpath d='M12.283,9.0735l2.59-2.5242a1.2312,1.2312,0,0,0-.6823-2.1l-3.5789-.52L9.011.6863a1.2313,1.2313,0,0,0-2.2082,0l-1.6,3.2428-3.5786.52a1.2312,1.2312,0,0,0-.6824,2.1l2.59,2.5242L2.92,12.6377a1.2313,1.2313,0,0,0,1.7865,1.298l3.2008-1.6828,3.2009,1.6828a1.2313,1.2313,0,0,0,1.7865-1.298ZM3.5447,12.7448l.6676-3.8927L1.3841,6.0951A.5971.5971,0,0,1,1.715,5.0767l3.9086-.5678L7.3715.9671a.597.597,0,0,1,1.0708,0L10.19,4.5089l3.9086.5678A.5971.5971,0,0,1,14.43,6.0951l-2.8283,2.757.6677,3.8927a.597.597,0,0,1-.8662.6294l-3.496-1.8379L4.411,13.3742a.597.597,0,0,1-.8663-.6294Z'/%3E%3Cpath d='M11.9375,2.2278l.0334.0209a.423.423,0,0,0,.57-.1718L12.94,1.44a.4229.4229,0,0,0-.0946-.588L12.8115.8312a.4229.4229,0,0,0-.57.1719l-.3985.6367A.423.423,0,0,0,11.9375,2.2278Z'/%3E%3Cpath d='M15.583,9.8483,14.88,9.5844a.4231.4231,0,0,0-.5574.21l-.0138.0369a.4229.4229,0,0,0,.2819.5246l.7033.2639a.4231.4231,0,0,0,.5574-.21l.0138-.0369A.4229.4229,0,0,0,15.583,9.8483Z'/%3E%3Cpath d='M7.9415,14.3518l-.0394.0015a.423.423,0,0,0-.3757.4621l.0272.7507A.4231.4231,0,0,0,7.9618,16l.0394-.0015a.423.423,0,0,0,.3757-.4621L8.35,14.7855A.4231.4231,0,0,0,7.9415,14.3518Z'/%3E%3Cpath d='M1.6163,9.903a.4231.4231,0,0,0-.523-.2849L.36,9.782a.4229.4229,0,0,0-.3518.48l.0086.0385a.4229.4229,0,0,0,.5229.2849l.7331-.1639a.423.423,0,0,0,.3519-.4805Z'/%3E%3Cpath d='M3.4072,2.0874a.4229.4229,0,0,0,.5824.1241l.0316-.0236a.423.423,0,0,0,.0457-.5938L3.617.9925A.4231.4231,0,0,0,3.0345.8684L3.0029.8921a.423.423,0,0,0-.0456.5938Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-vip-star-black {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15.925'%3E%3Cpath d='M12.1432,8.88l2.7187-2.65a1.0072,1.0072,0,0,0-.5583-1.7182l-3.757-.546L8.8665.5616a1.0074,1.0074,0,0,0-1.8068,0L5.38,3.966l-3.7569.546A1.0073,1.0073,0,0,0,1.0643,6.23L3.7829,8.88l-.6418,3.7417a1.0061,1.0061,0,0,0,1.4617,1.0619l3.36-1.7666,3.36,1.7666a1.0073,1.0073,0,0,0,1.4617-1.0619Z' transform='translate(0)'/%3E%3Cpath d='M12.0223,2.055l.0337.021a.426.426,0,0,0,.5742-.1731l.4014-.6413A.426.426,0,0,0,12.9362.67L12.9026.6484a.4261.4261,0,0,0-.5743.1731l-.4013.6413A.426.426,0,0,0,12.0223,2.055Z' transform='translate(0)'/%3E%3Cpath d='M15.6937,9.73l-.7083-.2658a.426.426,0,0,0-.5613.2113l-.014.0372a.426.426,0,0,0,.2839.5283l.7084.2657a.4259.4259,0,0,0,.5613-.2112l.0139-.0372A.4258.4258,0,0,0,15.6937,9.73Z' transform='translate(0)'/%3E%3Cpath d='M7.998,14.2651l-.04.0015a.426.426,0,0,0-.3784.4654l.0274.756a.4261.4261,0,0,0,.4111.4368l.04-.0015a.426.426,0,0,0,.3783-.4654l-.0274-.756A.426.426,0,0,0,7.998,14.2651Z' transform='translate(0)'/%3E%3Cpath d='M1.6277,9.7847a.426.426,0,0,0-.5266-.287l-.7383.1651a.426.426,0,0,0-.3544.4839l.0087.0388a.426.426,0,0,0,.5267.2869l.7383-.165a.426.426,0,0,0,.3543-.4839Z' transform='translate(0)'/%3E%3Cpath d='M3.4314,1.9136a.4259.4259,0,0,0,.5866.1249L4.05,2.0147a.426.426,0,0,0,.046-.598L3.6427.8109a.426.426,0,0,0-.5866-.125L3.0243.71a.426.426,0,0,0-.046.598Z' transform='translate(0)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15.925'%3E%3Cpath d='M12.1432,8.88l2.7187-2.65a1.0072,1.0072,0,0,0-.5583-1.7182l-3.757-.546L8.8665.5616a1.0074,1.0074,0,0,0-1.8068,0L5.38,3.966l-3.7569.546A1.0073,1.0073,0,0,0,1.0643,6.23L3.7829,8.88l-.6418,3.7417a1.0061,1.0061,0,0,0,1.4617,1.0619l3.36-1.7666,3.36,1.7666a1.0073,1.0073,0,0,0,1.4617-1.0619Z' transform='translate(0)'/%3E%3Cpath d='M12.0223,2.055l.0337.021a.426.426,0,0,0,.5742-.1731l.4014-.6413A.426.426,0,0,0,12.9362.67L12.9026.6484a.4261.4261,0,0,0-.5743.1731l-.4013.6413A.426.426,0,0,0,12.0223,2.055Z' transform='translate(0)'/%3E%3Cpath d='M15.6937,9.73l-.7083-.2658a.426.426,0,0,0-.5613.2113l-.014.0372a.426.426,0,0,0,.2839.5283l.7084.2657a.4259.4259,0,0,0,.5613-.2112l.0139-.0372A.4258.4258,0,0,0,15.6937,9.73Z' transform='translate(0)'/%3E%3Cpath d='M7.998,14.2651l-.04.0015a.426.426,0,0,0-.3784.4654l.0274.756a.4261.4261,0,0,0,.4111.4368l.04-.0015a.426.426,0,0,0,.3783-.4654l-.0274-.756A.426.426,0,0,0,7.998,14.2651Z' transform='translate(0)'/%3E%3Cpath d='M1.6277,9.7847a.426.426,0,0,0-.5266-.287l-.7383.1651a.426.426,0,0,0-.3544.4839l.0087.0388a.426.426,0,0,0,.5267.2869l.7383-.165a.426.426,0,0,0,.3543-.4839Z' transform='translate(0)'/%3E%3Cpath d='M3.4314,1.9136a.4259.4259,0,0,0,.5866.1249L4.05,2.0147a.426.426,0,0,0,.046-.598L3.6427.8109a.426.426,0,0,0-.5866-.125L3.0243.71a.426.426,0,0,0-.046.598Z' transform='translate(0)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-gem {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14.4892'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.9531,5.5213,13.167.9142A.3343.3343,0,0,0,12.8809.75H3.12a.3343.3343,0,0,0-.2861.1642L.0481,5.5213a.3416.3416,0,0,0,.0334.3961L7.7478,15.12a.3282.3282,0,0,0,.5056,0L15.92,5.9174A.3462.3462,0,0,0,15.9531,5.5213ZM9.5841,1.7688l1.5776,3.5091H4.837L6.4175,1.7688Zm-6.0861,0H5.3173L3.74,5.2779H1.4342ZM1.7009,6.1835H3.7286l2.2722,5.4334Zm6.3,7.4652L4.812,6.1835h6.3747Zm2-2.0318,2.2721-5.4334H14.3Zm2.2608-6.339L10.6836,1.7688H12.503l2.0638,3.5091Z' transform='translate(0 -0.75)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14.4892'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.9531,5.5213,13.167.9142A.3343.3343,0,0,0,12.8809.75H3.12a.3343.3343,0,0,0-.2861.1642L.0481,5.5213a.3416.3416,0,0,0,.0334.3961L7.7478,15.12a.3282.3282,0,0,0,.5056,0L15.92,5.9174A.3462.3462,0,0,0,15.9531,5.5213ZM9.5841,1.7688l1.5776,3.5091H4.837L6.4175,1.7688Zm-6.0861,0H5.3173L3.74,5.2779H1.4342ZM1.7009,6.1835H3.7286l2.2722,5.4334Zm6.3,7.4652L4.812,6.1835h6.3747Zm2-2.0318,2.2721-5.4334H14.3Zm2.2608-6.339L10.6836,1.7688H12.503l2.0638,3.5091Z' transform='translate(0 -0.75)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-bahai {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M12.07,5.8465l3.4376.4825a.58.58,0,0,1,.1885,1.0835L12.6285,9.0581l2.3275,2.6106a.58.58,0,0,1-.415.9666.5974.5974,0,0,1-.1272-.0141l-3.3929-.7391.1284,3.5173a.5721.5721,0,0,1-.5429.6C10.5956,16,10.5848,16,10.574,16a.5515.5515,0,0,1-.4437-.2244L8,12.9975,5.8692,15.7756A.5513.5513,0,0,1,5.4252,16a.5724.5724,0,0,1-.576-.5687c0-.0107,0-.0213.0007-.0319l.1285-3.5173-3.393.7391a.5787.5787,0,0,1-.1272.0141.58.58,0,0,1-.415-.9666l2.3279-2.61L.3035,7.4128A.58.58,0,0,1,.492,6.3293L3.93,5.8468,2.6227,2.5862a.5794.5794,0,0,1,.5278-.7985.5617.5617,0,0,1,.3028.0913L6.3921,3.7506,7.4575.4008a.5671.5671,0,0,1,1.0843,0L9.6075,3.75l2.9387-1.8716a.56.56,0,0,1,.3029-.0913.5794.5794,0,0,1,.5278.7985Zm-1.023,2.9291,1.12-.6013,1.9277-1.0337-2.16-.3031-1.2556-.1763.4772-1.191.8209-2.0484L10.1312,4.5974l-1.0735.6835L8.6686,4.0574,7.9992,1.953,7.33,4.0571,6.9411,5.2806,5.8677,4.5971,4.0214,3.4215,4.8423,5.47,5.32,6.6611l-1.2557.1763-2.16.3031,1.9272,1.034,1.1206.6011-.85.9534L2.64,11.369l2.1316-.4643,1.2391-.27-.0469,1.2847-.0806,2.21,1.3384-1.7454.7781-1.0147.7782,1.0147,1.3385,1.7454-.0807-2.21-.0468-1.2847,1.2391.27,2.1315.4643-1.4622-1.64Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M12.07,5.8465l3.4376.4825a.58.58,0,0,1,.1885,1.0835L12.6285,9.0581l2.3275,2.6106a.58.58,0,0,1-.415.9666.5974.5974,0,0,1-.1272-.0141l-3.3929-.7391.1284,3.5173a.5721.5721,0,0,1-.5429.6C10.5956,16,10.5848,16,10.574,16a.5515.5515,0,0,1-.4437-.2244L8,12.9975,5.8692,15.7756A.5513.5513,0,0,1,5.4252,16a.5724.5724,0,0,1-.576-.5687c0-.0107,0-.0213.0007-.0319l.1285-3.5173-3.393.7391a.5787.5787,0,0,1-.1272.0141.58.58,0,0,1-.415-.9666l2.3279-2.61L.3035,7.4128A.58.58,0,0,1,.492,6.3293L3.93,5.8468,2.6227,2.5862a.5794.5794,0,0,1,.5278-.7985.5617.5617,0,0,1,.3028.0913L6.3921,3.7506,7.4575.4008a.5671.5671,0,0,1,1.0843,0L9.6075,3.75l2.9387-1.8716a.56.56,0,0,1,.3029-.0913.5794.5794,0,0,1,.5278.7985Zm-1.023,2.9291,1.12-.6013,1.9277-1.0337-2.16-.3031-1.2556-.1763.4772-1.191.8209-2.0484L10.1312,4.5974l-1.0735.6835L8.6686,4.0574,7.9992,1.953,7.33,4.0571,6.9411,5.2806,5.8677,4.5971,4.0214,3.4215,4.8423,5.47,5.32,6.6611l-1.2557.1763-2.16.3031,1.9272,1.034,1.1206.6011-.85.9534L2.64,11.369l2.1316-.4643,1.2391-.27-.0469,1.2847-.0806,2.21,1.3384-1.7454.7781-1.0147.7782,1.0147,1.3385,1.7454-.0807-2.21-.0468-1.2847,1.2391.27,2.1315.4643-1.4622-1.64Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-facebook-square {
  -webkit-mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15.5559'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M14.2857.25H1.7143A1.6915,1.6915,0,0,0,0,1.9168V14.1391a1.6913,1.6913,0,0,0,1.7143,1.6666H8.7464V9.6564H6.5714V7.3092H8.7428V5.5765A2.87,2.87,0,0,1,11.85,2.4724a17.6939,17.6939,0,0,1,1.8643.0937V4.6634H12.4357c-1.0035,0-1.1964.4618-1.1964,1.1423v1.5h2.475l-.3107,2.3472H11.2393v6.1528h3.0464A1.6913,1.6913,0,0,0,16,14.1391V1.9168A1.6913,1.6913,0,0,0,14.2857.25Z' transform='translate(0 -0.25)'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15.5559'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M14.2857.25H1.7143A1.6915,1.6915,0,0,0,0,1.9168V14.1391a1.6913,1.6913,0,0,0,1.7143,1.6666H8.7464V9.6564H6.5714V7.3092H8.7428V5.5765A2.87,2.87,0,0,1,11.85,2.4724a17.6939,17.6939,0,0,1,1.8643.0937V4.6634H12.4357c-1.0035,0-1.1964.4618-1.1964,1.1423v1.5h2.475l-.3107,2.3472H11.2393v6.1528h3.0464A1.6913,1.6913,0,0,0,16,14.1391V1.9168A1.6913,1.6913,0,0,0,14.2857.25Z' transform='translate(0 -0.25)'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-checkbox-check {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M3.53077 6.58163L0 10L10.1769 20L27 3.46939L23.4692 0L10.1769 13.0612L3.53077 6.58163Z' fill='%23111111'/%3E %3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M3.53077 6.58163L0 10L10.1769 20L27 3.46939L23.4692 0L10.1769 13.0612L3.53077 6.58163Z' fill='%23111111'/%3E %3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-back-to-top {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_5807_5841)'%3E %3Cpath d='M19.5982 15.466C19.8936 15.1614 20.1086 15.1623 20.4055 15.466L28.365 23.7109C28.662 24.0181 28.6384 24.288 28.2924 24.5508C28.2742 24.5674 28.2585 24.5874 28.2468 24.6094C28.048 24.9272 27.7533 24.9712 27.4879 24.7117C27.2582 24.4866 27.0398 24.2496 26.8164 24.0188C24.5984 21.7255 22.3829 19.4321 20.1702 17.1382C20.1167 17.0716 20.0689 17.0002 20.027 16.9252C19.9328 17.018 19.8795 17.0671 19.8289 17.1196L17.3428 19.6922C15.7454 21.3431 14.1483 22.9957 12.553 24.6494C12.2528 24.9615 12.053 24.9571 11.7513 24.641C11.7006 24.5876 11.6485 24.5344 11.5978 24.481C11.3745 24.2478 11.3705 23.984 11.5978 23.7491C12.1786 23.1468 12.76 22.5442 13.3408 21.942L19.5982 15.466Z' fill='%23111111'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 0C31.0457 0 40 8.95431 40 20C40 31.0457 31.0457 40 20 40C8.95431 40 0 31.0457 0 20C0 8.95431 8.95431 0 20 0ZM20 1.90476C10.0063 1.90476 1.90476 10.0063 1.90476 20C1.90476 29.9937 10.0063 38.0952 20 38.0952C29.9937 38.0952 38.0952 29.9937 38.0952 20C38.0952 10.0063 29.9937 1.90476 20 1.90476Z' fill='%23111111'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_5807_5841'%3E %3Crect width='40' height='40' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_5807_5841)'%3E %3Cpath d='M19.5982 15.466C19.8936 15.1614 20.1086 15.1623 20.4055 15.466L28.365 23.7109C28.662 24.0181 28.6384 24.288 28.2924 24.5508C28.2742 24.5674 28.2585 24.5874 28.2468 24.6094C28.048 24.9272 27.7533 24.9712 27.4879 24.7117C27.2582 24.4866 27.0398 24.2496 26.8164 24.0188C24.5984 21.7255 22.3829 19.4321 20.1702 17.1382C20.1167 17.0716 20.0689 17.0002 20.027 16.9252C19.9328 17.018 19.8795 17.0671 19.8289 17.1196L17.3428 19.6922C15.7454 21.3431 14.1483 22.9957 12.553 24.6494C12.2528 24.9615 12.053 24.9571 11.7513 24.641C11.7006 24.5876 11.6485 24.5344 11.5978 24.481C11.3745 24.2478 11.3705 23.984 11.5978 23.7491C12.1786 23.1468 12.76 22.5442 13.3408 21.942L19.5982 15.466Z' fill='%23111111'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 0C31.0457 0 40 8.95431 40 20C40 31.0457 31.0457 40 20 40C8.95431 40 0 31.0457 0 20C0 8.95431 8.95431 0 20 0ZM20 1.90476C10.0063 1.90476 1.90476 10.0063 1.90476 20C1.90476 29.9937 10.0063 38.0952 20 38.0952C29.9937 38.0952 38.0952 29.9937 38.0952 20C38.0952 10.0063 29.9937 1.90476 20 1.90476Z' fill='%23111111'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_5807_5841'%3E %3Crect width='40' height='40' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-trash {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='17' height='20' viewBox='0 0 17 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6964 2.5H12.75L11.475 0.75C11.131 0.277864 10.5912 0 10.0179 0H6.98214C6.40883 0 5.86898 0.277864 5.525 0.75L4.25 2.5H0.303571C0.135914 2.5 0 2.63991 0 2.8125V3.4375C0 3.61009 0.135914 3.75 0.303571 3.75H1.21429V18.125C1.21429 19.1605 2.02977 20 3.03571 20H13.9643C14.9702 20 15.7857 19.1605 15.7857 18.125V3.75H16.6964C16.8641 3.75 17 3.61009 17 3.4375V2.8125C17 2.63991 16.8641 2.5 16.6964 2.5ZM5.38333 16.6667H4.81667C4.66019 16.6667 4.53333 16.5285 4.53333 16.358V5.8642C4.53333 5.69374 4.66019 5.55556 4.81667 5.55556H5.38333C5.53981 5.55556 5.66667 5.69374 5.66667 5.8642V16.358C5.66667 16.5285 5.53981 16.6667 5.38333 16.6667ZM12.1833 16.6667H11.6167C11.4602 16.6667 11.3333 16.5285 11.3333 16.358V5.8642C11.3333 5.69374 11.4602 5.55556 11.6167 5.55556H12.1833C12.3398 5.55556 12.4667 5.69374 12.4667 5.8642V16.358C12.4667 16.5285 12.3398 16.6667 12.1833 16.6667ZM6.92593 1.11111C6.72789 1.11165 6.54153 1.19387 6.42222 1.33333L5.66667 2.22222H11.3333L10.5778 1.33333C10.4585 1.19387 10.2721 1.11165 10.0741 1.11111H6.92593ZM14.7333 18.2407C14.7333 18.5987 14.4543 18.8889 14.11 18.8889H2.89C2.54574 18.8889 2.26667 18.5987 2.26667 18.2407V3.33333H14.7333V18.2407ZM8.78333 16.6667H8.21667C8.06019 16.6667 7.93333 16.5285 7.93333 16.358V5.8642C7.93333 5.69374 8.06019 5.55556 8.21667 5.55556H8.78333C8.93981 5.55556 9.06667 5.69374 9.06667 5.8642V16.358C9.06667 16.5285 8.93981 16.6667 8.78333 16.6667Z' fill='%23111111'/%3E %3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='17' height='20' viewBox='0 0 17 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6964 2.5H12.75L11.475 0.75C11.131 0.277864 10.5912 0 10.0179 0H6.98214C6.40883 0 5.86898 0.277864 5.525 0.75L4.25 2.5H0.303571C0.135914 2.5 0 2.63991 0 2.8125V3.4375C0 3.61009 0.135914 3.75 0.303571 3.75H1.21429V18.125C1.21429 19.1605 2.02977 20 3.03571 20H13.9643C14.9702 20 15.7857 19.1605 15.7857 18.125V3.75H16.6964C16.8641 3.75 17 3.61009 17 3.4375V2.8125C17 2.63991 16.8641 2.5 16.6964 2.5ZM5.38333 16.6667H4.81667C4.66019 16.6667 4.53333 16.5285 4.53333 16.358V5.8642C4.53333 5.69374 4.66019 5.55556 4.81667 5.55556H5.38333C5.53981 5.55556 5.66667 5.69374 5.66667 5.8642V16.358C5.66667 16.5285 5.53981 16.6667 5.38333 16.6667ZM12.1833 16.6667H11.6167C11.4602 16.6667 11.3333 16.5285 11.3333 16.358V5.8642C11.3333 5.69374 11.4602 5.55556 11.6167 5.55556H12.1833C12.3398 5.55556 12.4667 5.69374 12.4667 5.8642V16.358C12.4667 16.5285 12.3398 16.6667 12.1833 16.6667ZM6.92593 1.11111C6.72789 1.11165 6.54153 1.19387 6.42222 1.33333L5.66667 2.22222H11.3333L10.5778 1.33333C10.4585 1.19387 10.2721 1.11165 10.0741 1.11111H6.92593ZM14.7333 18.2407C14.7333 18.5987 14.4543 18.8889 14.11 18.8889H2.89C2.54574 18.8889 2.26667 18.5987 2.26667 18.2407V3.33333H14.7333V18.2407ZM8.78333 16.6667H8.21667C8.06019 16.6667 7.93333 16.5285 7.93333 16.358V5.8642C7.93333 5.69374 8.06019 5.55556 8.21667 5.55556H8.78333C8.93981 5.55556 9.06667 5.69374 9.06667 5.8642V16.358C9.06667 16.5285 8.93981 16.6667 8.78333 16.6667Z' fill='%23111111'/%3E %3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-calendar {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M37.1 11.6587H2.9V36.4125C2.9 36.7955 3.20813 37.1 3.58096 37.1H36.419C36.7919 37.1 37.1 36.7955 37.1 36.4125V11.6587ZM19.9972 15.6749C20.3593 15.675 20.6901 15.8815 20.8498 16.2065L23.0597 20.7032L28.0063 21.4241C28.3637 21.4761 28.6607 21.7265 28.7727 22.0698C28.8845 22.413 28.7921 22.7903 28.5342 23.043L24.956 26.547L25.803 31.4946C25.864 31.8512 25.7173 32.2118 25.4245 32.4242C25.1315 32.6366 24.7425 32.6637 24.4225 32.4947L19.9972 30.1578L15.5775 32.4947C15.2576 32.6638 14.8695 32.6365 14.5765 32.4242C14.2834 32.2119 14.136 31.8514 14.197 31.4946L15.0431 26.5479L11.4602 23.043C11.2021 22.7903 11.1099 22.4132 11.2218 22.0698C11.3337 21.7264 11.6307 21.4761 11.9881 21.4241L16.9338 20.7032L19.1446 16.2065L19.2124 16.0896C19.3877 15.8327 19.6805 15.6749 19.9972 15.6749ZM18.4182 21.9909C18.2801 22.2719 18.0119 22.4672 17.702 22.5123L14.1608 23.0272L16.7279 25.5386C16.9509 25.7567 17.0532 26.0707 17.0006 26.3782L16.3948 29.9128L19.5528 28.2438C19.8305 28.0971 20.163 28.0972 20.4407 28.2438L23.6042 29.9138L22.9994 26.3782C22.9468 26.071 23.0486 25.7567 23.2712 25.5386L25.8336 23.0272L22.2924 22.5123C21.9826 22.4672 21.7144 22.2719 21.5762 21.9909L19.9972 18.7782L18.4182 21.9909ZM7.61196 3.16719C7.61179 3.01624 7.49116 2.90001 7.34941 2.9C7.20766 2.9 7.08704 3.01623 7.08686 3.16719V6.12852C7.08686 6.27963 7.20755 6.3957 7.34941 6.3957C7.49127 6.39569 7.61196 6.27962 7.61196 6.12852V3.16719ZM35.1731 6.12852C35.1731 7.32223 34.2075 8.2957 33.0096 8.2957C31.8118 8.29562 30.8471 7.32218 30.8471 6.12852V5.60063H26.6175V6.12852C26.6175 7.32223 25.652 8.2957 24.4541 8.2957C23.2563 8.29554 22.2915 7.32213 22.2915 6.12852V5.60063H18.0675V6.12852C18.0675 7.32218 17.1028 8.29562 15.905 8.2957C14.7071 8.2957 13.7415 7.32223 13.7415 6.12852V5.60063H9.51196V6.12852C9.51196 7.32223 8.54733 8.29569 7.34941 8.2957C6.15149 8.2957 5.18687 7.32223 5.18687 6.12852V5.59507H3.58096C3.20813 5.5951 2.9 5.89956 2.9 6.28252V9.75874H37.1V6.28809C37.1 5.90516 36.7918 5.60066 36.419 5.60063H35.1731V6.12852ZM16.1675 3.16719C16.1674 3.01629 16.0467 2.90009 15.905 2.9C15.7632 2.9 15.6417 3.01623 15.6415 3.16719V6.12852C15.6415 6.27963 15.7631 6.3957 15.905 6.3957C16.0468 6.39561 16.1675 6.27957 16.1675 6.12852V3.16719ZM24.7175 3.16719C24.7174 3.01623 24.5958 2.9 24.4541 2.9C24.3124 2.90017 24.1917 3.01634 24.1915 3.16719V6.12852C24.1915 6.27952 24.3123 6.39554 24.4541 6.3957C24.5959 6.3957 24.7175 6.27963 24.7175 6.12852V3.16719ZM33.2731 3.16719C33.2729 3.01623 33.1514 2.9 33.0096 2.9C32.8679 2.90009 32.7472 3.01629 32.7471 3.16719V6.12852C32.7471 6.27957 32.8678 6.39562 33.0096 6.3957C33.1515 6.3957 33.2731 6.27963 33.2731 6.12852V3.16719ZM35.1731 3.70063H36.419C37.8479 3.70066 39 4.86256 39 6.28809V36.4125C39 37.8381 37.8479 39 36.419 39H3.58096C2.15207 39 1 37.8381 1 36.4125V6.28252C1 4.85696 2.15207 3.6951 3.58096 3.69507H5.18687V3.16719C5.18704 1.97362 6.1516 1 7.34941 1C8.54722 1.00001 9.51178 1.97363 9.51196 3.16719V3.70063H13.7415V3.16719C13.7417 1.97362 14.7072 1 15.905 1C17.1027 1.00009 18.0674 1.97367 18.0675 3.16719V3.70063H22.2915V3.16719C22.2917 1.97372 23.2564 1.00016 24.4541 1C25.6519 1 26.6174 1.97362 26.6175 3.16719V3.70063H30.8471V3.16719C30.8472 1.97367 31.8119 1.00009 33.0096 1C34.2074 1 35.1729 1.97362 35.1731 3.16719V3.70063Z' fill='%23111111'/%3E %3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M37.1 11.6587H2.9V36.4125C2.9 36.7955 3.20813 37.1 3.58096 37.1H36.419C36.7919 37.1 37.1 36.7955 37.1 36.4125V11.6587ZM19.9972 15.6749C20.3593 15.675 20.6901 15.8815 20.8498 16.2065L23.0597 20.7032L28.0063 21.4241C28.3637 21.4761 28.6607 21.7265 28.7727 22.0698C28.8845 22.413 28.7921 22.7903 28.5342 23.043L24.956 26.547L25.803 31.4946C25.864 31.8512 25.7173 32.2118 25.4245 32.4242C25.1315 32.6366 24.7425 32.6637 24.4225 32.4947L19.9972 30.1578L15.5775 32.4947C15.2576 32.6638 14.8695 32.6365 14.5765 32.4242C14.2834 32.2119 14.136 31.8514 14.197 31.4946L15.0431 26.5479L11.4602 23.043C11.2021 22.7903 11.1099 22.4132 11.2218 22.0698C11.3337 21.7264 11.6307 21.4761 11.9881 21.4241L16.9338 20.7032L19.1446 16.2065L19.2124 16.0896C19.3877 15.8327 19.6805 15.6749 19.9972 15.6749ZM18.4182 21.9909C18.2801 22.2719 18.0119 22.4672 17.702 22.5123L14.1608 23.0272L16.7279 25.5386C16.9509 25.7567 17.0532 26.0707 17.0006 26.3782L16.3948 29.9128L19.5528 28.2438C19.8305 28.0971 20.163 28.0972 20.4407 28.2438L23.6042 29.9138L22.9994 26.3782C22.9468 26.071 23.0486 25.7567 23.2712 25.5386L25.8336 23.0272L22.2924 22.5123C21.9826 22.4672 21.7144 22.2719 21.5762 21.9909L19.9972 18.7782L18.4182 21.9909ZM7.61196 3.16719C7.61179 3.01624 7.49116 2.90001 7.34941 2.9C7.20766 2.9 7.08704 3.01623 7.08686 3.16719V6.12852C7.08686 6.27963 7.20755 6.3957 7.34941 6.3957C7.49127 6.39569 7.61196 6.27962 7.61196 6.12852V3.16719ZM35.1731 6.12852C35.1731 7.32223 34.2075 8.2957 33.0096 8.2957C31.8118 8.29562 30.8471 7.32218 30.8471 6.12852V5.60063H26.6175V6.12852C26.6175 7.32223 25.652 8.2957 24.4541 8.2957C23.2563 8.29554 22.2915 7.32213 22.2915 6.12852V5.60063H18.0675V6.12852C18.0675 7.32218 17.1028 8.29562 15.905 8.2957C14.7071 8.2957 13.7415 7.32223 13.7415 6.12852V5.60063H9.51196V6.12852C9.51196 7.32223 8.54733 8.29569 7.34941 8.2957C6.15149 8.2957 5.18687 7.32223 5.18687 6.12852V5.59507H3.58096C3.20813 5.5951 2.9 5.89956 2.9 6.28252V9.75874H37.1V6.28809C37.1 5.90516 36.7918 5.60066 36.419 5.60063H35.1731V6.12852ZM16.1675 3.16719C16.1674 3.01629 16.0467 2.90009 15.905 2.9C15.7632 2.9 15.6417 3.01623 15.6415 3.16719V6.12852C15.6415 6.27963 15.7631 6.3957 15.905 6.3957C16.0468 6.39561 16.1675 6.27957 16.1675 6.12852V3.16719ZM24.7175 3.16719C24.7174 3.01623 24.5958 2.9 24.4541 2.9C24.3124 2.90017 24.1917 3.01634 24.1915 3.16719V6.12852C24.1915 6.27952 24.3123 6.39554 24.4541 6.3957C24.5959 6.3957 24.7175 6.27963 24.7175 6.12852V3.16719ZM33.2731 3.16719C33.2729 3.01623 33.1514 2.9 33.0096 2.9C32.8679 2.90009 32.7472 3.01629 32.7471 3.16719V6.12852C32.7471 6.27957 32.8678 6.39562 33.0096 6.3957C33.1515 6.3957 33.2731 6.27963 33.2731 6.12852V3.16719ZM35.1731 3.70063H36.419C37.8479 3.70066 39 4.86256 39 6.28809V36.4125C39 37.8381 37.8479 39 36.419 39H3.58096C2.15207 39 1 37.8381 1 36.4125V6.28252C1 4.85696 2.15207 3.6951 3.58096 3.69507H5.18687V3.16719C5.18704 1.97362 6.1516 1 7.34941 1C8.54722 1.00001 9.51178 1.97363 9.51196 3.16719V3.70063H13.7415V3.16719C13.7417 1.97362 14.7072 1 15.905 1C17.1027 1.00009 18.0674 1.97367 18.0675 3.16719V3.70063H22.2915V3.16719C22.2917 1.97372 23.2564 1.00016 24.4541 1C25.6519 1 26.6174 1.97362 26.6175 3.16719V3.70063H30.8471V3.16719C30.8472 1.97367 31.8119 1.00009 33.0096 1C34.2074 1 35.1729 1.97362 35.1731 3.16719V3.70063Z' fill='%23111111'/%3E %3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-wallet {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.25 20C20.0234 20 20.6751 19.7247 21.2051 19.1741C21.735 18.6235 22 17.9464 22 17.1429V5C22 4.40476 21.7995 3.89881 21.3984 3.48214C20.9974 3.06548 20.5104 2.85714 19.9375 2.85714H19.25V2.14286C19.25 1.54762 19.0495 1.04167 18.6484 0.625C18.2474 0.208334 17.7604 0 17.1875 0H4.125C2.97917 0 2.00521 0.416666 1.20312 1.25C0.401041 2.08333 0 3.09524 0 4.28571V15.7143C0 16.9048 0.401041 17.9167 1.20312 18.75C2.00521 19.5833 2.97917 20 4.125 20H19.25ZM19.25 18.5714H4.125C3.38021 18.5714 2.73568 18.2887 2.19141 17.7232C1.64714 17.1577 1.375 16.4881 1.375 15.7143V4.2857C1.375 3.51189 1.64714 2.84225 2.19141 2.27677C2.73568 1.7113 3.38021 1.42856 4.125 1.42856H17.1875C17.388 1.42856 17.5527 1.49552 17.6816 1.62945C17.8105 1.76338 17.875 1.93451 17.875 2.14284V2.85713H4.8125C4.61198 2.85713 4.44727 2.92409 4.31836 3.05802C4.18945 3.19195 4.125 3.36308 4.125 3.57142C4.125 3.77975 4.18945 3.95088 4.31836 4.08481C4.44727 4.21874 4.61198 4.2857 4.8125 4.2857H19.9375C20.138 4.2857 20.3027 4.35267 20.4316 4.48659C20.5605 4.62052 20.625 4.79165 20.625 4.99999V17.1428C20.625 17.5298 20.4889 17.8646 20.2168 18.1473C19.9447 18.43 19.6224 18.5714 19.25 18.5714ZM16.5 12.8572C16.8724 12.8572 17.1947 12.7158 17.4668 12.4331C17.7389 12.1503 17.875 11.8155 17.875 11.4286C17.875 11.0417 17.7389 10.7069 17.4668 10.4241C17.1947 10.1414 16.8724 10 16.5 10C16.1276 10 15.8053 10.1414 15.5332 10.4241C15.2611 10.7069 15.125 11.0417 15.125 11.4286C15.125 11.8155 15.2611 12.1503 15.5332 12.4331C15.8053 12.7158 16.1276 12.8572 16.5 12.8572Z' fill='%23111111'/%3E %3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.25 20C20.0234 20 20.6751 19.7247 21.2051 19.1741C21.735 18.6235 22 17.9464 22 17.1429V5C22 4.40476 21.7995 3.89881 21.3984 3.48214C20.9974 3.06548 20.5104 2.85714 19.9375 2.85714H19.25V2.14286C19.25 1.54762 19.0495 1.04167 18.6484 0.625C18.2474 0.208334 17.7604 0 17.1875 0H4.125C2.97917 0 2.00521 0.416666 1.20312 1.25C0.401041 2.08333 0 3.09524 0 4.28571V15.7143C0 16.9048 0.401041 17.9167 1.20312 18.75C2.00521 19.5833 2.97917 20 4.125 20H19.25ZM19.25 18.5714H4.125C3.38021 18.5714 2.73568 18.2887 2.19141 17.7232C1.64714 17.1577 1.375 16.4881 1.375 15.7143V4.2857C1.375 3.51189 1.64714 2.84225 2.19141 2.27677C2.73568 1.7113 3.38021 1.42856 4.125 1.42856H17.1875C17.388 1.42856 17.5527 1.49552 17.6816 1.62945C17.8105 1.76338 17.875 1.93451 17.875 2.14284V2.85713H4.8125C4.61198 2.85713 4.44727 2.92409 4.31836 3.05802C4.18945 3.19195 4.125 3.36308 4.125 3.57142C4.125 3.77975 4.18945 3.95088 4.31836 4.08481C4.44727 4.21874 4.61198 4.2857 4.8125 4.2857H19.9375C20.138 4.2857 20.3027 4.35267 20.4316 4.48659C20.5605 4.62052 20.625 4.79165 20.625 4.99999V17.1428C20.625 17.5298 20.4889 17.8646 20.2168 18.1473C19.9447 18.43 19.6224 18.5714 19.25 18.5714ZM16.5 12.8572C16.8724 12.8572 17.1947 12.7158 17.4668 12.4331C17.7389 12.1503 17.875 11.8155 17.875 11.4286C17.875 11.0417 17.7389 10.7069 17.4668 10.4241C17.1947 10.1414 16.8724 10 16.5 10C16.1276 10 15.8053 10.1414 15.5332 10.4241C15.2611 10.7069 15.125 11.0417 15.125 11.4286C15.125 11.8155 15.2611 12.1503 15.5332 12.4331C15.8053 12.7158 16.1276 12.8572 16.5 12.8572Z' fill='%23111111'/%3E %3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-return-arrow {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.47619 0C0.31746 0 0.198413 0.0806452 0.119048 0.16129C0.0396825 0.241935 0 0.362903 0 0.483871V8.22581C0 8.3871 0.0396825 8.50806 0.119048 8.58871C0.198413 8.66936 0.31746 8.70968 0.47619 8.70968H8.09524C8.21428 8.70968 8.33333 8.66936 8.4127 8.58871C8.49206 8.50806 8.57143 8.3871 8.57143 8.22581V7.09677C8.57143 6.97581 8.49206 6.85484 8.4127 6.77419C8.33333 6.69355 8.21428 6.6129 8.09524 6.6129L3.05556 6.73387C3.69048 5.3629 4.64286 4.23387 5.9127 3.3871C7.18254 2.54032 8.57143 2.09677 10.1587 2.09677C11.5476 2.09677 12.8571 2.45968 14.0476 3.18548C15.2381 3.91129 16.1508 4.83871 16.8651 6.04839C17.5794 7.25806 17.9365 8.58871 17.9365 10C17.9365 11.4516 17.5794 12.7419 16.8651 13.9516C16.1508 15.1613 15.2381 16.129 14.0476 16.8548C12.8571 17.5806 11.5476 17.9032 10.1587 17.9032C9.16667 17.9032 8.21429 17.7419 7.34127 17.379C6.46825 17.0565 5.6746 16.5323 5 15.8871C4.88095 15.8065 4.7619 15.8065 4.64286 15.8065C4.48413 15.8065 4.40476 15.8468 4.3254 15.9274L3.53175 16.7339C3.45238 16.8145 3.4127 16.9355 3.4127 17.0968C3.4127 17.2581 3.45238 17.3387 3.57143 17.4194C4.44444 18.2258 5.43651 18.871 6.5873 19.3145C7.69841 19.7984 8.88889 20 10.1587 20C11.9048 20 13.5714 19.5565 15.0794 18.6694C16.5873 17.7823 17.7778 16.5726 18.6508 15.0403C19.5238 13.5081 20 11.8548 20 10.0403C20 8.22581 19.5635 6.53226 18.6905 5C17.8175 3.46774 16.627 2.25806 15.119 1.37097C13.6111 0.483871 11.9444 0 10.1984 0C8.49206 0 6.90476 0.403226 5.47619 1.20968C4.00794 2.01613 2.81746 3.10484 1.94444 4.47581L2.06349 0.483871C2.06349 0.362903 1.98413 0.241935 1.90476 0.16129C1.8254 0.0806452 1.70635 0 1.5873 0H0.47619Z' fill='%23111111'/%3E %3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.47619 0C0.31746 0 0.198413 0.0806452 0.119048 0.16129C0.0396825 0.241935 0 0.362903 0 0.483871V8.22581C0 8.3871 0.0396825 8.50806 0.119048 8.58871C0.198413 8.66936 0.31746 8.70968 0.47619 8.70968H8.09524C8.21428 8.70968 8.33333 8.66936 8.4127 8.58871C8.49206 8.50806 8.57143 8.3871 8.57143 8.22581V7.09677C8.57143 6.97581 8.49206 6.85484 8.4127 6.77419C8.33333 6.69355 8.21428 6.6129 8.09524 6.6129L3.05556 6.73387C3.69048 5.3629 4.64286 4.23387 5.9127 3.3871C7.18254 2.54032 8.57143 2.09677 10.1587 2.09677C11.5476 2.09677 12.8571 2.45968 14.0476 3.18548C15.2381 3.91129 16.1508 4.83871 16.8651 6.04839C17.5794 7.25806 17.9365 8.58871 17.9365 10C17.9365 11.4516 17.5794 12.7419 16.8651 13.9516C16.1508 15.1613 15.2381 16.129 14.0476 16.8548C12.8571 17.5806 11.5476 17.9032 10.1587 17.9032C9.16667 17.9032 8.21429 17.7419 7.34127 17.379C6.46825 17.0565 5.6746 16.5323 5 15.8871C4.88095 15.8065 4.7619 15.8065 4.64286 15.8065C4.48413 15.8065 4.40476 15.8468 4.3254 15.9274L3.53175 16.7339C3.45238 16.8145 3.4127 16.9355 3.4127 17.0968C3.4127 17.2581 3.45238 17.3387 3.57143 17.4194C4.44444 18.2258 5.43651 18.871 6.5873 19.3145C7.69841 19.7984 8.88889 20 10.1587 20C11.9048 20 13.5714 19.5565 15.0794 18.6694C16.5873 17.7823 17.7778 16.5726 18.6508 15.0403C19.5238 13.5081 20 11.8548 20 10.0403C20 8.22581 19.5635 6.53226 18.6905 5C17.8175 3.46774 16.627 2.25806 15.119 1.37097C13.6111 0.483871 11.9444 0 10.1984 0C8.49206 0 6.90476 0.403226 5.47619 1.20968C4.00794 2.01613 2.81746 3.10484 1.94444 4.47581L2.06349 0.483871C2.06349 0.362903 1.98413 0.241935 1.90476 0.16129C1.8254 0.0806452 1.70635 0 1.5873 0H0.47619Z' fill='%23111111'/%3E %3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-check {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M26.67 2.7453L9.88737 19.6709C9.44986 20.1122 8.74333 20.1093 8.30935 19.6645L0.323656 11.48C-0.110322 11.0352 -0.107533 10.3169 0.32998 9.87568L1.12224 9.07673C1.55976 8.63551 2.26629 8.63834 2.70026 9.08315L9.11426 15.6568L24.3124 0.329055C24.75 -0.112162 25.4565 -0.109326 25.8905 0.335483L26.6763 1.14096C27.1104 1.58577 27.1075 2.30409 26.67 2.7453Z' fill='%23111111'/%3E %3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M26.67 2.7453L9.88737 19.6709C9.44986 20.1122 8.74333 20.1093 8.30935 19.6645L0.323656 11.48C-0.110322 11.0352 -0.107533 10.3169 0.32998 9.87568L1.12224 9.07673C1.55976 8.63551 2.26629 8.63834 2.70026 9.08315L9.11426 15.6568L24.3124 0.329055C24.75 -0.112162 25.4565 -0.109326 25.8905 0.335483L26.6763 1.14096C27.1104 1.58577 27.1075 2.30409 26.67 2.7453Z' fill='%23111111'/%3E %3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

.ds-icon-mastercard {
  background: url("data:image/svg+xml,%3Csvg width='26' height='20' viewBox='0 0 26 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.71237 19.9562V18.6289C4.71237 18.1211 4.40012 17.7887 3.86409 17.7887C3.59608 17.7887 3.30465 17.8763 3.10428 18.1649C2.94816 17.9227 2.72438 17.7887 2.38871 17.7887C2.16493 17.7887 1.94115 17.8557 1.76421 18.0979V17.8325H1.29584V19.9562H1.76421V18.7835C1.76421 18.4072 1.96457 18.2294 2.27682 18.2294C2.58907 18.2294 2.7452 18.4278 2.7452 18.7835V19.9562H3.21357V18.7835C3.21357 18.4072 3.43735 18.2294 3.72618 18.2294C4.03843 18.2294 4.19456 18.4278 4.19456 18.7835V19.9562H4.71237ZM11.6599 17.8325H10.9001V17.1907H10.4317V17.8325H10.0076V18.2526H10.4317V19.2268C10.4317 19.7139 10.6321 20 11.1681 20C11.3685 20 11.5923 19.933 11.7484 19.8454L11.6131 19.4459C11.4778 19.5335 11.3217 19.5567 11.2098 19.5567C10.986 19.5567 10.8975 19.4227 10.8975 19.2036V18.2526H11.6573V17.8325H11.6599ZM15.6359 17.7861C15.3679 17.7861 15.1884 17.9201 15.0765 18.0954V17.8299H14.6081V19.9536H15.0765V18.7577C15.0765 18.4046 15.2326 18.2036 15.524 18.2036C15.6125 18.2036 15.7244 18.2268 15.8155 18.2474L15.9508 17.8041C15.8571 17.7861 15.7244 17.7861 15.6359 17.7861ZM9.6277 18.0077C9.40392 17.8531 9.09167 17.7861 8.75601 17.7861C8.21998 17.7861 7.86349 18.0515 7.86349 18.4716C7.86349 18.8247 8.13151 19.0258 8.59988 19.0902L8.82366 19.1134C9.06826 19.1572 9.20356 19.2242 9.20356 19.3351C9.20356 19.4897 9.02402 19.6005 8.71177 19.6005C8.39952 19.6005 8.15232 19.4897 7.9962 19.3789L7.77242 19.732C8.01702 19.9098 8.35268 19.9974 8.68835 19.9974C9.31285 19.9974 9.67194 19.7088 9.67194 19.3119C9.67194 18.9356 9.38051 18.7371 8.93555 18.6701L8.71177 18.6469C8.51141 18.6237 8.35529 18.5799 8.35529 18.4485C8.35529 18.2938 8.51141 18.2062 8.75861 18.2062C9.02662 18.2062 9.29464 18.317 9.42995 18.384L9.6277 18.0077ZM22.0891 17.7861C21.8211 17.7861 21.6415 17.9201 21.5296 18.0954V17.8299H21.0613V19.9536H21.5296V18.7577C21.5296 18.4046 21.6858 18.2036 21.9772 18.2036C22.0657 18.2036 22.1775 18.2268 22.2686 18.2474L22.4039 17.8093C22.3129 17.7861 22.1801 17.7861 22.0891 17.7861ZM16.1043 18.8943C16.1043 19.5361 16.5518 20 17.244 20C17.5562 20 17.78 19.933 18.0038 19.7577L17.78 19.3814C17.6005 19.5155 17.4235 19.5799 17.2206 19.5799C16.8407 19.5799 16.5727 19.3144 16.5727 18.8943C16.5727 18.4948 16.8407 18.2294 17.2206 18.2088C17.4209 18.2088 17.6005 18.2758 17.78 18.4072L18.0038 18.0309C17.78 17.8531 17.5562 17.7887 17.244 17.7887C16.5518 17.7861 16.1043 18.2526 16.1043 18.8943ZM20.4368 17.8325H19.9684V18.0979C19.8123 17.8995 19.5885 17.7887 19.297 17.7887C18.6934 17.7887 18.225 18.2526 18.225 18.8943C18.225 19.5361 18.6934 20 19.297 20C19.6093 20 19.8331 19.8892 19.9684 19.6907V19.9562H20.4368V17.8325ZM18.7168 18.8943C18.7168 18.518 18.9614 18.2088 19.3647 18.2088C19.7446 18.2088 20.0126 18.4974 20.0126 18.8943C20.0126 19.2706 19.7446 19.5799 19.3647 19.5799C18.964 19.5567 18.7168 19.268 18.7168 18.8943ZM13.1119 17.7861C12.4874 17.7861 12.0398 18.2294 12.0398 18.8918C12.0398 19.5567 12.4874 19.9974 13.1353 19.9974C13.4476 19.9974 13.7598 19.9098 14.007 19.7088L13.7832 19.3763C13.6037 19.5103 13.3799 19.5979 13.1587 19.5979C12.8673 19.5979 12.5785 19.4639 12.5108 19.0902H14.0955C14.0955 19.0232 14.0955 18.9794 14.0955 18.9124C14.1163 18.2294 13.713 17.7861 13.1119 17.7861ZM13.1119 18.1856C13.4033 18.1856 13.6037 18.3634 13.6479 18.6933H12.5316C12.5759 18.4072 12.7762 18.1856 13.1119 18.1856ZM24.7484 16.9923H24.28V18.0979C24.1239 17.8995 23.9001 17.7887 23.6087 17.7887C23.005 17.7887 22.5366 18.2526 22.5366 18.8943C22.5366 19.5361 23.005 20 23.6087 20C23.9209 20 24.1447 19.8892 24.28 19.6907V19.9562H24.7484V16.9923ZM23.0284 18.8943C23.0284 18.518 23.273 18.2088 23.6763 18.2088C24.0562 18.2088 24.3243 18.4974 24.3243 18.8943C24.3243 19.2706 24.0562 19.5799 23.6763 19.5799C23.273 19.5567 23.0284 19.268 23.0284 18.8943ZM7.34828 17.8325H6.8799V18.0979C6.72378 17.8995 6.5 17.7887 6.20857 17.7887C5.60489 17.7887 5.13651 18.2526 5.13651 18.8943C5.13651 19.5361 5.60489 20 6.20857 20C6.52082 20 6.7446 19.8892 6.8799 19.6907V19.9562H7.34828V17.8325ZM5.60749 18.8943C5.60749 18.518 5.85208 18.2088 6.25541 18.2088C6.63531 18.2088 6.90332 18.4974 6.90332 18.8943C6.90332 19.2706 6.63531 19.5799 6.25541 19.5799C5.85208 19.5567 5.60749 19.268 5.60749 18.8943Z' fill='black'/%3E%3Cpath d='M16.5076 1.70361H9.47158V14.2242H16.5076V1.70361Z' fill='%23FF5A00'/%3E%3Cpath d='M9.93995 7.96392C9.93995 5.4201 11.1473 3.16237 13 1.70361C11.6365 0.641752 9.91653 0 8.04043 0C3.59608 0 0 3.56186 0 7.96392C0 12.366 3.59608 15.9278 8.04043 15.9278C9.91653 15.9278 11.6365 15.2861 13 14.2242C11.1447 12.7861 9.93995 10.5077 9.93995 7.96392Z' fill='%23EB001B'/%3E%3Cpath d='M26 7.96392C26 12.366 22.4039 15.9278 17.9596 15.9278C16.0835 15.9278 14.3635 15.2861 13 14.2242C14.8761 12.7629 16.06 10.5077 16.06 7.96392C16.06 5.4201 14.8527 3.16237 13 1.70361C14.3609 0.641752 16.0809 0 17.957 0C22.4039 0 26 3.58505 26 7.96392Z' fill='%23F79E1B'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.ds-icon-visa {
  background: url("data:image/svg+xml,%3Csvg width='62' height='20' viewBox='0 0 62 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40.3829 0C35.9806 0 32.0466 2.27172 32.0466 6.46889C32.0466 11.2822 39.0238 11.6147 39.0238 14.0328C39.0238 15.051 37.8518 15.9624 35.8501 15.9624C33.0093 15.9624 30.8861 14.6889 30.8861 14.6889L29.9776 18.9243C29.9776 18.9243 32.4235 20 35.6708 20C40.4839 20 44.2712 17.6167 44.2712 13.3478C44.2712 8.26162 37.2649 7.93904 37.2649 5.69465C37.2649 4.89706 38.227 4.02316 40.223 4.02316C42.475 4.02316 44.3124 4.94935 44.3124 4.94935L45.2015 0.858659C45.2015 0.858659 43.2023 0 40.3829 0ZM0.106596 0.308732L0 0.926194C0 0.926194 1.85203 1.26365 3.52008 1.93681C5.66784 2.70871 5.82084 3.15808 6.18256 4.55379L10.1242 19.6816H15.4079L23.548 0.308732H18.2763L13.0459 13.4805L10.9115 2.31549C10.7158 1.03766 9.72432 0.308732 8.51071 0.308732H0.106596ZM25.6678 0.308732L21.5324 19.6816H26.5593L30.6802 0.308732H25.6678ZM53.7049 0.308732C52.4927 0.308732 51.8505 0.954854 51.3792 2.08394L44.0144 19.6816H49.286L50.306 16.7487H56.7284L57.3485 19.6816H62L57.9421 0.308732H53.7049ZM54.3905 5.54269L55.9531 12.8124H51.7668L54.3905 5.54269Z' fill='%231434CB'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.ds-icon-amex {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H19.96V10.7966L18.972 12.3434L19.96 13.72V20H0V9.82212L0.617479 9.1106L0 8.43001V0Z' fill='%23016FD0'/%3E%3Cpath d='M3.8728 13.9298V10.7914H7.18921L7.54502 11.2561L7.9126 10.7914H19.9503V13.7134C19.9503 13.7134 19.6355 13.9267 19.2714 13.9298H12.6059L12.2047 13.4351V13.9298H10.8901V13.0853C10.8901 13.0853 10.7106 13.2032 10.3223 13.2032H9.87488V13.9298H7.88447L7.52917 13.4551L7.1684 13.9298H3.8728Z' fill='white'/%3E%3Cpath d='M0 8.42592L0.747863 6.6789H2.04121L2.46563 7.65751V6.6789H4.07339L4.32604 7.38621L4.57099 6.6789H11.7881V7.03449C11.7881 7.03449 12.1675 6.6789 12.7911 6.6789L15.1327 6.6871L15.5498 7.6529V6.6789H16.8953L17.2656 7.23368V6.6789H18.6234V9.81736H17.2656L16.9107 9.26079V9.81736H14.934L14.7352 9.32263H14.2037L14.0082 9.81736H12.6676C12.1311 9.81736 11.7881 9.46903 11.7881 9.46903V9.81736H9.76687L9.3657 9.32263V9.81736H1.84961L1.65096 9.32263H1.12123L0.923978 9.81736H0V8.42592Z' fill='white'/%3E%3Cpath d='M1.01256 7.0658L0.00385742 9.41579H0.660575L0.846694 8.94521H1.92869L2.11384 9.41579H2.78502L1.77728 7.0658H1.01256ZM1.38576 7.61272L1.71557 8.43502H1.05499L1.38576 7.61272Z' fill='%23016FD0'/%3E%3Cpath d='M2.85446 9.41539V7.06541L3.78769 7.06888L4.33049 8.584L4.86029 7.06541H5.78606V9.41539H5.19974V7.68383L4.57823 9.41539H4.06402L3.44078 7.68383V9.41539H2.85446Z' fill='%23016FD0'/%3E%3Cpath d='M6.18723 9.41539V7.06541H8.10048V7.59106H6.77972V7.99303H8.06963V8.48777H6.77972V8.9052H8.10048V9.41539H6.18723Z' fill='%23016FD0'/%3E%3Cpath d='M8.43993 7.0658V9.41579H9.02625V8.58092H9.27313L9.97613 9.41579H10.6926L9.92116 8.55001C10.2378 8.52323 10.5644 8.25094 10.5644 7.8282C10.5644 7.33368 10.177 7.0658 9.74469 7.0658H8.43993ZM9.02625 7.59146H9.69647C9.85725 7.59146 9.9742 7.71747 9.9742 7.83883C9.9742 7.99495 9.82267 8.08619 9.70515 8.08619H9.02625V7.59146Z' fill='%23016FD0'/%3E%3Cpath d='M11.4024 9.41539H10.8037V7.06541H11.4024V9.41539Z' fill='%23016FD0'/%3E%3Cpath d='M12.8219 9.41539H12.6927C12.0675 9.41539 11.6878 8.92182 11.6878 8.25006C11.6878 7.56171 12.0632 7.06541 12.8528 7.06541H13.5008V7.62198H12.8291C12.5086 7.62198 12.2819 7.87262 12.2819 8.25586C12.2819 8.71096 12.5411 8.90211 12.9145 8.90211H13.0688L12.8219 9.41539Z' fill='%23016FD0'/%3E%3Cpath d='M14.0977 7.0658L13.089 9.41579H13.7458L13.9319 8.94521H15.0139L15.199 9.41579H15.8702L14.8625 7.0658H14.0977ZM14.4709 7.61272L14.8007 8.43502H14.1402L14.4709 7.61272Z' fill='%23016FD0'/%3E%3Cpath d='M15.9387 9.41539V7.06541H16.6841L17.6359 8.54188V7.06541H18.2222V9.41539H17.5009L16.525 7.90027V9.41539H15.9387Z' fill='%23016FD0'/%3E%3Cpath d='M4.27397 13.5279V11.1779H6.18723V11.7035H4.86646V12.1055H6.15637V12.6002H4.86646V13.0177H6.18723V13.5279H4.27397Z' fill='%23016FD0'/%3E%3Cpath d='M13.6489 13.5279V11.1779H15.5622V11.7035H14.2414V12.1055H15.5252V12.6002H14.2414V13.0177H15.5622V13.5279H13.6489Z' fill='%23016FD0'/%3E%3Cpath d='M6.26148 13.5279L7.19304 12.3674L6.2393 11.1779H6.97799L7.54599 11.9132L8.11591 11.1779H8.82567L7.88447 12.3529L8.81774 13.5279H8.07917L7.52766 12.8041L6.98956 13.5279H6.26148Z' fill='%23016FD0'/%3E%3Cpath d='M8.88739 11.1783V13.5283H9.48914V12.7862H10.1063C10.6285 12.7862 11.0244 12.5086 11.0244 11.9687C11.0244 11.5215 10.7139 11.1783 10.1825 11.1783H8.88739ZM9.48914 11.7097H10.1391C10.3078 11.7097 10.4284 11.8133 10.4284 11.9803C10.4284 12.1371 10.3084 12.2508 10.1372 12.2508H9.48914V11.7097Z' fill='%23016FD0'/%3E%3Cpath d='M11.279 11.1779V13.5279H11.8653V12.693H12.1122L12.8152 13.5279H13.5317L12.7602 12.6621C13.0768 12.6353 13.4034 12.363 13.4034 11.9403C13.4034 11.4458 13.016 11.1779 12.5837 11.1779H11.279ZM11.8653 11.7035H12.5355C12.6963 11.7035 12.8132 11.8295 12.8132 11.9509C12.8132 12.107 12.6617 12.1983 12.5442 12.1983H11.8653V11.7035Z' fill='%23016FD0'/%3E%3Cpath d='M15.8337 13.5279V13.0177H17.0072C17.1808 13.0177 17.256 12.9237 17.256 12.8205C17.256 12.7218 17.181 12.6219 17.0072 12.6219H16.4769C16.016 12.6219 15.7593 12.3405 15.7593 11.918C15.7593 11.5412 15.9944 11.1779 16.6793 11.1779H17.8211L17.5742 11.7066H16.5867C16.3979 11.7066 16.3398 11.8059 16.3398 11.9007C16.3398 11.9981 16.4116 12.1055 16.5558 12.1055H17.1113C17.6251 12.1055 17.8481 12.3975 17.8481 12.78C17.8481 13.1911 17.5996 13.5279 17.0833 13.5279H15.8337Z' fill='%23016FD0'/%3E%3Cpath d='M17.9857 13.5279V13.0177H19.1591C19.3327 13.0177 19.4079 12.9237 19.4079 12.8205C19.4079 12.7218 19.333 12.6219 19.1591 12.6219H18.6288C18.1679 12.6219 17.9112 12.3405 17.9112 11.918C17.9112 11.5412 18.1463 11.1779 18.8312 11.1779H19.973L19.7261 11.7066H18.7386C18.5499 11.7066 18.4918 11.8059 18.4918 11.9007C18.4918 11.9981 18.5636 12.1055 18.7078 12.1055H19.2632C19.777 12.1055 20 12.3975 20 12.78C20 13.1911 19.7516 13.5279 19.2353 13.5279H17.9857Z' fill='%23016FD0'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.ds-icon-discover {
  background: url("data:image/svg+xml,%3Csvg width='31' height='20' viewBox='0 0 31 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.106057 0.123406H30.8858V19.8848H0.114215L0.106057 0.123406Z' fill='white'/%3E%3Cpath d='M30.7797 11.1148C30.7797 11.1148 22.3689 17.0958 6.96684 19.7779H30.7797V11.1148Z' fill='%23F48120'/%3E%3Cpath d='M30.8858 0.00822757H0V20H31V0H30.8858V0.00822757ZM30.7797 0.230358C30.7797 0.452489 30.7797 19.5475 30.7797 19.7696C30.5595 19.7696 0.448684 19.7696 0.228421 19.7696C0.228421 19.5475 0.228421 0.452489 0.228421 0.230358C0.448684 0.230358 30.5513 0.230358 30.7797 0.230358Z' fill='%23231F20'/%3E%3Cpath d='M2.70842 6.12094H1.42763V10.6458H2.70842C3.38553 10.6458 3.875 10.4813 4.30737 10.1275C4.82132 9.69971 5.12316 9.058 5.12316 8.39161C5.115 7.05059 4.12789 6.12094 2.70842 6.12094ZM3.73632 9.52694C3.45895 9.77375 3.10816 9.88893 2.53711 9.88893H2.30053V6.89428H2.53711C3.1 6.89428 3.44263 6.99301 3.73632 7.25627C4.03816 7.52777 4.21763 7.94735 4.21763 8.38338C4.21763 8.81942 4.03816 9.25545 3.73632 9.52694Z' fill='%23231F20'/%3E%3Cpath d='M6.39579 6.12094H5.52289V10.6458H6.39579V6.12094Z' fill='%23231F20'/%3E%3Cpath d='M8.53316 7.85685C8.01106 7.6594 7.85606 7.52777 7.85606 7.28918C7.85606 7.00123 8.13342 6.78733 8.50869 6.78733C8.76974 6.78733 8.99 6.89428 9.21027 7.15755L9.66711 6.55697C9.29185 6.22789 8.84316 6.05512 8.34553 6.05512C7.55421 6.05512 6.94237 6.61456 6.94237 7.355C6.94237 7.98026 7.2279 8.30111 8.04369 8.59728C8.38632 8.72069 8.55764 8.80296 8.64737 8.85232C8.81869 8.9675 8.90842 9.13204 8.90842 9.32127C8.90842 9.69148 8.6229 9.96298 8.23132 9.96298C7.81527 9.96298 7.48079 9.74907 7.27685 9.3624L6.71395 9.91362C7.11369 10.5142 7.60316 10.7775 8.26395 10.7775C9.16948 10.7775 9.81395 10.1687 9.81395 9.28836C9.83027 8.55615 9.52843 8.22707 8.53316 7.85685Z' fill='%23231F20'/%3E%3Cpath d='M10.0995 8.39161C10.0995 9.72439 11.1355 10.7528 12.4653 10.7528C12.8405 10.7528 13.1668 10.6787 13.5584 10.4895V9.4529C13.2076 9.80666 12.8976 9.94652 12.5061 9.94652C11.625 9.94652 10.9968 9.30481 10.9968 8.38338C10.9968 7.51131 11.6413 6.82846 12.4653 6.82846C12.8813 6.82846 13.1995 6.97655 13.5584 7.33854V6.30193C13.175 6.10448 12.8568 6.02221 12.4816 6.02221C11.1682 6.02221 10.0995 7.07527 10.0995 8.39161Z' fill='%23231F20'/%3E%3Cpath d='M20.5089 9.16495L19.3097 6.12094H18.3553L20.2561 10.761H20.7292L22.6626 6.12094H21.7163L20.5089 9.16495Z' fill='%23231F20'/%3E%3Cpath d='M23.0624 10.6458H25.5424V9.88071H23.9353V8.6631H25.4853V7.89798H23.9353V6.89428H25.5424V6.12094H23.0624V10.6458Z' fill='%23231F20'/%3E%3Cpath d='M29.0095 7.46195C29.0095 6.61456 28.4303 6.12917 27.4187 6.12917H26.1216V10.6541H26.9945V8.83587H27.1087L28.3161 10.6541H29.3929L27.9816 8.74537C28.6424 8.60551 29.0095 8.15303 29.0095 7.46195ZM27.2474 8.21062H26.9945V6.8367H27.2637C27.8103 6.8367 28.1039 7.06705 28.1039 7.51131C28.1039 7.9638 27.8103 8.21062 27.2474 8.21062Z' fill='%23231F20'/%3E%3Cpath d='M16.2424 10.8104C17.5625 10.8104 18.6326 9.73114 18.6326 8.39984C18.6326 7.06854 17.5625 5.98931 16.2424 5.98931C14.9223 5.98931 13.8521 7.06854 13.8521 8.39984C13.8521 9.73114 14.9223 10.8104 16.2424 10.8104Z' fill='url(%23paint0_linear_20809_62912)'/%3E%3Cpath d='M16.2424 10.8104C17.5625 10.8104 18.6326 9.73114 18.6326 8.39984C18.6326 7.06854 17.5625 5.98931 16.2424 5.98931C14.9223 5.98931 13.8521 7.06854 13.8521 8.39984C13.8521 9.73114 14.9223 10.8104 16.2424 10.8104Z' fill='url(%23paint1_linear_20809_62912)'/%3E%3Cpath d='M29.5642 6.2937C29.5642 6.21143 29.5071 6.1703 29.4174 6.1703H29.2868V6.5652H29.3847V6.40888L29.4989 6.5652H29.6132L29.4826 6.40066C29.5316 6.39243 29.5642 6.35129 29.5642 6.2937ZM29.4011 6.35129H29.3847V6.24434H29.4011C29.45 6.24434 29.4745 6.2608 29.4745 6.2937C29.4745 6.33484 29.45 6.35129 29.4011 6.35129Z' fill='%23231F20'/%3E%3Cpath d='M29.4337 6.02221C29.246 6.02221 29.0911 6.17853 29.0911 6.36775C29.0911 6.55697 29.246 6.71328 29.4337 6.71328C29.6213 6.71328 29.7763 6.55697 29.7763 6.36775C29.7763 6.17853 29.6213 6.02221 29.4337 6.02221ZM29.4337 6.65569C29.2868 6.65569 29.1563 6.53229 29.1563 6.36775C29.1563 6.21143 29.2787 6.0798 29.4337 6.0798C29.5805 6.0798 29.7029 6.21143 29.7029 6.36775C29.7029 6.52406 29.5805 6.65569 29.4337 6.65569Z' fill='%23231F20'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_20809_62912' x1='17.464' y1='10.3288' x2='15.7919' y2='7.7327' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F89F20'/%3E%3Cstop offset='0.2502' stop-color='%23F79A20'/%3E%3Cstop offset='0.5331' stop-color='%23F68D20'/%3E%3Cstop offset='0.6196' stop-color='%23F58720'/%3E%3Cstop offset='0.7232' stop-color='%23F48120'/%3E%3Cstop offset='1' stop-color='%23F37521'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_20809_62912' x1='17.2032' y1='10.2937' x2='14.7558' y2='5.55045' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F58720'/%3E%3Cstop offset='0.3587' stop-color='%23E16F27'/%3E%3Cstop offset='0.703' stop-color='%23D4602C'/%3E%3Cstop offset='0.9816' stop-color='%23D05B2E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.ds-icon-tags-bubble {
  background: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12.8'%3E%3Cdefs%3E%3Cstyle%3E.cls-2%7Bfill:%23111;fill-rule:evenodd;%7D.cls-4%7Bfill:%23da2a2a;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M6.6218,3.0832a1.1217,1.1217,0,0,0-.7857-.32H1.1111A1.1012,1.1012,0,0,0,0,3.8545V8.4936a1.0813,1.0813,0,0,0,.3254.7714L5.23,14.08a1.1256,1.1256,0,0,0,1.5714,0l4.7249-4.639a1.0769,1.0769,0,0,0,0-1.5427Zm7.8675,6.3582L9.7644,14.08a1.1255,1.1255,0,0,1-1.5713,0l-.0411-.04.5238-.5142.0411.04a.3751.3751,0,0,0,.5237,0l4.725-4.639a.3594.3594,0,0,0,0-.5143L9.0609,3.5974a.3713.3713,0,0,0-.2619-.1065H8.3465l-.7407-.7273H8.799a1.1217,1.1217,0,0,1,.7857.32l4.9046,4.8155A1.0767,1.0767,0,0,1,14.4893,9.4414Zm-8.6532-5.95H1.1111a.3675.3675,0,0,0-.37.3636V8.4936a.3582.3582,0,0,0,.1085.2571l4.9047,4.8155a.3752.3752,0,0,0,.5238,0l4.7249-4.639a.3594.3594,0,0,0,0-.5143L6.0979,3.5974A.3713.3713,0,0,0,5.8361,3.4909ZM3.3333,5.5818a.4546.4546,0,1,0,.463.4546A.4593.4593,0,0,0,3.3333,5.5818Zm1.1111.4546A1.1113,1.1113,0,1,0,3.3333,7.1273,1.1011,1.1011,0,0,0,4.4444,6.0364Z' transform='translate(0 -1.6)'/%3E%3Cellipse class='cls-4' cx='12.4445' cy='3.4909' rx='3.5556' ry='3.4909'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.ds-icon-play {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10Z' fill='%23111111' fill-opacity='0.5'/%3E %3Cpath d='M13.2209 9.41865L7.5636 6.49236C7.10395 6.25471 6.4 6.48533 6.4 7.07312V12.9243C6.4 13.4516 7.05413 13.7694 7.5636 13.505L13.2209 10.5802C13.7256 10.32 13.7272 9.67879 13.2209 9.41865Z' fill='white'/%3E %3C/svg%3E") no-repeat center;
  background-size: contain;
}

.ds-icon-pause {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10Z' fill='%23111111' fill-opacity='0.5'/%3E %3Cpath d='M7.4625 5.6H8.3375C8.48188 5.6 8.6 5.72375 8.6 5.875V14.125C8.6 14.2762 8.48188 14.4 8.3375 14.4H7.4625C7.31813 14.4 7.2 14.2762 7.2 14.125V5.875C7.2 5.72375 7.31813 5.6 7.4625 5.6Z' fill='white'/%3E %3Cpath d='M11.6625 5.6H12.5375C12.6819 5.6 12.8 5.72375 12.8 5.875V14.125C12.8 14.2762 12.6819 14.4 12.5375 14.4H11.6625C11.5181 14.4 11.4 14.2762 11.4 14.125V5.875C11.4 5.72375 11.5181 5.6 11.6625 5.6Z' fill='white'/%3E %3C/svg%3E") no-repeat center;
  background-size: contain;
}

.ds-icon-at-credit-card {
  width: 38px;
  height: 24px;
  display: inline-block;
  background: url("~@premium-assets/images/credit-cards/at-credit-card.svg") no-repeat center;
  background-size: contain;
}

.ds-icon-at-mastercard {
  width: 38px;
  height: 24px;
  display: inline-block;
  background: url("~@premium-assets/images/credit-cards/at-mastercard.svg") no-repeat center;
  background-size: contain;
}

.ds-icon-loft-credit-card {
  width: 38px;
  height: 24px;
  display: inline-block;
  background: url("~@premium-assets/images/credit-cards/loft-credit-card.svg") no-repeat center;
  background-size: contain;
}

.ds-icon-loft-mastercard {
  width: 38px;
  height: 24px;
  display: inline-block;
  background: url("~@premium-assets/images/credit-cards/loft-mastercard.svg") no-repeat center;
  background-size: contain;
}

.ds-account-menu {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: rgba(17, 17, 17, 0.5);
}
@media (min-width: 992px) {
  .ds-account-menu {
    display: none;
  }
}
.ds-account-menu__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 314px;
  max-width: 85vw;
  max-height: 100vh;
  overflow-y: auto;
  background: #ffffff;
  padding: 16px 0;
  gap: 16px;
}
.ds-account-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 14px;
}
.ds-account-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.ds-account-menu__greeting {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #111111;
}
.ds-account-menu__subtitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #111111;
}
.ds-account-menu__subtitle strong {
  font-weight: 700;
}
.ds-account-menu__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #111111;
}
.ds-account-menu__loyalty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 16px 14px 0;
  background: #f8f8f8;
}
.ds-account-menu__loyalty-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #111111;
}
.ds-account-menu__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  color: #ffffff;
}
.ds-account-menu__loyalty-border {
  border-top: 1px solid #cccccc;
}
.ds-account-menu__rewards-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #111111;
}
.ds-account-menu__rewards-count strong {
  font-weight: 700;
}
.ds-account-menu__rewards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  max-height: 167px;
  overflow-y: auto;
  padding-right: 4px;
  -webkit-overflow-scrolling: touch;
}
.ds-account-menu__rewards::-webkit-scrollbar {
  width: 3px;
}
.ds-account-menu__rewards::-webkit-scrollbar-track {
  margin: 12px 0;
}
.ds-account-menu__rewards::-webkit-scrollbar-thumb {
  background: #cccccc;
}
.ds-account-menu__loyalty--cta {
  margin-top: 4px;
  line-height: 14px;
}
.ds-account-menu__cta-link {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.1px;
  color: #111111;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}
.ds-account-menu__cta-link:hover {
  text-decoration: none;
  color: #111111;
}
.ds-account-menu__cta-link.active {
  font-weight: 800;
}
.ds-account-menu__wallet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ds-account-menu__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.ds-account-menu__tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  height: 32px;
  padding: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #111111;
  background: #cccccc;
  border: none;
  cursor: pointer;
}
.ds-account-menu__tab--active {
  background: #f8f8f8;
  font-weight: 700;
}
.ds-account-menu__tab-content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 16px 14px 0;
  background: #f8f8f8;
}
.ds-account-menu__tab-content--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ds-account-menu .ds-loyalty-accordion__subheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 16px;
}
.ds-account-menu .ds-loyalty-accordion__see-details {
  font-size: 10px;
  line-height: 14px;
}
.ds-account-menu__cash-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  overflow-x: auto;
}
.ds-account-menu__cash-cards .ds-loyalty-cash {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 171px;
          flex: 0 0 171px;
  width: 171px;
}
.ds-account-menu__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 0 14px;
}
.ds-account-menu__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #111111;
  text-decoration: none;
  cursor: pointer;
}
.ds-account-menu__link:hover, .ds-account-menu__link:focus, .ds-account-menu__link:active {
  text-decoration: none;
  color: #111111;
  outline: none;
}
.ds-account-menu--hidden {
  display: none;
}

.ann-site .ds-loyalty-dropdown {
  --ds-loyalty-dropdown-badge-bg: #c44f4f;
}

.loft-site .ds-loyalty-dropdown {
  --ds-loyalty-dropdown-badge-bg: #da2a2a;
}

.rewardCart {
  padding: 18px 18px 16px;
}
.rewardCart .cashReward .show-more-btn {
  margin-top: 6px;
}

@media (max-width: 1023.98px) {
  .cart .rewardCart {
    padding: 18px 12px 18px 12px !important;
  }
}

.cashReward.card {
  margin-bottom: 0;
}
.cashReward .panel-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cashReward .reward-bubble {
  width: 16px;
  height: 16px;
  color: #fff;
  background: #da2a2a;
  text-align: center;
  border-radius: 100%;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: normal;
  display: inline-block;
  margin-left: 5px;
}
.cashReward .redeem-cash {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #111;
}
.cashReward .redeem-cash .see-details {
  line-height: 18px;
}
.cashReward .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% + 13px);
  margin: auto;
  max-height: 265px;
}
@media (max-width: 1023.98px) {
  .cashReward .row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(157px, 1fr));
    max-height: unset;
    height: auto;
  }
}
@media screen and (max-width: 374px) {
  .cashReward .row {
    grid-template-columns: repeat(auto-fill, minmax(152px, 1fr));
  }
}
.cashReward .row:after {
  content: "";
  display: table;
  clear: both;
}
.cashReward .disabled a {
  text-decoration: none !important;
  cursor: unset;
}
.cashReward .cash-reward-offer .view-bar-code {
  display: none;
}
@media (min-width: 768px) {
  .cashReward .cash-reward-offer {
    height: auto;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .cashReward ::-webkit-scrollbar-track {
    margin: 12px 0;
  }
  .cashReward ::-webkit-scrollbar-thumb {
    background: #d9d9d9;
  }
  .cashReward ::-webkit-scrollbar {
    width: 3px;
  }
}
.cashReward .margin-top {
  margin-top: 3px;
}

.cashReward a:not(.ds-reward__cta) {
  text-underline-offset: unset !important;
}

@media (max-width: 1023.98px) {
  .loft-site .cashReward .reward-bubble {
    padding-top: 2px;
  }
}

.checkout-container .cashReward {
  border: none;
}
.checkout-container .cashReward .panel-default {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  .checkout-container .cashReward .show-more-btn {
    margin-top: 0;
  }
}
.checkout-container .cashReward.spc-cash-reward-container .ds-loyalty-dropdown {
  border: none;
}
.checkout-container .cashReward.spc-cash-reward-container .ds-loyalty-dropdown__redemption tr th,
.checkout-container .cashReward.spc-cash-reward-container .ds-loyalty-dropdown__redemption tr td {
  border: 1px solid #e6e6e6;
}
.checkout-container .cashReward.spc-cash-reward-container .ds-loyalty-dropdown__redemption tr th {
  background-color: #f5f5f5;
}
.checkout-container .cashReward.spc-cash-reward-container .ds-loyalty-dropdown__body--grid .ds-loyalty-cash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-container .cashReward.spc-cash-reward-container .ds-loyalty-dropdown__body--grid {
  position: relative;
}
.checkout-container .cashReward.spc-cash-reward-container .ds-loyalty-dropdown__body--grid.cash-reward-section .cash-reward-offer {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: subgrid;
  row-gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-height: 260px;
  overflow: hidden;
}
@media (max-width: 1023.98px) {
  .checkout-container .cashReward.spc-cash-reward-container .ds-loyalty-dropdown__body--grid.cash-reward-section .cash-reward-offer {
    max-height: inherit;
  }
}
.checkout-container .cashReward.spc-cash-reward-container .ds-loyalty-dropdown__body--grid.cash-reward-section .cash-reward-offer .col-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.checkout-container .cashReward.spc-cash-reward-container .ds-loyalty-dropdown__body--grid.cash-reward-section .cash-reward-offer .cash-reward-value {
  max-width: 195px;
}
.checkout-container .cashReward.spc-cash-reward-container .ds-loyalty-dropdown__body--grid.cash-reward-section .cash-reward-offer .view-bar-code {
  display: none;
}
.checkout-container .cashReward.spc-cash-reward-container .ds-loyalty-dropdown__body--grid.cash-reward-section.no-max-height .cash-reward-offer {
  max-height: none;
  overflow: visible;
}
.checkout-container .cashReward.spc-cash-reward-container .show-more-btn {
  display: none;
  text-align: center;
}
.checkout-container .cashReward.spc-cash-reward-container .ds-loyalty-dropdown--expanded .show-more-btn {
  display: block;
}
.checkout-container .cashReward.spc-cash-reward-container .ds-loyalty-dropdown--expanded .show-more-btn .ds-loyalty-dropdown__show-more,
.checkout-container .cashReward.spc-cash-reward-container .ds-loyalty-dropdown--expanded .show-more-btn .ds-loyalty-dropdown__show-less {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.promo-banner-account-menu .cashRewardSection {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  margin-bottom: 14px;
  margin-top: -3px;
}
.promo-banner-account-menu .cashReward {
  border: 0;
  margin-bottom: 0;
}
.promo-banner-account-menu .cashReward .redeem-cash {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #111;
}
.promo-banner-account-menu .cashReward .redeem-cash .see-details {
  line-height: 18px;
}
.promo-banner-account-menu .cashReward .panel-title {
  margin-bottom: 0;
}
.promo-banner-account-menu .cashReward .panel-title a {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promo-banner-account-menu .cashReward .panel-title .user-message {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #111;
}
.promo-banner-account-menu .cashReward .reward-bubble {
  position: relative;
  top: -1px;
  margin-left: 4px;
  line-height: normal;
}
.promo-banner-account-menu .cashReward .cash-reward-offer-wrapper {
  max-height: 253px;
  overflow-y: auto;
  padding-bottom: 20px;
  margin-right: -13px;
  padding-right: 6px;
}
.promo-banner-account-menu .cashReward .cash-reward-offer {
  width: 100%;
  margin: auto;
  display: block;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px 20px;
  padding-right: 0;
  padding-left: 0;
  max-height: initial;
}
.promo-banner-account-menu .cashReward .cash-reward-value {
  width: 100%;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
@media (max-width: 1023.98px) {
  .promo-banner-account-menu .cashReward .cash-reward-value {
    max-width: 160px;
  }
}

.order-details-block .rewardCart {
  padding: 18px 15px 16px;
}
.order-details-block .cashReward .cash-reward-offer-wrapper {
  max-height: 262px;
  overflow-y: auto;
  width: calc(100% + 10px);
  overflow-x: hidden;
  margin-right: -13px;
  padding-right: 6px;
}
.order-details-block .cashReward .cash-reward-offer-wrapper .cash-reward-offer {
  margin: auto;
  width: 100%;
  display: block;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0;
  padding-left: 0;
  max-height: initial;
}
.order-details-block .cashReward .cash-reward-offer-wrapper .cash-reward-offer .cash-reward-value {
  margin-bottom: 15px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
@media screen and (max-width: 767px) {
  .order-details-block .cashReward .cash-reward-offer-wrapper .cash-reward-offer .cash-reward-value {
    max-width: 180px;
  }
}
@media screen and (min-width: 768px) {
  .order-details-block .cashReward .cash-reward-offer-wrapper .cash-reward-offer .cash-reward-value {
    max-width: 160px;
  }
}

.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .nav-item .nav-link {
  background-color: #e4e4e4;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .nav-item .nav-link.active {
  background-color: #fff;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .rewardCart #collapsereward:after, .cashReward-mobile-nav-wrapper .cashReward-mobile-nav .cashReward .panel-body:after {
  display: none;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .cashReward .redeem-cash {
  letter-spacing: 0.5px;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .tab-content {
  padding: 0px;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav ul#mobileCashRewards-tab li.nav-item {
  width: 50%;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav ul#mobileCashRewards-tab li.nav-item a {
  width: 100%;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.6px;
  border-radius: 0px;
  border: none;
  height: 100%;
  color: #111;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav ul#mobileCashRewards-tab li.nav-item a.active {
  font-weight: 600 !important;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .panel-heading {
  display: none;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav.onlyCashReward .cashReward.card {
  background-color: #f8f8f8;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav.onlyCashReward .panel-heading {
  display: block;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav.onlyCashReward .panel-heading .panel-title {
  padding: 0.75rem 0.875rem;
  margin-bottom: 0;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav.onlyCashReward .panel-heading .panel-title.reward-payment-checkout {
  display: none;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav.onlyCashReward .panel-heading .panel-title .name-text {
  font-weight: 400;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav.onlyCashReward .panel-heading .panel-title .more-less {
  font-size: 1.3125rem;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .panel-body {
  padding: 0 0 12px 12px;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .panel-body.style-reward-section {
  padding: 0 3px 9px;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .panel-body .mobile-reward-value-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .panel-body .mobile-reward-value-wrapper .ds-reward {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: calc(100% - 24px);
  margin-right: 8px;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .panel-body .mobile-reward-value-wrapper .ds-reward:last-child {
  margin-right: 0;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .panel-body .mobile-reward-value-wrapper::-webkit-scrollbar {
  height: 4px;
  border-radius: 20px;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .panel-body .mobile-reward-value-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 5px 15px 10px rgb(238, 238, 238);
          box-shadow: inset 5px 15px 10px rgb(238, 238, 238);
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .panel-body .mobile-reward-value-wrapper::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav #collapsereward .panel-body {
  padding: 0;
  min-height: 40px;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .cash-reward-offer {
  width: 100%;
  overflow-x: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: 0;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .cash-reward-offer::-webkit-scrollbar {
  height: 4px;
  border-radius: 20px;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .cash-reward-offer::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .cash-reward-offer::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .outer-box {
  min-width: 161px;
  width: 161px;
  display: block;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .cashReward-mobile-nav-wrapper .cashReward-mobile-nav .outer-box .view-bar-code {
    display: none;
  }
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .bold-styling a {
  font-weight: 500;
  color: #111;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .cashReward {
  border: 0;
  margin-bottom: auto;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .reward-circle {
  width: 16px;
  height: 16px;
  color: #fff;
  background: #da2a2a;
  text-align: center;
  border-radius: 100%;
  font-weight: 300;
  font-size: 0.625rem;
  line-height: 16px;
  display: inline-block;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .cashReward .show-more-btn {
  display: none;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav #collapsereward {
  min-height: unset;
  overflow-y: scroll;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .reward-range-point .rewards-title {
  display: none;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .reward-range-point .rewardsMob-title {
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.6px;
  display: block;
  margin-left: -3px;
  margin-bottom: 4px;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .rewardCart {
  padding: 12px 0 0 14px;
  border-bottom: none;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .rewardCart .reward-count {
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.2px;
  padding-top: 0;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .rewardCart .cartScroll-seeMore,
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .rewardCart .cartScroll-seeLess {
  display: none !important;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav.onlyRewardsNew {
  border-bottom: none;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav.onlyRewardsNew .panel-heading {
  display: block;
  padding: 12px 14px;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav.onlyRewardsNew .panel-heading .name-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: #111;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav.onlyRewardsNew .panel-heading .name-text .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav.onlyRewardsNew .reward-range-point {
  padding-top: 0;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav.onlyRewardsNew .js-rewards_section .panel-heading {
  display: none;
}
.cashReward-mobile-nav-wrapper .cashReward-mobile-nav .js-rewards_section .rewardCart {
  padding-left: 0;
}
.cashReward-mobile-nav-wrapper .more-less {
  font-size: 1.3125rem;
}

.loft-site .mobile-name-reward .reward-range-point {
  border-top: 0px;
}
.loft-site .cashReward-mobile-nav .reward-count {
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.6px;
}
.loft-site .cashReward-mobile-nav.onlyRewardsNew .panel-heading {
  display: block;
  padding: 12px 14px;
}
.loft-site .cashReward-mobile-nav.onlyRewardsNew .panel-heading .name-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #111;
  margin-top: 6px;
}
.loft-site .cashReward-mobile-nav.onlyRewardsNew .panel-heading .panel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}
.loft-site .cashReward-mobile-nav.onlyRewardsNew .panel-heading .more-less {
  padding-bottom: 0;
}
.loft-site .cashReward-mobile-nav .panel-group {
  background-color: #f8f8f8;
}
.loft-site .cashReward-mobile-nav .nav-item .nav-link {
  background-color: #e4e4e4;
}
.loft-site .cashReward-mobile-nav .nav-item .nav-link.active {
  background-color: #f8f8f8;
}

.ann-site .promo-banner-account-menu .cashRewardSection .loft-cashReward-label {
  display: none;
}

#barcodeModal .modal-dialog {
  margin: 0;
  position: absolute;
  bottom: 0;
}
#barcodeModal .modal-dialog .modal-content {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-transform: translate3d(0, 100%, 0) !important;
          transform: translate3d(0, 100%, 0) !important;
  -webkit-transition: -webkit-transform 0.6s ease-out !important;
  transition: -webkit-transform 0.6s ease-out !important;
  transition: transform 0.6s ease-out !important;
  transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out !important;
}
#barcodeModal .modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid #111111;
  padding-left: 14px;
  padding-right: 18px;
}
#barcodeModal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #111111;
  padding-top: 3px;
}
#barcodeModal .modal-dialog .modal-content .modal-header .close {
  padding: 1.2rem;
}
#barcodeModal .modal-dialog .modal-content .modal-header .close .icon-close {
  font-size: 18.35px;
}
#barcodeModal .modal-dialog .modal-content .modal-body .modal-body-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px;
  color: #111111;
}
#barcodeModal .modal-dialog .modal-content .modal-body .barcodeSvg {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#barcodeModal .modal-dialog .modal-content .modal-body .barcodeSvg #barcode {
  width: 247px;
}
#barcodeModal.show .modal-content {
  -webkit-transform: translateZ(0) !important;
          transform: translateZ(0) !important;
}

.loft-site #barcodeModal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 600 !important;
}

.ann-site #barcodeModal .modal-dialog {
  width: 100vw;
}

.loft-cash .rewards-coupon-error {
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 14px;
  color: #da2a2a;
}

.ann-cash .rewards-coupon-error {
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 14px;
  color: #c44f4f;
}

@media (max-width: 767.98px) {
  .payment-container .accordion-section {
    padding-inline: 12px !important;
  }
}

@media (max-width: 767.98px) {
  .payment-container .accordion-section .cash-reward-card .cashReward .cash-reward-offer {
    -webkit-column-gap: 16px !important;
       -moz-column-gap: 16px !important;
            column-gap: 16px !important;
  }
}

@media (max-width: 1023.98px) {
  .menu-toggleable-right.navbar-toggleable-md.in .close-menu.right-panel-close-btn {
    display: none;
  }
  .menu-toggleable-right.navbar-toggleable-md.in .close-menu.right-panel-close-btn a {
    display: none;
  }
  .menu-toggleable-right.navbar-toggleable-md.in .ds-account-menu__close.close-button {
    display: block;
  }
  .menu-toggleable-right.navbar-toggleable-md.in .reward-range-point {
    margin-bottom: 0;
    padding-right: 12px;
  }
  .menu-toggleable-right.navbar-toggleable-md.in .reward-range-point .right-number.ds-points-bar__threshold {
    margin-bottom: 0;
  }
  .menu-toggleable-right.navbar-toggleable-md.in .rewardCart {
    margin-top: 0;
  }
  .menu-toggleable-right.navbar-toggleable-md.in .onlyRewardsNew .right-number.ds-points-bar__threshold {
    margin-bottom: 16px;
  }
  .menu-toggleable-right.navbar-toggleable-md.in .no-background-right-menu {
    background: transparent;
  }
  .menu-toggleable-left .reward-range-point .ds-custom-tooltip[data-arrow=top-right] .ds-tooltip-content {
    width: 260px;
  }
}
.rewardCart .cashReward .cash-reward-value .barcode-hide,
.billing-cashrewards-sec .cashReward .cash-reward-value .barcode-hide {
  display: none;
}
@media (max-width: 1023.98px) {
  .rewardCart .outer-box.ds-loyalty-cash,
  .billing-cashrewards-sec .outer-box.ds-loyalty-cash {
    width: 100%;
  }
}

@media (max-width: 1023.98px) {
  .loft-site .rewardCart .cashReward .cash-reward-value .cash-card-radius {
    border-radius: 5px;
  }
}

.rewardCart .cashReward .no-max-height,
.rewardCart .styleReward .no-max-height {
  max-height: none;
  margin-bottom: 20px;
  overflow-y: visible;
}
.rewardCart .cashReward .redeem-cash,
.rewardCart .styleReward .redeem-cash {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
@media (max-width: 1023.98px) {
  .rewardCart .cashReward .ds-loyalty-accordion--expanded .custom-cart-grid {
    display: grid;
  }
}

.cashReward .redeem-cash {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .promo-banner-account-menu .rewardCart .panel-group {
    padding-top: 16px;
  }
}
@media (min-width: 768px) {
  .promo-banner-account-menu .rewardCart .remove-padding,
  .promo-banner-account-menu .cashReward .remove-padding {
    padding: 0;
  }
}

.view-my-offer-slide .cartScroll-seeMore {
  margin-bottom: 24px;
}
.view-my-offer-slide .panel-group.ds-loyalty-accordion.ds-loyalty-accordion--cash {
  padding-top: 0;
}
.view-my-offer-slide .panel-group .ds-loyalty-accordion.ds-loyalty-accordion--rewards {
  padding-top: 0;
  padding-bottom: 0;
}
.view-my-offer-slide .panel-group .ds-loyalty-accordion.ds-loyalty-accordion--rewards .panel-heading {
  margin-bottom: 16px;
}
.view-my-offer-slide .panel-group .ds-loyalty-accordion.ds-loyalty-accordion--rewards .reward-count {
  padding-bottom: 0;
}

.view-my-offer-slide .bottom-space-18margin {
  margin-bottom: 18px;
}
.view-my-offer-slide .bottom-space-10margin {
  margin-bottom: 2px;
}
.view-my-offer-slide .ds-loyalty-accordion--rewards .ds-loyalty-accordion__body,
.view-my-offer-slide .ds-loyalty-accordion--cash .ds-loyalty-accordion__body {
  overflow-y: hidden;
}
.view-my-offer-slide .ds-loyalty-accordion--rewards .ds-loyalty-accordion__body.no-max-height,
.view-my-offer-slide .ds-loyalty-accordion--cash .ds-loyalty-accordion__body.no-max-height {
  max-height: none;
  overflow-y: visible;
}
.view-my-offer-slide .ds-loyalty-accordion--rewards .show-more-btn,
.view-my-offer-slide .ds-loyalty-accordion--cash .show-more-btn {
  display: none;
}
.view-my-offer-slide .ds-loyalty-accordion--rewards.ds-loyalty-accordion--expanded .show-more-btn,
.view-my-offer-slide .ds-loyalty-accordion--cash.ds-loyalty-accordion--expanded .show-more-btn {
  display: block !important;
}

[data-panel=rewardPanel] .ds-reward__cta {
  color: #111 !important;
}
