/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/PageCover/_index.scss ***!
  \***********************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.pageCover {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: 0.5s background-color ease, 0.2s opacity ease, 0.2s visibility ease, 0.2s z-index ease;
}
.pageCover.active {
  visibility: visible;
  opacity: 1;
  z-index: 7;
}
/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Grid/Column/_index.scss ***!
  \*************************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.column {
  position: relative;
  width: 100%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
.column.width-1\/12 {
  width: 8.3333333333%;
}
.column.width-2\/12 {
  width: 16.6666666667%;
}
.column.width-3\/12 {
  width: 25%;
}
.column.width-4\/12 {
  width: 33.3333333333%;
}
.column.width-5\/12 {
  width: 41.6666666667%;
}
.column.width-6\/12 {
  width: 50%;
}
.column.width-7\/12 {
  width: 58.3333333333%;
}
.column.width-8\/12 {
  width: 66.6666666667%;
}
.column.width-9\/12 {
  width: 75%;
}
.column.width-10\/12 {
  width: 83.3333333333%;
}
.column.width-11\/12 {
  width: 91.6666666667%;
}
.column.width-12\/12 {
  width: 100%;
}
.column.extend {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 47.9375rem) {
  .row:not(.noWrap) .column[class*=width-] {
    width: 100%;
  }
}
/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Grid/Row/_index.scss ***!
  \**********************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.row {
  display: flex;
  width: 100%;
  margin-left: -5%;
  margin-right: -5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
@media (max-width: 47.9375rem) {
  .row:not(.noWrap) {
    flex-direction: column;
  }
}
.row .row {
  margin-left: 0;
  margin-right: 0;
}
.row.align--center {
  align-items: center;
}
.row.align--flex-start {
  align-items: flex-start;
}
.row.align--flex-end {
  align-items: flex-end;
}
.row.extend {
  padding-left: 0;
  padding-right: 0;
}
.row.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 47.9375rem) {
  .row.reverse--onResponsive {
    flex-direction: column-reverse;
  }
}
@media (max-width: 47.9375rem) {
  .row.reverse:not(.noWrap) {
    flex-direction: column;
  }
}
/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Grid/_index.scss ***!
  \******************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.grid.extend {
  max-width: none;
}
.grid.debug .row {
  background: repeating-linear-gradient(-45deg, #eaeae8, #eaeae8 2px, #f5f4f3 2px, #f5f4f3 8px);
}
.grid.debug .column {
  outline: 1px dashed #ff7200;
}
.grid.debug .column::after {
  color: #3d3c38;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: 0.75rem;
  line-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.grid.debug .column.width-1\/12::after {
  content: "1/12";
}
.grid.debug .column.width-2\/12::after {
  content: "2/12";
}
.grid.debug .column.width-3\/12::after {
  content: "3/12";
}
.grid.debug .column.width-4\/12::after {
  content: "4/12";
}
.grid.debug .column.width-5\/12::after {
  content: "5/12";
}
.grid.debug .column.width-6\/12::after {
  content: "6/12";
}
.grid.debug .column.width-7\/12::after {
  content: "7/12";
}
.grid.debug .column.width-8\/12::after {
  content: "8/12";
}
.grid.debug .column.width-9\/12::after {
  content: "9/12";
}
.grid.debug .column.width-10\/12::after {
  content: "10/12";
}
.grid.debug .column.width-11\/12::after {
  content: "11/12";
}
.grid.debug .column.width-12\/12::after {
  content: "12/12";
}
.grid.debug .column > * {
  outline: 1px dashed #00b4fa;
}
.grid.reverse .row {
  flex-direction: row-reverse;
}
@media (max-width: 47.9375rem) {
  .grid.reverse .row:not(.noWrap) {
    flex-direction: column;
  }
}
@media (max-width: 47.9375rem) {
  .grid.reverse--onResponsive .row:not(.noWrap) {
    flex-direction: column-reverse;
  }
}
.grid.reverse--alternate .row:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 47.9375rem) {
  .grid.reverse--alternate .row:nth-child(even):not(.noWrap) {
    flex-direction: column;
  }
}
/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Modal/Toggle/_index.scss ***!
  \**************************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.modal__closeButton {
  position: fixed;
  width: 1.25rem;
  height: 1.25rem;
  top: 5%;
  right: 5%;
  z-index: 1;
}
.modal__closeButton::before, .modal__closeButton::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  height: 0.125rem;
  border-radius: 0.125rem;
  background-color: #fff;
}
.modal__closeButton::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__closeButton::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Modal/_index.scss ***!
  \*******************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(2, 10, 24, 0.65);
  backdrop-filter: blur(64px);
  -webkit-backdrop-filter: blur(64px);
  transition: 0.25s opacity ease;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  overflow-y: scroll;
  z-index: 11;
}
.modal.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
}
.modal__grid, .modal__innerWrapper, .modal__inner {
  height: 100%;
}
.modal__innerWrapper, .modal__inner {
  width: 100%;
  max-height: 100%;
}
.modal__innerWrapper {
  padding-top: calc(5% + 2.5rem);
  padding-bottom: calc(5% + 2.5rem);
}
.modal__inner {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.modal__inner, .modal__content {
  width: 100%;
}
.modal__content {
  max-height: 100%;
  overflow-y: auto;
}
/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Video/_index.scss ***!
  \*******************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.videoContainer {
  display: block;
  position: relative;
  background-color: rgba(2, 10, 24, 0.65);
  padding-top: 56.25%;
}
.videoContainer iframe,
.videoContainer video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Modal/Video/_index.scss ***!
  \*************************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.modal__video .modal__innerWrapper {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .modal__video .modal__innerWrapper {
    padding: 0 clamp(
      1px,
      6.9444444444vw,
      100px
    );
  }
}
.modal__video .modal__inner {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}
/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Header/SuperNav/Item/_index.scss ***!
  \**********************************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.header__superNavItem {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.header__superNavItem, .header__superNavItem--link {
  color: #020a18;
  transition: 0.2s color ease;
}
.header__superNavItem > a {
  white-space: nowrap;
  font-weight: 600;
}
/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Header/SuperNav/Item/Link/_index.scss ***!
  \***************************************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.header__superNavItem:last-child .header__superNavItem--link {
  padding-left: 23px;
}
@media (max-width: 767px) {
  .header__superNavItem:last-child .header__superNavItem--link {
    padding-left: 16px;
  }
}

.header__superNavItem--link {
  width: 100%;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 15px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .header__superNavItem--link {
    font-size: 11px;
    padding: 11px;
  }
}

.header__superNavItem--link.active {
  background-color: #e9ebf7;
}
.header__superNavItem--link.active::after, .header__superNavItem--link.active::before {
  content: " ";
  width: 5px;
  height: 100%;
  top: 0;
  background-color: #e9ebf7;
  position: absolute;
  transform: skewX(355deg);
  -ms-transform: skewX(355deg);
  -webkit-transform: skewX(355deg);
}
.header__superNavItem--link.active::before {
  left: -3px;
}
.header__superNavItem--link.active::after {
  right: -3px;
}
/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Header/SuperNav/Items/_index.scss ***!
  \***********************************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.header__superNavItems {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  width: fit-content;
}
/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Header/SuperNav/_index.scss ***!
  \*****************************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.header__superNav {
  height: 36px;
  width: 100%;
  background-color: #d7d8e3;
  display: inline-flex;
  justify-content: space-between;
}
.header__superNav .header__superNav--wrap {
  width: 100%;
  max-width: 100%;
}
.header__superNav .header__superNav--wrap > .row {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .header__superNav .header__superNav--wrap > .row {
    max-width: clamp(
      1px,
      90.2777777778vw,
      1300px
    );
    align-items: stretch;
    justify-content: space-between;
  }
}
.header__superNav .header__superNavItem--icon-wrap {
  display: flex;
}
.header__superNav .header__superNavItem--icon-wrap.soundwave {
  transform: translateY(-0.5px);
}
.header__superNav .header__superNavItem--icon-wrap.soundwave svg {
  width: 16px;
}
@media (max-width: 767px) {
  .header__superNav .header__superNavItem--icon-wrap.soundwave svg {
    width: 14px;
  }
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap {
  position: relative;
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .header__superNavItem--link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 100%;
  cursor: pointer;
  font-weight: 500;
  padding-inline: 19px;
}
@media (max-width: 767px) {
  .header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .header__superNavItem--link {
    padding-inline: 18px;
    gap: 8px;
    position: relative;
    z-index: 1;
  }
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap {
  position: absolute;
  padding-inline: 5px;
  right: -5px;
  top: 0;
  height: 100%;
  overflow: clip;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap.is-active {
  pointer-events: auto;
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNav {
  height: 100%;
  width: 0%;
  opacity: 0;
  transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: left;
}
@media (max-width: 767px) {
  .header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNav {
    position: relative;
    margin-right: 20px;
  }
  .header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNav::after {
    content: "";
    position: absolute;
    top: 0;
    width: 5px;
    height: 100%;
    transform: skewX(-5deg);
    background-color: #68d8fc;
    right: -3px;
  }
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNav .skew {
  width: 5px;
  height: 100%;
  background-color: #68d8fc;
  transform: skewX(-5deg) translate(-3px);
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  width: max-content;
  float: left;
  background-color: #68d8fc;
  opacity: 0;
  transform: translateY(5px);
  transition: transform 0.3s, opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: var(--delayAnimation);
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem::before, .header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem::after {
  content: "";
  position: absolute;
  top: 0;
  width: 5px;
  height: 100%;
  transform: skewX(-5deg);
  background-color: #68d8fc;
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem::before {
  left: -3px;
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem::after {
  right: -3px;
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem .secondary-divider {
  position: relative;
  height: calc(100% - 7px);
  width: 1px;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
  transform: skew(-5deg);
  left: -3px;
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem .secondary-superNavItems__subNavItem--link,
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem .secondary-superNavItems__subNav--title {
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
  color: #020a18;
  text-decoration: none;
}
@media (max-width: 767px) {
  .header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem .secondary-superNavItems__subNavItem--link,
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem .secondary-superNavItems__subNav--title {
    font-size: 9.5px;
  }
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem .secondary-superNavItems__subNav--title {
  padding-left: 7px;
}
@media (min-width: 768px) {
  .header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem .secondary-superNavItems__subNav--title {
    padding-right: 4px;
    padding-left: 16px;
  }
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem .secondary-superNavItems__subNavItem--link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding-left: 12px;
  padding-right: 18px;
}
@media (max-width: 767px) {
  .header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem .secondary-superNavItems__subNavItem--link {
    padding-left: 9px;
    padding-right: 14px;
    gap: 5px;
    z-index: -1;
  }
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem .secondary-superNavItems__subNavItem--link:hover {
  text-decoration: underline;
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem .secondary-superNavItems__subNavItem--link:hover .header__superNavItem--icon-wrap::before {
  box-shadow: 0 0 10px 0 #020095, 0 0 9px 0 rgba(2, 0, 149, 0.03), 0 0 8px 0 rgba(2, 0, 149, 0.1), 0 0 6px 0 rgba(2, 0, 149, 0.17), 0 0 3px 0 rgba(2, 0, 149, 0.2);
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem .secondary-superNavItems__subNavItem--link:hover .header__superNavItem--icon-wrap svg circle {
  fill: #000;
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem .secondary-superNavItems__subNavItem--link:hover .header__superNavItem--icon-wrap svg path {
  fill: #fff;
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem .secondary-superNavItems__subNavItem--link:hover .header__superNavItem--icon-wrap.apple_music svg path[fill="#6402FF"] {
  fill: #000;
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem .secondary-superNavItems__subNavItem--link .header__superNavItem--icon-wrap {
  position: relative;
  align-items: center;
  width: 17px;
}
@media (max-width: 767px) {
  .header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem .secondary-superNavItems__subNavItem--link .header__superNavItem--icon-wrap {
    width: 13px;
  }
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem .secondary-superNavItems__subNavItem--link .header__superNavItem--icon-wrap svg {
  width: 17px;
}
@media (max-width: 767px) {
  .header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem .secondary-superNavItems__subNavItem--link .header__superNavItem--icon-wrap svg {
    width: 13px;
  }
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem .secondary-superNavItems__subNavItem--link .header__superNavItem--icon-wrap svg circle {
  fill: #68d8fc;
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem .secondary-superNavItems__subNavItem--link .header__superNavItem--icon-wrap svg path {
  fill: #000;
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem .secondary-superNavItems__subNavItem--link .header__superNavItem--icon-wrap svg * {
  transition: fill 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem:last-child {
  padding-right: 5px;
}
@media (max-width: 767px) {
  .header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem:last-child {
    padding-right: 0;
  }
  .header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem:last-child .secondary-superNavItems__subNavItem--link {
    padding-right: 7px;
    padding-left: 7px;
  }
}

html.supernav-open .header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNav {
  width: calc(100% + 5px);
  opacity: 1;
  background-color: #68d8fc;
}
html.supernav-open .header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem {
  transform: translateY(0);
  opacity: 1;
}
html.supernav-open .header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem .secondary-superNavItems__subNavItem--link {
  animation-delay: var(--delayAnimation);
}
html.supernav-open .header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap .secondary-superNavItems__subNavItem .secondary-superNavItems__subNavItem--link::after {
  background-color: #68d8fc;
}
@media (max-width: 767px) {
  html.supernav-open .header__superNavItems:not(.secondary-superNavItems) {
    position: relative;
    z-index: -1;
  }
  html.supernav-open .header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .header__superNavItem--link {
    position: static;
  }
}
@media (min-width: 768px) {
  html.supernav-open .header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap {
    pointer-events: auto;
  }
  html.supernav-open .header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav {
    width: calc(100% + 5px);
    opacity: 1;
    background-color: #68d8fc;
  }
  html.supernav-open .header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNavItem {
    transform: translateY(0);
    opacity: 1;
  }
  html.supernav-open .header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItem--link::after {
    background-color: #68d8fc;
  }
}
html.supernav-open.supernav-close .header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav-animWrap {
  pointer-events: none;
}
html.supernav-open.supernav-close .header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNav {
  width: 0;
  transition-delay: 0.3s;
}
html.supernav-open.supernav-close .header__superNav .secondary-superNavItems .secondary-superNavItems__subNav-wrap .secondary-superNavItems__subNavItem {
  transform: translateY(5px);
  opacity: 0;
  transition: transform 0.2s, opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: var(--delayAnimationReverse);
}
/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/NavLogo/_index.scss ***!
  \*********************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.navLogo {
  display: none;
}

.navLogoDesktop {
  display: block;
  max-width: 104px;
  width: 100%;
  position: relative;
  z-index: 10;
}
.navLogoDesktop path {
  fill: #f8f6fe;
}

@media (min-width: 1025px) {
  .navLogo {
    display: block;
  }
  .navLogo.hide,
.navLogoDesktop.hide {
    display: none;
  }
}
/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/NavLink/_index.scss ***!
  \*********************************************************************************************************************************************************/
.navLink,
.navLink a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Header/NavLink/_index.scss ***!
  \****************************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.header__navLinkColumn {
  padding-right: 0;
  padding-left: 0;
  height: fit-content;
  opacity: 1;
  transition: opacity 0.2s ease;
}
@media (max-width: 1023px) {
  .header__navLinkColumn {
    width: 100% !important;
  }
}
@media (min-width: 64rem) {
  .header__navLinkColumn.column {
    width: auto;
    padding-left: 0;
    padding-right: clamp(
      1px,
      2.2222222222vw,
      32px
    );
  }
}
.header__navLinkColumn--container .navLogo path {
  fill: #f8f6fe;
  transition: 0.2s fill ease;
}
/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Header/SubMenu/Link/_index.scss ***!
  \*********************************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.headerSubMenuLink {
  min-width: 100%;
  transition: translate 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.headerSubMenuLink__title {
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 130%;
  color: #10103c;
  transition: 0.35s color cubic-bezier(0.23, 1, 0.32, 1);
}
.headerSubMenuLink a,
.headerSubMenuLink .modalToggle {
  display: flex;
  align-items: center;
  gap: clamp(
      1px,
      0.4166666667vw,
      6px
    );
  text-decoration: none;
  padding-bottom: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  font-weight: 500;
}
.headerSubMenuLink a svg,
.headerSubMenuLink .modalToggle svg {
  width: 11px;
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.headerSubMenuLink a svg path,
.headerSubMenuLink .modalToggle svg path {
  stroke: #133ee3;
}
.headerSubMenuLink a:hover span:not(.ShinyPill),
.headerSubMenuLink .modalToggle:hover span:not(.ShinyPill) {
  color: #133ee3;
}
.headerSubMenuLink:not(.title) {
  translate: calc((clamp(
      1px,
      0.4166666667vw,
      6px
    ) + 11px) * -1);
}
.headerSubMenuLink:not(.title):hover {
  translate: 0;
}
.headerSubMenuLink:not(.title):hover svg {
  opacity: 1;
}
.headerSubMenuLink.title {
  position: relative;
}
.headerSubMenuLink.title svg {
  display: none;
}
.headerSubMenuLink.title a,
.headerSubMenuLink.title .no-link {
  padding-bottom: 15px;
  margin-bottom: 27px;
}
.headerSubMenuLink.title::after {
  content: "";
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 32px;
  height: 2px;
  background-color: #133ee3;
  opacity: 0.2;
  transition: opacity 0.2s ease-out;
}
.headerSubMenuLink.title .headerSubMenuLink__title {
  color: #10103c;
  font-weight: 600;
}
.headerSubMenuLink.title:hover::after {
  opacity: 1;
}
.headerSubMenuLink.title:has(.no-link)::after {
  opacity: 1;
}
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/ShinyPill/_index.scss ***!
  \***********************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.ShinyPill,
.responsiveNav__itemsGroup--header span.responsiveNav__itemsGroup--newPill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 19px;
  width: 38px;
  font-family: "agrandir-bolt";
  text-transform: uppercase;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0.2px;
  margin-left: 4px;
  background-color: #006cff;
  color: #f8f6fe;
  border-radius: 100px;
  overflow: clip;
}
.ShinyPill .swipes,
.responsiveNav__itemsGroup--header span.responsiveNav__itemsGroup--newPill .swipes {
  position: absolute;
  top: -50%;
  width: 10px;
  height: 200%;
  rotate: 25deg;
  translate: -25vw;
  animation: swipe 2.7s infinite linear;
  filter: blur(2px);
}
@keyframes swipe {
  0% {
    translate: -275px;
  }
  100% {
    translate: 275px;
  }
}
.ShinyPill .swipes .large,
.responsiveNav__itemsGroup--header span.responsiveNav__itemsGroup--newPill .swipes .large {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0.3;
}
.ShinyPill .swipes .small,
.responsiveNav__itemsGroup--header span.responsiveNav__itemsGroup--newPill .swipes .small {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  height: 100%;
  width: 16px;
  background-color: #f8f6fe;
  opacity: 0.3;
}
.ShinyPill.delay .swipes,
.responsiveNav__itemsGroup--header span.responsiveNav__itemsGroup--newPill.delay .swipes {
  animation-delay: 1.35s;
}
/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Header/SubMenu/_index.scss ***!
  \****************************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.headerSubMenu {
  display: flex;
  position: absolute;
  top: 115%;
  left: calc(clamp(
      1px,
      1.4930555556vw,
      21.5px
    ) * -1);
  flex-flow: row wrap;
  overflow: hidden;
  padding: 35px 12px 24px clamp(
      1px,
      2.4305555556vw,
      35px
    );
  background-color: #fff;
  border-radius: 5px;
  text-align: left;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2), 0 13px 20px rgba(0, 0, 0, 0.17);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  width: 260px;
  transition: all 0.2s ease-out;
}

html:not(.hovered) .headerSubMenu {
  transition: all 0.2s ease-out;
}
html:not(.hovered) .headerSubMenu,
html:not(.hovered) .headerSubMenu * {
  visibility: hidden !important;
}
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Header/PrimaryNav/Items/_index.scss ***!
  \*************************************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.header__primaryNavItems {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  .header__primaryNavItems {
    display: none;
  }
}
/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Header/PrimaryNav/_index.scss ***!
  \*******************************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.header__primaryNav {
  display: flex;
  flex: 1;
  position: relative;
  width: auto;
}
@media (max-width: 1023px) {
  .header__primaryNav {
    display: none;
  }
}
/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Button/_index.scss ***!
  \********************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.Button {
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #333747;
  font-size: calc(
      0.7859733333rem +
        (30.181376 - 12.5755733333) *
        ((100vw - 320px) / (768 - 320))
    );
  font-size: 0.875009375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 80em;
  background-color: #020a18;
  border: 0.125rem solid #020a18;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, fill 0.2s ease, 0.2s transform ease-in-out;
  cursor: pointer;
  overflow: hidden;
  will-change: transform;
  font-weight: 600;
  padding: clamp(
      1px,
      3.4666666667vw,
      26.624px
    ) clamp(
      1px,
      5.8666666667vw,
      45.056px
    );
}
@media (max-width: 320px) {
  .Button {
    font-size: 0.7859733333rem;
  }
}
@media (min-width: 1px) and (max-width: 320px) {
  .Button {
    font-size: 0.875009375rem;
  }
}
@media (min-width: 376px) and (max-width: 767px) {
  .Button {
    font-size: calc(
      0.875009375rem +
        (30.181376 - 14.00015) *
        ((100vw - 375px) / (768 - 375))
    );
  }
}
@media (min-width: 376px) and (max-width: 767px) and (max-width: 375px) {
  .Button {
    font-size: 0.875009375rem;
  }
}
@media (min-width: 768px) {
  .Button {
    font-size: 0.95rem;
  }
}
@media (min-width: 1024px) {
  .Button {
    font-size: calc(
      0.7111111111rem +
        (16 - 11.3777777778) *
        ((100vw - 1024px) / (1440 - 1024))
    );
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .Button {
    font-size: calc(
      0.95rem +
        (16 - 15.2) *
        ((100vw - 1024px) / (1440 - 1024))
    );
  }
}
@media (min-width: 1440px) {
  .Button {
    font-size: 1rem;
  }
}
.Button strong {
  font-weight: 600;
}
.Button.fontColor--boltBlack {
  color: #020a18;
}
.Button.fontColor--white {
  color: #fff;
}
.Button.fontColor--gray_200 {
  color: #333747;
}
.Button.fontColor--gray_400 {
  color: #696d80;
}
.Button.fontColor--gray_600 {
  color: #b6bbcf;
}
.Button.fontColor--gray_700 {
  color: #d6d6e1;
}
.Button.fontColor--gray_800 {
  color: #e9ebf7;
}
.Button.fontColor--lightningYellow {
  color: #68d8fc;
}
.Button.fontColor--lightningYellowDark {
  color: #68d8fc;
}
.Button.fontColor--blue {
  color: #006dff;
}
.Button.fontColor--blue--light-secondary {
  color: #d1d8fa;
}
.Button.fontColor--green {
  color: #00c42e;
}
.Button.fontColor--pink {
  color: #ff76f2;
}
.Button.fontColor--purple {
  color: #9a4eff;
}
@media (min-width: 768px) {
  .Button {
    padding: clamp(
      1px,
      0.9027777778vw,
      13px
    ) clamp(
      1px,
      1.5277777778vw,
      22px
    );
  }
}
.Button::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, fill 0.2s ease, 0.2s transform ease-in-out;
  will-change: transform;
  z-index: -1;
  border-radius: 80em;
  background-color: #68d8fc;
}
.Button > * {
  position: relative;
  z-index: 1;
}
.Button,
.Button .Button__inner {
  color: #f8f6fe;
}
.Button:hover {
  background-color: #68d8fc;
  border-color: #68d8fc;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, fill 0.2s ease, 0.2s transform ease-in-out;
  transform: scale(1.07);
  will-change: transform;
}
.Button:hover::after {
  transform: translate(0, 0);
  z-index: 0;
  background-color: #68d8fc;
}
.Button:hover,
.Button:hover .Button__inner {
  color: #020a18;
}
.Button:hover::before, .Button:hover::after {
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, fill 0.2s ease, 0.2s transform ease-in-out;
}
.Button.size--large {
  padding: clamp(
      1px,
      5.3333333333vw,
      40.96px
    ) clamp(
      1px,
      8.5333333333vw,
      65.536px
    );
}
@media (min-width: 768px) {
  .Button.size--large {
    padding: clamp(
      1px,
      1.3888888889vw,
      20px
    ) clamp(
      1px,
      2.2222222222vw,
      32px
    );
  }
}
.Button.size--large .Button__inner {
  line-height: 100%;
}
.Button.theme--default2white:hover {
  background-color: #fff;
  border-color: #fff;
}
.Button.theme--default2white:hover::after {
  background-color: #fff;
}
.Button.theme--default2white:hover,
.Button.theme--default2white:hover .Button__inner {
  color: #020a18;
}
.Button.theme--lightningYellow {
  background-color: #68d8fc;
  border-color: #68d8fc;
}
.Button.theme--lightningYellow,
.Button.theme--lightningYellow .Button__inner {
  color: #020a18;
}
.Button.theme--lightningYellow::after {
  background-color: #020a18;
}
.Button.theme--lightningYellow:hover {
  background-color: #020a18;
  border-color: #020a18;
}
.Button.theme--lightningYellow:hover::after {
  background-color: #020a18;
}
.Button.theme--lightningYellow:hover,
.Button.theme--lightningYellow:hover .Button__inner {
  color: #68d8fc;
}
.Button.theme--purpleLight {
  background-color: #b688ff;
  border-color: #b688ff;
}
.Button.theme--purpleLight,
.Button.theme--purpleLight .Button__inner {
  color: #020a18;
}
.Button.theme--purpleLight::after {
  background-color: #c5bfff;
}
.Button.theme--purpleLight:hover {
  background-color: #c5bfff;
  border-color: #c5bfff;
}
.Button.theme--purpleLight:hover::after {
  background-color: #c5bfff;
}
.Button.theme--purpleLight:hover,
.Button.theme--purpleLight:hover .Button__inner {
  color: #020a18;
}
.Button.theme--purpleLight2Pink {
  background-color: #b688ff;
  border-color: #b688ff;
}
.Button.theme--purpleLight2Pink,
.Button.theme--purpleLight2Pink .Button__inner {
  color: #020a18;
}
.Button.theme--purpleLight2Pink::after {
  background-color: #ff76f2;
}
.Button.theme--purpleLight2Pink:hover {
  background-color: #ff76f2;
  border-color: #ff76f2;
}
.Button.theme--purpleLight2Pink:hover::after {
  background-color: #ff76f2;
}
.Button.theme--purpleLight2Pink:hover,
.Button.theme--purpleLight2Pink:hover .Button__inner {
  color: #020a18;
}
.Button.theme--purpleLight2Black {
  background-color: #b688ff;
  border-color: #b688ff;
}
.Button.theme--purpleLight2Black,
.Button.theme--purpleLight2Black .Button__inner {
  color: #020a18;
}
.Button.theme--purpleLight2Black .Button__chevron svg path {
  stroke: #020a18;
}
.Button.theme--purpleLight2Black::after {
  background-color: #f8f6fe;
}
.Button.theme--purpleLight2Black:hover {
  background-color: #68d8fc;
  border-color: #68d8fc;
}
.Button.theme--purpleLight2Black:hover::after {
  background-color: #68d8fc;
}
.Button.theme--purpleLight2Black:hover,
.Button.theme--purpleLight2Black:hover .Button__inner {
  color: #020a18;
}
.Button.theme--lightningYellow2white {
  background-color: #68d8fc;
  border-color: #68d8fc;
}
.Button.theme--lightningYellow2white,
.Button.theme--lightningYellow2white .Button__inner {
  color: #020a18;
}
.Button.theme--lightningYellow2white::after {
  background-color: #fff;
}
.Button.theme--lightningYellow2white:hover {
  background-color: #fff;
  border-color: #fff;
}
.Button.theme--lightningYellow2white:hover::after {
  background-color: #fff;
}
.Button.theme--lightningYellow2white:hover,
.Button.theme--lightningYellow2white:hover .Button__inner {
  color: #020a18;
}
.Button.theme--cyan {
  background-color: #68d8fc;
  border-color: #68d8fc;
}
.Button.theme--cyan,
.Button.theme--cyan .Button__inner {
  color: #020a18;
}
.Button.theme--cyan::after {
  background-color: #f8f6fe;
}
.Button.theme--cyan:hover {
  background-color: #f8f6fe;
  border-color: #f8f6fe;
}
.Button.theme--cyan:hover::after {
  background-color: #f8f6fe;
}
.Button.theme--cyan:hover,
.Button.theme--cyan:hover .Button__inner {
  color: #020a18;
}
.Button.theme--mainBlue {
  background-color: #133ee3;
  border-color: #133ee3;
}
.Button.theme--mainBlue,
.Button.theme--mainBlue .Button__inner {
  color: #f8f6fe;
}
.Button.theme--mainBlue::after {
  background-color: #68d8fc;
}
.Button.theme--mainBlue:hover {
  background-color: #68d8fc;
  border-color: #68d8fc;
}
.Button.theme--mainBlue:hover::after {
  background-color: #68d8fc;
}
.Button.theme--mainBlue:hover,
.Button.theme--mainBlue:hover .Button__inner {
  color: #020a18;
}
.Button.theme--mainBlueOutline {
  background-color: #fff;
  border-color: #133ee3;
}
.Button.theme--mainBlueOutline,
.Button.theme--mainBlueOutline .Button__inner {
  color: #020a18;
}
.Button.theme--mainBlueOutline::after {
  background-color: #133ee3;
}
.Button.theme--mainBlueOutline:hover {
  background-color: #133ee3;
  border-color: #133ee3;
}
.Button.theme--mainBlueOutline:hover::after {
  background-color: #133ee3;
}
.Button.theme--mainBlueOutline:hover,
.Button.theme--mainBlueOutline:hover .Button__inner {
  color: #f8f6fe;
}
.Button.theme--white {
  background-color: #f8f6fe;
  border-color: #f8f6fe;
}
.Button.theme--white,
.Button.theme--white .Button__inner {
  color: #020a18;
}
.Button.theme--white::after {
  background-color: #f8f6fe;
}
.Button.theme--white:hover {
  border-color: #68d8fc;
}
.Button.theme--white:hover::after {
  background-color: #68d8fc;
}
.Button.theme--white:hover,
.Button.theme--white:hover .Button__inner {
  color: #020a18;
}
.Button.theme--boltBlack {
  background-color: #020a18;
  border-color: #020a18;
}
.Button.theme--boltBlack,
.Button.theme--boltBlack .Button__inner {
  color: #f8f6fe;
}
.Button.theme--boltBlack::after {
  background-color: #f8f6fe;
}
.Button.theme--boltBlack:hover {
  background-color: #68d8fc;
  border-color: #68d8fc;
}
.Button.theme--boltBlack:hover::after {
  background-color: #68d8fc;
}
.Button.theme--boltBlack:hover,
.Button.theme--boltBlack:hover .Button__inner {
  color: #020a18;
}
.Button.theme--deepBlack {
  background-color: #020a18;
  border-color: #020a18;
}
.Button.theme--deepBlack,
.Button.theme--deepBlack .Button__inner {
  color: #f8f6fe;
}
.Button.theme--deepBlack::after {
  background-color: #f8f6fe;
}
.Button.theme--deepBlack:hover {
  background-color: #68d8fc;
  border-color: #68d8fc;
}
.Button.theme--deepBlack:hover::after {
  background-color: #68d8fc;
}
.Button.theme--deepBlack:hover,
.Button.theme--deepBlack:hover .Button__inner {
  color: #020a18;
}
.Button.theme--mainBlueOutline .Button__chevron svg path, .Button.theme--cyan .Button__chevron svg path, .Button.theme--lightningYellow2white .Button__chevron svg path, .Button.theme--purpleLight .Button__chevron svg path, .Button.theme--lightningYellow .Button__chevron svg path {
  stroke: #020a18;
}
.Button.theme--lightningYellow.buttonType--icon_box_chevron:hover .Button__chevron svg path {
  stroke: #68d8fc;
}
.Button.buttonType--icon_button {
  display: flex;
  min-height: clamp(
      1px,
      4.1666666667vw,
      60px
    );
  padding: clamp(
      1px,
      0.6944444444vw,
      10px
    ) clamp(
      1px,
      1.6666666667vw,
      24px
    );
}
@media (max-width: 767px) {
  .Button.buttonType--icon_button {
    min-height: clamp(
      1px,
      16vw,
      122.88px
    );
    padding: clamp(
      1px,
      2.6666666667vw,
      20.48px
    ) clamp(
      1px,
      6.4vw,
      49.152px
    );
  }
}
.Button.buttonType--icon_button .Button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(
      1px,
      1.9444444444vw,
      28px
    );
  margin-right: clamp(
      1px,
      0.8333333333vw,
      12px
    );
}
@media (max-width: 767px) {
  .Button.buttonType--icon_button .Button__icon {
    min-width: clamp(
      1px,
      7.4666666667vw,
      57.344px
    );
    margin-right: clamp(
      1px,
      3.2vw,
      24.576px
    );
  }
}
.Button.buttonType--icon_button .Button__icon img {
  max-height: clamp(
      1px,
      2.5vw,
      36px
    );
}
@media (max-width: 767px) {
  .Button.buttonType--icon_button .Button__icon img {
    max-height: clamp(
      1px,
      9.6vw,
      73.728px
    );
  }
}
.Button.buttonType--icon_button .Button__inner {
  font-size: clamp(12px, 1.111vw, 16px);
}
@media (max-width: 767px) {
  .Button.buttonType--icon_button .Button__inner {
    font-size: clamp(
      1px,
      4.2666666667vw,
      32.768px
    );
  }
}
.Button.buttonType--icon_box_chevron {
  display: flex;
  border-radius: 9px;
  height: clamp(
      1px,
      6.9444444444vw,
      100px
    );
  padding-inline: clamp(
      1px,
      1.9444444444vw,
      28px
    );
}
@media (max-width: 767px) {
  .Button.buttonType--icon_box_chevron {
    height: clamp(
      1px,
      26.6666666667vw,
      204.8px
    );
    padding-inline: clamp(
      1px,
      7.4666666667vw,
      57.344px
    );
  }
}
.Button.buttonType--icon_box_chevron .Button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: clamp(
      1px,
      1.9444444444vw,
      28px
    );
  min-width: clamp(
      1px,
      4.0277777778vw,
      58px
    );
}
@media (max-width: 767px) {
  .Button.buttonType--icon_box_chevron .Button__icon {
    margin-right: clamp(
      1px,
      7.4666666667vw,
      57.344px
    );
    min-width: clamp(
      1px,
      15.4666666667vw,
      118.784px
    );
  }
}
.Button.buttonType--icon_box_chevron .Button__icon img {
  max-height: clamp(
      1px,
      4.0277777778vw,
      58px
    );
}
@media (max-width: 767px) {
  .Button.buttonType--icon_box_chevron .Button__icon img {
    max-height: clamp(
      1px,
      15.4666666667vw,
      118.784px
    );
  }
}
.Button.buttonType--icon_box_chevron .Button__inner {
  font-family: "agrandir-bolt", sans-serif, -apple-system, BlinkMacSystemFont, "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  line-height: 110%;
  font-size: clamp(12px, 1.389vw, 20px);
  width: clamp(
      1px,
      7.2222222222vw,
      104px
    );
  min-width: 72px;
  text-align: left;
}
@media (min-width: 768px) {
  .Button.buttonType--icon_box_chevron .Button__inner {
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  .Button.buttonType--icon_box_chevron .Button__inner {
    font-size: clamp(
      1px,
      5.3333333333vw,
      40.96px
    );
    width: clamp(
      1px,
      27.7333333333vw,
      212.992px
    );
  }
}
.Button.buttonType--icon_box_chevron .Button__chevron svg {
  margin-left: clamp(
      1px,
      1.9444444444vw,
      28px
    );
}
@media (max-width: 767px) {
  .Button.buttonType--icon_box_chevron .Button__chevron svg {
    margin-left: clamp(
      1px,
      7.4666666667vw,
      57.344px
    );
  }
}
.Button.buttonType--icon_box_chevron .Button__chevron svg path {
  stroke: #f8f6fe;
  transition: stroke 0.2s ease;
}
.Button.buttonType--icon_box_chevron:hover .Button__chevron svg path {
  stroke: #020a18;
}
.Button[disabled], .Button[disabled]:hover {
  background-color: #d6d6e1;
  border-color: #d6d6e1;
  transform: none;
  cursor: not-allowed;
}
.Button[disabled],
.Button[disabled] .Button__inner, .Button[disabled]:hover,
.Button[disabled]:hover .Button__inner {
  color: #8b8fa3;
}
.Button[disabled]::after, .Button[disabled]:hover::after {
  content: unset;
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Header/SecondaryNav/Item/_index.scss ***!
  \**************************************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.header__secondaryNavItem.buttonContainer {
  justify-content: flex-end;
  padding-left: clamp(
      1px,
      1.25vw,
      18px
    );
  display: flex;
  flex-flow: column;
  padding-bottom: 3px;
  max-height: 50px;
  white-space: nowrap;
}
/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Header/SecondaryNav/Items/_index.scss ***!
  \***************************************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.header__secondaryNavItems {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .header__secondaryNavItems {
    display: none;
  }
}
/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Header/SecondaryNav/_index.scss ***!
  \*********************************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.header__secondaryNav {
  display: flex;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1180px) {
  .header__secondaryNav {
    font-size: 0.875rem;
  }
}
@media (max-width: 1023px) {
  .header__secondaryNav {
    display: none;
  }
}
/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/HamburgerButton/_index.scss ***!
  \*****************************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.hamburgerButton {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1.3125rem !important;
}
.hamburgerButton * {
  position: relative;
  visibility: visible;
  background-color: #f8f6fe;
  height: 3px;
  border-radius: 0;
  width: 100%;
  opacity: 1;
  top: 0;
  transition: 0.3s background-color ease, 0.3s opacity ease, 0.3s top ease, 0.3s transform ease, 0.3s visibility ease;
}
.hamburgerButton *:not(:last-child) {
  margin-bottom: 0.3rem;
}
.hamburgerButton__column {
  padding-right: 0;
}
@media (min-width: 64.0625rem) {
  .hamburgerButton__column {
    display: none !important;
  }
}

html.open .hamburgerButton *:nth-child(1) {
  top: 0.5rem;
  transform: rotate(45deg);
}
html.open .hamburgerButton *:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
html.open .hamburgerButton *:nth-child(3) {
  top: -0.4375rem;
  transform: rotate(-45deg);
}
/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Header/HamburgerButton/_index.scss ***!
  \************************************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
.hamburgerButton__column {
  display: flex;
  align-items: start;
  justify-content: flex-end;
  margin-top: -10px;
}
@media (min-width: 1024px) {
  .hamburgerButton__column {
    display: none !important;
  }
}

.hamburgerButton__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}
/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Header/_index.scss ***!
  \********************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
html main {
  margin-top: -72px;
  padding-top: 72px;
}
@media (min-width: 1024px) {
  html main {
    margin-top: -144px;
    padding-top: 144px;
  }
}
html .header {
  position: relative;
  width: 100%;
  z-index: 11;
  background-color: transparent;
}
html .header::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #120339;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
html .header .header__nav {
  height: 72px;
}
@media (min-width: 1024px) {
  html .header .header__nav {
    height: 108px;
  }
}
html .header .header__nav .header__nav--wrap {
  padding-top: 11px;
  max-width: clamp(
      1px,
      88.8888888889vw,
      1280px
    );
}
@media (max-width: 767px) {
  html .header .header__nav .header__nav--wrap {
    max-width: clamp(
      1px,
      92vw,
      706.56px
    );
  }
}
html .header .header__nav .header__nav--wrap > .row {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 64rem) {
  html .header .header__nav .header__nav--wrap > .row {
    align-items: start;
    justify-content: space-between;
  }
}
html .header__NavItem--link, html .header__NavItem > span {
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  color: #f8f6fe;
  transition: 0.2s color ease;
}
html .header__NavItem:not(.buttonContainer) {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
  padding: 22px clamp(
      1px,
      0.9375vw,
      13.5px
    );
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
html .header__NavItem:not(.buttonContainer).hasSubMenu:hover .headerSubMenu {
  top: 100%;
  visibility: visible;
  z-index: 9;
  opacity: 1;
}
html .header__NavItem:not(.buttonContainer):not(.hasSubMenu)::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 50%;
  width: calc(100% - clamp(
      1px,
      1.875vw,
      27px
    ));
  height: 1px;
  background-color: #f8f6fe;
  transform: translateX(-50%) scaleX(0);
  transition: all 0.2s ease-out;
}
html .header__NavItem:not(.buttonContainer):not(.hasSubMenu):hover::after {
  transform: translateX(-50%) scaleX(1);
}

html.hovered .header::before {
  opacity: 0.7;
}
html.hovered .header .header__NavItem:not(:hover, .buttonContainer) {
  opacity: 0.5;
}
html.hovered .header__NavItem.hasSubMenu:hover .headerSubMenu {
  top: 100%;
  visibility: visible;
  z-index: 9;
  opacity: 1;
}

html.open .header::before {
  opacity: 0.7;
}
@media (min-width: 768px) and (max-width: 1023px) {
  html.open .header::before {
    top: 36px;
  }
}

html.stickyNav {
  padding-top: 108px;
}
@media (min-width: 1025px) {
  html.stickyNav {
    padding-top: 144px;
  }
}
@media (min-width: 1024px) {
  html.stickyNav main {
    margin-top: -108px;
    padding-top: 108px;
  }
}
html.stickyNav header.stickyNav {
  position: fixed;
  height: 108px;
  top: -36px;
}
@media (min-width: 1025px) {
  html.stickyNav header.stickyNav {
    margin-top: -36px;
    height: 108px;
    top: 0;
  }
}
html.stickyNav header.stickyNav .header__nav {
  height: 72px;
}
@media (min-width: 1025px) {
  html.stickyNav header.stickyNav .header__nav {
    display: flex;
    align-items: center;
    height: 80px;
    box-shadow: 0 30px 20px -30px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1024px) {
  html.stickyNav header.stickyNav .header__nav {
    background-color: #020a18;
  }
}
html.stickyNav header.stickyNav .header__nav.transition {
  transition: background-color 0.66s ease;
}
html.stickyNav header.stickyNav .header__nav .header__nav--wrap {
  padding-top: 20px;
}
@media (min-width: 1025px) {
  html.stickyNav header.stickyNav .header__nav .header__nav--wrap {
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  html.stickyNav header.stickyNav .header__navLinkColumn {
    opacity: 0;
  }
}
html.stickyNav header.stickyNav .hamburgerButton__container {
  background-color: #020a18;
}
html.stickyNav header.stickyNav .hamburgerButton * {
  background-color: #d6d6e1;
}

html.noHeader {
  padding-top: 0;
}
html.noHeader main {
  padding-top: 0;
  margin-top: 0;
}
html.noHeader .header {
  display: none;
}
/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].use[1]!./node_modules/sass-loader/dist/cjs.js!./pages/checkout-demo-new/index.scss ***!
  \*********************************************************************************************************************************************************/
/* stylelint-disable value-keyword-case */
/* stylelint-enable value-keyword-case */
/* stylelint-disable value-keyword-case */
/* stylelint-disable enable-keyword-case */
html.checkout-demo.new,
.CheckoutDemo {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: #f8f7ff;
}
html.checkout-demo.new .white,
.CheckoutDemo .white {
  color: #fff;
}
html.checkout-demo.new .primary,
.CheckoutDemo .primary {
  color: black;
}
html.checkout-demo.new .secondary,
.CheckoutDemo .secondary {
  color: #454644;
}
html.checkout-demo.new .tertiary,
.CheckoutDemo .tertiary {
  color: #6a7282;
}
html.checkout-demo.new .shadow-blue,
.CheckoutDemo .shadow-blue {
  box-shadow: 0 100px 20px rgba(19, 62, 227, 0.1), 0 41.7776px 20px rgba(19, 62, 227, 0.12), 0 22.3363px 17.869px rgba(19, 62, 227, 0.05), 0 12.5216px 10.0172px rgba(19, 62, 227, 0.07), 0 6.6501px 5.3201px rgba(19, 62, 227, 0.05), 0 2.7673px 2.2138px rgba(19, 62, 227, 0.1);
}
html.checkout-demo.new .bg-cover,
.CheckoutDemo .bg-cover {
  background-size: cover;
}
html.checkout-demo.new .bg-no-repeat,
.CheckoutDemo .bg-no-repeat {
  background-repeat: no-repeat;
}
html.checkout-demo.new .bg-center,
.CheckoutDemo .bg-center {
  background-position: 50%;
}
html.checkout-demo.new .position-relative,
.CheckoutDemo .position-relative {
  position: relative;
}
html.checkout-demo.new .position-absolute,
.CheckoutDemo .position-absolute {
  position: absolute;
}
html.checkout-demo.new .position-sticky,
.CheckoutDemo .position-sticky {
  position: sticky;
}
html.checkout-demo.new .position-fixed,
.CheckoutDemo .position-fixed {
  position: fixed;
}
html.checkout-demo.new .z-n1,
.CheckoutDemo .z-n1 {
  z-index: -1;
}
html.checkout-demo.new .z-1,
.CheckoutDemo .z-1 {
  z-index: 1;
}
html.checkout-demo.new .z-2,
.CheckoutDemo .z-2 {
  z-index: 2;
}
html.checkout-demo.new .z-3,
.CheckoutDemo .z-3 {
  z-index: 3;
}
html.checkout-demo.new .z-4,
.CheckoutDemo .z-4 {
  z-index: 4;
}
html.checkout-demo.new .z-0,
.CheckoutDemo .z-0 {
  z-index: 0;
}
html.checkout-demo.new .z-max,
.CheckoutDemo .z-max {
  z-index: 999;
}
html.checkout-demo.new .w-30,
.CheckoutDemo .w-30 {
  width: 30px;
}
html.checkout-demo.new .w-a90.w-md-30,
.CheckoutDemo .w-a90.w-md-30 {
  width: 90%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .w-a90.w-md-30,
.CheckoutDemo .w-a90.w-md-30 {
    width: 30px;
  }
}
html.checkout-demo.new .w-70,
.CheckoutDemo .w-70 {
  width: 70px;
}
html.checkout-demo.new .w-a90.w-md-70,
.CheckoutDemo .w-a90.w-md-70 {
  width: 90%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .w-a90.w-md-70,
.CheckoutDemo .w-a90.w-md-70 {
    width: 70px;
  }
}
html.checkout-demo.new .w-76,
.CheckoutDemo .w-76 {
  width: 76px;
}
html.checkout-demo.new .w-a90.w-md-76,
.CheckoutDemo .w-a90.w-md-76 {
  width: 90%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .w-a90.w-md-76,
.CheckoutDemo .w-a90.w-md-76 {
    width: 76px;
  }
}
html.checkout-demo.new .w-105,
.CheckoutDemo .w-105 {
  width: 105px;
}
html.checkout-demo.new .w-a90.w-md-105,
.CheckoutDemo .w-a90.w-md-105 {
  width: 90%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .w-a90.w-md-105,
.CheckoutDemo .w-a90.w-md-105 {
    width: 105px;
  }
}
html.checkout-demo.new .w-full,
.CheckoutDemo .w-full {
  width: 100%;
}
html.checkout-demo.new .w-a90.w-md-full,
.CheckoutDemo .w-a90.w-md-full {
  width: 90%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .w-a90.w-md-full,
.CheckoutDemo .w-a90.w-md-full {
    width: 100%;
  }
}
html.checkout-demo.new .w-half,
.CheckoutDemo .w-half {
  width: 50%;
}
html.checkout-demo.new .w-a90.w-md-half,
.CheckoutDemo .w-a90.w-md-half {
  width: 90%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .w-a90.w-md-half,
.CheckoutDemo .w-a90.w-md-half {
    width: 50%;
  }
}
html.checkout-demo.new .w-auto,
.CheckoutDemo .w-auto {
  width: auto;
}
html.checkout-demo.new .w-a90.w-md-auto,
.CheckoutDemo .w-a90.w-md-auto {
  width: 90%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .w-a90.w-md-auto,
.CheckoutDemo .w-a90.w-md-auto {
    width: auto;
  }
}
html.checkout-demo.new .w-a92,
.CheckoutDemo .w-a92 {
  width: 92%;
}
html.checkout-demo.new .w-a90.w-md-a92,
.CheckoutDemo .w-a90.w-md-a92 {
  width: 90%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .w-a90.w-md-a92,
.CheckoutDemo .w-a90.w-md-a92 {
    width: 92%;
  }
}
html.checkout-demo.new .w-a90,
.CheckoutDemo .w-a90 {
  width: 90%;
}
html.checkout-demo.new .w-a90.w-md-a90,
.CheckoutDemo .w-a90.w-md-a90 {
  width: 90%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .w-a90.w-md-a90,
.CheckoutDemo .w-a90.w-md-a90 {
    width: 90%;
  }
}
html.checkout-demo.new .w-a95,
.CheckoutDemo .w-a95 {
  width: 95%;
}
html.checkout-demo.new .w-a90.w-md-a95,
.CheckoutDemo .w-a90.w-md-a95 {
  width: 90%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .w-a90.w-md-a95,
.CheckoutDemo .w-a90.w-md-a95 {
    width: 95%;
  }
}
html.checkout-demo.new .w-a50,
.CheckoutDemo .w-a50 {
  width: 50%;
}
html.checkout-demo.new .w-a90.w-md-a50,
.CheckoutDemo .w-a90.w-md-a50 {
  width: 90%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .w-a90.w-md-a50,
.CheckoutDemo .w-a90.w-md-a50 {
    width: 50%;
  }
}
html.checkout-demo.new .max-w-1110,
.CheckoutDemo .max-w-1110 {
  max-width: 1110px;
}
html.checkout-demo.new .max-w-1035,
.CheckoutDemo .max-w-1035 {
  max-width: 1035px;
}
html.checkout-demo.new .max-w-1040,
.CheckoutDemo .max-w-1040 {
  max-width: 1040px;
}
html.checkout-demo.new .max-w-680,
.CheckoutDemo .max-w-680 {
  max-width: 680px;
}
html.checkout-demo.new .max-w-800,
.CheckoutDemo .max-w-800 {
  max-width: 800px;
}
html.checkout-demo.new .h-6,
.CheckoutDemo .h-6 {
  height: 6px;
}
html.checkout-demo.new .h-30,
.CheckoutDemo .h-30 {
  height: 30px;
}
html.checkout-demo.new .h-76,
.CheckoutDemo .h-76 {
  height: 76px;
}
html.checkout-demo.new .h-auto,
.CheckoutDemo .h-auto {
  height: auto;
}
html.checkout-demo.new .h-full,
.CheckoutDemo .h-full {
  height: 100%;
}
html.checkout-demo.new .top-0,
.CheckoutDemo .top-0 {
  top: 0;
}
html.checkout-demo.new .right-0,
.CheckoutDemo .right-0 {
  right: 0;
}
html.checkout-demo.new .bottom-0,
.CheckoutDemo .bottom-0 {
  bottom: 0;
}
html.checkout-demo.new .left-0,
.CheckoutDemo .left-0 {
  left: 0;
}
html.checkout-demo.new .top-10,
.CheckoutDemo .top-10 {
  top: 10px;
}
html.checkout-demo.new .right-10,
.CheckoutDemo .right-10 {
  right: 10px;
}
html.checkout-demo.new .bottom-10,
.CheckoutDemo .bottom-10 {
  bottom: 10px;
}
html.checkout-demo.new .left-10,
.CheckoutDemo .left-10 {
  left: 10px;
}
html.checkout-demo.new .top-a15,
.CheckoutDemo .top-a15 {
  top: 15%;
}
html.checkout-demo.new .right-a15,
.CheckoutDemo .right-a15 {
  right: 15%;
}
html.checkout-demo.new .bottom-a15,
.CheckoutDemo .bottom-a15 {
  bottom: 15%;
}
html.checkout-demo.new .left-a15,
.CheckoutDemo .left-a15 {
  left: 15%;
}
html.checkout-demo.new .top-a25,
.CheckoutDemo .top-a25 {
  top: 25%;
}
html.checkout-demo.new .right-a25,
.CheckoutDemo .right-a25 {
  right: 25%;
}
html.checkout-demo.new .bottom-a25,
.CheckoutDemo .bottom-a25 {
  bottom: 25%;
}
html.checkout-demo.new .left-a25,
.CheckoutDemo .left-a25 {
  left: 25%;
}
html.checkout-demo.new .top-a50,
.CheckoutDemo .top-a50 {
  top: 50%;
}
html.checkout-demo.new .right-a50,
.CheckoutDemo .right-a50 {
  right: 50%;
}
html.checkout-demo.new .bottom-a50,
.CheckoutDemo .bottom-a50 {
  bottom: 50%;
}
html.checkout-demo.new .left-a50,
.CheckoutDemo .left-a50 {
  left: 50%;
}
html.checkout-demo.new .top-n2,
.CheckoutDemo .top-n2 {
  top: -2px;
}
html.checkout-demo.new .right-n2,
.CheckoutDemo .right-n2 {
  right: -2px;
}
html.checkout-demo.new .bottom-n2,
.CheckoutDemo .bottom-n2 {
  bottom: -2px;
}
html.checkout-demo.new .left-n2,
.CheckoutDemo .left-n2 {
  left: -2px;
}
html.checkout-demo.new .top-n100,
.CheckoutDemo .top-n100 {
  top: -100px;
}
html.checkout-demo.new .right-n100,
.CheckoutDemo .right-n100 {
  right: -100px;
}
html.checkout-demo.new .bottom-n100,
.CheckoutDemo .bottom-n100 {
  bottom: -100px;
}
html.checkout-demo.new .left-n100,
.CheckoutDemo .left-n100 {
  left: -100px;
}
html.checkout-demo.new .d-flex,
.CheckoutDemo .d-flex {
  display: flex;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .d-md-flex,
.CheckoutDemo .d-md-flex {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .d-xl-flex,
.CheckoutDemo .d-xl-flex {
    display: flex;
  }
}
html.checkout-demo.new .d-none.d-xl-flex,
.CheckoutDemo .d-none.d-xl-flex {
  display: none;
}
@media screen and (min-width: 1100px) {
  html.checkout-demo.new .d-none.d-xl-flex,
.CheckoutDemo .d-none.d-xl-flex {
    display: flex;
  }
}
html.checkout-demo.new .d-block.d-xl-flex,
.CheckoutDemo .d-block.d-xl-flex {
  display: block;
}
@media screen and (min-width: 1100px) {
  html.checkout-demo.new .d-block.d-xl-flex,
.CheckoutDemo .d-block.d-xl-flex {
    display: flex;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .mobile,
.CheckoutDemo .mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  html.checkout-demo.new .desktop,
.CheckoutDemo .desktop {
    display: none;
  }
}
@media (min-width: 1100px) {
  html.checkout-demo.new .mm-tablet,
.CheckoutDemo .mm-tablet {
    display: none !important;
  }
}
@media (max-width: 1099px) {
  html.checkout-demo.new .mm-desktop,
.CheckoutDemo .mm-desktop {
    display: none !important;
  }
}
html.checkout-demo.new .d-block,
.CheckoutDemo .d-block {
  display: block;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .d-md-block,
.CheckoutDemo .d-md-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .d-xl-block,
.CheckoutDemo .d-xl-block {
    display: block;
  }
}
html.checkout-demo.new .d-none.d-xl-block,
.CheckoutDemo .d-none.d-xl-block {
  display: none;
}
@media screen and (min-width: 1100px) {
  html.checkout-demo.new .d-none.d-xl-block,
.CheckoutDemo .d-none.d-xl-block {
    display: block;
  }
}
html.checkout-demo.new .d-block.d-xl-block,
.CheckoutDemo .d-block.d-xl-block {
  display: block;
}
@media screen and (min-width: 1100px) {
  html.checkout-demo.new .d-block.d-xl-block,
.CheckoutDemo .d-block.d-xl-block {
    display: block;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .mobile,
.CheckoutDemo .mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  html.checkout-demo.new .desktop,
.CheckoutDemo .desktop {
    display: none;
  }
}
@media (min-width: 1100px) {
  html.checkout-demo.new .mm-tablet,
.CheckoutDemo .mm-tablet {
    display: none !important;
  }
}
@media (max-width: 1099px) {
  html.checkout-demo.new .mm-desktop,
.CheckoutDemo .mm-desktop {
    display: none !important;
  }
}
html.checkout-demo.new .d-inline-block,
.CheckoutDemo .d-inline-block {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .d-md-inline-block,
.CheckoutDemo .d-md-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .d-xl-inline-block,
.CheckoutDemo .d-xl-inline-block {
    display: inline-block;
  }
}
html.checkout-demo.new .d-none.d-xl-inline-block,
.CheckoutDemo .d-none.d-xl-inline-block {
  display: none;
}
@media screen and (min-width: 1100px) {
  html.checkout-demo.new .d-none.d-xl-inline-block,
.CheckoutDemo .d-none.d-xl-inline-block {
    display: inline-block;
  }
}
html.checkout-demo.new .d-block.d-xl-inline-block,
.CheckoutDemo .d-block.d-xl-inline-block {
  display: block;
}
@media screen and (min-width: 1100px) {
  html.checkout-demo.new .d-block.d-xl-inline-block,
.CheckoutDemo .d-block.d-xl-inline-block {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .mobile,
.CheckoutDemo .mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  html.checkout-demo.new .desktop,
.CheckoutDemo .desktop {
    display: none;
  }
}
@media (min-width: 1100px) {
  html.checkout-demo.new .mm-tablet,
.CheckoutDemo .mm-tablet {
    display: none !important;
  }
}
@media (max-width: 1099px) {
  html.checkout-demo.new .mm-desktop,
.CheckoutDemo .mm-desktop {
    display: none !important;
  }
}
html.checkout-demo.new .d-none,
.CheckoutDemo .d-none {
  display: none;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .d-md-none,
.CheckoutDemo .d-md-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .d-xl-none,
.CheckoutDemo .d-xl-none {
    display: none;
  }
}
html.checkout-demo.new .d-none.d-xl-none,
.CheckoutDemo .d-none.d-xl-none {
  display: none;
}
@media screen and (min-width: 1100px) {
  html.checkout-demo.new .d-none.d-xl-none,
.CheckoutDemo .d-none.d-xl-none {
    display: none;
  }
}
html.checkout-demo.new .d-block.d-xl-none,
.CheckoutDemo .d-block.d-xl-none {
  display: block;
}
@media screen and (min-width: 1100px) {
  html.checkout-demo.new .d-block.d-xl-none,
.CheckoutDemo .d-block.d-xl-none {
    display: none;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .mobile,
.CheckoutDemo .mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  html.checkout-demo.new .desktop,
.CheckoutDemo .desktop {
    display: none;
  }
}
@media (min-width: 1100px) {
  html.checkout-demo.new .mm-tablet,
.CheckoutDemo .mm-tablet {
    display: none !important;
  }
}
@media (max-width: 1099px) {
  html.checkout-demo.new .mm-desktop,
.CheckoutDemo .mm-desktop {
    display: none !important;
  }
}
html.checkout-demo.new .d-inline,
.CheckoutDemo .d-inline {
  display: inline;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .d-md-inline,
.CheckoutDemo .d-md-inline {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .d-xl-inline,
.CheckoutDemo .d-xl-inline {
    display: inline;
  }
}
html.checkout-demo.new .d-none.d-xl-inline,
.CheckoutDemo .d-none.d-xl-inline {
  display: none;
}
@media screen and (min-width: 1100px) {
  html.checkout-demo.new .d-none.d-xl-inline,
.CheckoutDemo .d-none.d-xl-inline {
    display: inline;
  }
}
html.checkout-demo.new .d-block.d-xl-inline,
.CheckoutDemo .d-block.d-xl-inline {
  display: block;
}
@media screen and (min-width: 1100px) {
  html.checkout-demo.new .d-block.d-xl-inline,
.CheckoutDemo .d-block.d-xl-inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .mobile,
.CheckoutDemo .mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  html.checkout-demo.new .desktop,
.CheckoutDemo .desktop {
    display: none;
  }
}
@media (min-width: 1100px) {
  html.checkout-demo.new .mm-tablet,
.CheckoutDemo .mm-tablet {
    display: none !important;
  }
}
@media (max-width: 1099px) {
  html.checkout-demo.new .mm-desktop,
.CheckoutDemo .mm-desktop {
    display: none !important;
  }
}
html.checkout-demo.new .justify-content-around,
.CheckoutDemo .justify-content-around {
  justify-content: space-around;
}
html.checkout-demo.new .justify-content-center.justify-content-md-around,
.CheckoutDemo .justify-content-center.justify-content-md-around {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .justify-content-center.justify-content-md-around,
.CheckoutDemo .justify-content-center.justify-content-md-around {
    justify-content: space-around;
  }
}
html.checkout-demo.new .justify-content-between,
.CheckoutDemo .justify-content-between {
  justify-content: space-between;
}
html.checkout-demo.new .justify-content-center.justify-content-md-between,
.CheckoutDemo .justify-content-center.justify-content-md-between {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .justify-content-center.justify-content-md-between,
.CheckoutDemo .justify-content-center.justify-content-md-between {
    justify-content: space-between;
  }
}
html.checkout-demo.new .justify-content-start,
.CheckoutDemo .justify-content-start {
  justify-content: flex-start;
}
html.checkout-demo.new .justify-content-center.justify-content-md-start,
.CheckoutDemo .justify-content-center.justify-content-md-start {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .justify-content-center.justify-content-md-start,
.CheckoutDemo .justify-content-center.justify-content-md-start {
    justify-content: flex-start;
  }
}
html.checkout-demo.new .justify-content-end,
.CheckoutDemo .justify-content-end {
  justify-content: flex-end;
}
html.checkout-demo.new .justify-content-center.justify-content-md-end,
.CheckoutDemo .justify-content-center.justify-content-md-end {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .justify-content-center.justify-content-md-end,
.CheckoutDemo .justify-content-center.justify-content-md-end {
    justify-content: flex-end;
  }
}
html.checkout-demo.new .justify-content-center,
.CheckoutDemo .justify-content-center {
  justify-content: center;
}
html.checkout-demo.new .justify-content-center.justify-content-md-center,
.CheckoutDemo .justify-content-center.justify-content-md-center {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .justify-content-center.justify-content-md-center,
.CheckoutDemo .justify-content-center.justify-content-md-center {
    justify-content: center;
  }
}
html.checkout-demo.new .items-center,
.CheckoutDemo .items-center {
  align-items: center;
}
html.checkout-demo.new .flex-wrap,
.CheckoutDemo .flex-wrap {
  flex-wrap: wrap;
}
html.checkout-demo.new .text-center,
.CheckoutDemo .text-center {
  text-align: center;
}
html.checkout-demo.new .text-center.text-md-center,
.CheckoutDemo .text-center.text-md-center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .text-center.text-md-center,
.CheckoutDemo .text-center.text-md-center {
    text-align: center;
  }
}
html.checkout-demo.new .text-right,
.CheckoutDemo .text-right {
  text-align: right;
}
html.checkout-demo.new .text-center.text-md-right,
.CheckoutDemo .text-center.text-md-right {
  text-align: center;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .text-center.text-md-right,
.CheckoutDemo .text-center.text-md-right {
    text-align: right;
  }
}
html.checkout-demo.new .text-left,
.CheckoutDemo .text-left {
  text-align: left;
}
html.checkout-demo.new .text-center.text-md-left,
.CheckoutDemo .text-center.text-md-left {
  text-align: center;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .text-center.text-md-left,
.CheckoutDemo .text-center.text-md-left {
    text-align: left;
  }
}
html.checkout-demo.new .whitespace-nowrap,
.CheckoutDemo .whitespace-nowrap {
  white-space: nowrap;
}
html.checkout-demo.new .text-uppercase,
.CheckoutDemo .text-uppercase {
  text-transform: uppercase;
}
html.checkout-demo.new .font-lighter,
.CheckoutDemo .font-lighter {
  font-weight: 300;
}
html.checkout-demo.new .font-normal,
.CheckoutDemo .font-normal {
  font-weight: 400;
}
html.checkout-demo.new .font-500,
.CheckoutDemo .font-500 {
  font-weight: 500;
}
html.checkout-demo.new .font-600,
.CheckoutDemo .font-600 {
  font-weight: 600;
}
html.checkout-demo.new .font-bold,
.CheckoutDemo .font-bold {
  font-weight: 700;
}
html.checkout-demo.new .font-size-14,
.CheckoutDemo .font-size-14 {
  font-size: 14px;
}
html.checkout-demo.new .font-size-28,
.CheckoutDemo .font-size-28 {
  font-size: 28px;
}
html.checkout-demo.new .leading-normal,
.CheckoutDemo .leading-normal {
  line-height: 1.5;
}
html.checkout-demo.new .leading-tight,
.CheckoutDemo .leading-tight {
  line-height: 1.25;
}
html.checkout-demo.new .spacing-tight,
.CheckoutDemo .spacing-tight {
  letter-spacing: -.02em;
}
html.checkout-demo.new .rounded-0,
.CheckoutDemo .rounded-0 {
  border-radius: 0;
}
html.checkout-demo.new .rounded-3,
.CheckoutDemo .rounded-3 {
  border-radius: 3px;
}
html.checkout-demo.new .rounded-5,
.CheckoutDemo .rounded-5 {
  border-radius: 5px;
}
html.checkout-demo.new .rounded-4,
.CheckoutDemo .rounded-4 {
  border-radius: 4px;
}
html.checkout-demo.new .rounded-25,
.CheckoutDemo .rounded-25 {
  border-radius: 25px;
}
html.checkout-demo.new .rounded-full,
.CheckoutDemo .rounded-full {
  border-radius: 100%;
}
html.checkout-demo.new .m-n3,
.CheckoutDemo .m-n3 {
  margin: -3px;
}
html.checkout-demo.new .mt-n3,
.CheckoutDemo .mt-n3 {
  margin-top: -3px;
}
html.checkout-demo.new .mr-n3,
.CheckoutDemo .mr-n3 {
  margin-right: -3px;
}
html.checkout-demo.new .mb-n3,
.CheckoutDemo .mb-n3 {
  margin-bottom: -3px;
}
html.checkout-demo.new .ml-n3,
.CheckoutDemo .ml-n3 {
  margin-left: -3px;
}
html.checkout-demo.new .mx-n3,
.CheckoutDemo .mx-n3 {
  margin-right: -3px;
  margin-left: -3px;
}
html.checkout-demo.new .my-n3,
.CheckoutDemo .my-n3 {
  margin-top: -3px;
  margin-bottom: -3px;
}
html.checkout-demo.new .mx-a5.mx-md-n3,
.CheckoutDemo .mx-a5.mx-md-n3 {
  margin-right: 5%;
  margin-left: 5%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .mx-a5.mx-md-n3,
.CheckoutDemo .mx-a5.mx-md-n3 {
    margin-right: -3px;
    margin-left: -3px;
  }
}
html.checkout-demo.new .m-n40,
.CheckoutDemo .m-n40 {
  margin: -40px;
}
html.checkout-demo.new .mt-n40,
.CheckoutDemo .mt-n40 {
  margin-top: -40px;
}
html.checkout-demo.new .mr-n40,
.CheckoutDemo .mr-n40 {
  margin-right: -40px;
}
html.checkout-demo.new .mb-n40,
.CheckoutDemo .mb-n40 {
  margin-bottom: -40px;
}
html.checkout-demo.new .ml-n40,
.CheckoutDemo .ml-n40 {
  margin-left: -40px;
}
html.checkout-demo.new .mx-n40,
.CheckoutDemo .mx-n40 {
  margin-right: -40px;
  margin-left: -40px;
}
html.checkout-demo.new .my-n40,
.CheckoutDemo .my-n40 {
  margin-top: -40px;
  margin-bottom: -40px;
}
html.checkout-demo.new .mx-a5.mx-md-n40,
.CheckoutDemo .mx-a5.mx-md-n40 {
  margin-right: 5%;
  margin-left: 5%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .mx-a5.mx-md-n40,
.CheckoutDemo .mx-a5.mx-md-n40 {
    margin-right: -40px;
    margin-left: -40px;
  }
}
html.checkout-demo.new .m-12,
.CheckoutDemo .m-12 {
  margin: 12px;
}
html.checkout-demo.new .mt-12,
.CheckoutDemo .mt-12 {
  margin-top: 12px;
}
html.checkout-demo.new .mr-12,
.CheckoutDemo .mr-12 {
  margin-right: 12px;
}
html.checkout-demo.new .mb-12,
.CheckoutDemo .mb-12 {
  margin-bottom: 12px;
}
html.checkout-demo.new .ml-12,
.CheckoutDemo .ml-12 {
  margin-left: 12px;
}
html.checkout-demo.new .mx-12,
.CheckoutDemo .mx-12 {
  margin-right: 12px;
  margin-left: 12px;
}
html.checkout-demo.new .my-12,
.CheckoutDemo .my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
html.checkout-demo.new .mx-a5.mx-md-12,
.CheckoutDemo .mx-a5.mx-md-12 {
  margin-right: 5%;
  margin-left: 5%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .mx-a5.mx-md-12,
.CheckoutDemo .mx-a5.mx-md-12 {
    margin-right: 12px;
    margin-left: 12px;
  }
}
html.checkout-demo.new .m-auto,
.CheckoutDemo .m-auto {
  margin: auto;
}
html.checkout-demo.new .mt-auto,
.CheckoutDemo .mt-auto {
  margin-top: auto;
}
html.checkout-demo.new .mr-auto,
.CheckoutDemo .mr-auto {
  margin-right: auto;
}
html.checkout-demo.new .mb-auto,
.CheckoutDemo .mb-auto {
  margin-bottom: auto;
}
html.checkout-demo.new .ml-auto,
.CheckoutDemo .ml-auto {
  margin-left: auto;
}
html.checkout-demo.new .mx-auto,
.CheckoutDemo .mx-auto {
  margin-right: auto;
  margin-left: auto;
}
html.checkout-demo.new .my-auto,
.CheckoutDemo .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
html.checkout-demo.new .mx-a5.mx-md-auto,
.CheckoutDemo .mx-a5.mx-md-auto {
  margin-right: 5%;
  margin-left: 5%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .mx-a5.mx-md-auto,
.CheckoutDemo .mx-a5.mx-md-auto {
    margin-right: auto;
    margin-left: auto;
  }
}
html.checkout-demo.new .m-0,
.CheckoutDemo .m-0 {
  margin: 0;
}
html.checkout-demo.new .mt-0,
.CheckoutDemo .mt-0 {
  margin-top: 0;
}
html.checkout-demo.new .mr-0,
.CheckoutDemo .mr-0 {
  margin-right: 0;
}
html.checkout-demo.new .mb-0,
.CheckoutDemo .mb-0 {
  margin-bottom: 0;
}
html.checkout-demo.new .ml-0,
.CheckoutDemo .ml-0 {
  margin-left: 0;
}
html.checkout-demo.new .mx-0,
.CheckoutDemo .mx-0 {
  margin-right: 0;
  margin-left: 0;
}
html.checkout-demo.new .my-0,
.CheckoutDemo .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
html.checkout-demo.new .mx-a5.mx-md-0,
.CheckoutDemo .mx-a5.mx-md-0 {
  margin-right: 5%;
  margin-left: 5%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .mx-a5.mx-md-0,
.CheckoutDemo .mx-a5.mx-md-0 {
    margin-right: 0;
    margin-left: 0;
  }
}
html.checkout-demo.new .m-6,
.CheckoutDemo .m-6 {
  margin: 6px;
}
html.checkout-demo.new .mt-6,
.CheckoutDemo .mt-6 {
  margin-top: 6px;
}
html.checkout-demo.new .mr-6,
.CheckoutDemo .mr-6 {
  margin-right: 6px;
}
html.checkout-demo.new .mb-6,
.CheckoutDemo .mb-6 {
  margin-bottom: 6px;
}
html.checkout-demo.new .ml-6,
.CheckoutDemo .ml-6 {
  margin-left: 6px;
}
html.checkout-demo.new .mx-6,
.CheckoutDemo .mx-6 {
  margin-right: 6px;
  margin-left: 6px;
}
html.checkout-demo.new .my-6,
.CheckoutDemo .my-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}
html.checkout-demo.new .mx-a5.mx-md-6,
.CheckoutDemo .mx-a5.mx-md-6 {
  margin-right: 5%;
  margin-left: 5%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .mx-a5.mx-md-6,
.CheckoutDemo .mx-a5.mx-md-6 {
    margin-right: 6px;
    margin-left: 6px;
  }
}
html.checkout-demo.new .m-10,
.CheckoutDemo .m-10 {
  margin: 10px;
}
html.checkout-demo.new .mt-10,
.CheckoutDemo .mt-10 {
  margin-top: 10px;
}
html.checkout-demo.new .mr-10,
.CheckoutDemo .mr-10 {
  margin-right: 10px;
}
html.checkout-demo.new .mb-10,
.CheckoutDemo .mb-10 {
  margin-bottom: 10px;
}
html.checkout-demo.new .ml-10,
.CheckoutDemo .ml-10 {
  margin-left: 10px;
}
html.checkout-demo.new .mx-10,
.CheckoutDemo .mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}
html.checkout-demo.new .my-10,
.CheckoutDemo .my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
html.checkout-demo.new .mx-a5.mx-md-10,
.CheckoutDemo .mx-a5.mx-md-10 {
  margin-right: 5%;
  margin-left: 5%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .mx-a5.mx-md-10,
.CheckoutDemo .mx-a5.mx-md-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
}
html.checkout-demo.new .m-15,
.CheckoutDemo .m-15 {
  margin: 15px;
}
html.checkout-demo.new .mt-15,
.CheckoutDemo .mt-15 {
  margin-top: 15px;
}
html.checkout-demo.new .mr-15,
.CheckoutDemo .mr-15 {
  margin-right: 15px;
}
html.checkout-demo.new .mb-15,
.CheckoutDemo .mb-15 {
  margin-bottom: 15px;
}
html.checkout-demo.new .ml-15,
.CheckoutDemo .ml-15 {
  margin-left: 15px;
}
html.checkout-demo.new .mx-15,
.CheckoutDemo .mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}
html.checkout-demo.new .my-15,
.CheckoutDemo .my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
html.checkout-demo.new .mx-a5.mx-md-15,
.CheckoutDemo .mx-a5.mx-md-15 {
  margin-right: 5%;
  margin-left: 5%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .mx-a5.mx-md-15,
.CheckoutDemo .mx-a5.mx-md-15 {
    margin-right: 15px;
    margin-left: 15px;
  }
}
html.checkout-demo.new .m-20,
.CheckoutDemo .m-20 {
  margin: 20px;
}
html.checkout-demo.new .mt-20,
.CheckoutDemo .mt-20 {
  margin-top: 20px;
}
html.checkout-demo.new .mr-20,
.CheckoutDemo .mr-20 {
  margin-right: 20px;
}
html.checkout-demo.new .mb-20,
.CheckoutDemo .mb-20 {
  margin-bottom: 20px;
}
html.checkout-demo.new .ml-20,
.CheckoutDemo .ml-20 {
  margin-left: 20px;
}
html.checkout-demo.new .mx-20,
.CheckoutDemo .mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}
html.checkout-demo.new .my-20,
.CheckoutDemo .my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
html.checkout-demo.new .mx-a5.mx-md-20,
.CheckoutDemo .mx-a5.mx-md-20 {
  margin-right: 5%;
  margin-left: 5%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .mx-a5.mx-md-20,
.CheckoutDemo .mx-a5.mx-md-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
}
html.checkout-demo.new .m-25,
.CheckoutDemo .m-25 {
  margin: 25px;
}
html.checkout-demo.new .mt-25,
.CheckoutDemo .mt-25 {
  margin-top: 25px;
}
html.checkout-demo.new .mr-25,
.CheckoutDemo .mr-25 {
  margin-right: 25px;
}
html.checkout-demo.new .mb-25,
.CheckoutDemo .mb-25 {
  margin-bottom: 25px;
}
html.checkout-demo.new .ml-25,
.CheckoutDemo .ml-25 {
  margin-left: 25px;
}
html.checkout-demo.new .mx-25,
.CheckoutDemo .mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}
html.checkout-demo.new .my-25,
.CheckoutDemo .my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
html.checkout-demo.new .mx-a5.mx-md-25,
.CheckoutDemo .mx-a5.mx-md-25 {
  margin-right: 5%;
  margin-left: 5%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .mx-a5.mx-md-25,
.CheckoutDemo .mx-a5.mx-md-25 {
    margin-right: 25px;
    margin-left: 25px;
  }
}
html.checkout-demo.new .m-30,
.CheckoutDemo .m-30 {
  margin: 30px;
}
html.checkout-demo.new .mt-30,
.CheckoutDemo .mt-30 {
  margin-top: 30px;
}
html.checkout-demo.new .mr-30,
.CheckoutDemo .mr-30 {
  margin-right: 30px;
}
html.checkout-demo.new .mb-30,
.CheckoutDemo .mb-30 {
  margin-bottom: 30px;
}
html.checkout-demo.new .ml-30,
.CheckoutDemo .ml-30 {
  margin-left: 30px;
}
html.checkout-demo.new .mx-30,
.CheckoutDemo .mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}
html.checkout-demo.new .my-30,
.CheckoutDemo .my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
html.checkout-demo.new .mx-a5.mx-md-30,
.CheckoutDemo .mx-a5.mx-md-30 {
  margin-right: 5%;
  margin-left: 5%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .mx-a5.mx-md-30,
.CheckoutDemo .mx-a5.mx-md-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
}
html.checkout-demo.new .m-40,
.CheckoutDemo .m-40 {
  margin: 40px;
}
html.checkout-demo.new .mt-40,
.CheckoutDemo .mt-40 {
  margin-top: 40px;
}
html.checkout-demo.new .mr-40,
.CheckoutDemo .mr-40 {
  margin-right: 40px;
}
html.checkout-demo.new .mb-40,
.CheckoutDemo .mb-40 {
  margin-bottom: 40px;
}
html.checkout-demo.new .ml-40,
.CheckoutDemo .ml-40 {
  margin-left: 40px;
}
html.checkout-demo.new .mx-40,
.CheckoutDemo .mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}
html.checkout-demo.new .my-40,
.CheckoutDemo .my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
html.checkout-demo.new .mx-a5.mx-md-40,
.CheckoutDemo .mx-a5.mx-md-40 {
  margin-right: 5%;
  margin-left: 5%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .mx-a5.mx-md-40,
.CheckoutDemo .mx-a5.mx-md-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
}
html.checkout-demo.new .m-50,
.CheckoutDemo .m-50 {
  margin: 50px;
}
html.checkout-demo.new .mt-50,
.CheckoutDemo .mt-50 {
  margin-top: 50px;
}
html.checkout-demo.new .mr-50,
.CheckoutDemo .mr-50 {
  margin-right: 50px;
}
html.checkout-demo.new .mb-50,
.CheckoutDemo .mb-50 {
  margin-bottom: 50px;
}
html.checkout-demo.new .ml-50,
.CheckoutDemo .ml-50 {
  margin-left: 50px;
}
html.checkout-demo.new .mx-50,
.CheckoutDemo .mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}
html.checkout-demo.new .my-50,
.CheckoutDemo .my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
html.checkout-demo.new .mx-a5.mx-md-50,
.CheckoutDemo .mx-a5.mx-md-50 {
  margin-right: 5%;
  margin-left: 5%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .mx-a5.mx-md-50,
.CheckoutDemo .mx-a5.mx-md-50 {
    margin-right: 50px;
    margin-left: 50px;
  }
}
html.checkout-demo.new .m-70,
.CheckoutDemo .m-70 {
  margin: 70px;
}
html.checkout-demo.new .mt-70,
.CheckoutDemo .mt-70 {
  margin-top: 70px;
}
html.checkout-demo.new .mr-70,
.CheckoutDemo .mr-70 {
  margin-right: 70px;
}
html.checkout-demo.new .mb-70,
.CheckoutDemo .mb-70 {
  margin-bottom: 70px;
}
html.checkout-demo.new .ml-70,
.CheckoutDemo .ml-70 {
  margin-left: 70px;
}
html.checkout-demo.new .mx-70,
.CheckoutDemo .mx-70 {
  margin-right: 70px;
  margin-left: 70px;
}
html.checkout-demo.new .my-70,
.CheckoutDemo .my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
html.checkout-demo.new .mx-a5.mx-md-70,
.CheckoutDemo .mx-a5.mx-md-70 {
  margin-right: 5%;
  margin-left: 5%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .mx-a5.mx-md-70,
.CheckoutDemo .mx-a5.mx-md-70 {
    margin-right: 70px;
    margin-left: 70px;
  }
}
html.checkout-demo.new .m-a5,
.CheckoutDemo .m-a5 {
  margin: 5%;
}
html.checkout-demo.new .mt-a5,
.CheckoutDemo .mt-a5 {
  margin-top: 5%;
}
html.checkout-demo.new .mr-a5,
.CheckoutDemo .mr-a5 {
  margin-right: 5%;
}
html.checkout-demo.new .mb-a5,
.CheckoutDemo .mb-a5 {
  margin-bottom: 5%;
}
html.checkout-demo.new .ml-a5,
.CheckoutDemo .ml-a5 {
  margin-left: 5%;
}
html.checkout-demo.new .mx-a5,
.CheckoutDemo .mx-a5 {
  margin-right: 5%;
  margin-left: 5%;
}
html.checkout-demo.new .my-a5,
.CheckoutDemo .my-a5 {
  margin-top: 5%;
  margin-bottom: 5%;
}
html.checkout-demo.new .mx-a5.mx-md-a5,
.CheckoutDemo .mx-a5.mx-md-a5 {
  margin-right: 5%;
  margin-left: 5%;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .mx-a5.mx-md-a5,
.CheckoutDemo .mx-a5.mx-md-a5 {
    margin-right: 5%;
    margin-left: 5%;
  }
}
html.checkout-demo.new .p-auto,
.CheckoutDemo .p-auto {
  padding: auto;
}
html.checkout-demo.new .pt-auto,
.CheckoutDemo .pt-auto {
  padding-top: auto;
}
html.checkout-demo.new .pr-auto,
.CheckoutDemo .pr-auto {
  padding-right: auto;
}
html.checkout-demo.new .pb-auto,
.CheckoutDemo .pb-auto {
  padding-bottom: auto;
}
html.checkout-demo.new .pl-auto,
.CheckoutDemo .pl-auto {
  padding-left: auto;
}
html.checkout-demo.new .px-auto,
.CheckoutDemo .px-auto {
  padding-right: auto;
  padding-left: auto;
}
html.checkout-demo.new .py-auto,
.CheckoutDemo .py-auto {
  padding-top: auto;
  padding-bottom: auto;
}
html.checkout-demo.new .p-0,
.CheckoutDemo .p-0 {
  padding: 0;
}
html.checkout-demo.new .pt-0,
.CheckoutDemo .pt-0 {
  padding-top: 0;
}
html.checkout-demo.new .pr-0,
.CheckoutDemo .pr-0 {
  padding-right: 0;
}
html.checkout-demo.new .pb-0,
.CheckoutDemo .pb-0 {
  padding-bottom: 0;
}
html.checkout-demo.new .pl-0,
.CheckoutDemo .pl-0 {
  padding-left: 0;
}
html.checkout-demo.new .px-0,
.CheckoutDemo .px-0 {
  padding-right: 0;
  padding-left: 0;
}
html.checkout-demo.new .py-0,
.CheckoutDemo .py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
html.checkout-demo.new .p-4,
.CheckoutDemo .p-4 {
  padding: 4px;
}
html.checkout-demo.new .pt-4,
.CheckoutDemo .pt-4 {
  padding-top: 4px;
}
html.checkout-demo.new .pr-4,
.CheckoutDemo .pr-4 {
  padding-right: 4px;
}
html.checkout-demo.new .pb-4,
.CheckoutDemo .pb-4 {
  padding-bottom: 4px;
}
html.checkout-demo.new .pl-4,
.CheckoutDemo .pl-4 {
  padding-left: 4px;
}
html.checkout-demo.new .px-4,
.CheckoutDemo .px-4 {
  padding-right: 4px;
  padding-left: 4px;
}
html.checkout-demo.new .py-4,
.CheckoutDemo .py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}
html.checkout-demo.new .p-5,
.CheckoutDemo .p-5 {
  padding: 5px;
}
html.checkout-demo.new .pt-5,
.CheckoutDemo .pt-5 {
  padding-top: 5px;
}
html.checkout-demo.new .pr-5,
.CheckoutDemo .pr-5 {
  padding-right: 5px;
}
html.checkout-demo.new .pb-5,
.CheckoutDemo .pb-5 {
  padding-bottom: 5px;
}
html.checkout-demo.new .pl-5,
.CheckoutDemo .pl-5 {
  padding-left: 5px;
}
html.checkout-demo.new .px-5,
.CheckoutDemo .px-5 {
  padding-right: 5px;
  padding-left: 5px;
}
html.checkout-demo.new .py-5,
.CheckoutDemo .py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
html.checkout-demo.new .p-10,
.CheckoutDemo .p-10 {
  padding: 10px;
}
html.checkout-demo.new .pt-10,
.CheckoutDemo .pt-10 {
  padding-top: 10px;
}
html.checkout-demo.new .pr-10,
.CheckoutDemo .pr-10 {
  padding-right: 10px;
}
html.checkout-demo.new .pb-10,
.CheckoutDemo .pb-10 {
  padding-bottom: 10px;
}
html.checkout-demo.new .pl-10,
.CheckoutDemo .pl-10 {
  padding-left: 10px;
}
html.checkout-demo.new .px-10,
.CheckoutDemo .px-10 {
  padding-right: 10px;
  padding-left: 10px;
}
html.checkout-demo.new .py-10,
.CheckoutDemo .py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
html.checkout-demo.new .p-12,
.CheckoutDemo .p-12 {
  padding: 12px;
}
html.checkout-demo.new .pt-12,
.CheckoutDemo .pt-12 {
  padding-top: 12px;
}
html.checkout-demo.new .pr-12,
.CheckoutDemo .pr-12 {
  padding-right: 12px;
}
html.checkout-demo.new .pb-12,
.CheckoutDemo .pb-12 {
  padding-bottom: 12px;
}
html.checkout-demo.new .pl-12,
.CheckoutDemo .pl-12 {
  padding-left: 12px;
}
html.checkout-demo.new .px-12,
.CheckoutDemo .px-12 {
  padding-right: 12px;
  padding-left: 12px;
}
html.checkout-demo.new .py-12,
.CheckoutDemo .py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}
html.checkout-demo.new .p-14,
.CheckoutDemo .p-14 {
  padding: 14px;
}
html.checkout-demo.new .pt-14,
.CheckoutDemo .pt-14 {
  padding-top: 14px;
}
html.checkout-demo.new .pr-14,
.CheckoutDemo .pr-14 {
  padding-right: 14px;
}
html.checkout-demo.new .pb-14,
.CheckoutDemo .pb-14 {
  padding-bottom: 14px;
}
html.checkout-demo.new .pl-14,
.CheckoutDemo .pl-14 {
  padding-left: 14px;
}
html.checkout-demo.new .px-14,
.CheckoutDemo .px-14 {
  padding-right: 14px;
  padding-left: 14px;
}
html.checkout-demo.new .py-14,
.CheckoutDemo .py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}
html.checkout-demo.new .p-15,
.CheckoutDemo .p-15 {
  padding: 15px;
}
html.checkout-demo.new .pt-15,
.CheckoutDemo .pt-15 {
  padding-top: 15px;
}
html.checkout-demo.new .pr-15,
.CheckoutDemo .pr-15 {
  padding-right: 15px;
}
html.checkout-demo.new .pb-15,
.CheckoutDemo .pb-15 {
  padding-bottom: 15px;
}
html.checkout-demo.new .pl-15,
.CheckoutDemo .pl-15 {
  padding-left: 15px;
}
html.checkout-demo.new .px-15,
.CheckoutDemo .px-15 {
  padding-right: 15px;
  padding-left: 15px;
}
html.checkout-demo.new .py-15,
.CheckoutDemo .py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
html.checkout-demo.new .p-20,
.CheckoutDemo .p-20 {
  padding: 20px;
}
html.checkout-demo.new .pt-20,
.CheckoutDemo .pt-20 {
  padding-top: 20px;
}
html.checkout-demo.new .pr-20,
.CheckoutDemo .pr-20 {
  padding-right: 20px;
}
html.checkout-demo.new .pb-20,
.CheckoutDemo .pb-20 {
  padding-bottom: 20px;
}
html.checkout-demo.new .pl-20,
.CheckoutDemo .pl-20 {
  padding-left: 20px;
}
html.checkout-demo.new .px-20,
.CheckoutDemo .px-20 {
  padding-right: 20px;
  padding-left: 20px;
}
html.checkout-demo.new .py-20,
.CheckoutDemo .py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
html.checkout-demo.new .p-22,
.CheckoutDemo .p-22 {
  padding: 22px;
}
html.checkout-demo.new .pt-22,
.CheckoutDemo .pt-22 {
  padding-top: 22px;
}
html.checkout-demo.new .pr-22,
.CheckoutDemo .pr-22 {
  padding-right: 22px;
}
html.checkout-demo.new .pb-22,
.CheckoutDemo .pb-22 {
  padding-bottom: 22px;
}
html.checkout-demo.new .pl-22,
.CheckoutDemo .pl-22 {
  padding-left: 22px;
}
html.checkout-demo.new .px-22,
.CheckoutDemo .px-22 {
  padding-right: 22px;
  padding-left: 22px;
}
html.checkout-demo.new .py-22,
.CheckoutDemo .py-22 {
  padding-top: 22px;
  padding-bottom: 22px;
}
html.checkout-demo.new .p-25,
.CheckoutDemo .p-25 {
  padding: 25px;
}
html.checkout-demo.new .pt-25,
.CheckoutDemo .pt-25 {
  padding-top: 25px;
}
html.checkout-demo.new .pr-25,
.CheckoutDemo .pr-25 {
  padding-right: 25px;
}
html.checkout-demo.new .pb-25,
.CheckoutDemo .pb-25 {
  padding-bottom: 25px;
}
html.checkout-demo.new .pl-25,
.CheckoutDemo .pl-25 {
  padding-left: 25px;
}
html.checkout-demo.new .px-25,
.CheckoutDemo .px-25 {
  padding-right: 25px;
  padding-left: 25px;
}
html.checkout-demo.new .py-25,
.CheckoutDemo .py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
html.checkout-demo.new .p-30,
.CheckoutDemo .p-30 {
  padding: 30px;
}
html.checkout-demo.new .pt-30,
.CheckoutDemo .pt-30 {
  padding-top: 30px;
}
html.checkout-demo.new .pr-30,
.CheckoutDemo .pr-30 {
  padding-right: 30px;
}
html.checkout-demo.new .pb-30,
.CheckoutDemo .pb-30 {
  padding-bottom: 30px;
}
html.checkout-demo.new .pl-30,
.CheckoutDemo .pl-30 {
  padding-left: 30px;
}
html.checkout-demo.new .px-30,
.CheckoutDemo .px-30 {
  padding-right: 30px;
  padding-left: 30px;
}
html.checkout-demo.new .py-30,
.CheckoutDemo .py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
html.checkout-demo.new .p-40,
.CheckoutDemo .p-40 {
  padding: 40px;
}
html.checkout-demo.new .pt-40,
.CheckoutDemo .pt-40 {
  padding-top: 40px;
}
html.checkout-demo.new .pr-40,
.CheckoutDemo .pr-40 {
  padding-right: 40px;
}
html.checkout-demo.new .pb-40,
.CheckoutDemo .pb-40 {
  padding-bottom: 40px;
}
html.checkout-demo.new .pl-40,
.CheckoutDemo .pl-40 {
  padding-left: 40px;
}
html.checkout-demo.new .px-40,
.CheckoutDemo .px-40 {
  padding-right: 40px;
  padding-left: 40px;
}
html.checkout-demo.new .py-40,
.CheckoutDemo .py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
html.checkout-demo.new .p-55,
.CheckoutDemo .p-55 {
  padding: 55px;
}
html.checkout-demo.new .pt-55,
.CheckoutDemo .pt-55 {
  padding-top: 55px;
}
html.checkout-demo.new .pr-55,
.CheckoutDemo .pr-55 {
  padding-right: 55px;
}
html.checkout-demo.new .pb-55,
.CheckoutDemo .pb-55 {
  padding-bottom: 55px;
}
html.checkout-demo.new .pl-55,
.CheckoutDemo .pl-55 {
  padding-left: 55px;
}
html.checkout-demo.new .px-55,
.CheckoutDemo .px-55 {
  padding-right: 55px;
  padding-left: 55px;
}
html.checkout-demo.new .py-55,
.CheckoutDemo .py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}
html.checkout-demo.new .p-80,
.CheckoutDemo .p-80 {
  padding: 80px;
}
html.checkout-demo.new .pt-80,
.CheckoutDemo .pt-80 {
  padding-top: 80px;
}
html.checkout-demo.new .pr-80,
.CheckoutDemo .pr-80 {
  padding-right: 80px;
}
html.checkout-demo.new .pb-80,
.CheckoutDemo .pb-80 {
  padding-bottom: 80px;
}
html.checkout-demo.new .pl-80,
.CheckoutDemo .pl-80 {
  padding-left: 80px;
}
html.checkout-demo.new .px-80,
.CheckoutDemo .px-80 {
  padding-right: 80px;
  padding-left: 80px;
}
html.checkout-demo.new .py-80,
.CheckoutDemo .py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
html.checkout-demo.new .object-fit-cover,
.CheckoutDemo .object-fit-cover {
  object-fit: cover;
}
html.checkout-demo.new .object-center,
.CheckoutDemo .object-center {
  object-position: center;
}
html.checkout-demo.new .transition,
.CheckoutDemo .transition {
  transition: 0.2s;
}
html.checkout-demo.new .pin-c,
.CheckoutDemo .pin-c {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html.checkout-demo.new .overflow-hidden,
.CheckoutDemo .overflow-hidden {
  overflow: hidden;
}
html.checkout-demo.new .cursor-pointer,
.CheckoutDemo .cursor-pointer {
  cursor: pointer;
}
html.checkout-demo.new .stretch-link::before,
.CheckoutDemo .stretch-link::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
html.checkout-demo.new .container,
.CheckoutDemo .container {
  max-width: clamp(
      1px,
      73.8888888889vw,
      1064px
    );
  margin: 0 auto;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .container,
.CheckoutDemo .container {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media (max-width: 767px) {
  html.checkout-demo.new .container,
.CheckoutDemo .container {
    margin-top: clamp(
      1px,
      2.6666666667vw,
      20.48px
    );
  }
}
html.checkout-demo.new .link-inline,
.CheckoutDemo .link-inline {
  text-decoration: none;
}
html.checkout-demo.new .link-inline:hover,
.CheckoutDemo .link-inline:hover {
  text-decoration: underline;
}
html.checkout-demo.new .img-fullbleed,
.CheckoutDemo .img-fullbleed {
  width: 205%;
}
html.checkout-demo.new .read-more-link,
.CheckoutDemo .read-more-link {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  html.checkout-demo.new .read-more-link,
.CheckoutDemo .read-more-link {
    font-size: 14px;
  }
}
html.checkout-demo.new select,
.CheckoutDemo select {
  background: white !important;
  border: 1px solid #ddd;
  padding: 0.75rem;
  border-radius: 5px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  html.checkout-demo.new main,
.CheckoutDemo main {
    padding-top: 50px;
  }
}
html.checkout-demo.new .mix-mode-multiply,
.CheckoutDemo .mix-mode-multiply {
  mix-blend-mode: multiply;
}
html.checkout-demo.new.hide-drift .drift-conductor-item,
.CheckoutDemo.hide-drift .drift-conductor-item {
  visibility: hidden;
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo,
.CheckoutDemo .checkout-demo {
    padding-top: clamp(
      1px,
      5.9722222222vw,
      86px
    );
  }
}
html.checkout-demo.new .checkout-demo__wrapper,
.CheckoutDemo .checkout-demo__wrapper {
  background-color: #f8f7ff;
}
html.checkout-demo.new .checkout-demo .leftcol h1,
.CheckoutDemo .checkout-demo .leftcol h1 {
  text-align: center;
  color: #133ee3;
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol h1,
.CheckoutDemo .checkout-demo .leftcol h1 {
    font-size: 88px;
  }
}
@media (max-width: 767px) {
  html.checkout-demo.new .checkout-demo .leftcol h1,
.CheckoutDemo .checkout-demo .leftcol h1 {
    max-width: clamp(
      1px,
      61.6vw,
      473.088px
    );
    margin: 0 auto clamp(
      1px,
      5.3333333333vw,
      40.96px
    );
  }
}
html.checkout-demo.new .checkout-demo .leftcol-leadtext,
.CheckoutDemo .checkout-demo .leftcol-leadtext {
  display: block;
}
html.checkout-demo.new .checkout-demo .leftcol-leadtext p,
.CheckoutDemo .checkout-demo .leftcol-leadtext p {
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #333747;
  font-size: calc(
      0.7859733333rem +
        (30.181376 - 12.5755733333) *
        ((100vw - 320px) / (768 - 320))
    );
  font-size: 0.875009375rem;
  font-size: calc(
      0.96rem +
        (36.864 - 15.36) *
        ((100vw - 320px) / (768 - 320))
    );
  font-size: 1.125rem;
  letter-spacing: normal;
  text-align: center;
  color: #4b4f5e;
}
@media (max-width: 320px) {
  html.checkout-demo.new .checkout-demo .leftcol-leadtext p,
.CheckoutDemo .checkout-demo .leftcol-leadtext p {
    font-size: 0.7859733333rem;
  }
}
@media (min-width: 1px) and (max-width: 320px) {
  html.checkout-demo.new .checkout-demo .leftcol-leadtext p,
.CheckoutDemo .checkout-demo .leftcol-leadtext p {
    font-size: 0.875009375rem;
  }
}
@media (min-width: 376px) and (max-width: 767px) {
  html.checkout-demo.new .checkout-demo .leftcol-leadtext p,
.CheckoutDemo .checkout-demo .leftcol-leadtext p {
    font-size: calc(
      0.875009375rem +
        (30.181376 - 14.00015) *
        ((100vw - 375px) / (768 - 375))
    );
  }
}
@media (min-width: 376px) and (max-width: 767px) and (max-width: 375px) {
  html.checkout-demo.new .checkout-demo .leftcol-leadtext p,
.CheckoutDemo .checkout-demo .leftcol-leadtext p {
    font-size: 0.875009375rem;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol-leadtext p,
.CheckoutDemo .checkout-demo .leftcol-leadtext p {
    font-size: 0.95rem;
  }
}
@media (min-width: 1024px) {
  html.checkout-demo.new .checkout-demo .leftcol-leadtext p,
.CheckoutDemo .checkout-demo .leftcol-leadtext p {
    font-size: calc(
      0.7111111111rem +
        (16 - 11.3777777778) *
        ((100vw - 1024px) / (1440 - 1024))
    );
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  html.checkout-demo.new .checkout-demo .leftcol-leadtext p,
.CheckoutDemo .checkout-demo .leftcol-leadtext p {
    font-size: calc(
      0.95rem +
        (16 - 15.2) *
        ((100vw - 1024px) / (1440 - 1024))
    );
  }
}
@media (min-width: 1440px) {
  html.checkout-demo.new .checkout-demo .leftcol-leadtext p,
.CheckoutDemo .checkout-demo .leftcol-leadtext p {
    font-size: 1rem;
  }
}
html.checkout-demo.new .checkout-demo .leftcol-leadtext p strong,
.CheckoutDemo .checkout-demo .leftcol-leadtext p strong {
  font-weight: 600;
}
html.checkout-demo.new .checkout-demo .leftcol-leadtext p.fontColor--boltBlack,
.CheckoutDemo .checkout-demo .leftcol-leadtext p.fontColor--boltBlack {
  color: #020a18;
}
html.checkout-demo.new .checkout-demo .leftcol-leadtext p.fontColor--white,
.CheckoutDemo .checkout-demo .leftcol-leadtext p.fontColor--white {
  color: #fff;
}
html.checkout-demo.new .checkout-demo .leftcol-leadtext p.fontColor--gray_200,
.CheckoutDemo .checkout-demo .leftcol-leadtext p.fontColor--gray_200 {
  color: #333747;
}
html.checkout-demo.new .checkout-demo .leftcol-leadtext p.fontColor--gray_400,
.CheckoutDemo .checkout-demo .leftcol-leadtext p.fontColor--gray_400 {
  color: #696d80;
}
html.checkout-demo.new .checkout-demo .leftcol-leadtext p.fontColor--gray_600,
.CheckoutDemo .checkout-demo .leftcol-leadtext p.fontColor--gray_600 {
  color: #b6bbcf;
}
html.checkout-demo.new .checkout-demo .leftcol-leadtext p.fontColor--gray_700,
.CheckoutDemo .checkout-demo .leftcol-leadtext p.fontColor--gray_700 {
  color: #d6d6e1;
}
html.checkout-demo.new .checkout-demo .leftcol-leadtext p.fontColor--gray_800,
.CheckoutDemo .checkout-demo .leftcol-leadtext p.fontColor--gray_800 {
  color: #e9ebf7;
}
html.checkout-demo.new .checkout-demo .leftcol-leadtext p.fontColor--lightningYellow,
.CheckoutDemo .checkout-demo .leftcol-leadtext p.fontColor--lightningYellow {
  color: #68d8fc;
}
html.checkout-demo.new .checkout-demo .leftcol-leadtext p.fontColor--lightningYellowDark,
.CheckoutDemo .checkout-demo .leftcol-leadtext p.fontColor--lightningYellowDark {
  color: #68d8fc;
}
html.checkout-demo.new .checkout-demo .leftcol-leadtext p.fontColor--blue,
.CheckoutDemo .checkout-demo .leftcol-leadtext p.fontColor--blue {
  color: #006dff;
}
html.checkout-demo.new .checkout-demo .leftcol-leadtext p.fontColor--blue--light-secondary,
.CheckoutDemo .checkout-demo .leftcol-leadtext p.fontColor--blue--light-secondary {
  color: #d1d8fa;
}
html.checkout-demo.new .checkout-demo .leftcol-leadtext p.fontColor--green,
.CheckoutDemo .checkout-demo .leftcol-leadtext p.fontColor--green {
  color: #00c42e;
}
html.checkout-demo.new .checkout-demo .leftcol-leadtext p.fontColor--pink,
.CheckoutDemo .checkout-demo .leftcol-leadtext p.fontColor--pink {
  color: #ff76f2;
}
html.checkout-demo.new .checkout-demo .leftcol-leadtext p.fontColor--purple,
.CheckoutDemo .checkout-demo .leftcol-leadtext p.fontColor--purple {
  color: #9a4eff;
}
@media (max-width: 320px) {
  html.checkout-demo.new .checkout-demo .leftcol-leadtext p,
.CheckoutDemo .checkout-demo .leftcol-leadtext p {
    font-size: 0.96rem;
  }
}
@media (min-width: 1px) and (max-width: 320px) {
  html.checkout-demo.new .checkout-demo .leftcol-leadtext p,
.CheckoutDemo .checkout-demo .leftcol-leadtext p {
    font-size: 1.125rem;
  }
}
@media (min-width: 376px) and (max-width: 767px) {
  html.checkout-demo.new .checkout-demo .leftcol-leadtext p,
.CheckoutDemo .checkout-demo .leftcol-leadtext p {
    font-size: calc(
      1.125rem +
        (36.864 - 18) *
        ((100vw - 375px) / (768 - 375))
    );
  }
}
@media (min-width: 376px) and (max-width: 767px) and (max-width: 375px) {
  html.checkout-demo.new .checkout-demo .leftcol-leadtext p,
.CheckoutDemo .checkout-demo .leftcol-leadtext p {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol-leadtext p,
.CheckoutDemo .checkout-demo .leftcol-leadtext p {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  html.checkout-demo.new .checkout-demo .leftcol-leadtext p,
.CheckoutDemo .checkout-demo .leftcol-leadtext p {
    font-size: calc(
      0.8888888889rem +
        (20 - 14.2222222222) *
        ((100vw - 1024px) / (1440 - 1024))
    );
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  html.checkout-demo.new .checkout-demo .leftcol-leadtext p,
.CheckoutDemo .checkout-demo .leftcol-leadtext p {
    font-size: calc(
      1.25rem +
        (20 - 20) *
        ((100vw - 1024px) / (1440 - 1024))
    );
  }
}
@media (min-width: 1440px) {
  html.checkout-demo.new .checkout-demo .leftcol-leadtext p,
.CheckoutDemo .checkout-demo .leftcol-leadtext p {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol-leadtext p,
.CheckoutDemo .checkout-demo .leftcol-leadtext p {
    line-height: 120%;
  }
}
html.checkout-demo.new .checkout-demo .leftcol .demotype,
.CheckoutDemo .checkout-demo .leftcol .demotype {
  margin-top: clamp(
      1px,
      10.6666666667vw,
      81.92px
    );
  margin-bottom: clamp(
      1px,
      24vw,
      184.32px
    );
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(
      1px,
      5.8666666667vw,
      45.056px
    );
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype,
.CheckoutDemo .checkout-demo .leftcol .demotype {
    margin-top: clamp(
      1px,
      3.9583333333vw,
      57px
    );
    margin-bottom: clamp(
      1px,
      8.4722222222vw,
      122px
    );
    gap: clamp(
      1px,
      3.5416666667vw,
      51px
    );
    flex-direction: row;
  }
}
html.checkout-demo.new .checkout-demo .leftcol .demotype-col,
.CheckoutDemo .checkout-demo .leftcol .demotype-col {
  display: flex;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn {
  position: relative;
  padding: 0;
  margin-bottom: clamp(
      1px,
      3.2vw,
      24.576px
    );
  text-align: left;
  max-width: 50%;
  flex: 0 0 50%;
  display: flex;
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn {
    margin-bottom: clamp(
      1px,
      0.9722222222vw,
      14px
    );
  }
}
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demo-btn-indicator,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demo-btn-indicator {
  height: clamp(
      1px,
      1.3888888889vw,
      20px
    );
  display: inline-block;
  position: relative;
  width: clamp(
      1px,
      1.3888888889vw,
      20px
    );
  border: 1px solid #b6bbcf;
  border-radius: 50%;
  margin-right: clamp(
      1px,
      0.6944444444vw,
      10px
    );
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
@media (max-width: 767px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demo-btn-indicator,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demo-btn-indicator {
    height: clamp(
      1px,
      5.3333333333vw,
      40.96px
    );
    width: clamp(
      1px,
      5.3333333333vw,
      40.96px
    );
    margin-right: clamp(
      1px,
      2.6666666667vw,
      20.48px
    );
  }
}
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demo-btn-indicator.active,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demo-btn-indicator.active {
  border: 3px solid #b6bbcf;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demo-btn-indicator.active .demo-btn-indicator-dot,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demo-btn-indicator.active .demo-btn-indicator-dot {
  background: #133ee3;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demo-btn-indicator-dot,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demo-btn-indicator-dot {
  height: clamp(
      1px,
      0.6944444444vw,
      10px
    );
  display: inline-block;
  width: clamp(
      1px,
      0.6944444444vw,
      10px
    );
  background: transparent;
  transition: all 0.2s;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 767px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demo-btn-indicator-dot,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demo-btn-indicator-dot {
    height: clamp(
      1px,
      2.6666666667vw,
      20.48px
    );
    width: clamp(
      1px,
      2.6666666667vw,
      20.48px
    );
  }
}
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle,
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoSubtitle,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoSubtitle {
  letter-spacing: -0.02em;
  display: block;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle {
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #333747;
  font-size: calc(
      0.7859733333rem +
        (30.181376 - 12.5755733333) *
        ((100vw - 320px) / (768 - 320))
    );
  font-size: 0.875009375rem;
  opacity: 0.5;
  width: 160px;
  font-weight: 600;
  color: #333747;
}
@media (max-width: 320px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle {
    font-size: 0.7859733333rem;
  }
}
@media (min-width: 1px) and (max-width: 320px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle {
    font-size: 0.875009375rem;
  }
}
@media (min-width: 376px) and (max-width: 767px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle {
    font-size: calc(
      0.875009375rem +
        (30.181376 - 14.00015) *
        ((100vw - 375px) / (768 - 375))
    );
  }
}
@media (min-width: 376px) and (max-width: 767px) and (max-width: 375px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle {
    font-size: 0.875009375rem;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle {
    font-size: 0.95rem;
  }
}
@media (min-width: 1024px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle {
    font-size: calc(
      0.7111111111rem +
        (16 - 11.3777777778) *
        ((100vw - 1024px) / (1440 - 1024))
    );
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle {
    font-size: calc(
      0.95rem +
        (16 - 15.2) *
        ((100vw - 1024px) / (1440 - 1024))
    );
  }
}
@media (min-width: 1440px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle {
    font-size: 1rem;
  }
}
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle strong,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle strong {
  font-weight: 600;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--boltBlack,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--boltBlack {
  color: #020a18;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--white,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--white {
  color: #fff;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--gray_200,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--gray_200 {
  color: #333747;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--gray_400,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--gray_400 {
  color: #696d80;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--gray_600,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--gray_600 {
  color: #b6bbcf;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--gray_700,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--gray_700 {
  color: #d6d6e1;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--gray_800,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--gray_800 {
  color: #e9ebf7;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--lightningYellow,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--lightningYellow {
  color: #68d8fc;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--lightningYellowDark,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--lightningYellowDark {
  color: #68d8fc;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--blue,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--blue {
  color: #006dff;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--blue--light-secondary,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--blue--light-secondary {
  color: #d1d8fa;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--green,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--green {
  color: #00c42e;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--pink,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--pink {
  color: #ff76f2;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--purple,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle.fontColor--purple {
  color: #9a4eff;
}
@media (max-width: 767px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn .demoTitle,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn .demoTitle {
    width: clamp(
      1px,
      42.6666666667vw,
      327.68px
    );
  }
}
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn.is-active,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn.is-active {
  transition: all 0.35s;
  opacity: 1;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype .demotype-btn.is-active .demoTitle,
.CheckoutDemo .checkout-demo .leftcol .demotype .demotype-btn.is-active .demoTitle {
  opacity: 1;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap {
  border-radius: 5px;
  background-color: #fff;
  padding: clamp(
      1px,
      10.6666666667vw,
      81.92px
    ) clamp(
      1px,
      9.8666666667vw,
      75.776px
    );
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap {
    width: clamp(
      1px,
      36.1805555556vw,
      521px
    );
    padding: clamp(
      1px,
      4.1666666667vw,
      60px
    ) clamp(
      1px,
      3.4722222222vw,
      50px
    );
    border-radius: 16px;
  }
}
html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-title,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-title {
  margin-bottom: clamp(
      1px,
      3.2vw,
      24.576px
    );
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-title,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-title {
    margin-bottom: clamp(
      1px,
      0.9722222222vw,
      14px
    );
  }
}
html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy {
  color: #333747;
  margin-bottom: clamp(
      1px,
      5.3333333333vw,
      40.96px
    );
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy {
    font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #333747;
    font-size: calc(
      0.7859733333rem +
        (30.181376 - 12.5755733333) *
        ((100vw - 320px) / (768 - 320))
    );
    font-size: 0.875009375rem;
    font-size: calc(
      0.6737066667rem +
        (25.870336 - 10.7793066667) *
        ((100vw - 320px) / (768 - 320))
    );
    font-size: 0.750025rem;
    min-height: clamp(
      1px,
      3.7847222222vw,
      54.5px
    );
    margin-bottom: clamp(
      1px,
      2.0833333333vw,
      30px
    );
  }
}
@media (min-width: 768px) and (max-width: 320px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy {
    font-size: 0.7859733333rem;
  }
}
@media (min-width: 768px) and (min-width: 1px) and (max-width: 320px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy {
    font-size: 0.875009375rem;
  }
}
@media (min-width: 768px) and (min-width: 376px) and (max-width: 767px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy {
    font-size: calc(
      0.875009375rem +
        (30.181376 - 14.00015) *
        ((100vw - 375px) / (768 - 375))
    );
  }
}
@media (min-width: 768px) and (min-width: 376px) and (max-width: 767px) and (max-width: 375px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy {
    font-size: 0.875009375rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy {
    font-size: 0.95rem;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy {
    font-size: calc(
      0.7111111111rem +
        (16 - 11.3777777778) *
        ((100vw - 1024px) / (1440 - 1024))
    );
  }
}
@media (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy {
    font-size: calc(
      0.95rem +
        (16 - 15.2) *
        ((100vw - 1024px) / (1440 - 1024))
    );
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy strong,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy strong {
    font-weight: 600;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy.fontColor--boltBlack,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy.fontColor--boltBlack {
    color: #020a18;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy.fontColor--white,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy.fontColor--white {
    color: #fff;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy.fontColor--gray_200,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy.fontColor--gray_200 {
    color: #333747;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy.fontColor--gray_400,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy.fontColor--gray_400 {
    color: #696d80;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy.fontColor--gray_600,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy.fontColor--gray_600 {
    color: #b6bbcf;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy.fontColor--gray_700,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy.fontColor--gray_700 {
    color: #d6d6e1;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy.fontColor--gray_800,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy.fontColor--gray_800 {
    color: #e9ebf7;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy.fontColor--lightningYellow,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy.fontColor--lightningYellow {
    color: #68d8fc;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy.fontColor--lightningYellowDark,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy.fontColor--lightningYellowDark {
    color: #68d8fc;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy.fontColor--blue,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy.fontColor--blue {
    color: #006dff;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy.fontColor--blue--light-secondary,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy.fontColor--blue--light-secondary {
    color: #d1d8fa;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy.fontColor--green,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy.fontColor--green {
    color: #00c42e;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy.fontColor--pink,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy.fontColor--pink {
    color: #ff76f2;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy.fontColor--purple,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy.fontColor--purple {
    color: #9a4eff;
  }
}
@media (min-width: 768px) and (max-width: 320px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy {
    font-size: 0.6737066667rem;
  }
}
@media (min-width: 768px) and (min-width: 1px) and (max-width: 320px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy {
    font-size: 0.750025rem;
  }
}
@media (min-width: 768px) and (min-width: 376px) and (max-width: 767px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy {
    font-size: calc(
      0.750025rem +
        (25.870336 - 12.0004) *
        ((100vw - 375px) / (768 - 375))
    );
  }
}
@media (min-width: 768px) and (min-width: 376px) and (max-width: 767px) and (max-width: 375px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy {
    font-size: 0.750025rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy {
    font-size: 0.83125rem;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy {
    font-size: calc(
      0.6222222222rem +
        (14 - 9.9555555556) *
        ((100vw - 1024px) / (1440 - 1024))
    );
  }
}
@media (min-width: 768px) and (min-width: 1024px) and (max-width: 1439px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy {
    font-size: calc(
      0.83125rem +
        (14 - 13.3) *
        ((100vw - 1024px) / (1440 - 1024))
    );
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy {
    font-weight: 400;
  }
}
@media (min-width: 1100px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap-copy,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap-copy {
    max-width: clamp(
      1px,
      19.4444444444vw,
      280px
    );
  }
}
html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap.hide,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap.hide {
  display: none;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap.midMarket,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap.midMarket {
  background-color: #020a18;
}
@media (max-width: 767px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap.midMarket,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap.midMarket {
    margin-bottom: clamp(
      1px,
      4.8vw,
      36.864px
    );
  }
}
html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap.midMarket .demotype-wrap-title,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap.midMarket .demotype-wrap-title {
  color: #f8f7ff;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap.midMarket .demoTitle,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap.midMarket .demoTitle {
  color: #e9ebf7;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap.midMarket .demotype-wrap-copy,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap.midMarket .demotype-wrap-copy {
  color: #d6d6e1;
}
@media (min-width: 802px) and (max-width: 1099px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap.midMarket .demotype-wrap-copy,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap.midMarket .demotype-wrap-copy {
    max-width: clamp(
      1px,
      21.5277777778vw,
      310px
    );
  }
}
@media (max-width: 767px) {
  html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap.midMarket .demotype-wrap-copy,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap.midMarket .demotype-wrap-copy {
    max-width: clamp(
      1px,
      64vw,
      491.52px
    );
  }
}
html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap.midMarket .demo-btn-indicator,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap.midMarket .demo-btn-indicator {
  border: 1px solid #b6bbcf;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap.midMarket .demo-btn-indicator.active,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap.midMarket .demo-btn-indicator.active {
  border: 3px solid #b6bbcf;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap.midMarket .demo-btn-indicator.active .demo-btn-indicator-dot,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap.midMarket .demo-btn-indicator.active .demo-btn-indicator-dot {
  background: #68d8fc;
}
html.checkout-demo.new .checkout-demo .leftcol .demotype-wrap.byLaunchImage,
.CheckoutDemo .checkout-demo .leftcol .demotype-wrap.byLaunchImage {
  background-color: transparent;
  padding: 0;
}
html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal {
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #333747;
  font-size: calc(
      0.7859733333rem +
        (30.181376 - 12.5755733333) *
        ((100vw - 320px) / (768 - 320))
    );
  font-size: 0.875009375rem;
  font-size: 16px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 160px;
  font-weight: 600;
  transition: all 0.35s ease;
  margin-top: clamp(
      1px,
      10.6666666667vw,
      81.92px
    );
}
@media (max-width: 320px) {
  html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal {
    font-size: 0.7859733333rem;
  }
}
@media (min-width: 1px) and (max-width: 320px) {
  html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal {
    font-size: 0.875009375rem;
  }
}
@media (min-width: 376px) and (max-width: 767px) {
  html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal {
    font-size: calc(
      0.875009375rem +
        (30.181376 - 14.00015) *
        ((100vw - 375px) / (768 - 375))
    );
  }
}
@media (min-width: 376px) and (max-width: 767px) and (max-width: 375px) {
  html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal {
    font-size: 0.875009375rem;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal {
    font-size: 0.95rem;
  }
}
@media (min-width: 1024px) {
  html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal {
    font-size: calc(
      0.7111111111rem +
        (16 - 11.3777777778) *
        ((100vw - 1024px) / (1440 - 1024))
    );
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal {
    font-size: calc(
      0.95rem +
        (16 - 15.2) *
        ((100vw - 1024px) / (1440 - 1024))
    );
  }
}
@media (min-width: 1440px) {
  html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal {
    font-size: 1rem;
  }
}
html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal strong,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal strong {
  font-weight: 600;
}
html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal.fontColor--boltBlack,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal.fontColor--boltBlack {
  color: #020a18;
}
html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal.fontColor--white,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal.fontColor--white {
  color: #fff;
}
html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal.fontColor--gray_200,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal.fontColor--gray_200 {
  color: #333747;
}
html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal.fontColor--gray_400,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal.fontColor--gray_400 {
  color: #696d80;
}
html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal.fontColor--gray_600,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal.fontColor--gray_600 {
  color: #b6bbcf;
}
html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal.fontColor--gray_700,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal.fontColor--gray_700 {
  color: #d6d6e1;
}
html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal.fontColor--gray_800,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal.fontColor--gray_800 {
  color: #e9ebf7;
}
html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal.fontColor--lightningYellow,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal.fontColor--lightningYellow {
  color: #68d8fc;
}
html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal.fontColor--lightningYellowDark,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal.fontColor--lightningYellowDark {
  color: #68d8fc;
}
html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal.fontColor--blue,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal.fontColor--blue {
  color: #006dff;
}
html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal.fontColor--blue--light-secondary,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal.fontColor--blue--light-secondary {
  color: #d1d8fa;
}
html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal.fontColor--green,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal.fontColor--green {
  color: #00c42e;
}
html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal.fontColor--pink,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal.fontColor--pink {
  color: #ff76f2;
}
html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal.fontColor--purple,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal.fontColor--purple {
  color: #9a4eff;
}
@media (min-width: 768px) {
  html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal {
    width: unset;
    margin-top: clamp(
      1px,
      1.875vw,
      27px
    );
  }
}
html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal.blue,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal.blue {
  background: #133ee3;
  color: #f8f6fe;
}
html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal.blue:hover,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal.blue:hover {
  background: #68d8fc;
  border-color: #68d8fc;
  color: #020a18;
}
html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal.yellow,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal.yellow {
  background: #68d8fc;
  color: #020a18;
  border: 1px solid #68d8fc;
}
html.checkout-demo.new .checkout-demo .leftcol .btn-desktopModal.yellow:hover,
.CheckoutDemo .checkout-demo .leftcol .btn-desktopModal.yellow:hover {
  background: #020a18;
  color: #68d8fc;
}
html.checkout-demo.new .rightcol-bg,
.CheckoutDemo .rightcol-bg {
  top: 0;
  right: 0;
}
@media (max-width: 1109px) {
  html.checkout-demo.new .rightcol-bg,
.CheckoutDemo .rightcol-bg {
    display: none;
  }
}
html.checkout-demo.new .rightcol-bg-mobile,
.CheckoutDemo .rightcol-bg-mobile {
  top: 0;
  right: 0;
}
@media (min-width: 1109px) {
  html.checkout-demo.new .rightcol-bg-mobile,
.CheckoutDemo .rightcol-bg-mobile {
    display: none;
  }
}
html.checkout-demo.new .modal__demo,
.CheckoutDemo .modal__demo {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(0, 0, 0, 0.84);
}
@media (min-width: 768px) and (max-width: 1024px) {
  html.checkout-demo.new .modal__demo .modal__grid,
.CheckoutDemo .modal__demo .modal__grid {
    transform: translateX(4.5%);
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .modal__demo,
.CheckoutDemo .modal__demo {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  html.checkout-demo.new .modal__demo .modal__innerWrapper,
.CheckoutDemo .modal__demo .modal__innerWrapper {
    padding: 0;
  }
}
html.checkout-demo.new .modal__demo .modal__closeButton,
.CheckoutDemo .modal__demo .modal__closeButton {
  display: none;
}
html.checkout-demo.new .modal__demo-container,
.CheckoutDemo .modal__demo-container {
  display: flex;
  position: absolute;
  min-height: 580px;
  max-width: 1024px;
  width: 90%;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1290px) {
  html.checkout-demo.new .modal__demo-container,
.CheckoutDemo .modal__demo-container {
    top: 51%;
  }
}
@media (max-width: 1099px) {
  html.checkout-demo.new .modal__demo-container,
.CheckoutDemo .modal__demo-container {
    max-width: 308px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  html.checkout-demo.new .modal__demo-container,
.CheckoutDemo .modal__demo-container {
    top: 47%;
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .modal__demo-container,
.CheckoutDemo .modal__demo-container {
    max-width: none;
    transform: none;
    left: 0;
    top: 0;
  }
}
html.checkout-demo.new .modal__demo-container-inner,
.CheckoutDemo .modal__demo-container-inner {
  display: flex;
  width: 100%;
  position: relative;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .modal__demo-container-inner,
.CheckoutDemo .modal__demo-container-inner {
    top: 0;
    border: 9px solid #4b4f5e;
    border-radius: 50.8px;
    background-color: #fff;
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .modal__demo-container-inner,
.CheckoutDemo .modal__demo-container-inner {
    border: none;
    border-radius: 0;
  }
}
html.checkout-demo.new .modal__demo-background,
.CheckoutDemo .modal__demo-background {
  max-width: 940px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05), 0 44.4587px 20px rgba(47, 38, 67, 0.09);
  justify-self: flex-end;
  position: absolute;
  right: 0;
}
html.checkout-demo.new .modal__demo__closeButton,
.CheckoutDemo .modal__demo__closeButton {
  top: 20px;
  right: 150px;
}
html.checkout-demo.new .modal__demo__closeButton::before,
.CheckoutDemo .modal__demo__closeButton::before {
  display: none;
}
html.checkout-demo.new .modal__demo__closeButton::after,
.CheckoutDemo .modal__demo__closeButton::after {
  content: "Exit Demo";
  transform: initial;
  color: white;
  background-color: transparent;
  width: 100px;
  font-size: 14px;
  font-weight: 700;
}
html.checkout-demo.new .modal__demo__logo,
.CheckoutDemo .modal__demo__logo {
  position: absolute;
  top: 35px;
  left: 54px;
}
html.checkout-demo.new .modal__demo .exitDemoBtn,
.CheckoutDemo .modal__demo .exitDemoBtn {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  position: absolute;
  top: 30px;
  right: 75.5px;
  cursor: pointer;
  background-color: #4b4f5e;
}
html.checkout-demo.new .modal__demo .cta-row,
.CheckoutDemo .modal__demo .cta-row {
  display: flex;
  justify-content: center;
  margin-top: 18px;
  position: relative;
  width: 100%;
}
html.checkout-demo.new .modal__demo .cta-row .submit-button,
.CheckoutDemo .modal__demo .cta-row .submit-button {
  cursor: pointer;
  font-weight: 600;
  padding: 12px 20%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  transition: all 0.35s ease;
  border-radius: 3px;
  line-height: 1.15;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .modal__demo .cta-row .submit-button,
.CheckoutDemo .modal__demo .cta-row .submit-button {
    padding: 9.28px;
    width: 100%;
    font-size: 12.3733333333px;
    line-height: 18.56px;
    height: 37.12px;
    border-radius: 48px;
  }
}
html.checkout-demo.new .modal__demo .cta-row .submit-button.blue,
.CheckoutDemo .modal__demo .cta-row .submit-button.blue {
  background-color: #020a18;
}
html.checkout-demo.new .modal__demo .cta-row .submit-button.green,
.CheckoutDemo .modal__demo .cta-row .submit-button.green {
  background-color: #00c42e;
}
html.checkout-demo.new .modal__demo .cta-row .submit-button.purple,
.CheckoutDemo .modal__demo .cta-row .submit-button.purple {
  background-color: #9a4eff;
}
html.checkout-demo.new .modal__demo .cta-row .submit-button.red,
.CheckoutDemo .modal__demo .cta-row .submit-button.red {
  background-color: #ff4f50;
}
html.checkout-demo.new .modal__demo .cta-row .submit-button.gray,
.CheckoutDemo .modal__demo .cta-row .submit-button.gray {
  background-color: #7a786f;
}
html.checkout-demo.new .modal__demo .cta-row .submit-button.black,
.CheckoutDemo .modal__demo .cta-row .submit-button.black {
  background-color: #020a18;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account,
.CheckoutDemo .midMarket__account {
    padding: 18.56px 12.76px;
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .midMarket__account,
.CheckoutDemo .midMarket__account {
    padding: clamp(
      1px,
      6.4vw,
      49.152px
    ) clamp(
      1px,
      4.4vw,
      33.792px
    );
  }
}
html.checkout-demo.new .midMarket__account::after,
.CheckoutDemo .midMarket__account::after {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 1000vw;
  height: 1000vh;
  background-color: #020a18;
  transition: opacity 0.15s ease-out;
}
@media (min-width: 481px) {
  html.checkout-demo.new .midMarket__account::after,
.CheckoutDemo .midMarket__account::after {
    top: -99px;
    left: -10px;
    height: 647px;
    width: 107%;
    border-radius: 50.8px;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .midMarket__account::after,
.CheckoutDemo .midMarket__account::after {
    display: none;
  }
}
html.checkout-demo.new .midMarket__account .label-row,
.CheckoutDemo .midMarket__account .label-row {
  font-size: 12px;
  font-weight: 500;
  margin-top: 3px;
  margin-bottom: 9px;
  width: 100%;
  line-height: 1.15;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .label-row,
.CheckoutDemo .midMarket__account .label-row {
    display: none;
  }
}
html.checkout-demo.new .midMarket__account .label-row.shipping,
.CheckoutDemo .midMarket__account .label-row.shipping {
  margin-top: 10px;
}
html.checkout-demo.new .midMarket__account .sublabel-row,
.CheckoutDemo .midMarket__account .sublabel-row {
  font-size: 8px;
  font-weight: 500;
  color: #020a18;
  width: 100%;
  margin: 3px 0 8px;
  transition: all 0.35s ease;
  line-height: 1.15;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .sublabel-row,
.CheckoutDemo .midMarket__account .sublabel-row {
    display: none;
  }
}
html.checkout-demo.new .midMarket__account .sublabel-row.blue,
.CheckoutDemo .midMarket__account .sublabel-row.blue {
  color: #006dff;
}
html.checkout-demo.new .midMarket__account .sublabel-row.green,
.CheckoutDemo .midMarket__account .sublabel-row.green {
  color: #00c42e;
}
html.checkout-demo.new .midMarket__account .sublabel-row.purple,
.CheckoutDemo .midMarket__account .sublabel-row.purple {
  color: #9a4eff;
}
html.checkout-demo.new .midMarket__account .sublabel-row.red,
.CheckoutDemo .midMarket__account .sublabel-row.red {
  color: #ff4f50;
}
html.checkout-demo.new .midMarket__account .sublabel-row.gray,
.CheckoutDemo .midMarket__account .sublabel-row.gray {
  color: #696d80;
}
html.checkout-demo.new .midMarket__account .sublabel-row.black,
.CheckoutDemo .midMarket__account .sublabel-row.black {
  color: #020a18;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .address-row,
.CheckoutDemo .midMarket__account .address-row {
    font-size: 10.8266666667px;
    line-height: 15.4666666667px;
    padding: 6.1866666667px;
    margin-bottom: 6.1866666667px;
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .midMarket__account .address-row,
.CheckoutDemo .midMarket__account .address-row {
    font-size: clamp(
      1px,
      3.7333333333vw,
      28.672px
    );
    line-height: clamp(
      1px,
      5.3333333333vw,
      40.96px
    );
    padding: clamp(
      1px,
      2.1333333333vw,
      16.384px
    );
    margin-bottom: clamp(
      1px,
      2.1333333333vw,
      16.384px
    );
  }
}
html.checkout-demo.new .midMarket__account .data-row,
.CheckoutDemo .midMarket__account .data-row {
  background-color: #f4f4f4;
  border: 1px solid transparent;
  border-radius: 3px;
  margin-bottom: 7px;
  padding: 12px 0 0 9px;
  position: relative;
  line-height: 1.15;
  color: #707070;
  font-size: 11.5px;
  box-shadow: inset 0 0 0 0 #006dff;
  transition: box-shadow 350ms, background-color 350ms;
  height: 41px;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .data-row,
.CheckoutDemo .midMarket__account .data-row {
    margin-bottom: 6.1866666667px;
    border-radius: 4px;
    height: 37.12px;
    font-size: 12.3733333333px;
    line-height: 18.56px;
    padding: 9.28px 0 0 9.28px;
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .midMarket__account .data-row,
.CheckoutDemo .midMarket__account .data-row {
    margin-bottom: clamp(
      1px,
      2.1333333333vw,
      16.384px
    );
    height: clamp(
      1px,
      12.8vw,
      98.304px
    );
    font-size: clamp(
      1px,
      4.2666666667vw,
      32.768px
    );
    line-height: clamp(
      1px,
      6.4vw,
      49.152px
    );
    padding: clamp(
      1px,
      3.2vw,
      24.576px
    ) 0 0 clamp(
      1px,
      3.2vw,
      24.576px
    );
  }
}
html.checkout-demo.new .midMarket__account .data-row.of-hide,
.CheckoutDemo .midMarket__account .data-row.of-hide {
  overflow: hidden;
}
html.checkout-demo.new .midMarket__account .data-row span:first-of-type:not(.TypeWriter__wrapper, .hide-tablet), html.checkout-demo.new .midMarket__account .data-row span.show-tablet,
.CheckoutDemo .midMarket__account .data-row span:first-of-type:not(.TypeWriter__wrapper, .hide-tablet),
.CheckoutDemo .midMarket__account .data-row span.show-tablet {
  display: block;
  transition: transform 0.5s ease;
  color: #707070;
  position: relative;
}
html.checkout-demo.new .midMarket__account .data-row span:nth-of-type(2):not(.TypeWriter__cursor, .show-tablet),
.CheckoutDemo .midMarket__account .data-row span:nth-of-type(2):not(.TypeWriter__cursor, .show-tablet) {
  position: absolute;
  top: 11px;
  left: 9px;
  opacity: 0;
  transform: translateY(11px);
  transition: opacity 0.35s, transform 0.5s ease;
}
html.checkout-demo.new .midMarket__account .data-row span.flag, html.checkout-demo.new .midMarket__account .data-row span.static-flag,
.CheckoutDemo .midMarket__account .data-row span.flag,
.CheckoutDemo .midMarket__account .data-row span.static-flag {
  display: flex !important;
  align-items: center;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .data-row span.flag, html.checkout-demo.new .midMarket__account .data-row span.static-flag,
.CheckoutDemo .midMarket__account .data-row span.flag,
.CheckoutDemo .midMarket__account .data-row span.static-flag {
    font-size: 12.3733333333px;
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .midMarket__account .data-row span.flag, html.checkout-demo.new .midMarket__account .data-row span.static-flag,
.CheckoutDemo .midMarket__account .data-row span.flag,
.CheckoutDemo .midMarket__account .data-row span.static-flag {
    font-size: clamp(
      1px,
      4.2666666667vw,
      32.768px
    );
  }
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .data-row span.flag svg, html.checkout-demo.new .midMarket__account .data-row span.static-flag svg,
.CheckoutDemo .midMarket__account .data-row span.flag svg,
.CheckoutDemo .midMarket__account .data-row span.static-flag svg {
    scale: 0.77;
    transform-origin: left;
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .midMarket__account .data-row span.flag svg, html.checkout-demo.new .midMarket__account .data-row span.static-flag svg,
.CheckoutDemo .midMarket__account .data-row span.flag svg,
.CheckoutDemo .midMarket__account .data-row span.static-flag svg {
    scale: 1;
  }
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .data-row span.flag .spacer, html.checkout-demo.new .midMarket__account .data-row span.static-flag .spacer,
.CheckoutDemo .midMarket__account .data-row span.flag .spacer,
.CheckoutDemo .midMarket__account .data-row span.static-flag .spacer {
    display: inline-block;
    height: 19.3333333333px;
    width: 1px;
    background-color: #dad9d7;
    margin-right: 8.5066666667px;
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .midMarket__account .data-row span.flag .spacer, html.checkout-demo.new .midMarket__account .data-row span.static-flag .spacer,
.CheckoutDemo .midMarket__account .data-row span.flag .spacer,
.CheckoutDemo .midMarket__account .data-row span.static-flag .spacer {
    height: clamp(
      1px,
      6.6666666667vw,
      51.2px
    );
    margin-right: clamp(
      1px,
      2.9333333333vw,
      22.528px
    );
    margin-left: clamp(
      1px,
      2.1333333333vw,
      16.384px
    );
  }
}
html.checkout-demo.new .midMarket__account .data-row span.static-flag,
.CheckoutDemo .midMarket__account .data-row span.static-flag {
  position: static !important;
}
html.checkout-demo.new .midMarket__account .data-row span.static-flag svg,
.CheckoutDemo .midMarket__account .data-row span.static-flag svg {
  position: static;
}
html.checkout-demo.new .midMarket__account .data-row span.top:not(.below-tablet),
.CheckoutDemo .midMarket__account .data-row span.top:not(.below-tablet) {
  transform: translateY(-9px) scale(0.7);
  transform-origin: left;
  font-weight: 600;
}
html.checkout-demo.new .midMarket__account .data-row span.bottom,
.CheckoutDemo .midMarket__account .data-row span.bottom {
  position: absolute;
  bottom: 7px;
  font-weight: 500;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .data-row span.bottom,
.CheckoutDemo .midMarket__account .data-row span.bottom {
    bottom: 5px;
  }
}
html.checkout-demo.new .midMarket__account .data-row span.two:not(.below-tablet),
.CheckoutDemo .midMarket__account .data-row span.two:not(.below-tablet) {
  opacity: 0;
}
html.checkout-demo.new .midMarket__account .data-row span.two:not(.below-tablet).top,
.CheckoutDemo .midMarket__account .data-row span.two:not(.below-tablet).top {
  transform: translateY(0) scale(1);
  color: #020a18;
}
html.checkout-demo.new .midMarket__account .data-row span.TypeWriter__wrapper,
.CheckoutDemo .midMarket__account .data-row span.TypeWriter__wrapper {
  font-size: 11px;
  color: #020a18;
  font-weight: 400;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .data-row span.TypeWriter__wrapper,
.CheckoutDemo .midMarket__account .data-row span.TypeWriter__wrapper {
    font-size: 12.3733333333px;
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .midMarket__account .data-row span.TypeWriter__wrapper,
.CheckoutDemo .midMarket__account .data-row span.TypeWriter__wrapper {
    font-size: clamp(
      1px,
      4.2666666667vw,
      32.768px
    );
  }
}
html.checkout-demo.new .midMarket__account .data-row.selector,
.CheckoutDemo .midMarket__account .data-row.selector {
  padding-top: 2.8px;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .data-row.selector,
.CheckoutDemo .midMarket__account .data-row.selector {
    padding-top: 9.28px;
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .midMarket__account .data-row.selector,
.CheckoutDemo .midMarket__account .data-row.selector {
    padding-top: clamp(
      1px,
      3.2vw,
      24.576px
    );
  }
}
html.checkout-demo.new .midMarket__account .data-row.selector span:first-of-type,
.CheckoutDemo .midMarket__account .data-row.selector span:first-of-type {
  font-size: 10px;
  line-height: 14px;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .data-row.selector span:first-of-type,
.CheckoutDemo .midMarket__account .data-row.selector span:first-of-type {
    font-size: 12.3733333333px;
    line-height: 18.56px;
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .midMarket__account .data-row.selector span:first-of-type,
.CheckoutDemo .midMarket__account .data-row.selector span:first-of-type {
    font-size: clamp(
      1px,
      4.2666666667vw,
      32.768px
    );
    line-height: clamp(
      1px,
      6.4vw,
      49.152px
    );
  }
}
html.checkout-demo.new .midMarket__account .data-row.selector span:last-of-type,
.CheckoutDemo .midMarket__account .data-row.selector span:last-of-type {
  color: #141414;
  line-height: 21px;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .data-row.selector.is-active .tablet-fade,
.CheckoutDemo .midMarket__account .data-row.selector.is-active .tablet-fade {
    opacity: 0;
  }
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .data-row.selector.is-active .tablet-move-up,
.CheckoutDemo .midMarket__account .data-row.selector.is-active .tablet-move-up {
    transform: translateY(0);
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .midMarket__account .data-row.selector.is-active .tablet-move-up,
.CheckoutDemo .midMarket__account .data-row.selector.is-active .tablet-move-up {
    top: clamp(
      1px,
      4.8vw,
      36.864px
    );
    left: clamp(
      1px,
      3.2vw,
      24.576px
    );
  }
}
html.checkout-demo.new .midMarket__account .data-row.flag .TypeWriter__wrapper,
.CheckoutDemo .midMarket__account .data-row.flag .TypeWriter__wrapper {
  top: -20px;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .data-row.flag .TypeWriter__wrapper,
.CheckoutDemo .midMarket__account .data-row.flag .TypeWriter__wrapper {
    top: -18px;
    left: 53px;
    width: max-content;
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .midMarket__account .data-row.flag .TypeWriter__wrapper,
.CheckoutDemo .midMarket__account .data-row.flag .TypeWriter__wrapper {
    top: clamp(
      -45.056px,
      -5.8666666667vw,
      -1px
    );
    left: clamp(
      1px,
      16.2666666667vw,
      124.928px
    );
  }
}
html.checkout-demo.new .midMarket__account .data-row.is-active,
.CheckoutDemo .midMarket__account .data-row.is-active {
  background-color: #fff;
}
html.checkout-demo.new .midMarket__account .data-row.is-active.blue,
.CheckoutDemo .midMarket__account .data-row.is-active.blue {
  border: 1px solid #006dff;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .data-row.is-active.blue span.two.top,
.CheckoutDemo .midMarket__account .data-row.is-active.blue span.two.top {
    color: #006dff;
  }
}
html.checkout-demo.new .midMarket__account .data-row.is-active.green,
.CheckoutDemo .midMarket__account .data-row.is-active.green {
  border: 1px solid #00c42e;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .data-row.is-active.green span.two.top,
.CheckoutDemo .midMarket__account .data-row.is-active.green span.two.top {
    color: #00c42e;
  }
}
html.checkout-demo.new .midMarket__account .data-row.is-active.purple,
.CheckoutDemo .midMarket__account .data-row.is-active.purple {
  border: 1px solid #9a4eff;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .data-row.is-active.purple span.two.top,
.CheckoutDemo .midMarket__account .data-row.is-active.purple span.two.top {
    color: #9a4eff;
  }
}
html.checkout-demo.new .midMarket__account .data-row.is-active.red,
.CheckoutDemo .midMarket__account .data-row.is-active.red {
  border: 1px solid #ff4f50;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .data-row.is-active.red span.two.top,
.CheckoutDemo .midMarket__account .data-row.is-active.red span.two.top {
    color: #ff4f50;
  }
}
html.checkout-demo.new .midMarket__account .data-row.is-active.gray,
.CheckoutDemo .midMarket__account .data-row.is-active.gray {
  border: 1px solid #696d80;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .data-row.is-active.gray span.two.top,
.CheckoutDemo .midMarket__account .data-row.is-active.gray span.two.top {
    color: #696d80;
  }
}
html.checkout-demo.new .midMarket__account .data-row.is-active.black,
.CheckoutDemo .midMarket__account .data-row.is-active.black {
  border: 1px solid #020a18;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .data-row.is-active.black,
.CheckoutDemo .midMarket__account .data-row.is-active.black {
    border-color: #006dff;
  }
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .data-row.is-active.black span.two.top,
.CheckoutDemo .midMarket__account .data-row.is-active.black span.two.top {
    color: #006dff;
  }
}
html.checkout-demo.new .midMarket__account .data-row.is-active span.one,
.CheckoutDemo .midMarket__account .data-row.is-active span.one {
  opacity: 0;
}
@media (min-width: 1100px) {
  html.checkout-demo.new .midMarket__account .data-row.is-active span.one.hide-tablet,
.CheckoutDemo .midMarket__account .data-row.is-active span.one.hide-tablet {
    display: none;
  }
}
html.checkout-demo.new .midMarket__account .data-row.is-active span.two,
.CheckoutDemo .midMarket__account .data-row.is-active span.two {
  opacity: 1;
  transition-delay: 0.1s;
}
html.checkout-demo.new .midMarket__account .data-row.is-active span.two.top,
.CheckoutDemo .midMarket__account .data-row.is-active span.two.top {
  transform: translateY(-9px) scale(0.7);
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .data-row.is-active span.two.top,
.CheckoutDemo .midMarket__account .data-row.is-active span.two.top {
    position: absolute;
    transform: translateY(-12px) scale(0.7);
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .midMarket__account .data-row.is-active span.two.top,
.CheckoutDemo .midMarket__account .data-row.is-active span.two.top {
    transform: translate(clamp( 1px, 0.5333333333vw, 4.096px ), clamp( -24.576px, -3.2vw, -1px )) scale(0.7);
  }
}
html.checkout-demo.new .midMarket__account .data-row.is-active span.two.top.tablet-move,
.CheckoutDemo .midMarket__account .data-row.is-active span.two.top.tablet-move {
  position: absolute;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .data-row.is-active span.two.top.tablet-move,
.CheckoutDemo .midMarket__account .data-row.is-active span.two.top.tablet-move {
    transform: translateY(-30px) scale(0.7);
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .midMarket__account .data-row.is-active span.two.top.tablet-move,
.CheckoutDemo .midMarket__account .data-row.is-active span.two.top.tablet-move {
    transform: translateY(clamp( -75.776px, -9.8666666667vw, -1px )) scale(0.7);
  }
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .data-row.is-active.flag .two.top,
.CheckoutDemo .midMarket__account .data-row.is-active.flag .two.top {
    transform: translate(53px, -12px) scale(0.7);
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .midMarket__account .data-row.is-active.flag .two.top,
.CheckoutDemo .midMarket__account .data-row.is-active.flag .two.top {
    transform: translate(clamp( 1px, 17.0666666667vw, 131.072px ), clamp( -24.576px, -3.2vw, -1px )) scale(0.7);
  }
}
html.checkout-demo.new .midMarket__account .data-row.is-active.selector .below-tablet.top.two,
.CheckoutDemo .midMarket__account .data-row.is-active.selector .below-tablet.top.two {
  transform-origin: left;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .data-row.is-active.selector .below-tablet.top.two,
.CheckoutDemo .midMarket__account .data-row.is-active.selector .below-tablet.top.two {
    font-weight: 600;
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .midMarket__account .data-row.is-active.selector .below-tablet.top.two,
.CheckoutDemo .midMarket__account .data-row.is-active.selector .below-tablet.top.two {
    transform: translate(0, clamp( -26.624px, -3.4666666667vw, -1px )) scale(0.7);
  }
}
@media (min-width: 1100px) {
  html.checkout-demo.new .midMarket__account .data-row.is-active.selector .below-tablet.top.two,
.CheckoutDemo .midMarket__account .data-row.is-active.selector .below-tablet.top.two {
    transform: none;
  }
}
html.checkout-demo.new .midMarket__account .data-row.half-width,
.CheckoutDemo .midMarket__account .data-row.half-width {
  width: calc(50% - 3px);
}
html.checkout-demo.new .midMarket__account .data-row.fifty9-width,
.CheckoutDemo .midMarket__account .data-row.fifty9-width {
  width: 59%;
}
html.checkout-demo.new .midMarket__account .data-row.thirty2-width,
.CheckoutDemo .midMarket__account .data-row.thirty2-width {
  width: 32%;
}
html.checkout-demo.new .midMarket__account .data-row.thirty9-width,
.CheckoutDemo .midMarket__account .data-row.thirty9-width {
  width: 39%;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .data-row.mobile-full,
.CheckoutDemo .midMarket__account .data-row.mobile-full {
    width: 100%;
  }
}
html.checkout-demo.new .midMarket__account .data-row .select-arrows,
.CheckoutDemo .midMarket__account .data-row .select-arrows {
  position: absolute;
  top: 12px;
  right: 12px;
}
html.checkout-demo.new .midMarket__account .data-row .chevron,
.CheckoutDemo .midMarket__account .data-row .chevron {
  position: absolute;
  scale: 0.77;
  transform-origin: right top;
  top: 9.28px;
  right: 9.28px;
}
@media (max-width: 480px) {
  html.checkout-demo.new .midMarket__account .data-row .chevron,
.CheckoutDemo .midMarket__account .data-row .chevron {
    scale: 1;
    top: clamp(
      1px,
      3.2vw,
      24.576px
    );
    right: clamp(
      1px,
      3.2vw,
      24.576px
    );
  }
}
@media (min-width: 1100px) {
  html.checkout-demo.new .midMarket__account .data-row.shadow.blue,
.CheckoutDemo .midMarket__account .data-row.shadow.blue {
    border: 1px solid #006dff;
    background-color: rgba(0, 109, 255, 0.0823529412);
  }
  html.checkout-demo.new .midMarket__account .data-row.shadow.green,
.CheckoutDemo .midMarket__account .data-row.shadow.green {
    border: 1px solid #00c42e;
    background-color: rgba(0, 196, 46, 0.0823529412);
  }
  html.checkout-demo.new .midMarket__account .data-row.shadow.purple,
.CheckoutDemo .midMarket__account .data-row.shadow.purple {
    border: 1px solid #9a4eff;
    background-color: rgba(155, 78, 255, 0.0823529412);
  }
  html.checkout-demo.new .midMarket__account .data-row.shadow.red,
.CheckoutDemo .midMarket__account .data-row.shadow.red {
    border: 1px solid #ff4f50;
    background-color: rgba(255, 79, 80, 0.0823529412);
  }
  html.checkout-demo.new .midMarket__account .data-row.shadow.gray,
.CheckoutDemo .midMarket__account .data-row.shadow.gray {
    border: 1px solid #696d80;
    background-color: rgba(120, 118, 100, 0.0823529412);
  }
  html.checkout-demo.new .midMarket__account .data-row.shadow.black,
.CheckoutDemo .midMarket__account .data-row.shadow.black {
    border: 1px solid #020a18;
    background-color: rgba(17, 25, 12, 0.15);
  }
  html.checkout-demo.new .midMarket__account .data-row.shadow span,
.CheckoutDemo .midMarket__account .data-row.shadow span {
    color: #020a18 !important;
  }
}
html.checkout-demo.new .midMarket__account .cta-row,
.CheckoutDemo .midMarket__account .cta-row {
  display: flex;
  justify-content: center;
  margin-top: 18px;
  position: relative;
  width: 100%;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .cta-row,
.CheckoutDemo .midMarket__account .cta-row {
    margin-top: 12.3733333333px;
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .midMarket__account .cta-row,
.CheckoutDemo .midMarket__account .cta-row {
    margin-top: clamp(
      1px,
      4.2666666667vw,
      32.768px
    );
  }
}
html.checkout-demo.new .midMarket__account .cta-row .submit-button,
.CheckoutDemo .midMarket__account .cta-row .submit-button {
  background-color: #020a18;
  cursor: pointer;
  font-weight: 600;
  padding: 11px 20% 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  transition: all 0.35s ease;
  border-radius: 3px;
  line-height: 1.15;
  height: 34.6px;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account .cta-row .submit-button,
.CheckoutDemo .midMarket__account .cta-row .submit-button {
    padding: 9.28px;
    width: 100%;
    font-size: 12.3733333333px;
    line-height: 18.56px;
    height: 37.12px;
    border-radius: 48px;
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .midMarket__account .cta-row .submit-button,
.CheckoutDemo .midMarket__account .cta-row .submit-button {
    padding: clamp(
      1px,
      3.2vw,
      24.576px
    );
    font-size: clamp(
      1px,
      4.2666666667vw,
      32.768px
    );
    line-height: clamp(
      1px,
      6.4vw,
      49.152px
    );
    height: clamp(
      1px,
      12.8vw,
      98.304px
    );
  }
}
html.checkout-demo.new .midMarket__account .cta-row .submit-button.blue,
.CheckoutDemo .midMarket__account .cta-row .submit-button.blue {
  background-color: #006dff;
}
html.checkout-demo.new .midMarket__account .cta-row .submit-button.green,
.CheckoutDemo .midMarket__account .cta-row .submit-button.green {
  background-color: #00c42e;
}
html.checkout-demo.new .midMarket__account .cta-row .submit-button.purple,
.CheckoutDemo .midMarket__account .cta-row .submit-button.purple {
  background-color: #9a4eff;
}
html.checkout-demo.new .midMarket__account .cta-row .submit-button.red,
.CheckoutDemo .midMarket__account .cta-row .submit-button.red {
  background-color: #ff4f50;
}
html.checkout-demo.new .midMarket__account .cta-row .submit-button.gray,
.CheckoutDemo .midMarket__account .cta-row .submit-button.gray {
  background-color: #696d80;
}
html.checkout-demo.new .midMarket__account .cta-row .submit-button.black,
.CheckoutDemo .midMarket__account .cta-row .submit-button.black {
  background-color: #020a18;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .midMarket__account.mobile-fade,
.CheckoutDemo .midMarket__account.mobile-fade {
    opacity: 0.5 !important;
  }
}
@media (max-width: 767px) {
  html.checkout-demo.new .midMarket__account .instruction-box,
html.checkout-demo.new .midMarket__account .oneclick-account-instruction-box,
.CheckoutDemo .midMarket__account .instruction-box,
.CheckoutDemo .midMarket__account .oneclick-account-instruction-box {
    top: unset;
    bottom: 55%;
    width: 335px;
    text-align: center;
    left: 50%;
  }
}
@media (max-width: 767px) {
  html.checkout-demo.new .midMarket__account .instruction-box h4,
html.checkout-demo.new .midMarket__account .oneclick-account-instruction-box h4,
.CheckoutDemo .midMarket__account .instruction-box h4,
.CheckoutDemo .midMarket__account .oneclick-account-instruction-box h4 {
    font-size: 24px;
    max-width: 269px;
    margin: 0 auto 17px;
  }
}
@media (max-width: 767px) {
  html.checkout-demo.new .midMarket__account .instruction-box button,
html.checkout-demo.new .midMarket__account .oneclick-account-instruction-box button,
.CheckoutDemo .midMarket__account .instruction-box button,
.CheckoutDemo .midMarket__account .oneclick-account-instruction-box button {
    text-align: center;
  }
}
@media (max-width: 767px) {
  html.checkout-demo.new .midMarket__account .instruction-box button span,
html.checkout-demo.new .midMarket__account .oneclick-account-instruction-box button span,
.CheckoutDemo .midMarket__account .instruction-box button span,
.CheckoutDemo .midMarket__account .oneclick-account-instruction-box button span {
    font-size: 16px;
  }
}
html.checkout-demo.new .midMarket__account-order,
.CheckoutDemo .midMarket__account-order {
  position: absolute;
  left: 0;
  height: 628px;
  width: 100%;
  background-color: #fff;
  border-radius: 52.8px;
}
@media (max-width: 480px) {
  html.checkout-demo.new .midMarket__account-order,
.CheckoutDemo .midMarket__account-order {
    border-radius: 0;
    height: 100vh;
  }
}
html.checkout-demo.new .midMarket__account-order-button,
.CheckoutDemo .midMarket__account-order-button {
  position: relative;
  top: 45%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #020a18;
  width: 197.9733333333px;
  height: 37.12px;
  transform: translate(-50%, -50%);
  border-radius: 48px;
}
@media (max-width: 480px) {
  html.checkout-demo.new .midMarket__account-order-button,
.CheckoutDemo .midMarket__account-order-button {
    width: clamp(
      1px,
      68.2666666667vw,
      524.288px
    );
    height: clamp(
      1px,
      12.8vw,
      98.304px
    );
  }
}
html.checkout-demo.new .midMarket__account-order-button .spinner,
.CheckoutDemo .midMarket__account-order-button .spinner {
  position: absolute;
  left: 12.3733333333px;
  width: 12.3733333333px;
}
@media (max-width: 480px) {
  html.checkout-demo.new .midMarket__account-order-button .spinner,
.CheckoutDemo .midMarket__account-order-button .spinner {
    left: clamp(
      1px,
      4.2666666667vw,
      32.768px
    );
    width: clamp(
      1px,
      4.2666666667vw,
      32.768px
    );
  }
}
html.checkout-demo.new .midMarket__account-order-button span,
.CheckoutDemo .midMarket__account-order-button span {
  font-size: 12.3733333333px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 480px) {
  html.checkout-demo.new .midMarket__account-order-button span,
.CheckoutDemo .midMarket__account-order-button span {
    font-size: clamp(
      1px,
      4.2666666667vw,
      32.768px
    );
  }
}
html.checkout-demo.new .modal__guestCheckoutDemo .modal__inner,
html.checkout-demo.new .modal__oneClickCheckoutDemo .modal__inner,
html.checkout-demo.new .modal__guest-payment .modal__inner,
.CheckoutDemo .modal__guestCheckoutDemo .modal__inner,
.CheckoutDemo .modal__oneClickCheckoutDemo .modal__inner,
.CheckoutDemo .modal__guest-payment .modal__inner {
  overflow: visible;
}
html.checkout-demo.new .modal__guestCheckoutDemo:not(.hidden),
html.checkout-demo.new .modal__oneClickCheckoutDemo:not(.hidden),
html.checkout-demo.new .modal__guest-payment:not(.hidden),
.CheckoutDemo .modal__guestCheckoutDemo:not(.hidden),
.CheckoutDemo .modal__oneClickCheckoutDemo:not(.hidden),
.CheckoutDemo .modal__guest-payment:not(.hidden) {
  z-index: 2147483648;
}
html.checkout-demo.new .modal__guestCheckoutDemo:not(.hidden) .guestdemo__logo,
html.checkout-demo.new .modal__oneClickCheckoutDemo:not(.hidden) .guestdemo__logo,
html.checkout-demo.new .modal__guest-payment:not(.hidden) .guestdemo__logo,
.CheckoutDemo .modal__guestCheckoutDemo:not(.hidden) .guestdemo__logo,
.CheckoutDemo .modal__oneClickCheckoutDemo:not(.hidden) .guestdemo__logo,
.CheckoutDemo .modal__guest-payment:not(.hidden) .guestdemo__logo {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 200ms;
}
html.checkout-demo.new .modal__guestCheckoutDemo:not(.hidden) .guestdemo__content-right-inner,
html.checkout-demo.new .modal__oneClickCheckoutDemo:not(.hidden) .guestdemo__content-right-inner,
html.checkout-demo.new .modal__guest-payment:not(.hidden) .guestdemo__content-right-inner,
.CheckoutDemo .modal__guestCheckoutDemo:not(.hidden) .guestdemo__content-right-inner,
.CheckoutDemo .modal__oneClickCheckoutDemo:not(.hidden) .guestdemo__content-right-inner,
.CheckoutDemo .modal__guest-payment:not(.hidden) .guestdemo__content-right-inner {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 200ms;
}
html.checkout-demo.new .modal__guestCheckoutDemo:not(.hidden) .gueststeps__container,
html.checkout-demo.new .modal__oneClickCheckoutDemo:not(.hidden) .gueststeps__container,
html.checkout-demo.new .modal__guest-payment:not(.hidden) .gueststeps__container,
.CheckoutDemo .modal__guestCheckoutDemo:not(.hidden) .gueststeps__container,
.CheckoutDemo .modal__oneClickCheckoutDemo:not(.hidden) .gueststeps__container,
.CheckoutDemo .modal__guest-payment:not(.hidden) .gueststeps__container {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 500ms;
}
html.checkout-demo.new .modal__guestCheckoutDemo:not(.hidden) .guestdemo__shipping-form.is-active,
html.checkout-demo.new .modal__oneClickCheckoutDemo:not(.hidden) .guestdemo__shipping-form.is-active,
html.checkout-demo.new .modal__guest-payment:not(.hidden) .guestdemo__shipping-form.is-active,
.CheckoutDemo .modal__guestCheckoutDemo:not(.hidden) .guestdemo__shipping-form.is-active,
.CheckoutDemo .modal__oneClickCheckoutDemo:not(.hidden) .guestdemo__shipping-form.is-active,
.CheckoutDemo .modal__guest-payment:not(.hidden) .guestdemo__shipping-form.is-active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 500ms;
  pointer-events: auto;
}
html.checkout-demo.new .modal__guestCheckoutDemo:not(.hidden) .guestdemo__shipping-form.is-active .instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo:not(.hidden) .guestdemo__shipping-form.is-active .instruction-box,
html.checkout-demo.new .modal__guest-payment:not(.hidden) .guestdemo__shipping-form.is-active .instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo:not(.hidden) .guestdemo__shipping-form.is-active .instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo:not(.hidden) .guestdemo__shipping-form.is-active .instruction-box,
.CheckoutDemo .modal__guest-payment:not(.hidden) .guestdemo__shipping-form.is-active .instruction-box {
  opacity: 1;
  transform: translateX(0) scale(0.85);
  transition-delay: 900ms;
}
@media (max-width: 767px) {
  html.checkout-demo.new .modal__guestCheckoutDemo:not(.hidden) .guestdemo__shipping-form.is-active .instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo:not(.hidden) .guestdemo__shipping-form.is-active .instruction-box,
html.checkout-demo.new .modal__guest-payment:not(.hidden) .guestdemo__shipping-form.is-active .instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo:not(.hidden) .guestdemo__shipping-form.is-active .instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo:not(.hidden) .guestdemo__shipping-form.is-active .instruction-box,
.CheckoutDemo .modal__guest-payment:not(.hidden) .guestdemo__shipping-form.is-active .instruction-box {
    transform: translate(-50%, 55%);
  }
}
html.checkout-demo.new .modal__oneClickCheckoutDemo:not(.hidden) .guestdemo__logo,
.CheckoutDemo .modal__oneClickCheckoutDemo:not(.hidden) .guestdemo__logo {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 200ms;
}
html.checkout-demo.new .modal__oneClickCheckoutDemo:not(.hidden) .guestdemo__content-right-inner,
.CheckoutDemo .modal__oneClickCheckoutDemo:not(.hidden) .guestdemo__content-right-inner {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 200ms;
}
html.checkout-demo.new .modal__oneClickCheckoutDemo:not(.hidden) .oneClickDemo__account.is-active,
.CheckoutDemo .modal__oneClickCheckoutDemo:not(.hidden) .oneClickDemo__account.is-active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 500ms;
  pointer-events: auto;
}
html.checkout-demo.new .modal__oneClickCheckoutDemo:not(.hidden) .oneClickDemo__account.is-active .oneclick-account-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo:not(.hidden) .oneClickDemo__account.is-active .oneclick-account-instruction-box {
  opacity: 1;
  transform: translateX(0) scale(0.85);
  transition-delay: 900ms;
}
@media (max-width: 767px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo:not(.hidden) .oneClickDemo__account.is-active .oneclick-account-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo:not(.hidden) .oneClickDemo__account.is-active .oneclick-account-instruction-box {
    transform: translate(-50%, 55%);
  }
}
html.checkout-demo.new .modal__oneClickCheckoutDemo:not(.hidden) .oneClickDemo__account.is-active .oneClickDemo__steps,
.CheckoutDemo .modal__oneClickCheckoutDemo:not(.hidden) .oneClickDemo__account.is-active .oneClickDemo__steps {
  opacity: 1;
  transform: translateY(12px);
  transition-delay: 325ms;
}
html.checkout-demo.new .modal__oneClick-payment:not(.hidden) h4,
.CheckoutDemo .modal__oneClick-payment:not(.hidden) h4 {
  opacity: 1;
  transform: translateY(0);
}
html.checkout-demo.new .modal__oneClick-payment:not(.hidden) .modal__oneClick-payment-iconContainer,
.CheckoutDemo .modal__oneClick-payment:not(.hidden) .modal__oneClick-payment-iconContainer {
  opacity: 1;
  transform: translateY(0);
}
html.checkout-demo.new .modal__oneClick-payment:not(.hidden) .modal__oneClick-payment-copyContainer,
.CheckoutDemo .modal__oneClick-payment:not(.hidden) .modal__oneClick-payment-copyContainer {
  opacity: 1;
  transform: translateY(0);
}
html.checkout-demo.new .modal__oneClick-payment:not(.hidden) .instruction-box-cta-wrap,
.CheckoutDemo .modal__oneClick-payment:not(.hidden) .instruction-box-cta-wrap {
  opacity: 1;
  transform: translateY(0);
}
html.checkout-demo.new .instruction-box,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box,
html.checkout-demo.new .oneclick-account-instruction-box,
html.checkout-demo.new .oneclick-auth-instruction-box,
html.checkout-demo.new .oneclick-checkout-instruction-box,
html.checkout-demo.new .guest-delivery-instruction-box,
.CheckoutDemo .instruction-box,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box,
.CheckoutDemo .oneclick-account-instruction-box,
.CheckoutDemo .oneclick-auth-instruction-box,
.CheckoutDemo .oneclick-checkout-instruction-box,
.CheckoutDemo .guest-delivery-instruction-box {
  left: -248px;
  width: 225px;
  background-color: #333747;
  padding: 32px 30px 30px;
  border-radius: 6px;
}
html.checkout-demo.new .instruction-box button,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box button,
html.checkout-demo.new .oneclick-account-instruction-box button,
html.checkout-demo.new .oneclick-auth-instruction-box button,
html.checkout-demo.new .oneclick-checkout-instruction-box button,
html.checkout-demo.new .guest-delivery-instruction-box button,
.CheckoutDemo .instruction-box button,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box button,
.CheckoutDemo .oneclick-account-instruction-box button,
.CheckoutDemo .oneclick-auth-instruction-box button,
.CheckoutDemo .oneclick-checkout-instruction-box button,
.CheckoutDemo .guest-delivery-instruction-box button {
  padding: 8px 0;
}
html.checkout-demo.new .instruction-box button.back,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box button.back,
html.checkout-demo.new .oneclick-account-instruction-box button.back,
html.checkout-demo.new .oneclick-auth-instruction-box button.back,
html.checkout-demo.new .oneclick-checkout-instruction-box button.back,
html.checkout-demo.new .guest-delivery-instruction-box button.back,
.CheckoutDemo .instruction-box button.back,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box button.back,
.CheckoutDemo .oneclick-account-instruction-box button.back,
.CheckoutDemo .oneclick-auth-instruction-box button.back,
.CheckoutDemo .oneclick-checkout-instruction-box button.back,
.CheckoutDemo .guest-delivery-instruction-box button.back {
  opacity: 1;
}
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box button,
html.checkout-demo.new .oneclick-auth-instruction-box button,
html.checkout-demo.new .oneclick-checkout-instruction-box button,
html.checkout-demo.new .guest-delivery-instruction-box button,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box button,
.CheckoutDemo .oneclick-auth-instruction-box button,
.CheckoutDemo .oneclick-checkout-instruction-box button,
.CheckoutDemo .guest-delivery-instruction-box button {
  margin-left: 17px;
}
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box button.back,
html.checkout-demo.new .oneclick-auth-instruction-box button.back,
html.checkout-demo.new .oneclick-checkout-instruction-box button.back,
html.checkout-demo.new .guest-delivery-instruction-box button.back,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box button.back,
.CheckoutDemo .oneclick-auth-instruction-box button.back,
.CheckoutDemo .oneclick-checkout-instruction-box button.back,
.CheckoutDemo .guest-delivery-instruction-box button.back {
  margin-left: 0;
}
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner h4,
html.checkout-demo.new .instruction-box h4,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box h4,
html.checkout-demo.new .oneclick-account-instruction-box h4,
html.checkout-demo.new .oneclick-auth-instruction-box h4,
html.checkout-demo.new .oneclick-checkout-instruction-box h4,
html.checkout-demo.new .guest-delivery-instruction-box h4,
html.checkout-demo.new .guest-payment-instruction-box h4,
html.checkout-demo.new .mid-market-instruction-box h4,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner h4,
.CheckoutDemo .instruction-box h4,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box h4,
.CheckoutDemo .oneclick-account-instruction-box h4,
.CheckoutDemo .oneclick-auth-instruction-box h4,
.CheckoutDemo .oneclick-checkout-instruction-box h4,
.CheckoutDemo .guest-delivery-instruction-box h4,
.CheckoutDemo .guest-payment-instruction-box h4,
.CheckoutDemo .mid-market-instruction-box h4 {
  color: #f8f6fe;
  line-height: 22px;
}
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner p,
html.checkout-demo.new .instruction-box p,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box p,
html.checkout-demo.new .oneclick-account-instruction-box p,
html.checkout-demo.new .oneclick-auth-instruction-box p,
html.checkout-demo.new .oneclick-checkout-instruction-box p,
html.checkout-demo.new .guest-delivery-instruction-box p,
html.checkout-demo.new .guest-payment-instruction-box p,
html.checkout-demo.new .mid-market-instruction-box p,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner p,
.CheckoutDemo .instruction-box p,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box p,
.CheckoutDemo .oneclick-account-instruction-box p,
.CheckoutDemo .oneclick-auth-instruction-box p,
.CheckoutDemo .oneclick-checkout-instruction-box p,
.CheckoutDemo .guest-delivery-instruction-box p,
.CheckoutDemo .guest-payment-instruction-box p,
.CheckoutDemo .mid-market-instruction-box p {
  color: #f3f1ee;
  line-height: 18.2px;
}
@media (max-width: 767px) {
  html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner p,
html.checkout-demo.new .instruction-box p,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box p,
html.checkout-demo.new .oneclick-account-instruction-box p,
html.checkout-demo.new .oneclick-auth-instruction-box p,
html.checkout-demo.new .oneclick-checkout-instruction-box p,
html.checkout-demo.new .guest-delivery-instruction-box p,
html.checkout-demo.new .guest-payment-instruction-box p,
html.checkout-demo.new .mid-market-instruction-box p,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner p,
.CheckoutDemo .instruction-box p,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box p,
.CheckoutDemo .oneclick-account-instruction-box p,
.CheckoutDemo .oneclick-auth-instruction-box p,
.CheckoutDemo .oneclick-checkout-instruction-box p,
.CheckoutDemo .guest-delivery-instruction-box p,
.CheckoutDemo .guest-payment-instruction-box p,
.CheckoutDemo .mid-market-instruction-box p {
    padding-right: 0 !important;
  }
}
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner button,
html.checkout-demo.new .instruction-box button,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box button,
html.checkout-demo.new .oneclick-account-instruction-box button,
html.checkout-demo.new .oneclick-auth-instruction-box button,
html.checkout-demo.new .oneclick-checkout-instruction-box button,
html.checkout-demo.new .guest-delivery-instruction-box button,
html.checkout-demo.new .guest-payment-instruction-box button,
html.checkout-demo.new .mid-market-instruction-box button,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner button,
.CheckoutDemo .instruction-box button,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box button,
.CheckoutDemo .oneclick-account-instruction-box button,
.CheckoutDemo .oneclick-auth-instruction-box button,
.CheckoutDemo .oneclick-checkout-instruction-box button,
.CheckoutDemo .guest-delivery-instruction-box button,
.CheckoutDemo .guest-payment-instruction-box button,
.CheckoutDemo .mid-market-instruction-box button {
  border: none;
}
@media (max-width: 767px) {
  html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner button,
html.checkout-demo.new .instruction-box button,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box button,
html.checkout-demo.new .oneclick-account-instruction-box button,
html.checkout-demo.new .oneclick-auth-instruction-box button,
html.checkout-demo.new .oneclick-checkout-instruction-box button,
html.checkout-demo.new .guest-delivery-instruction-box button,
html.checkout-demo.new .guest-payment-instruction-box button,
html.checkout-demo.new .mid-market-instruction-box button,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner button,
.CheckoutDemo .instruction-box button,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box button,
.CheckoutDemo .oneclick-account-instruction-box button,
.CheckoutDemo .oneclick-auth-instruction-box button,
.CheckoutDemo .oneclick-checkout-instruction-box button,
.CheckoutDemo .guest-delivery-instruction-box button,
.CheckoutDemo .guest-payment-instruction-box button,
.CheckoutDemo .mid-market-instruction-box button {
    font-weight: 500;
  }
}
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner button svg,
html.checkout-demo.new .instruction-box button svg,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box button svg,
html.checkout-demo.new .oneclick-account-instruction-box button svg,
html.checkout-demo.new .oneclick-auth-instruction-box button svg,
html.checkout-demo.new .oneclick-checkout-instruction-box button svg,
html.checkout-demo.new .guest-delivery-instruction-box button svg,
html.checkout-demo.new .guest-payment-instruction-box button svg,
html.checkout-demo.new .mid-market-instruction-box button svg,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner button svg,
.CheckoutDemo .instruction-box button svg,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box button svg,
.CheckoutDemo .oneclick-account-instruction-box button svg,
.CheckoutDemo .oneclick-auth-instruction-box button svg,
.CheckoutDemo .oneclick-checkout-instruction-box button svg,
.CheckoutDemo .guest-delivery-instruction-box button svg,
.CheckoutDemo .guest-payment-instruction-box button svg,
.CheckoutDemo .mid-market-instruction-box button svg {
  transition: all 350ms ease;
}
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner button:hover,
html.checkout-demo.new .instruction-box button:hover,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box button:hover,
html.checkout-demo.new .oneclick-account-instruction-box button:hover,
html.checkout-demo.new .oneclick-auth-instruction-box button:hover,
html.checkout-demo.new .oneclick-checkout-instruction-box button:hover,
html.checkout-demo.new .guest-delivery-instruction-box button:hover,
html.checkout-demo.new .guest-payment-instruction-box button:hover,
html.checkout-demo.new .mid-market-instruction-box button:hover,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner button:hover,
.CheckoutDemo .instruction-box button:hover,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box button:hover,
.CheckoutDemo .oneclick-account-instruction-box button:hover,
.CheckoutDemo .oneclick-auth-instruction-box button:hover,
.CheckoutDemo .oneclick-checkout-instruction-box button:hover,
.CheckoutDemo .guest-delivery-instruction-box button:hover,
.CheckoutDemo .guest-payment-instruction-box button:hover,
.CheckoutDemo .mid-market-instruction-box button:hover {
  box-shadow: none;
}
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner button:hover .next-arrow,
html.checkout-demo.new .instruction-box button:hover .next-arrow,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box button:hover .next-arrow,
html.checkout-demo.new .oneclick-account-instruction-box button:hover .next-arrow,
html.checkout-demo.new .oneclick-auth-instruction-box button:hover .next-arrow,
html.checkout-demo.new .oneclick-checkout-instruction-box button:hover .next-arrow,
html.checkout-demo.new .guest-delivery-instruction-box button:hover .next-arrow,
html.checkout-demo.new .guest-payment-instruction-box button:hover .next-arrow,
html.checkout-demo.new .mid-market-instruction-box button:hover .next-arrow,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner button:hover .next-arrow,
.CheckoutDemo .instruction-box button:hover .next-arrow,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box button:hover .next-arrow,
.CheckoutDemo .oneclick-account-instruction-box button:hover .next-arrow,
.CheckoutDemo .oneclick-auth-instruction-box button:hover .next-arrow,
.CheckoutDemo .oneclick-checkout-instruction-box button:hover .next-arrow,
.CheckoutDemo .guest-delivery-instruction-box button:hover .next-arrow,
.CheckoutDemo .guest-payment-instruction-box button:hover .next-arrow,
.CheckoutDemo .mid-market-instruction-box button:hover .next-arrow {
  transform: translateX(5px);
}
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner button:hover .back-arrow,
html.checkout-demo.new .instruction-box button:hover .back-arrow,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box button:hover .back-arrow,
html.checkout-demo.new .oneclick-account-instruction-box button:hover .back-arrow,
html.checkout-demo.new .oneclick-auth-instruction-box button:hover .back-arrow,
html.checkout-demo.new .oneclick-checkout-instruction-box button:hover .back-arrow,
html.checkout-demo.new .guest-delivery-instruction-box button:hover .back-arrow,
html.checkout-demo.new .guest-payment-instruction-box button:hover .back-arrow,
html.checkout-demo.new .mid-market-instruction-box button:hover .back-arrow,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner button:hover .back-arrow,
.CheckoutDemo .instruction-box button:hover .back-arrow,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box button:hover .back-arrow,
.CheckoutDemo .oneclick-account-instruction-box button:hover .back-arrow,
.CheckoutDemo .oneclick-auth-instruction-box button:hover .back-arrow,
.CheckoutDemo .oneclick-checkout-instruction-box button:hover .back-arrow,
.CheckoutDemo .guest-delivery-instruction-box button:hover .back-arrow,
.CheckoutDemo .guest-payment-instruction-box button:hover .back-arrow,
.CheckoutDemo .mid-market-instruction-box button:hover .back-arrow {
  transform: scaleX(-1) translateX(5px);
}
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner button span,
html.checkout-demo.new .instruction-box button span,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box button span,
html.checkout-demo.new .oneclick-account-instruction-box button span,
html.checkout-demo.new .oneclick-auth-instruction-box button span,
html.checkout-demo.new .oneclick-checkout-instruction-box button span,
html.checkout-demo.new .guest-delivery-instruction-box button span,
html.checkout-demo.new .guest-payment-instruction-box button span,
html.checkout-demo.new .mid-market-instruction-box button span,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner button span,
.CheckoutDemo .instruction-box button span,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box button span,
.CheckoutDemo .oneclick-account-instruction-box button span,
.CheckoutDemo .oneclick-auth-instruction-box button span,
.CheckoutDemo .oneclick-checkout-instruction-box button span,
.CheckoutDemo .guest-delivery-instruction-box button span,
.CheckoutDemo .guest-payment-instruction-box button span,
.CheckoutDemo .mid-market-instruction-box button span {
  color: #68d8fc;
}
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner button.back span,
html.checkout-demo.new .instruction-box button.back span,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box button.back span,
html.checkout-demo.new .oneclick-account-instruction-box button.back span,
html.checkout-demo.new .oneclick-auth-instruction-box button.back span,
html.checkout-demo.new .oneclick-checkout-instruction-box button.back span,
html.checkout-demo.new .guest-delivery-instruction-box button.back span,
html.checkout-demo.new .guest-payment-instruction-box button.back span,
html.checkout-demo.new .mid-market-instruction-box button.back span,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner button.back span,
.CheckoutDemo .instruction-box button.back span,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box button.back span,
.CheckoutDemo .oneclick-account-instruction-box button.back span,
.CheckoutDemo .oneclick-auth-instruction-box button.back span,
.CheckoutDemo .oneclick-checkout-instruction-box button.back span,
.CheckoutDemo .guest-delivery-instruction-box button.back span,
.CheckoutDemo .guest-payment-instruction-box button.back span,
.CheckoutDemo .mid-market-instruction-box button.back span {
  color: #8b8fa3;
}
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner button.back svg *,
html.checkout-demo.new .instruction-box button.back svg *,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box button.back svg *,
html.checkout-demo.new .oneclick-account-instruction-box button.back svg *,
html.checkout-demo.new .oneclick-auth-instruction-box button.back svg *,
html.checkout-demo.new .oneclick-checkout-instruction-box button.back svg *,
html.checkout-demo.new .guest-delivery-instruction-box button.back svg *,
html.checkout-demo.new .guest-payment-instruction-box button.back svg *,
html.checkout-demo.new .mid-market-instruction-box button.back svg *,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner button.back svg *,
.CheckoutDemo .instruction-box button.back svg *,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box button.back svg *,
.CheckoutDemo .oneclick-account-instruction-box button.back svg *,
.CheckoutDemo .oneclick-auth-instruction-box button.back svg *,
.CheckoutDemo .oneclick-checkout-instruction-box button.back svg *,
.CheckoutDemo .guest-delivery-instruction-box button.back svg *,
.CheckoutDemo .guest-payment-instruction-box button.back svg *,
.CheckoutDemo .mid-market-instruction-box button.back svg * {
  stroke: #8b8fa3;
}
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner .next-arrow,
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner .back-arrow,
html.checkout-demo.new .instruction-box .next-arrow,
html.checkout-demo.new .instruction-box .back-arrow,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box .next-arrow,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box .back-arrow,
html.checkout-demo.new .oneclick-account-instruction-box .next-arrow,
html.checkout-demo.new .oneclick-account-instruction-box .back-arrow,
html.checkout-demo.new .oneclick-auth-instruction-box .next-arrow,
html.checkout-demo.new .oneclick-auth-instruction-box .back-arrow,
html.checkout-demo.new .oneclick-checkout-instruction-box .next-arrow,
html.checkout-demo.new .oneclick-checkout-instruction-box .back-arrow,
html.checkout-demo.new .guest-delivery-instruction-box .next-arrow,
html.checkout-demo.new .guest-delivery-instruction-box .back-arrow,
html.checkout-demo.new .guest-payment-instruction-box .next-arrow,
html.checkout-demo.new .guest-payment-instruction-box .back-arrow,
html.checkout-demo.new .mid-market-instruction-box .next-arrow,
html.checkout-demo.new .mid-market-instruction-box .back-arrow,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner .next-arrow,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner .back-arrow,
.CheckoutDemo .instruction-box .next-arrow,
.CheckoutDemo .instruction-box .back-arrow,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box .next-arrow,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box .back-arrow,
.CheckoutDemo .oneclick-account-instruction-box .next-arrow,
.CheckoutDemo .oneclick-account-instruction-box .back-arrow,
.CheckoutDemo .oneclick-auth-instruction-box .next-arrow,
.CheckoutDemo .oneclick-auth-instruction-box .back-arrow,
.CheckoutDemo .oneclick-checkout-instruction-box .next-arrow,
.CheckoutDemo .oneclick-checkout-instruction-box .back-arrow,
.CheckoutDemo .guest-delivery-instruction-box .next-arrow,
.CheckoutDemo .guest-delivery-instruction-box .back-arrow,
.CheckoutDemo .guest-payment-instruction-box .next-arrow,
.CheckoutDemo .guest-payment-instruction-box .back-arrow,
.CheckoutDemo .mid-market-instruction-box .next-arrow,
.CheckoutDemo .mid-market-instruction-box .back-arrow {
  color: #68d8fc;
  animation: none !important;
}
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner .next-arrow *,
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner .back-arrow *,
html.checkout-demo.new .instruction-box .next-arrow *,
html.checkout-demo.new .instruction-box .back-arrow *,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box .next-arrow *,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box .back-arrow *,
html.checkout-demo.new .oneclick-account-instruction-box .next-arrow *,
html.checkout-demo.new .oneclick-account-instruction-box .back-arrow *,
html.checkout-demo.new .oneclick-auth-instruction-box .next-arrow *,
html.checkout-demo.new .oneclick-auth-instruction-box .back-arrow *,
html.checkout-demo.new .oneclick-checkout-instruction-box .next-arrow *,
html.checkout-demo.new .oneclick-checkout-instruction-box .back-arrow *,
html.checkout-demo.new .guest-delivery-instruction-box .next-arrow *,
html.checkout-demo.new .guest-delivery-instruction-box .back-arrow *,
html.checkout-demo.new .guest-payment-instruction-box .next-arrow *,
html.checkout-demo.new .guest-payment-instruction-box .back-arrow *,
html.checkout-demo.new .mid-market-instruction-box .next-arrow *,
html.checkout-demo.new .mid-market-instruction-box .back-arrow *,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner .next-arrow *,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner .back-arrow *,
.CheckoutDemo .instruction-box .next-arrow *,
.CheckoutDemo .instruction-box .back-arrow *,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box .next-arrow *,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box .back-arrow *,
.CheckoutDemo .oneclick-account-instruction-box .next-arrow *,
.CheckoutDemo .oneclick-account-instruction-box .back-arrow *,
.CheckoutDemo .oneclick-auth-instruction-box .next-arrow *,
.CheckoutDemo .oneclick-auth-instruction-box .back-arrow *,
.CheckoutDemo .oneclick-checkout-instruction-box .next-arrow *,
.CheckoutDemo .oneclick-checkout-instruction-box .back-arrow *,
.CheckoutDemo .guest-delivery-instruction-box .next-arrow *,
.CheckoutDemo .guest-delivery-instruction-box .back-arrow *,
.CheckoutDemo .guest-payment-instruction-box .next-arrow *,
.CheckoutDemo .guest-payment-instruction-box .back-arrow *,
.CheckoutDemo .mid-market-instruction-box .next-arrow *,
.CheckoutDemo .mid-market-instruction-box .back-arrow * {
  stroke: #68d8fc;
}
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner .next-arrow.white *,
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner .back-arrow.white *,
html.checkout-demo.new .instruction-box .next-arrow.white *,
html.checkout-demo.new .instruction-box .back-arrow.white *,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box .next-arrow.white *,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box .back-arrow.white *,
html.checkout-demo.new .oneclick-account-instruction-box .next-arrow.white *,
html.checkout-demo.new .oneclick-account-instruction-box .back-arrow.white *,
html.checkout-demo.new .oneclick-auth-instruction-box .next-arrow.white *,
html.checkout-demo.new .oneclick-auth-instruction-box .back-arrow.white *,
html.checkout-demo.new .oneclick-checkout-instruction-box .next-arrow.white *,
html.checkout-demo.new .oneclick-checkout-instruction-box .back-arrow.white *,
html.checkout-demo.new .guest-delivery-instruction-box .next-arrow.white *,
html.checkout-demo.new .guest-delivery-instruction-box .back-arrow.white *,
html.checkout-demo.new .guest-payment-instruction-box .next-arrow.white *,
html.checkout-demo.new .guest-payment-instruction-box .back-arrow.white *,
html.checkout-demo.new .mid-market-instruction-box .next-arrow.white *,
html.checkout-demo.new .mid-market-instruction-box .back-arrow.white *,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner .next-arrow.white *,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner .back-arrow.white *,
.CheckoutDemo .instruction-box .next-arrow.white *,
.CheckoutDemo .instruction-box .back-arrow.white *,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box .next-arrow.white *,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box .back-arrow.white *,
.CheckoutDemo .oneclick-account-instruction-box .next-arrow.white *,
.CheckoutDemo .oneclick-account-instruction-box .back-arrow.white *,
.CheckoutDemo .oneclick-auth-instruction-box .next-arrow.white *,
.CheckoutDemo .oneclick-auth-instruction-box .back-arrow.white *,
.CheckoutDemo .oneclick-checkout-instruction-box .next-arrow.white *,
.CheckoutDemo .oneclick-checkout-instruction-box .back-arrow.white *,
.CheckoutDemo .guest-delivery-instruction-box .next-arrow.white *,
.CheckoutDemo .guest-delivery-instruction-box .back-arrow.white *,
.CheckoutDemo .guest-payment-instruction-box .next-arrow.white *,
.CheckoutDemo .guest-payment-instruction-box .back-arrow.white *,
.CheckoutDemo .mid-market-instruction-box .next-arrow.white *,
.CheckoutDemo .mid-market-instruction-box .back-arrow.white * {
  stroke: unset;
}
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner .guest-payment-instruction-box-cta-wrap button .next-arrow,
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner .guest-payment-instruction-box-cta-wrap button .back-arrow,
html.checkout-demo.new .instruction-box .guest-payment-instruction-box-cta-wrap button .next-arrow,
html.checkout-demo.new .instruction-box .guest-payment-instruction-box-cta-wrap button .back-arrow,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box .guest-payment-instruction-box-cta-wrap button .next-arrow,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box .guest-payment-instruction-box-cta-wrap button .back-arrow,
html.checkout-demo.new .oneclick-account-instruction-box .guest-payment-instruction-box-cta-wrap button .next-arrow,
html.checkout-demo.new .oneclick-account-instruction-box .guest-payment-instruction-box-cta-wrap button .back-arrow,
html.checkout-demo.new .oneclick-auth-instruction-box .guest-payment-instruction-box-cta-wrap button .next-arrow,
html.checkout-demo.new .oneclick-auth-instruction-box .guest-payment-instruction-box-cta-wrap button .back-arrow,
html.checkout-demo.new .oneclick-checkout-instruction-box .guest-payment-instruction-box-cta-wrap button .next-arrow,
html.checkout-demo.new .oneclick-checkout-instruction-box .guest-payment-instruction-box-cta-wrap button .back-arrow,
html.checkout-demo.new .guest-delivery-instruction-box .guest-payment-instruction-box-cta-wrap button .next-arrow,
html.checkout-demo.new .guest-delivery-instruction-box .guest-payment-instruction-box-cta-wrap button .back-arrow,
html.checkout-demo.new .guest-payment-instruction-box .guest-payment-instruction-box-cta-wrap button .next-arrow,
html.checkout-demo.new .guest-payment-instruction-box .guest-payment-instruction-box-cta-wrap button .back-arrow,
html.checkout-demo.new .mid-market-instruction-box .guest-payment-instruction-box-cta-wrap button .next-arrow,
html.checkout-demo.new .mid-market-instruction-box .guest-payment-instruction-box-cta-wrap button .back-arrow,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner .guest-payment-instruction-box-cta-wrap button .next-arrow,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner .guest-payment-instruction-box-cta-wrap button .back-arrow,
.CheckoutDemo .instruction-box .guest-payment-instruction-box-cta-wrap button .next-arrow,
.CheckoutDemo .instruction-box .guest-payment-instruction-box-cta-wrap button .back-arrow,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box .guest-payment-instruction-box-cta-wrap button .next-arrow,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box .guest-payment-instruction-box-cta-wrap button .back-arrow,
.CheckoutDemo .oneclick-account-instruction-box .guest-payment-instruction-box-cta-wrap button .next-arrow,
.CheckoutDemo .oneclick-account-instruction-box .guest-payment-instruction-box-cta-wrap button .back-arrow,
.CheckoutDemo .oneclick-auth-instruction-box .guest-payment-instruction-box-cta-wrap button .next-arrow,
.CheckoutDemo .oneclick-auth-instruction-box .guest-payment-instruction-box-cta-wrap button .back-arrow,
.CheckoutDemo .oneclick-checkout-instruction-box .guest-payment-instruction-box-cta-wrap button .next-arrow,
.CheckoutDemo .oneclick-checkout-instruction-box .guest-payment-instruction-box-cta-wrap button .back-arrow,
.CheckoutDemo .guest-delivery-instruction-box .guest-payment-instruction-box-cta-wrap button .next-arrow,
.CheckoutDemo .guest-delivery-instruction-box .guest-payment-instruction-box-cta-wrap button .back-arrow,
.CheckoutDemo .guest-payment-instruction-box .guest-payment-instruction-box-cta-wrap button .next-arrow,
.CheckoutDemo .guest-payment-instruction-box .guest-payment-instruction-box-cta-wrap button .back-arrow,
.CheckoutDemo .mid-market-instruction-box .guest-payment-instruction-box-cta-wrap button .next-arrow,
.CheckoutDemo .mid-market-instruction-box .guest-payment-instruction-box-cta-wrap button .back-arrow {
  top: 0;
}
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner .guest-payment-instruction-box.step-2 .next-button span,
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner .guest-payment-instruction-box.step-2 .back span,
html.checkout-demo.new .instruction-box .guest-payment-instruction-box.step-2 .next-button span,
html.checkout-demo.new .instruction-box .guest-payment-instruction-box.step-2 .back span,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .next-button span,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .back span,
html.checkout-demo.new .oneclick-account-instruction-box .guest-payment-instruction-box.step-2 .next-button span,
html.checkout-demo.new .oneclick-account-instruction-box .guest-payment-instruction-box.step-2 .back span,
html.checkout-demo.new .oneclick-auth-instruction-box .guest-payment-instruction-box.step-2 .next-button span,
html.checkout-demo.new .oneclick-auth-instruction-box .guest-payment-instruction-box.step-2 .back span,
html.checkout-demo.new .oneclick-checkout-instruction-box .guest-payment-instruction-box.step-2 .next-button span,
html.checkout-demo.new .oneclick-checkout-instruction-box .guest-payment-instruction-box.step-2 .back span,
html.checkout-demo.new .guest-delivery-instruction-box .guest-payment-instruction-box.step-2 .next-button span,
html.checkout-demo.new .guest-delivery-instruction-box .guest-payment-instruction-box.step-2 .back span,
html.checkout-demo.new .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .next-button span,
html.checkout-demo.new .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .back span,
html.checkout-demo.new .mid-market-instruction-box .guest-payment-instruction-box.step-2 .next-button span,
html.checkout-demo.new .mid-market-instruction-box .guest-payment-instruction-box.step-2 .back span,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner .guest-payment-instruction-box.step-2 .next-button span,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner .guest-payment-instruction-box.step-2 .back span,
.CheckoutDemo .instruction-box .guest-payment-instruction-box.step-2 .next-button span,
.CheckoutDemo .instruction-box .guest-payment-instruction-box.step-2 .back span,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .next-button span,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .back span,
.CheckoutDemo .oneclick-account-instruction-box .guest-payment-instruction-box.step-2 .next-button span,
.CheckoutDemo .oneclick-account-instruction-box .guest-payment-instruction-box.step-2 .back span,
.CheckoutDemo .oneclick-auth-instruction-box .guest-payment-instruction-box.step-2 .next-button span,
.CheckoutDemo .oneclick-auth-instruction-box .guest-payment-instruction-box.step-2 .back span,
.CheckoutDemo .oneclick-checkout-instruction-box .guest-payment-instruction-box.step-2 .next-button span,
.CheckoutDemo .oneclick-checkout-instruction-box .guest-payment-instruction-box.step-2 .back span,
.CheckoutDemo .guest-delivery-instruction-box .guest-payment-instruction-box.step-2 .next-button span,
.CheckoutDemo .guest-delivery-instruction-box .guest-payment-instruction-box.step-2 .back span,
.CheckoutDemo .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .next-button span,
.CheckoutDemo .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .back span,
.CheckoutDemo .mid-market-instruction-box .guest-payment-instruction-box.step-2 .next-button span,
.CheckoutDemo .mid-market-instruction-box .guest-payment-instruction-box.step-2 .back span {
  color: #8b8fa3;
}
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner .guest-payment-instruction-box.step-2 .next-button svg,
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner .guest-payment-instruction-box.step-2 .back svg,
html.checkout-demo.new .instruction-box .guest-payment-instruction-box.step-2 .next-button svg,
html.checkout-demo.new .instruction-box .guest-payment-instruction-box.step-2 .back svg,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .next-button svg,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .back svg,
html.checkout-demo.new .oneclick-account-instruction-box .guest-payment-instruction-box.step-2 .next-button svg,
html.checkout-demo.new .oneclick-account-instruction-box .guest-payment-instruction-box.step-2 .back svg,
html.checkout-demo.new .oneclick-auth-instruction-box .guest-payment-instruction-box.step-2 .next-button svg,
html.checkout-demo.new .oneclick-auth-instruction-box .guest-payment-instruction-box.step-2 .back svg,
html.checkout-demo.new .oneclick-checkout-instruction-box .guest-payment-instruction-box.step-2 .next-button svg,
html.checkout-demo.new .oneclick-checkout-instruction-box .guest-payment-instruction-box.step-2 .back svg,
html.checkout-demo.new .guest-delivery-instruction-box .guest-payment-instruction-box.step-2 .next-button svg,
html.checkout-demo.new .guest-delivery-instruction-box .guest-payment-instruction-box.step-2 .back svg,
html.checkout-demo.new .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .next-button svg,
html.checkout-demo.new .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .back svg,
html.checkout-demo.new .mid-market-instruction-box .guest-payment-instruction-box.step-2 .next-button svg,
html.checkout-demo.new .mid-market-instruction-box .guest-payment-instruction-box.step-2 .back svg,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner .guest-payment-instruction-box.step-2 .next-button svg,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner .guest-payment-instruction-box.step-2 .back svg,
.CheckoutDemo .instruction-box .guest-payment-instruction-box.step-2 .next-button svg,
.CheckoutDemo .instruction-box .guest-payment-instruction-box.step-2 .back svg,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .next-button svg,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .back svg,
.CheckoutDemo .oneclick-account-instruction-box .guest-payment-instruction-box.step-2 .next-button svg,
.CheckoutDemo .oneclick-account-instruction-box .guest-payment-instruction-box.step-2 .back svg,
.CheckoutDemo .oneclick-auth-instruction-box .guest-payment-instruction-box.step-2 .next-button svg,
.CheckoutDemo .oneclick-auth-instruction-box .guest-payment-instruction-box.step-2 .back svg,
.CheckoutDemo .oneclick-checkout-instruction-box .guest-payment-instruction-box.step-2 .next-button svg,
.CheckoutDemo .oneclick-checkout-instruction-box .guest-payment-instruction-box.step-2 .back svg,
.CheckoutDemo .guest-delivery-instruction-box .guest-payment-instruction-box.step-2 .next-button svg,
.CheckoutDemo .guest-delivery-instruction-box .guest-payment-instruction-box.step-2 .back svg,
.CheckoutDemo .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .next-button svg,
.CheckoutDemo .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .back svg,
.CheckoutDemo .mid-market-instruction-box .guest-payment-instruction-box.step-2 .next-button svg,
.CheckoutDemo .mid-market-instruction-box .guest-payment-instruction-box.step-2 .back svg {
  top: -1px;
}
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner .guest-payment-instruction-box.step-2 .next-button svg *,
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner .guest-payment-instruction-box.step-2 .back svg *,
html.checkout-demo.new .instruction-box .guest-payment-instruction-box.step-2 .next-button svg *,
html.checkout-demo.new .instruction-box .guest-payment-instruction-box.step-2 .back svg *,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .next-button svg *,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .back svg *,
html.checkout-demo.new .oneclick-account-instruction-box .guest-payment-instruction-box.step-2 .next-button svg *,
html.checkout-demo.new .oneclick-account-instruction-box .guest-payment-instruction-box.step-2 .back svg *,
html.checkout-demo.new .oneclick-auth-instruction-box .guest-payment-instruction-box.step-2 .next-button svg *,
html.checkout-demo.new .oneclick-auth-instruction-box .guest-payment-instruction-box.step-2 .back svg *,
html.checkout-demo.new .oneclick-checkout-instruction-box .guest-payment-instruction-box.step-2 .next-button svg *,
html.checkout-demo.new .oneclick-checkout-instruction-box .guest-payment-instruction-box.step-2 .back svg *,
html.checkout-demo.new .guest-delivery-instruction-box .guest-payment-instruction-box.step-2 .next-button svg *,
html.checkout-demo.new .guest-delivery-instruction-box .guest-payment-instruction-box.step-2 .back svg *,
html.checkout-demo.new .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .next-button svg *,
html.checkout-demo.new .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .back svg *,
html.checkout-demo.new .mid-market-instruction-box .guest-payment-instruction-box.step-2 .next-button svg *,
html.checkout-demo.new .mid-market-instruction-box .guest-payment-instruction-box.step-2 .back svg *,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner .guest-payment-instruction-box.step-2 .next-button svg *,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner .guest-payment-instruction-box.step-2 .back svg *,
.CheckoutDemo .instruction-box .guest-payment-instruction-box.step-2 .next-button svg *,
.CheckoutDemo .instruction-box .guest-payment-instruction-box.step-2 .back svg *,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .next-button svg *,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .back svg *,
.CheckoutDemo .oneclick-account-instruction-box .guest-payment-instruction-box.step-2 .next-button svg *,
.CheckoutDemo .oneclick-account-instruction-box .guest-payment-instruction-box.step-2 .back svg *,
.CheckoutDemo .oneclick-auth-instruction-box .guest-payment-instruction-box.step-2 .next-button svg *,
.CheckoutDemo .oneclick-auth-instruction-box .guest-payment-instruction-box.step-2 .back svg *,
.CheckoutDemo .oneclick-checkout-instruction-box .guest-payment-instruction-box.step-2 .next-button svg *,
.CheckoutDemo .oneclick-checkout-instruction-box .guest-payment-instruction-box.step-2 .back svg *,
.CheckoutDemo .guest-delivery-instruction-box .guest-payment-instruction-box.step-2 .next-button svg *,
.CheckoutDemo .guest-delivery-instruction-box .guest-payment-instruction-box.step-2 .back svg *,
.CheckoutDemo .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .next-button svg *,
.CheckoutDemo .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .back svg *,
.CheckoutDemo .mid-market-instruction-box .guest-payment-instruction-box.step-2 .next-button svg *,
.CheckoutDemo .mid-market-instruction-box .guest-payment-instruction-box.step-2 .back svg * {
  stroke: #8b8fa3;
}
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner .guest-payment-instruction-box.step-2 .step-2-next-button button,
html.checkout-demo.new .instruction-box .guest-payment-instruction-box.step-2 .step-2-next-button button,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .step-2-next-button button,
html.checkout-demo.new .oneclick-account-instruction-box .guest-payment-instruction-box.step-2 .step-2-next-button button,
html.checkout-demo.new .oneclick-auth-instruction-box .guest-payment-instruction-box.step-2 .step-2-next-button button,
html.checkout-demo.new .oneclick-checkout-instruction-box .guest-payment-instruction-box.step-2 .step-2-next-button button,
html.checkout-demo.new .guest-delivery-instruction-box .guest-payment-instruction-box.step-2 .step-2-next-button button,
html.checkout-demo.new .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .step-2-next-button button,
html.checkout-demo.new .mid-market-instruction-box .guest-payment-instruction-box.step-2 .step-2-next-button button,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner .guest-payment-instruction-box.step-2 .step-2-next-button button,
.CheckoutDemo .instruction-box .guest-payment-instruction-box.step-2 .step-2-next-button button,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .step-2-next-button button,
.CheckoutDemo .oneclick-account-instruction-box .guest-payment-instruction-box.step-2 .step-2-next-button button,
.CheckoutDemo .oneclick-auth-instruction-box .guest-payment-instruction-box.step-2 .step-2-next-button button,
.CheckoutDemo .oneclick-checkout-instruction-box .guest-payment-instruction-box.step-2 .step-2-next-button button,
.CheckoutDemo .guest-delivery-instruction-box .guest-payment-instruction-box.step-2 .step-2-next-button button,
.CheckoutDemo .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .step-2-next-button button,
.CheckoutDemo .mid-market-instruction-box .guest-payment-instruction-box.step-2 .step-2-next-button button {
  padding-left: 0;
  text-align: left;
}
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner .guest-payment-instruction-box.step-2 .back svg,
html.checkout-demo.new .instruction-box .guest-payment-instruction-box.step-2 .back svg,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .back svg,
html.checkout-demo.new .oneclick-account-instruction-box .guest-payment-instruction-box.step-2 .back svg,
html.checkout-demo.new .oneclick-auth-instruction-box .guest-payment-instruction-box.step-2 .back svg,
html.checkout-demo.new .oneclick-checkout-instruction-box .guest-payment-instruction-box.step-2 .back svg,
html.checkout-demo.new .guest-delivery-instruction-box .guest-payment-instruction-box.step-2 .back svg,
html.checkout-demo.new .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .back svg,
html.checkout-demo.new .mid-market-instruction-box .guest-payment-instruction-box.step-2 .back svg,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner .guest-payment-instruction-box.step-2 .back svg,
.CheckoutDemo .instruction-box .guest-payment-instruction-box.step-2 .back svg,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .back svg,
.CheckoutDemo .oneclick-account-instruction-box .guest-payment-instruction-box.step-2 .back svg,
.CheckoutDemo .oneclick-auth-instruction-box .guest-payment-instruction-box.step-2 .back svg,
.CheckoutDemo .oneclick-checkout-instruction-box .guest-payment-instruction-box.step-2 .back svg,
.CheckoutDemo .guest-delivery-instruction-box .guest-payment-instruction-box.step-2 .back svg,
.CheckoutDemo .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .back svg,
.CheckoutDemo .mid-market-instruction-box .guest-payment-instruction-box.step-2 .back svg {
  position: relative;
  transform: scaleX(-1);
}
html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner .guest-payment-instruction-box.step-2 .back:hover svg,
html.checkout-demo.new .instruction-box .guest-payment-instruction-box.step-2 .back:hover svg,
html.checkout-demo.new .guestdemo__payment .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .back:hover svg,
html.checkout-demo.new .oneclick-account-instruction-box .guest-payment-instruction-box.step-2 .back:hover svg,
html.checkout-demo.new .oneclick-auth-instruction-box .guest-payment-instruction-box.step-2 .back:hover svg,
html.checkout-demo.new .oneclick-checkout-instruction-box .guest-payment-instruction-box.step-2 .back:hover svg,
html.checkout-demo.new .guest-delivery-instruction-box .guest-payment-instruction-box.step-2 .back:hover svg,
html.checkout-demo.new .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .back:hover svg,
html.checkout-demo.new .mid-market-instruction-box .guest-payment-instruction-box.step-2 .back:hover svg,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner .guest-payment-instruction-box.step-2 .back:hover svg,
.CheckoutDemo .instruction-box .guest-payment-instruction-box.step-2 .back:hover svg,
.CheckoutDemo .guestdemo__payment .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .back:hover svg,
.CheckoutDemo .oneclick-account-instruction-box .guest-payment-instruction-box.step-2 .back:hover svg,
.CheckoutDemo .oneclick-auth-instruction-box .guest-payment-instruction-box.step-2 .back:hover svg,
.CheckoutDemo .oneclick-checkout-instruction-box .guest-payment-instruction-box.step-2 .back:hover svg,
.CheckoutDemo .guest-delivery-instruction-box .guest-payment-instruction-box.step-2 .back:hover svg,
.CheckoutDemo .guest-payment-instruction-box .guest-payment-instruction-box.step-2 .back:hover svg,
.CheckoutDemo .mid-market-instruction-box .guest-payment-instruction-box.step-2 .back:hover svg {
  transform: scaleX(-1) translateX(5px);
}
html.checkout-demo.new .mid-market-instruction-box,
.CheckoutDemo .mid-market-instruction-box {
  background-color: #333747;
  border-radius: 8px;
  padding: 22px 20px 30.5px 22px;
  position: absolute;
  width: 307px;
  right: 46px;
  bottom: -525px;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .mid-market-instruction-box,
.CheckoutDemo .mid-market-instruction-box {
    bottom: unset;
    right: unset;
    left: -248px;
    width: 225px;
    padding: 32px 30px 30px;
    border-radius: 6px;
  }
}
html.checkout-demo.new .mid-market-instruction-box h4,
.CheckoutDemo .mid-market-instruction-box h4 {
  color: #68d8fc;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 22.67px;
  font-weight: 700;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .mid-market-instruction-box h4,
.CheckoutDemo .mid-market-instruction-box h4 {
    margin-bottom: 10px;
    padding-right: 14px;
    line-height: 22px;
  }
}
html.checkout-demo.new .mid-market-instruction-box p,
.CheckoutDemo .mid-market-instruction-box p {
  font-size: 14px;
  color: #e9ebf7;
  line-height: 20px;
  margin-bottom: 20.5px;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .mid-market-instruction-box p,
.CheckoutDemo .mid-market-instruction-box p {
    margin-right: -11px;
    line-height: 18.2px;
  }
}
html.checkout-demo.new .mid-market-instruction-box button,
.CheckoutDemo .mid-market-instruction-box button {
  background: transparent;
  cursor: pointer;
  font-weight: 600;
  padding: 0;
  text-align: center;
  transition: all 0.35s;
  flex: 1 1 0%;
  margin-top: 0;
}
html.checkout-demo.new .mid-market-instruction-box button:first-of-type,
.CheckoutDemo .mid-market-instruction-box button:first-of-type {
  margin-right: 10px;
}
html.checkout-demo.new .mid-market-instruction-box button span,
.CheckoutDemo .mid-market-instruction-box button span {
  font-size: 15px;
  line-height: 14px;
}
html.checkout-demo.new .mid-market-instruction-box button .next-arrow,
.CheckoutDemo .mid-market-instruction-box button .next-arrow {
  position: relative;
  left: 8px;
}
html.checkout-demo.new .mid-market-instruction-box button .back-arrow,
.CheckoutDemo .mid-market-instruction-box button .back-arrow {
  position: relative;
  left: -8px;
  transform: scaleX(-1);
}
html.checkout-demo.new .mid-market-instruction-box-cta-wrap,
.CheckoutDemo .mid-market-instruction-box-cta-wrap {
  display: flex;
  width: 58%;
  height: 14px;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .mid-market-instruction-box-cta-wrap,
.CheckoutDemo .mid-market-instruction-box-cta-wrap {
    width: 100%;
    height: unset;
    margin-top: 43px;
  }
}
html.checkout-demo.new .instruction-box button,
html.checkout-demo.new .oneclick-account-instruction-box button,
.CheckoutDemo .instruction-box button,
.CheckoutDemo .oneclick-account-instruction-box button {
  padding-left: 0;
  text-align: left;
}
html.checkout-demo.new .modal__oneClick-payment .modal__demo-container-inner .instruction-box-cta-wrap button.next:hover, html.checkout-demo.new .modal__oneClick-payment .modal__demo-container-inner .instruction-box-cta-wrap button.exit-demo:hover, html.checkout-demo.new .modal__oneClick-payment .modal__demo-container-inner .instruction-box-cta-wrap button.back:hover,
.CheckoutDemo .modal__oneClick-payment .modal__demo-container-inner .instruction-box-cta-wrap button.next:hover,
.CheckoutDemo .modal__oneClick-payment .modal__demo-container-inner .instruction-box-cta-wrap button.exit-demo:hover,
.CheckoutDemo .modal__oneClick-payment .modal__demo-container-inner .instruction-box-cta-wrap button.back:hover {
  box-shadow: none;
}
html.checkout-demo.new .modal__demo:not(.modal__guest-payment) .modal__demo-container-inner img.modal__demo-background,
.CheckoutDemo .modal__demo:not(.modal__guest-payment) .modal__demo-container-inner img.modal__demo-background {
  visibility: hidden;
}
@media (max-width: 1280px) {
  html.checkout-demo.new .modal__guest-payment .modal__demo-container-inner img.modal__demo-background,
.CheckoutDemo .modal__guest-payment .modal__demo-container-inner img.modal__demo-background {
    top: 20px;
    right: 20px;
    max-width: 940px;
  }
}
html.checkout-demo.new .color-picker,
.CheckoutDemo .color-picker {
  left: 55%;
}
@media (min-width: 1291px) {
  html.checkout-demo.new .color-picker,
.CheckoutDemo .color-picker {
    left: 60%;
    transform: translateX(-60%);
  }
}
@media (max-width: 1099px) {
  html.checkout-demo.new .color-picker,
.CheckoutDemo .color-picker {
    left: 50%;
  }
}
html.checkout-demo.new .exitDemoBtn,
.CheckoutDemo .exitDemoBtn {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  html.checkout-demo.new .exitDemoBtn,
.CheckoutDemo .exitDemoBtn {
    width: 36px;
    height: 36px;
    background-color: #444638;
    border-radius: 50%;
  }
}
@media (max-width: 767px) {
  html.checkout-demo.new .exitDemoBtn::after,
.CheckoutDemo .exitDemoBtn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.25rem;
    height: 0.125rem;
    border-radius: 0.125rem;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  html.checkout-demo.new .exitDemoBtn::before,
.CheckoutDemo .exitDemoBtn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.25rem;
    height: 0.125rem;
    border-radius: 0.125rem;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@media (max-width: 1439px) {
  html.checkout-demo.new .exitDemoBtn,
.CheckoutDemo .exitDemoBtn {
    right: unset;
    left: 95%;
    white-space: nowrap;
  }
}
@media (max-width: 1099px) {
  html.checkout-demo.new .exitDemoBtn,
.CheckoutDemo .exitDemoBtn {
    left: 87.5%;
    top: 2.5%;
  }
}
@media (max-width: 1099px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo .modal__demo-container-inner,
html.checkout-demo.new .modal__guestCheckoutDemo .modal__demo-container-inner,
.CheckoutDemo .modal__oneClickCheckoutDemo .modal__demo-container-inner,
.CheckoutDemo .modal__guestCheckoutDemo .modal__demo-container-inner {
    top: -15px;
  }
}
@media (max-width: 767px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo .modal__demo-container-inner,
html.checkout-demo.new .modal__guestCheckoutDemo .modal__demo-container-inner,
.CheckoutDemo .modal__oneClickCheckoutDemo .modal__demo-container-inner,
.CheckoutDemo .modal__guestCheckoutDemo .modal__demo-container-inner {
    top: 0;
  }
}
@media (max-width: 1099px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__container,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__container,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__container,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__container {
    top: 0;
    height: 628px;
  }
}
@media (max-width: 1099px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__content-col,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__content-col,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__content-col,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__content-col {
    left: 0;
  }
}
@media (max-width: 1099px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__content-box,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__content-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__content-box,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__content-box {
    top: 0;
    left: 0;
    max-width: 290px;
    border-radius: 50.8px;
    height: 628px;
    box-shadow: none;
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__content-box,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__content-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__content-box,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__content-box {
    max-width: 100%;
    height: 100vh;
    background-color: #fff;
    border-radius: 0;
  }
}
@media (max-width: 1099px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__content-left,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__content-left,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__content-left,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__content-left {
    width: 290px;
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__content-left,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__content-left,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__content-left,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__content-left {
    width: 100vw;
  }
}
@media (max-width: 1099px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__content-right,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__content-right,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__content-right,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__content-right {
    display: none;
  }
}
@media (max-width: 1099px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__logo,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__logo,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__logo,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__logo {
    margin: 12px 16px 19.3333333333px;
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__logo,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__logo,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__logo,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__logo {
    margin-bottom: clamp(
      1px,
      6.6666666667vw,
      51.2px
    );
  }
}
@media (max-width: 1099px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__logo svg,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__logo svg,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__logo svg,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__logo svg {
    transform: scale(0.77);
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__logo svg,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__logo svg,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__logo svg,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__logo svg {
    transform: scale(1);
  }
}
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__logo svg.cart,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__logo svg.cart,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__logo svg.cart,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__logo svg.cart {
  transform-origin: right;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo .gueststeps__step,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemoSteps__step,
html.checkout-demo.new .modal__guestCheckoutDemo .gueststeps__step,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemoSteps__step,
.CheckoutDemo .modal__oneClickCheckoutDemo .gueststeps__step,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemoSteps__step,
.CheckoutDemo .modal__guestCheckoutDemo .gueststeps__step,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemoSteps__step {
    font-size: 10.8266666667px;
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo .gueststeps__step,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemoSteps__step,
html.checkout-demo.new .modal__guestCheckoutDemo .gueststeps__step,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemoSteps__step,
.CheckoutDemo .modal__oneClickCheckoutDemo .gueststeps__step,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemoSteps__step,
.CheckoutDemo .modal__guestCheckoutDemo .gueststeps__step,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemoSteps__step {
    font-size: clamp(
      1px,
      3.7333333333vw,
      28.672px
    );
  }
}
@media (max-width: 1099px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo .gueststeps__bar,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemoSteps__bar,
html.checkout-demo.new .modal__guestCheckoutDemo .gueststeps__bar,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemoSteps__bar,
.CheckoutDemo .modal__oneClickCheckoutDemo .gueststeps__bar,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemoSteps__bar,
.CheckoutDemo .modal__guestCheckoutDemo .gueststeps__bar,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemoSteps__bar {
    margin-top: 6.1866666667px;
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo .gueststeps__bar,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemoSteps__bar,
html.checkout-demo.new .modal__guestCheckoutDemo .gueststeps__bar,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemoSteps__bar,
.CheckoutDemo .modal__oneClickCheckoutDemo .gueststeps__bar,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemoSteps__bar,
.CheckoutDemo .modal__guestCheckoutDemo .gueststeps__bar,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemoSteps__bar {
    margin-top: clamp(
      1px,
      2.1333333333vw,
      16.384px
    );
  }
}
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth::after,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout::after,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment::after,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery::after,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment::after,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth::after,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout::after,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment::after,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery::after,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment::after,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth::after,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout::after,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment::after,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery::after,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment::after,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth::after,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout::after,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment::after,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery::after,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment::after {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 1000vw;
  height: 1000vh;
  background: #020a18;
  transition: opacity 0.15s ease-out;
}
@media (min-width: 481px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth::after,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout::after,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment::after,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery::after,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment::after,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth::after,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout::after,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment::after,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery::after,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment::after,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth::after,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout::after,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment::after,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery::after,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment::after,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth::after,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout::after,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment::after,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery::after,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment::after {
    top: -99px;
    left: -10px;
    height: 647px;
    width: 107%;
    border-radius: 50.8px;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth::after,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout::after,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment::after,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery::after,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment::after,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth::after,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout::after,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment::after,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery::after,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment::after,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth::after,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout::after,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment::after,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery::after,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment::after,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth::after,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout::after,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment::after,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery::after,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment::after {
    display: none;
  }
}
@media (max-width: 767px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .guest-delivery-instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .guest-payment-instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .oneclick-auth-instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .oneclick-checkout-instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .mid-market-instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .guest-delivery-instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .guest-payment-instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .oneclick-auth-instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .oneclick-checkout-instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .mid-market-instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .guest-delivery-instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .guest-payment-instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .oneclick-auth-instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .oneclick-checkout-instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .mid-market-instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .guest-delivery-instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .guest-payment-instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .oneclick-auth-instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .oneclick-checkout-instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .mid-market-instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .guest-delivery-instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .guest-payment-instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .oneclick-auth-instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .oneclick-checkout-instruction-box,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .mid-market-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .guest-delivery-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .guest-payment-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .oneclick-auth-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .oneclick-checkout-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .mid-market-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .guest-delivery-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .guest-payment-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .oneclick-auth-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .oneclick-checkout-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .mid-market-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .guest-delivery-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .guest-payment-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .oneclick-auth-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .oneclick-checkout-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .mid-market-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .guest-delivery-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .guest-payment-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .oneclick-auth-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .oneclick-checkout-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .mid-market-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .guest-delivery-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .guest-payment-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .oneclick-auth-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .oneclick-checkout-instruction-box,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .mid-market-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .guest-delivery-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .guest-payment-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .oneclick-auth-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .oneclick-checkout-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .mid-market-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .guest-delivery-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .guest-payment-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .oneclick-auth-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .oneclick-checkout-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .mid-market-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .guest-delivery-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .guest-payment-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .oneclick-auth-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .oneclick-checkout-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .mid-market-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .guest-delivery-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .guest-payment-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .oneclick-auth-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .oneclick-checkout-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .mid-market-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .guest-delivery-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .guest-payment-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .oneclick-auth-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .oneclick-checkout-instruction-box,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .mid-market-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .guest-delivery-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .guest-payment-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .oneclick-auth-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .oneclick-checkout-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .mid-market-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .guest-delivery-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .guest-payment-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .oneclick-auth-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .oneclick-checkout-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .mid-market-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .guest-delivery-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .guest-payment-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .oneclick-auth-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .oneclick-checkout-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .mid-market-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .guest-delivery-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .guest-payment-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .oneclick-auth-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .oneclick-checkout-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .mid-market-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .guest-delivery-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .guest-payment-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .oneclick-auth-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .oneclick-checkout-instruction-box,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .mid-market-instruction-box {
    top: unset;
    right: unset;
    bottom: 55%;
    width: 335px;
    text-align: center;
    left: 50%;
  }
}
@media (max-width: 767px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .guest-delivery-instruction-box h4,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .guest-payment-instruction-box h4,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .oneclick-auth-instruction-box h4,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .oneclick-checkout-instruction-box h4,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .mid-market-instruction-box h4,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .guest-delivery-instruction-box h4,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .guest-payment-instruction-box h4,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .oneclick-auth-instruction-box h4,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .oneclick-checkout-instruction-box h4,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .mid-market-instruction-box h4,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .guest-delivery-instruction-box h4,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .guest-payment-instruction-box h4,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .oneclick-auth-instruction-box h4,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .oneclick-checkout-instruction-box h4,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .mid-market-instruction-box h4,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .guest-delivery-instruction-box h4,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .guest-payment-instruction-box h4,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .oneclick-auth-instruction-box h4,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .oneclick-checkout-instruction-box h4,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .mid-market-instruction-box h4,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .guest-delivery-instruction-box h4,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .guest-payment-instruction-box h4,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .oneclick-auth-instruction-box h4,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .oneclick-checkout-instruction-box h4,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .mid-market-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .guest-delivery-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .guest-payment-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .oneclick-auth-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .oneclick-checkout-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .mid-market-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .guest-delivery-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .guest-payment-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .oneclick-auth-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .oneclick-checkout-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .mid-market-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .guest-delivery-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .guest-payment-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .oneclick-auth-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .oneclick-checkout-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .mid-market-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .guest-delivery-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .guest-payment-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .oneclick-auth-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .oneclick-checkout-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .mid-market-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .guest-delivery-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .guest-payment-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .oneclick-auth-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .oneclick-checkout-instruction-box h4,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .mid-market-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .guest-delivery-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .guest-payment-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .oneclick-auth-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .oneclick-checkout-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .mid-market-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .guest-delivery-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .guest-payment-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .oneclick-auth-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .oneclick-checkout-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .mid-market-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .guest-delivery-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .guest-payment-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .oneclick-auth-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .oneclick-checkout-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .mid-market-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .guest-delivery-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .guest-payment-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .oneclick-auth-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .oneclick-checkout-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .mid-market-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .guest-delivery-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .guest-payment-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .oneclick-auth-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .oneclick-checkout-instruction-box h4,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .mid-market-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .guest-delivery-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .guest-payment-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .oneclick-auth-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .oneclick-checkout-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .mid-market-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .guest-delivery-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .guest-payment-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .oneclick-auth-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .oneclick-checkout-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .mid-market-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .guest-delivery-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .guest-payment-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .oneclick-auth-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .oneclick-checkout-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .mid-market-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .guest-delivery-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .guest-payment-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .oneclick-auth-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .oneclick-checkout-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .mid-market-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .guest-delivery-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .guest-payment-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .oneclick-auth-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .oneclick-checkout-instruction-box h4,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .mid-market-instruction-box h4 {
    font-size: 24px;
    max-width: 269px;
    margin: 0 auto 17px;
  }
}
@media (max-width: 767px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .guest-delivery-instruction-box p,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .guest-payment-instruction-box p,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .oneclick-auth-instruction-box p,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .oneclick-checkout-instruction-box p,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .mid-market-instruction-box p,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .guest-delivery-instruction-box p,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .guest-payment-instruction-box p,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .oneclick-auth-instruction-box p,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .oneclick-checkout-instruction-box p,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .mid-market-instruction-box p,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .guest-delivery-instruction-box p,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .guest-payment-instruction-box p,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .oneclick-auth-instruction-box p,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .oneclick-checkout-instruction-box p,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .mid-market-instruction-box p,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .guest-delivery-instruction-box p,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .guest-payment-instruction-box p,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .oneclick-auth-instruction-box p,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .oneclick-checkout-instruction-box p,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .mid-market-instruction-box p,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .guest-delivery-instruction-box p,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .guest-payment-instruction-box p,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .oneclick-auth-instruction-box p,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .oneclick-checkout-instruction-box p,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .mid-market-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .guest-delivery-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .guest-payment-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .oneclick-auth-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .oneclick-checkout-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .mid-market-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .guest-delivery-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .guest-payment-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .oneclick-auth-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .oneclick-checkout-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .mid-market-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .guest-delivery-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .guest-payment-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .oneclick-auth-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .oneclick-checkout-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .mid-market-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .guest-delivery-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .guest-payment-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .oneclick-auth-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .oneclick-checkout-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .mid-market-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .guest-delivery-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .guest-payment-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .oneclick-auth-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .oneclick-checkout-instruction-box p,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .mid-market-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .guest-delivery-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .guest-payment-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .oneclick-auth-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .oneclick-checkout-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .mid-market-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .guest-delivery-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .guest-payment-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .oneclick-auth-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .oneclick-checkout-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .mid-market-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .guest-delivery-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .guest-payment-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .oneclick-auth-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .oneclick-checkout-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .mid-market-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .guest-delivery-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .guest-payment-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .oneclick-auth-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .oneclick-checkout-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .mid-market-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .guest-delivery-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .guest-payment-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .oneclick-auth-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .oneclick-checkout-instruction-box p,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .mid-market-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .guest-delivery-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .guest-payment-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .oneclick-auth-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .oneclick-checkout-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .mid-market-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .guest-delivery-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .guest-payment-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .oneclick-auth-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .oneclick-checkout-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .mid-market-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .guest-delivery-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .guest-payment-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .oneclick-auth-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .oneclick-checkout-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .mid-market-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .guest-delivery-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .guest-payment-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .oneclick-auth-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .oneclick-checkout-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .mid-market-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .guest-delivery-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .guest-payment-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .oneclick-auth-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .oneclick-checkout-instruction-box p,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .mid-market-instruction-box p {
    max-width: 262px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .guest-delivery-instruction-box button,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .guest-payment-instruction-box button,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .oneclick-auth-instruction-box button,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .oneclick-checkout-instruction-box button,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .mid-market-instruction-box button,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .guest-delivery-instruction-box button,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .guest-payment-instruction-box button,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .oneclick-auth-instruction-box button,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .oneclick-checkout-instruction-box button,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .mid-market-instruction-box button,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .guest-delivery-instruction-box button,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .guest-payment-instruction-box button,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .oneclick-auth-instruction-box button,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .oneclick-checkout-instruction-box button,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .mid-market-instruction-box button,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .guest-delivery-instruction-box button,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .guest-payment-instruction-box button,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .oneclick-auth-instruction-box button,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .oneclick-checkout-instruction-box button,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .mid-market-instruction-box button,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .guest-delivery-instruction-box button,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .guest-payment-instruction-box button,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .oneclick-auth-instruction-box button,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .oneclick-checkout-instruction-box button,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .mid-market-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .guest-delivery-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .guest-payment-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .oneclick-auth-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .oneclick-checkout-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .mid-market-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .guest-delivery-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .guest-payment-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .oneclick-auth-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .oneclick-checkout-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .mid-market-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .guest-delivery-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .guest-payment-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .oneclick-auth-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .oneclick-checkout-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .mid-market-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .guest-delivery-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .guest-payment-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .oneclick-auth-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .oneclick-checkout-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .mid-market-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .guest-delivery-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .guest-payment-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .oneclick-auth-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .oneclick-checkout-instruction-box button,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .mid-market-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .guest-delivery-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .guest-payment-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .oneclick-auth-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .oneclick-checkout-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .mid-market-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .guest-delivery-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .guest-payment-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .oneclick-auth-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .oneclick-checkout-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .mid-market-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .guest-delivery-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .guest-payment-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .oneclick-auth-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .oneclick-checkout-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .mid-market-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .guest-delivery-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .guest-payment-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .oneclick-auth-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .oneclick-checkout-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .mid-market-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .guest-delivery-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .guest-payment-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .oneclick-auth-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .oneclick-checkout-instruction-box button,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .mid-market-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .guest-delivery-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .guest-payment-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .oneclick-auth-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .oneclick-checkout-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .mid-market-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .guest-delivery-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .guest-payment-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .oneclick-auth-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .oneclick-checkout-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .mid-market-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .guest-delivery-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .guest-payment-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .oneclick-auth-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .oneclick-checkout-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .mid-market-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .guest-delivery-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .guest-payment-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .oneclick-auth-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .oneclick-checkout-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .mid-market-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .guest-delivery-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .guest-payment-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .oneclick-auth-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .oneclick-checkout-instruction-box button,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .mid-market-instruction-box button {
    margin-left: 26px;
    font-weight: 500;
    text-align: left;
  }
}
@media (max-width: 767px) {
  html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .guest-delivery-instruction-box button.back,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .guest-payment-instruction-box button.back,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .oneclick-auth-instruction-box button.back,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .oneclick-checkout-instruction-box button.back,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__auth .mid-market-instruction-box button.back,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .guest-delivery-instruction-box button.back,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .guest-payment-instruction-box button.back,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .oneclick-auth-instruction-box button.back,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .oneclick-checkout-instruction-box button.back,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__checkout .mid-market-instruction-box button.back,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .guest-delivery-instruction-box button.back,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .guest-payment-instruction-box button.back,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .oneclick-auth-instruction-box button.back,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .oneclick-checkout-instruction-box button.back,
html.checkout-demo.new .modal__oneClickCheckoutDemo .oneClickDemo__payment .mid-market-instruction-box button.back,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .guest-delivery-instruction-box button.back,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .guest-payment-instruction-box button.back,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .oneclick-auth-instruction-box button.back,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .oneclick-checkout-instruction-box button.back,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__delivery .mid-market-instruction-box button.back,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .guest-delivery-instruction-box button.back,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .guest-payment-instruction-box button.back,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .oneclick-auth-instruction-box button.back,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .oneclick-checkout-instruction-box button.back,
html.checkout-demo.new .modal__oneClickCheckoutDemo .guestdemo__payment .mid-market-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .guest-delivery-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .guest-payment-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .oneclick-auth-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .oneclick-checkout-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__auth .mid-market-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .guest-delivery-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .guest-payment-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .oneclick-auth-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .oneclick-checkout-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__checkout .mid-market-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .guest-delivery-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .guest-payment-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .oneclick-auth-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .oneclick-checkout-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .oneClickDemo__payment .mid-market-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .guest-delivery-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .guest-payment-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .oneclick-auth-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .oneclick-checkout-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__delivery .mid-market-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .guest-delivery-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .guest-payment-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .oneclick-auth-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .oneclick-checkout-instruction-box button.back,
html.checkout-demo.new .modal__guestCheckoutDemo .guestdemo__payment .mid-market-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .guest-delivery-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .guest-payment-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .oneclick-auth-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .oneclick-checkout-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__auth .mid-market-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .guest-delivery-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .guest-payment-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .oneclick-auth-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .oneclick-checkout-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__checkout .mid-market-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .guest-delivery-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .guest-payment-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .oneclick-auth-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .oneclick-checkout-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .oneClickDemo__payment .mid-market-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .guest-delivery-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .guest-payment-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .oneclick-auth-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .oneclick-checkout-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__delivery .mid-market-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .guest-delivery-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .guest-payment-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .oneclick-auth-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .oneclick-checkout-instruction-box button.back,
.CheckoutDemo .modal__oneClickCheckoutDemo .guestdemo__payment .mid-market-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .guest-delivery-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .guest-payment-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .oneclick-auth-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .oneclick-checkout-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__auth .mid-market-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .guest-delivery-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .guest-payment-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .oneclick-auth-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .oneclick-checkout-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__checkout .mid-market-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .guest-delivery-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .guest-payment-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .oneclick-auth-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .oneclick-checkout-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .oneClickDemo__payment .mid-market-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .guest-delivery-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .guest-payment-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .oneclick-auth-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .oneclick-checkout-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__delivery .mid-market-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .guest-delivery-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .guest-payment-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .oneclick-auth-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .oneclick-checkout-instruction-box button.back,
.CheckoutDemo .modal__guestCheckoutDemo .guestdemo__payment .mid-market-instruction-box button.back {
    text-align: right;
    margin-left: 0;
    margin-right: 26px;
  }
}
html.checkout-demo.new .modal__guest-payment.enterprise .exitDemoBtn,
.CheckoutDemo .modal__guest-payment.enterprise .exitDemoBtn {
  right: unset;
  left: 70%;
}
@media (max-width: 1099px) {
  html.checkout-demo.new .modal__guest-payment.enterprise .exitDemoBtn,
.CheckoutDemo .modal__guest-payment.enterprise .exitDemoBtn {
    left: 87.5%;
    top: 2.5%;
  }
}
html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container {
  width: 100%;
}
@media (min-width: 1100px) {
  html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container {
    max-width: 308px;
    top: 54%;
  }
}
html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container-inner,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container-inner {
  top: 0;
}
@media (min-width: 1100px) {
  html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container-inner,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container-inner {
    border: 9px solid #4b4f5e;
    border-radius: 50.8px;
    background-color: #fff;
  }
}
@media (max-width: 480px) {
  html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container-inner,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container-inner {
    background-color: #0f0f0f;
  }
}
html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container {
  top: 0;
  transform: scale(1);
  height: 628px;
}
@media (max-width: 480px) {
  html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container {
    height: 100vh;
  }
}
html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box {
  position: absolute;
  transition: all 0.5s ease-in;
  transition-delay: 750ms;
  left: -267px;
  bottom: 103px;
}
@media (max-width: 767px) {
  html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box {
    bottom: 55%;
    width: 335px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 55%);
  }
}
html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box button,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box button {
  padding-bottom: 0;
}
html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box button .next-arrow,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box button .next-arrow {
  position: relative;
  left: 8px;
}
html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box h4,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box h4 {
  font-size: 20px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box h4,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box h4 {
    font-size: 24px;
    max-width: 269px;
    margin: 0 auto 17px;
  }
}
html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box p,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box p {
  font-size: 14px;
}
@media (max-width: 767px) {
  html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box p,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box p {
    max-width: 262px;
    margin: 0 auto;
  }
}
html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box > div,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box > div {
  margin-bottom: 12px;
}
html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box.withBack .instruction-box-cta-wrap,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box.withBack .instruction-box-cta-wrap {
  display: flex;
}
html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box.withBack button,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box.withBack button {
  width: 100%;
  margin-left: 17px;
}
@media (max-width: 767px) {
  html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box.withBack button,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box.withBack button {
    margin-left: 26px;
    font-weight: 500;
  }
}
html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box.withBack .back,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box.withBack .back {
  margin-left: 0;
  text-align: center;
}
@media (max-width: 767px) {
  html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box.withBack .back,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box.withBack .back {
    text-align: right;
    margin-right: 26px;
  }
}
html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box.withBack .back-arrow,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box.withBack .back-arrow {
  transform: scaleX(-1);
  position: relative;
  left: -8px;
}
html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box.withBack .back:hover .back-arrow,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box.withBack .back:hover .back-arrow {
  transform: scaleX(-1) translateX(5px);
}
html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box.withBack .next-arrow,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .instruction-box.withBack .next-arrow {
  position: relative;
  left: 8px;
}
html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .guestPayment__bg,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .guestPayment__bg {
  border-radius: 60px;
}
html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .guestPayment__bg.three,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .guestPayment__bg.three {
  border-radius: 42px;
}
html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .guestPayment__contact .instruction-box,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .guestPayment__contact .instruction-box {
  transition: all 0.35s ease;
}
html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .anim-box,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .anim-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .guestPayment__Shipping,
html.checkout-demo.new .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .guestPayment__Payment,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .guestPayment__Shipping,
.CheckoutDemo .modal__guest-payment.enterprise .modal__demo-container .guestdemo__container .guestPayment__Payment {
  display: none;
}
html.checkout-demo.new .modal__guest-payment.enterprise:not(.hidden) .guestPayment__contact.is-active,
.CheckoutDemo .modal__guest-payment.enterprise:not(.hidden) .guestPayment__contact.is-active {
  position: relative;
  opacity: 1;
}
html.checkout-demo.new .modal__guest-payment.enterprise:not(.hidden) .guestPayment__contact.is-active .instruction-box,
.CheckoutDemo .modal__guest-payment.enterprise:not(.hidden) .guestPayment__contact.is-active .instruction-box {
  opacity: 1;
  transition-delay: 200ms;
}
@media (min-width: 768px) {
  html.checkout-demo.new .modal__guest-payment.enterprise:not(.hidden) .guestPayment__contact.is-active .instruction-box,
.CheckoutDemo .modal__guest-payment.enterprise:not(.hidden) .guestPayment__contact.is-active .instruction-box {
    transform: translateY(0);
  }
}
html.checkout-demo.new .modal__guest-payment.enterprise:not(.hidden) .guestPayment__contact.is-active.anim-active .instruction-box,
.CheckoutDemo .modal__guest-payment.enterprise:not(.hidden) .guestPayment__contact.is-active.anim-active .instruction-box {
  opacity: 0;
  transition-delay: 0s;
}
html.checkout-demo.new .modal__guest-payment.enterprise .guestPayment__shipping::after,
html.checkout-demo.new .modal__guest-payment.enterprise .guestPayment__payment::after,
.CheckoutDemo .modal__guest-payment.enterprise .guestPayment__shipping::after,
.CheckoutDemo .modal__guest-payment.enterprise .guestPayment__payment::after {
  content: "";
  position: absolute;
  top: -1000px;
  left: -1000px;
  width: 1000vw;
  height: 1000vh;
  background: #020a18;
  opacity: 0;
  transition: opacity 0.15s ease-out;
}
@media (min-width: 481px) {
  html.checkout-demo.new .modal__guest-payment.enterprise .guestPayment__shipping::after,
html.checkout-demo.new .modal__guest-payment.enterprise .guestPayment__payment::after,
.CheckoutDemo .modal__guest-payment.enterprise .guestPayment__shipping::after,
.CheckoutDemo .modal__guest-payment.enterprise .guestPayment__payment::after {
    top: -10px;
    left: -10px;
    height: 103.2%;
    width: 107%;
    border-radius: 50.8px;
  }
}
@media (min-width: 768px) {
  html.checkout-demo.new .modal__guest-payment.enterprise .guestPayment__shipping::after,
html.checkout-demo.new .modal__guest-payment.enterprise .guestPayment__payment::after,
.CheckoutDemo .modal__guest-payment.enterprise .guestPayment__shipping::after,
.CheckoutDemo .modal__guest-payment.enterprise .guestPayment__payment::after {
    display: none;
  }
}
html.checkout-demo.new .modal__guest-payment.enterprise .guestPayment__shipping.is-active::after,
html.checkout-demo.new .modal__guest-payment.enterprise .guestPayment__payment.is-active::after,
.CheckoutDemo .modal__guest-payment.enterprise .guestPayment__shipping.is-active::after,
.CheckoutDemo .modal__guest-payment.enterprise .guestPayment__payment.is-active::after {
  opacity: 0.9;
  transition: opacity 0.15s ease;
}
html.checkout-demo.new .modal__guest-payment.enterprise .guestPayment__shipping.is-active .instruction-box,
html.checkout-demo.new .modal__guest-payment.enterprise .guestPayment__payment.is-active .instruction-box,
.CheckoutDemo .modal__guest-payment.enterprise .guestPayment__shipping.is-active .instruction-box,
.CheckoutDemo .modal__guest-payment.enterprise .guestPayment__payment.is-active .instruction-box {
  z-index: 1;
}
@media (max-width: 767px) {
  html.checkout-demo.new .modal__guest-payment.enterprise .guestPayment__shipping.is-active .instruction-box,
html.checkout-demo.new .modal__guest-payment.enterprise .guestPayment__payment.is-active .instruction-box,
.CheckoutDemo .modal__guest-payment.enterprise .guestPayment__shipping.is-active .instruction-box,
.CheckoutDemo .modal__guest-payment.enterprise .guestPayment__payment.is-active .instruction-box {
    transition: opacity 0.15s ease;
  }
}
html.checkout-demo.new .modal__guest-payment.enterprise .guestPayment__shipping.is-active.anim-active::after,
html.checkout-demo.new .modal__guest-payment.enterprise .guestPayment__payment.is-active.anim-active::after,
.CheckoutDemo .modal__guest-payment.enterprise .guestPayment__shipping.is-active.anim-active::after,
.CheckoutDemo .modal__guest-payment.enterprise .guestPayment__payment.is-active.anim-active::after {
  opacity: 0;
  transition-delay: 0s;
}
@media (max-width: 767px) {
  html.checkout-demo.new .modal__guest-payment.enterprise .guestPayment__shipping.is-active.anim-active .instruction-box,
html.checkout-demo.new .modal__guest-payment.enterprise .guestPayment__payment.is-active.anim-active .instruction-box,
.CheckoutDemo .modal__guest-payment.enterprise .guestPayment__shipping.is-active.anim-active .instruction-box,
.CheckoutDemo .modal__guest-payment.enterprise .guestPayment__payment.is-active.anim-active .instruction-box {
    z-index: -1;
    opacity: 0;
    transition-delay: 0s;
  }
}

.CheckoutDemo::-webkit-scrollbar {
  display: none;
}
