/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* .btn-wrap a{
  position: relative;
}
.btn-wrap a img{
  position: absolute;
  left: 30px;
} */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  border-radius: 3px;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("../one_click_new/fonts/Nunito-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../one_click_new/fonts/Nunito-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../one_click_new/fonts/Nunito-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../one_click_new/fonts/Nunito-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../one_click_new/fonts/Nunito-SemiBold.ttf") format("truetype");
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

::selection {
  color: #fff;
  background-color: #BB39BC;
}

::-webkit-input-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

h1, h2, h3, h4, h5, h6, p, ul, button {
  margin: 0;
  padding: 0;
}

input, textarea {
  display: block;
  width: 100%;
  border-radius: 0;
}

textarea {
  resize: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style-type: none;
}

i {
  font-weight: 400;
  font-style: italic;
}

@media only screen and (max-width: 480px) {
  .hidden-mob {
    display: none;
  }
}

@media only screen and (min-width: 481px) {
  .hidden-desc {
    display: none;
  }
}

html {
  background-color: #F7F7FC;
  font-size: 0.26666666666666666vw;
}

@media only screen and (min-width: 481px) {
  html {
    font-size: 0.06944444444444445vw;
  }
}

@media only screen and (min-width: 1441px) {
  html {
    font-size: 1px;
  }
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  font-size: 14rem;
  line-height: 1.36;
  color: #14142B;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}

@media only screen and (min-width: 481px) {
  body {
    font-size: 22rem;
  }
}

.container {
  padding: 0 20rem;
  margin: 0 auto;
}

@media only screen and (min-width: 481px) {
  .container {
    max-width: 1330rem;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid {
  display: grid;
}

.btn {
  text-decoration: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .25s;
  transition: .25s;
  height: 49rem;
  color: #fff;
  border-radius: 7rem;
  font-size: 20rem;
  padding: 0 40rem;
  font-weight: bold;
  -webkit-box-shadow: 12rem 12rem 45rem rgba(0, 0, 0, 0.1);
  box-shadow: 12rem 12rem 45rem rgba(0, 0, 0, 0.1);
  text-align: center;
}

.btn--white {
  background-color: #fff;
  color: #BB39BC;
}

.btn--white:hover {
  -webkit-filter: brightness(95%);
          filter: brightness(95%);
}

.btn--border {
  border: 2rem solid #fff;
}

.btn--border:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.btn--accent {
  background: linear-gradient(114.44deg, #ED017F 0%, #7F33B5 100%);
}

.btn--accent:hover {
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
}

.btn--accent-border {
  background: linear-gradient(114.44deg, #ED017F 0%, #7F33B5 100%);
  color: #BB39BC;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--accent-border::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #F7F7FC;
  border-radius: 4rem;
  z-index: -1;
}

.btn--accent-border:hover {
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
}

.btn img {
  width: 36rem;
  margin-right: 10rem;
}

.btn.w100 {
  width: 100%;
  max-width: 100%;
}

h1, h2, h3, h4, h5 {
  font-weight: 800;
}

h1 {
  font-size: 24rem;
  line-height: 1;
  text-align: center;
}

@media only screen and (min-width: 481px) {
  h1 {
    font-size: 72rem;
    text-align: left;
  }
}

h2 {
  font-size: 32rem;
  line-height: 1.4;
  text-align: center;
  color: #BB39BC;
}

@media only screen and (min-width: 481px) {
  h2 {
    font-size: 36rem;
  }
}

b {
  font-weight: bold;
}

.color-accent {
  color: #BB39BC;
}

.color-gray {
  color: #6E7191;
}

.color-green {
  color: #00BA88;
}

.form:not(.form-card) input, .form:not(.form-card) textarea, .form:not(.form-card) select {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #BB39BC;
  padding-left: 8rem;
  padding-right: 8rem;
  font-size: 16rem;
  display: block;
  width: 100%;
  color: #8332B4;
  font-weight: bold;
  height: 32rem;
}

.form:not(.form-card) input::-webkit-input-placeholder, .form:not(.form-card) textarea::-webkit-input-placeholder {
  color: rgba(110, 113, 145, 0.5);
}

.form:not(.form-card) input:-ms-input-placeholder, .form:not(.form-card) textarea:-ms-input-placeholder {
  color: rgba(110, 113, 145, 0.5);
}

.form:not(.form-card) input::-ms-input-placeholder, .form:not(.form-card) textarea::-ms-input-placeholder {
  color: rgba(110, 113, 145, 0.5);
}

.form:not(.form-card) input::placeholder, .form:not(.form-card) textarea::placeholder {
  color: rgba(110, 113, 145, 0.5);
}

.form:not(.form-card) textarea {
  height: 60rem;
}

@media only screen and (min-width: 481px) {
  .form:not(.form-card) textarea {
    height: 32rem;
  }
}

.form:not(.form-card) select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../one_click_new/img/ic-angle-down.svg");
  background-size: 16rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 10rem) center;
}

.form:not(.form-card) select:invalid {
  color: rgba(110, 113, 145, 0.5);
}

.page-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
}

.page-container header.header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #14142B;
  -webkit-box-shadow: 0rem 16rem 20rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 16rem 20rem rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 481px) {
  .page-container header.header-main {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .page-container header.header-main:not(.fixed) {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}

.page-container header.header-main .grid {
  height: 70rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-container header.header-main .grid .logo-wrap {
  font-size: 0;
}

.page-container header.header-main .grid .logo-wrap a img {
  width: 152rem;
  display: block;
}

.page-container header.header-main .grid nav {
  position: fixed;
  top: 70rem;
  right: 0;
  background-color: rgba(20, 20, 43, 0.95);
  width: 100%;
  bottom: 0;
  padding-top: 25rem;
  padding-bottom: 25rem;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

.page-container header.header-main .grid nav.active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.page-container header.header-main .grid nav ul {
  display: grid;
  grid-gap: 15rem;
  overflow: auto;
  height: 100%;
  padding: 0 15rem;
  text-align: center;
  grid-auto-flow: row;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

@media only screen and (min-width: 481px) {
  .page-container header.header-main .grid nav ul {
    grid-gap: 30rem;
  }
}

.page-container header.header-main .grid nav ul li {
  list-style-type: none;
}

.page-container header.header-main .grid nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 18rem;
  -webkit-transition: .25s;
  transition: .25s;
}

@media only screen and (min-width: 481px) {
  .page-container header.header-main .grid nav ul li a {
    font-size: 22rem;
  }
}

.page-container header.header-main .grid nav ul li a:hover, .page-container header.header-main .grid nav ul li a.active {
  color: #BB39BC;
}

.page-container header.header-main .grid nav ul li select {
  padding: 0 10rem;
  height: 35rem;
  font-size: 18rem;
  background-color: #4e4b66;
  color: #fff;
  border: none;
  border-radius: 2rem;
  cursor: pointer;
}

.page-container header.header-main .grid .menu-wrap {
  pointer-events: auto;
  position: relative;
  display: block;
}

.page-container header.header-main .grid .menu-wrap button.menu {
  display: block;
  border: none;
  width: 24rem;
  height: 12rem;
  position: relative;
  border-radius: 16rem;
}

.page-container header.header-main .grid .menu-wrap button.menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 44rem;
  height: 44rem;
  background-color: #4e4b66;
  border-radius: 16rem;
  top: calc(50% - 44rem / 2);
  left: calc(50% - 44rem / 2);
}

.page-container header.header-main .grid .menu-wrap button.menu.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

.page-container header.header-main .grid .menu-wrap button.menu.active span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  bottom: auto;
}

.page-container header.header-main .grid .menu-wrap button.menu span {
  display: block;
  position: absolute;
  height: 2rem;
  background-color: #fff;
  left: 0;
  right: 0;
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

.page-container header.header-main .grid .menu-wrap button.menu span:nth-child(1) {
  top: 0;
}

.page-container header.header-main .grid .menu-wrap button.menu span:nth-child(2) {
  bottom: 0;
}

.page-container footer.footer-main {
  background-color: #14142B;
  color: #fff;
  padding: 30rem 0;
}

@media only screen and (min-width: 481px) {
  .page-container footer.footer-main .grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 15rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (min-width: 481px) {
  .page-container footer.footer-main .grid .logo-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.page-container footer.footer-main .grid .logo-wrap a {
  display: inline-grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 8rem;
}

.page-container footer.footer-main .grid .logo-wrap a img.ic {
  width: 50rem;
  -webkit-filter: drop-shadow(6rem 6rem 15rem rgba(203, 177, 249, 0.36));
          filter: drop-shadow(6rem 6rem 15rem rgba(203, 177, 249, 0.36));
}

.page-container footer.footer-main .grid .logo-wrap a img.text {
  width: 108rem;
  position: relative;
  top: 5rem;
}

.page-container footer.footer-main .grid .nav-wrap {
  margin-top: 30rem;
}

@media only screen and (min-width: 481px) {
  .page-container footer.footer-main .grid .nav-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 15rem;
  }
}

.page-container footer.footer-main .grid .nav-wrap .item:not(:last-child) {
  margin-bottom: 15rem;
}

@media only screen and (min-width: 481px) {
  .page-container footer.footer-main .grid .nav-wrap .item:not(:last-child) {
    margin-bottom: 0;
  }
}

.page-container footer.footer-main .grid .nav-wrap .item b {
  font-size: 16rem;
}

.page-container footer.footer-main .grid .nav-wrap .item ul {
  margin-top: 5rem;
}

.page-container footer.footer-main .grid .nav-wrap .item ul li {
  display: block;
  font-size: 14rem;
}

.page-container footer.footer-main .grid .nav-wrap .item ul li:not(:last-child) {
  margin-bottom: 5rem;
}

.page-container footer.footer-main .grid .nav-wrap .item ul li a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.page-container footer.footer-main .grid .nav-wrap .item ul li a:hover {
  color: #BB39BC;
}

.page-container footer.footer-main .grid .copy-wrap {
  margin-top: 60rem;
  padding-top: 20rem;
  border-top: 1px solid #fff;
  font-size: 12rem;
}

@media only screen and (min-width: 481px) {
  .page-container footer.footer-main .grid .copy-wrap {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    border: none;
    grid-column-end: span 3;
    margin-top: 30rem;
  }
}

.page-container footer.footer-main .grid .copy-wrap ul li {
  display: block;
}

@media only screen and (min-width: 481px) {
  .page-container footer.footer-main .grid .copy-wrap ul li {
    color: #6E7191;
    text-align: center;
  }
}

.page-container footer.footer-main .grid .copy-wrap ul li:not(:last-child) {
  margin-bottom: 10rem;
}

.page-container footer.footer-main .grid .copy-wrap ul li a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.page-container footer.footer-main .grid .copy-wrap ul li a:hover {
  color: #BB39BC;
}

.page-container footer.footer-main .grid .pay-wrap {
  margin-top: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 481px) {
  .page-container footer.footer-main .grid .pay-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
    max-width: 170rem;
    margin-left: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-container footer.footer-main .grid .pay-wrap img {
  display: block;
  width: 50rem;
}

.page-container footer.footer-main .grid .pay-wrap img.big {
  width: 70rem;
}

section.offset {
  padding: 40rem 0;
}

@media only screen and (min-width: 481px) {
  section.offset {
    padding: 50rem 0;
  }
}

.slick-arrow {
  width: 18rem;
  height: 18rem;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 18rem / 2);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0.3;
}

.slick-arrow:hover {
  opacity: 1;
}

.slick-arrow.slick-prev {
  left: 0;
  background-image: url("../one_click_new/img/ic-prev.svg");
}

.slick-arrow.slick-next {
  right: 0;
  background-image: url("../one_click_new/img/ic-next.svg");
}

.slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 8rem;
}

.slick-dots li button {
  font-size: 0;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #d6d8e7;
}

.slick-dots li.slick-active button {
  background-image: linear-gradient(114.44deg, #ED017F 0%, #7F33B5 100%);
}

.popup {
  position: relative;
  margin: 0 auto;
  border-radius: 20rem;
  background-color: #fff;
  padding: 20rem;
}

@media only screen and (min-width: 481px) {
  .popup {
    max-width: 800rem;
  }
}

.popup .form {
  margin: 90rem 0;
  display: grid;
  grid-gap: 20rem;
}

@media only screen and (min-width: 481px) {
  .popup .form {
    max-width: 280rem;
    margin: 90rem auto;
  }
}

.popup .form .col {
  position: relative;
}

.popup .form .col img {
  position: absolute;
  width: 24rem;
  display: block;
  top: calc(50% - 24rem / 2);
  left: 0;
}

.popup .form .col input, .popup .form .col select {
  padding-left: 30rem;
}

@media only screen and (min-width: 481px) {
  .popup .btn-wrap {
    max-width: 280rem;
    margin: 0 auto;
  }
}

.popup .nano {
  height: 315rem;
  margin: 30rem 0;
}

@media only screen and (min-width: 481px) {
  .popup .nano {
    height: 390rem;
  }
}

.popup .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5rem;
}

@media only screen and (min-width: 481px) {
  .popup .items {
    max-width: 386rem;
    margin: 0 auto;
  }
}

.popup .items .item {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.popup .items .item:hover {
  -webkit-filter: brightness(96%);
          filter: brightness(96%);
}

.popup .items .item.active::after {
  background-image: url("../one_click_new/img/ic-check.svg");
  border: none;
  background-size: contain;
}

.popup .items .item::after {
  content: attr(data-after);
  display: block;
  position: absolute;
  width: 24rem;
  height: 24rem;
  border: 2rem solid #fff;
  border-radius: 100%;
  top: 4rem;
  right: 4rem;
  z-index: 2;
}

.popup .items .item .wrap {
  padding-top: 100%;
  position: relative;
}

.popup .items .item .wrap img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

button.mfp-close {
  background-image: url("../one_click_new/img/ic-close.svg");
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 13rem;
  background-position: center;
  opacity: 1;
}

.item-product {
  background-color: #fff;
  border-radius: 10rem;
  background-size: cover;
  width: 128rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border-radius: 5rem;
  overflow: hidden;
  font-size: 16rem;
  padding: 2rem;
  font-weight: bold;
  cursor: pointer;
  color: #BB39BC;
  -webkit-box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.05);
}

.item-product.active {
  background-image: linear-gradient(114.44deg, #ED017F 0%, #7F33B5 100%);
}

.item-product.active .center {
  color: #fff;
  border-color: transparent;
}

@media only screen and (min-width: 481px) {
  .item-product {
    width: 100%;
  }
}

.item-product .top, .item-product .bottom {
  background-color: #fff;
  height: 34rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-product .top {
  border-radius: 3rem 3rem 0 0;
}

.item-product .top p {
  display: inline-block;
  position: relative;
}

.item-product .top p sup {
  position: absolute;
  font-size: 8rem;
  top: calc(50% - 8rem);
  left: calc(100% + 3rem);
  color: #6E7191;
  text-decoration: line-through;
  font-weight: 400;
}

.item-product .center {
  height: 83rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #EFF0F7;
  border-bottom: 1px solid #EFF0F7;
  text-transform: capitalize;
}

.item-product .center b {
  display: block;
  font-size: 36rem;
  line-height: 1;
}

.item-product .bottom {
  border-radius: 0 0 3rem 3rem;
}

.nano .nano-content {
  padding-right: 10rem;
}

.nano .nano-pane {
  width: 4rem;
  border-radius: 100rem;
  background: #D6D8E7;
}

@media only screen and (min-width: 481px) {
  .nano .nano-pane {
    width: 6rem;
  }
}

.nano .nano-slider {
  background: linear-gradient(114.44deg, #ED017F 0%, #7F33B5 100%) !important;
  margin: 0 !important;
}

.start {
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 100rem 0 30rem;
  background-image: url("../one_click_new/img/start-bg-mob.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 bottom;
}

@media only screen and (min-width: 481px) {
  .start {
    padding: 135rem 0 160rem;
    background-image: url("../one_click_new/img/start-bg-desc.svg");
  }
}

.start p {
  margin: 15rem 0;
  max-width: 520rem;
  text-align: center;
}

@media only screen and (min-width: 481px) {
  .start p {
    margin: 60rem 0 40rem;
    text-align: left;
  }
}

.start .btn-wrap {
  display: grid;
  grid-gap: 12rem;
}

@media only screen and (min-width: 481px) {
  .start .btn-wrap .btn {
    max-width: 320rem;
  }
}

.start img.img {
  display: block;
  width: 324rem;
  margin-top: 30rem;
  margin-left: -15rem;
}

@media only screen and (min-width: 481px) {
  .start img.img {
    position: absolute;
    width: 648rem;
    left: calc(50% + 30rem);
    bottom: 90rem;
  }
}

.buy {
  background-image: url("../one_click_new/img/buy-bg-mob.svg");
  background-repeat: no-repeat;
  background-position: 0 130rem;
  background-size: 228rem;
  width: 100vw;
  overflow: hidden;
}

@media only screen and (min-width: 481px) {
  .buy {
    width: 100%;
    background-image: url("../one_click_new/img/buy-bg-desc.svg");
    background-size: 1322rem;
    background-position: calc(50% + 20rem) 50rem;
  }
}

.buy .switch-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #EFF0F7;
  border-radius: 5rem;
  height: 64rem;
  padding: 5rem;
  grid-gap: 2rem;
  margin-top: 15rem;
}

@media only screen and (min-width: 481px) {
  .buy .switch-wrap {
    max-width: 440rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30rem;
  }
}

.buy .switch-wrap button {
  border-radius: 10rem;
  color: #a0a3bd;
  font-size: 16rem;
  font-weight: bold;
  padding: 0 10rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 5rem;
}

@media only screen and (min-width: 481px) {
  .buy .switch-wrap button {
    grid-gap: 10rem;
  }
}

.buy .switch-wrap button.active {
  color: #BB39BC;
  background-color: #FCFCFC;
  -webkit-box-shadow: 0 4rem 32rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 4rem 32rem rgba(0, 0, 0, 0.08);
}

.buy .switch-wrap button img {
  width: 24rem;
  margin-bottom: 2rem;
}

.buy .items-wrap {
  width: 100vw;
  position: relative;
  left: -20rem;
  overflow: hidden;
}

@media only screen and (min-width: 481px) {
  .buy .items-wrap {
    max-width: 820rem;
    left: auto;
    margin: 0 auto;
  }
}

.buy .items {
  margin-top: 30rem;
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 481px) {
  .buy .items {
    margin-bottom: 30rem;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10rem;
  }
}

.buy .items .col {
  padding: 0 5rem;
}

@media only screen and (min-width: 481px) {
  .buy .items .col {
    padding: 0;
  }
}

.buy .items .slick-track, .buy .items .slick-list {
  padding-left: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 1px;
}

@media only screen and (min-width: 481px) {
  .buy .items .slick-track, .buy .items .slick-list {
    padding-left: 1px;
  }
}

.buy .buy-wrap {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15rem;
  margin-top: 30rem;
}

.buy .buy-wrap .text-wrap .price-wrap {
  font-weight: bold;
  color: #4e4b66;
  line-height: 1;
}

.buy .buy-wrap .text-wrap .price-wrap sup {
  font-size: 16rem;
  top: -16rem;
}

.buy .buy-wrap .text-wrap .price-wrap span.now {
  font-size: 42rem;
}

.buy .buy-wrap .text-wrap .price-wrap sup.old {
  color: #A0A3BD;
  text-decoration: line-through;
}

.buy .buy-wrap .text-wrap .saved-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 8rem;
  margin-top: 5rem;
}

.buy .buy-wrap .text-wrap .saved-wrap img {
  width: 24rem;
  display: block;
}

.buy .buy-wrap .text-wrap .saved-wrap p {
  font-weight: bold;
  font-size: 16rem;
  line-height: 1;
}

.buy .icons-wrap {
  background-color: #FCFCFC;
  border-radius: 10rem;
  display: grid;
  padding: 10rem;
  margin-top: 30rem;
  font-size: 14rem;
  color: #000;
}

@media only screen and (min-width: 481px) {
  .buy .icons-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 30rem;
    max-width: 1065rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.buy .icons-wrap .item {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15rem;
  min-height: 52rem;
}

@media only screen and (min-width: 481px) {
  .buy .icons-wrap .item {
    padding: 0 15rem;
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 5rem;
  }
}

.buy .icons-wrap .item img {
  width: 32rem;
  display: block;
}

@media only screen and (min-width: 481px) {
  .buy .icons-wrap .item img {
    margin: 0 auto;
  }
}

.buy .icons-wrap .item p {
  font-size: 14rem;
}

.how {
  background-image: url("../one_click_new/img/how-bg-mob.svg");
  background-repeat: no-repeat;
  background-size: 190rem;
  background-position: right 70rem;
}

@media only screen and (min-width: 481px) {
  .how {
    background-image: url("../one_click_new/img/how-bg-desc.svg");
    background-size: 964rem;
    background-position: calc(50% + 40rem) 220rem;
  }
}

.how .text-wrap {
  margin-top: 15rem;
}

@media only screen and (min-width: 481px) {
  .how .text-wrap {
    max-width: 872rem;
    margin: 20rem auto 0;
    text-align: center;
  }
}

.how .text-wrap p:first-child {
  text-align: center;
}

.how .items {
  display: grid;
  grid-template-rows: 1fr;
  grid-gap: 25rem;
  margin-top: 25rem;
}

@media only screen and (min-width: 481px) {
  .how .items {
    grid-template-columns: 1fr 1fr 1fr;
    font-size: 14rem;
    max-width: 1055rem;
    margin: 30rem auto 0;
  }
}

.how .items .item {
  background-color: #6E7191;
  padding: 10rem 45rem 25rem 10rem;
  border-radius: 10rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 20rem) calc(100% - 20rem);
  background-size: 80rem;
}

.how .items .item:nth-child(1) {
  background-image: url("../one_click_new/img/how-ic-1.svg");
  background-color: #b5daf8;
  color: #0028B7;
}

.how .items .item:nth-child(2) {
  background-image: url("../one_click_new/img/how-ic-2.svg");
  background-color: #E5BEE9;
  color: #8332B4;
}

.how .items .item:nth-child(3) {
  background-image: url("../one_click_new/img/how-ic-3.svg");
  background-color: #ADE5D9;
  color: #00966D;
}

.how .items .item .top-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15rem;
}

.how .items .item .top-wrap .n {
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  background-color: #fcfcfc;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.how .items .item p {
  margin-top: 10rem;
  padding-left: 10rem;
}

.faq {
  background-image: url("../one_click_new/img/faq-bg-mob.svg");
  background-repeat: no-repeat;
  background-position: 0 100rem;
  background-size: 198rem;
}

@media only screen and (min-width: 481px) {
  .faq {
    background-image: none;
  }
}

.faq .items {
  margin-top: 25rem;
}

@media only screen and (min-width: 481px) {
  .faq .items {
    max-width: 1055rem;
    margin: 25rem auto 0;
  }
}

.faq .items .item {
  background: #FCFCFC;
  -webkit-box-shadow: 0rem 4rem 32rem rgba(0, 0, 0, 0.08);
          box-shadow: 0rem 4rem 32rem rgba(0, 0, 0, 0.08);
  border-radius: 10rem;
  color: #BB39BC;
}

.faq .items .item:not(:last-child) {
  margin-bottom: 15rem;
}

.faq .items .item.active .title::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 0;
}

.faq .items .item .title {
  cursor: pointer;
  padding: 15rem;
  font-size: 22rem;
  font-weight: bold;
  padding-right: 60rem;
  position: relative;
}

.faq .items .item .title::before, .faq .items .item .title::after {
  content: "";
  display: block;
  position: absolute;
  width: 24rem;
  height: 2rem;
  border-radius: 100rem;
  background-image: linear-gradient(114.44deg, #ED017F 0%, #7F33B5 100%);
  top: calc(50% - 1rem);
  right: 20rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.faq .items .item .title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq .items .item .text-wrap {
  display: none;
  padding: 0 15rem 15rem;
}

@media only screen and (min-width: 481px) {
  .faq .items .item .text-wrap {
    font-size: 20rem;
  }
}

.reviews {
  background-image: url("../one_click_new/img/reviews-bg-mob.svg");
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: 122rem;
  width: 100vw;
  overflow: hidden;
}

@media only screen and (min-width: 481px) {
  .reviews {
    background-image: none;
    width: 100%;
  }
}

.reviews .items-wrap {
  width: 100vw;
  position: relative;
  left: -20rem;
  overflow: hidden;
}

@media only screen and (min-width: 481px) {
  .reviews .items-wrap {
    max-width: 1055rem;
    left: auto;
    margin: 0 auto;
  }
}

.reviews .items {
  margin-top: 25rem;
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 481px) {
  .reviews .items {
    padding: 0 45rem 0;
    margin-bottom: 25rem;
  }
}

.reviews .items .col {
  padding: 0 10rem;
}

.reviews .items .slick-track, .reviews .items .slick-list {
  padding-left: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 481px) {
  .reviews .items .slick-track, .reviews .items .slick-list {
    padding-left: 0;
  }
}

.reviews .items .item {
  background-color: #fff;
  border-radius: 10rem;
  background-image: url("../one_click_new/img/reviews-bg.svg");
  background-size: cover;
  padding: 18rem;
  color: #fff;
  width: 310rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 481px) {
  .reviews .items .item {
    width: 100%;
  }
}

.reviews .items .item .top-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 5rem;
}

.reviews .items .item .top-wrap img {
  border-radius: 24rem;
  width: 82rem;
}

.reviews .items .item .top-wrap p {
  text-align: center;
  font-size: 22rem;
  font-weight: bold;
}

.reviews .items .item .bottom-wrap {
  display: grid;
  grid-template-columns: auto auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 5rem;
  font-size: 16rem;
  padding-top: 23rem;
  margin-top: auto;
}

.reviews .items .item .bottom-wrap img {
  width: 114rem;
  display: block;
}

.reviews .items .item .bottom-wrap span {
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-top: 2rem;
}

.reviews .items .item .bottom-wrap i {
  text-align: right;
}

.reviews .rates-wrap {
  margin-top: 25rem;
}

@media only screen and (min-width: 481px) {
  .reviews .rates-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 15rem;
    max-width: 730rem;
    width: 100%;
    margin: 25rem auto 0;
  }
}

.reviews .rates-wrap .text-wrap {
  text-align: center;
}

.reviews .rates-wrap .text-wrap b {
  font-size: 64rem;
  font-weight: 800;
  line-height: 1;
  margin: 30rem 0 10rem;
  display: block;
}

.reviews .rates-wrap .text-wrap img {
  display: block;
  width: 205rem;
  margin: 0 auto;
}

.reviews .rates-wrap .text-wrap span {
  font-size: 12rem;
}

.reviews .rates-wrap .img-wrap {
  display: none;
}

@media only screen and (min-width: 481px) {
  .reviews .rates-wrap .img-wrap {
    display: block;
  }
}

@media only screen and (min-width: 481px) {
  .reviews .rates-wrap .img-wrap img {
    display: block;
    width: 100%;
    max-width: 311rem;
    margin: 0 auto;
    -webkit-filter: drop-shadow(20rem 20rem 76rem rgba(0, 0, 0, 0.1));
            filter: drop-shadow(20rem 20rem 76rem rgba(0, 0, 0, 0.1));
  }
}

.get {
  background-image: url("../one_click_new/img/get-bg-mob.svg");
  background-repeat: no-repeat;
  background-position: 0 30rem;
  background-size: 237rem;
}

@media only screen and (min-width: 481px) {
  .get {
    background-image: url("../one_click_new/img/get-bg-desc.svg");
    background-size: 957rem;
    background-position: center 20rem;
  }
}

.get form {
  display: grid;
  grid-gap: 25rem;
  padding: 0 20rem;
}

@media only screen and (min-width: 481px) {
  .get form {
    max-width: 600rem;
    margin: 50rem auto 0;
    padding: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    grid-gap: 30rem;
  }
}

@media only screen and (min-width: 481px) {
  .get form .col:nth-child(1) {
    grid-row-end: span 3;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (min-width: 481px) {
  .get form .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 481px) {
  .get form .col:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media only screen and (min-width: 481px) {
  .get form .col:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media only screen and (min-width: 481px) {
  .get form .col:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media only screen and (min-width: 481px) {
  .get form .col:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media only screen and (min-width: 481px) {
  .get form .col:nth-child(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    grid-column: span 2;
  }
}

.get form .col p {
  text-align: center;
  font-size: 14rem;
}

@media only screen and (min-width: 481px) {
  .get form .col p {
    text-align: left;
  }
}

.checkout {
  padding: 100rem 0 50rem;
  width: 100vw;
  overflow: hidden;
}

@media only screen and (min-width: 481px) {
  .checkout {
    width: 100%;
    padding: 135rem 0 160rem;
  }
}

@media only screen and (min-width: 481px) {
  .checkout .wrap {
    display: grid;
    grid-template-columns: 1fr 335rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 65rem;
    max-width: 850rem;
    margin: 0 auto;
  }
}

.checkout .items-wrap {
  width: 100vw;
  position: relative;
  left: -20rem;
  overflow: hidden;
}

@media only screen and (min-width: 481px) {
  .checkout .items-wrap {
    width: 100%;
    left: auto;
    margin: 0 auto;
  }
}

.checkout .items {
  margin-top: 30rem;
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 481px) {
  .checkout .items {
    margin-bottom: 30rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30rem;
  }
}

.checkout .items .col {
  padding: 0 5rem;
}

@media only screen and (min-width: 481px) {
  .checkout .items .col {
    padding: 0;
  }
}

.checkout .items .slick-track, .checkout .items .slick-list {
  padding-left: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 1px;
}

@media only screen and (min-width: 481px) {
  .checkout .items .slick-track, .checkout .items .slick-list {
    padding-left: 1px;
  }
}

.checkout .info-wrap {
  padding-top: 20rem;
}

.checkout .info-wrap .total-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 10rem;
  font-size: 25rem;
}

@media only screen and (min-width: 481px) {
  .checkout .info-wrap .total-wrap {
    font-size: 20rem;
  }
}

.checkout .info-wrap .total-wrap b {
  font-weight: 800;
}

.checkout .info-wrap .tabs-wrap {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24rem;
}

@media only screen and (min-width: 481px) {
  .checkout .info-wrap .tabs-wrap {
    display: none;
  }
}

.checkout .info-wrap .tabs-wrap button {
  height: 66rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eff0f6;
  border-radius: 8rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.checkout .info-wrap .tabs-wrap button.active {
  background-image: linear-gradient(114.44deg, #ED017F 0%, #7F33B5 100%);
  -webkit-box-shadow: 0rem 4rem 4rem rgba(0, 0, 0, 0.25);
          box-shadow: 0rem 4rem 4rem rgba(0, 0, 0, 0.25);
}

.checkout .info-wrap .tabs-wrap button img {
  display: block;
  width: 70rem;
}

.checkout .info-wrap .form-card {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10rem 24rem;
}

.checkout .info-wrap .form-card .w100 {
  grid-column-end: span 2;
}

.checkout .info-wrap .form-card label {
  display: block;
}

.checkout .info-wrap .form-card label p {
  color: #4e4b66;
  font-size: 18rem;
  margin-bottom: 5rem;
}

.checkout .info-wrap .form-card label input {
  display: block;
  height: 55rem;
  border: none;
  border-radius: 8rem;
  background-color: #eff0f7;
  padding: 0 18rem;
  letter-spacing: 0.03em;
  font-size: 18rem;
}

.checkout .info-wrap .form-card label input::-webkit-input-placeholder {
  color: #a0a3bd;
}

.checkout .info-wrap .form-card label input:-ms-input-placeholder {
  color: #a0a3bd;
}

.checkout .info-wrap .form-card label input::-ms-input-placeholder {
  color: #a0a3bd;
}

.checkout .info-wrap .form-card label input::placeholder {
  color: #a0a3bd;
}

.checkout .info-wrap .form-card label input.card {
  background-image: url("../one_click_new/img/ic-mc.svg");
  background-size: 50rem;
  background-position: calc(100% - 10rem) center;
  background-repeat: no-repeat;
  padding-right: 70rem;
}

.checkout .info-wrap .form-card .btn-wrap {
  margin-top: 20rem;
}

.checkout .info-wrap .bottom-text {
  color: #4e4b66;
  text-align: center;
  font-size: 12rem;
  margin-top: 5rem;
}

.congratulations {
  padding: 100rem 0 50rem;
  background-image: url("../one_click_new/img/congratulations-bg-mob.svg");
  background-repeat: no-repeat;
  background-position: 0 150rem;
  background-size: contain;
  overflow: hidden;
}

@media only screen and (min-width: 481px) {
  .congratulations {
    background-image: url("../one_click_new/img/congratulations-bg-desc.svg");
    background-size: 1353rem;
    background-position: calc(50% + 600rem) -150rem;
    width: 100%;
    padding: 50rem 0 160rem;
  }
}

.congratulations .grid {
  margin-top: 20rem;
}

@media only screen and (min-width: 481px) {
  .congratulations .grid {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 336rem 1fr;
    max-width: 1020rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50rem;
  }
}

.congratulations .grid img {
  display: block;
  width: 100%;
  max-width: 324rem;
  margin: 0 auto;
}

@media only screen and (min-width: 481px) {
  .congratulations .grid img {
    max-width: 454rem;
    margin-right: 0;
  }
}

.congratulations .grid .table-wrap {
  margin-top: 50rem;
}

@media only screen and (min-width: 481px) {
  .congratulations .grid .table-wrap {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.congratulations .grid .table-wrap .table .tr {
  display: grid;
  grid-template-columns: 1fr 135rem;
  grid-gap: 10rem;
}

.congratulations .grid .table-wrap .table .tr:not(:last-child) {
  margin-bottom: 20rem;
}

.congratulations .grid .table-wrap .table .tr .td {
  font-size: 22rem;
}

.congratulations .grid .table-wrap .table .tr .td:first-child {
  color: #6e7191;
}

.congratulations .grid .table-wrap .table .tr .td:last-child {
  font-weight: 800;
  text-align: right;
  font-size: 25rem;
}

.congratulations .grid .btns-wrap {
  margin-top: 40rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10rem;
}

@media only screen and (min-width: 481px) {
  .congratulations .grid .btns-wrap {
    margin-top: 20rem;
  }
}
