/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000;
}
body.onboarding-page header.header {
  display: none;
}
body.onboarding-page .header__logo {
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  body.onboarding-page .header__logo img {
    max-width: initial;
    max-height: initial;
  }
}
body.onboarding-page .testimonial {
  display: none;
}
body.onboarding-page .bar {
  display: none;
}
body.onboarding-page footer {
  display: none;
}
body.onboarding-store-list-page header.header {
  display: none;
}
body.onboarding-store-list-page .header__logo {
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  body.onboarding-store-list-page .header__logo img {
    max-width: initial;
    max-height: initial;
  }
}
body.onboarding-store-list-page .testimonial {
  display: none;
}
body.onboarding-store-list-page .bar {
  display: none;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.2em / 2);
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.2em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	accordion-dev
\* ------------------------------------------------------------ */
.accordion-dev {
  counter-reset: num;
  position: relative;
  overflow: hidden;
}
.accordion-dev:after {
  content: "";
  width: 0.5rem;
  height: 9999rem;
  background-color: #E5E5E5;
  position: absolute;
  top: 0;
  left: 2.5rem;
  z-index: 0;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .accordion-dev:after {
    left: 1.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion-dev:after {
    left: 1.2rem;
    width: 0.3rem;
  }
}
.accordion-dev .accordion__section {
  padding: 1.7rem 1rem 2.8rem 7.5rem;
  counter-increment: num;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  cursor: pointer;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .accordion-dev .accordion__section {
    padding-left: 5.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion-dev .accordion__section {
    padding: 0.4rem 0 1.5rem 4rem;
  }
}
.accordion-dev .accordion__section .accordion__head span {
  content: counter(num);
  width: 5.3rem;
  height: 5.3rem;
  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;
  font-family: Vickey, sans-serif;
  font-size: 3.15rem;
  line-height: 1;
  background-color: #969696;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.7rem 0 0;
  z-index: 1;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .accordion-dev .accordion__section .accordion__head span {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion-dev .accordion__section .accordion__head span {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.4rem;
  }
}
.accordion-dev .accordion__section .accordion__head span:before {
  content: counter(num);
}
.accordion-dev .accordion__section:last-child {
  background-color: #fff;
}
.accordion-dev p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.accordion-dev h3 {
  margin-bottom: 0.2rem;
}
.accordion-dev .accordion__content {
  max-height: 0;
  -webkit-transition: all 0s 0.8s, max-height 0.8s;
  -o-transition: all 0s 0.8s, max-height 0.8s;
  transition: all 0s 0.8s, max-height 0.8s;
  overflow: hidden;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion-dev .accordion__content {
    max-width: 40rem;
  }
}
.accordion-dev .accordion__media {
  min-width: 52.5rem;
  display: none;
  /*  Mobile  */
  /*  Mobile Small  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion-dev .accordion__media {
    display: block;
    margin-left: -1.5rem;
  }
}
@media (max-width: 650px) {
  .accordion-dev .accordion__media {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    margin: -10% 0;
    margin-left: -1.5rem;
  }
}
@media (max-width: 420px) {
  .accordion-dev .accordion__media {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    margin: -20% 0;
    margin-left: -1.5rem;
  }
}
@media (max-width: 374px) {
  .accordion-dev .accordion__media {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    margin: -30% 0;
    margin-left: -1.5rem;
  }
}
.accordion-dev .current {
  padding: 0.9rem 1rem 1.6rem 7.5rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .accordion-dev .current {
    padding-left: 5.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion-dev .current {
    padding: 0.4rem 0 1.5rem 4rem;
  }
}
.accordion-dev .current .accordion__content {
  max-height: 70rem;
  overflow: visible;
  -webkit-transition: all 0s, max-height 0.8s;
  -o-transition: all 0s, max-height 0.8s;
  transition: all 0s, max-height 0.8s;
}
.accordion-dev .current .accordion__head span {
  background-color: #222222;
}
.accordion-dev .active .accordion__head {
  color: #007B60;
}
.accordion-dev .active .accordion__head span {
  background-color: #007B60;
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: 33.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header-dev {
  padding: 2rem 2.7rem 2rem 3.1rem;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .header-dev {
    padding: 1.5rem;
  }
}
.header-dev .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-dev .gray-button {
  margin-bottom: 0.6rem;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .header-dev .gray-button {
    margin-bottom: 0;
  }
}
.header-dev .header__logo {
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header-dev .header__logo {
    max-width: 12rem;
  }
}
.header-dev .gray-button {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  border: 0.1rem solid #1E265D;
  border-radius: 2.2rem;
  padding: 0.7rem 1.4rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  text-decoration: none;
  -webkit-animation: waggle 1s ease-out 0.5s forwards !important;
          animation: waggle 1s ease-out 0.5s forwards !important;
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Media
\* ------------------------------------------------------------ */
.media {
  position: relative;
  text-align: center;
  padding: 8.2rem 0;
  display: inline-block;
}
.media img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.media:before {
  content: "";
  width: 46.1rem;
  height: 46.1rem;
  border-radius: 50%;
  background-color: #FDF7F7;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.media > * {
  position: relative;
  z-index: 2;
}
.media .media__text {
  position: absolute;
  top: -1.6rem;
  right: 5.8rem;
}
.media .media__inner {
  position: relative;
}
.media .media__text--center {
  position: absolute;
  top: -1.1rem;
  left: 52%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.media .media__text--center-alt {
  top: 2rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(-2deg);
      -ms-transform: translate(-50%, 0) rotate(-2deg);
          transform: translate(-50%, 0) rotate(-2deg);
}
.media .media__cursor {
  position: absolute;
  bottom: 3rem;
  left: 8rem;
  z-index: 5;
  display: inline-block;
}
.media .media__btn {
  position: absolute;
  top: 10.7rem;
  right: 8.5rem;
  z-index: 4;
  display: inline-block;
}
.media .media__inner > img:not(.img1):not(.media__popup) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.media .media__bar {
  height: 0.72rem;
  width: 29.5%;
  background-color: #E7E7E7;
  border-radius: 0.5rem;
  position: absolute;
  right: 14%;
  top: 44.8%;
  overflow: hidden;
}
.media .media__bar:after {
  content: "";
  width: 0;
  height: 100%;
  background: rgb(255, 71, 103);
  background: -o-linear-gradient(130deg, rgb(255, 71, 103) 0%, rgb(255, 115, 69) 100%);
  background: linear-gradient(320deg, rgb(255, 71, 103) 0%, rgb(255, 115, 69) 100%);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.media .media__code {
  position: absolute;
  top: 36.5%;
  left: 56.5%;
  display: inline-block;
  font-size: 1.1rem;
  letter-spacing: -0.012em;
  color: #1F265A;
}
.media .media__popup {
  position: absolute;
  top: 14.2%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 4;
  opacity: 1;
  height: auto;
  width: 77%;
}
.media .media__button {
  position: absolute;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: 1.3rem;
  left: auto;
  right: 6.6rem;
  z-index: 4;
  opacity: 1;
}
.media .media__button.shake {
  -webkit-animation-name: waggle;
          animation-name: waggle;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
/* ------------------------------------------------------------ *\
	media-animation1
\* ------------------------------------------------------------ */
.media-animation1:not(.animate) .media__inner > .img1 {
  opacity: 1;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.media-animation1:not(.animate) .media__inner > .img2:not(.media__popup) {
  opacity: 0;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.media-animation1:not(.animate) .media__text {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.media-animation1:not(.animate) .media__btn,
.media-animation1:not(.animate) .media__cursor {
  opacity: 1;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.media-animation1:not(.animate) .media__popup {
  opacity: 0;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.animate.media-animation1 .media__cursor {
  bottom: 44%;
  left: 75%;
  -webkit-transition: 1.5s 0.6s, opacity 0.4s 3s;
  -o-transition: 1.5s 0.6s, opacity 0.4s 3s;
  transition: 1.5s 0.6s, opacity 0.4s 3s;
  opacity: 0;
}
.animate.media-animation1 .media__popup {
  opacity: 1;
  -webkit-transition: 0.4s 0.5s;
  -o-transition: 0.4s 0.5s;
  transition: 0.4s 0.5s;
}
.animate.media-animation1 .media__inner > .img1 {
  opacity: 0;
  -webkit-transition: 0.4s 3s;
  -o-transition: 0.4s 3s;
  transition: 0.4s 3s;
}
.animate.media-animation1 .media__inner > .img2:not(.media__popup) {
  opacity: 1;
  -webkit-transition: 0.4s 3s;
  -o-transition: 0.4s 3s;
  transition: 0.4s 3s;
  z-index: 8;
}
.animate.media-animation1 .media__text {
  opacity: 0;
  -webkit-transition: 0.4s 3s;
  -o-transition: 0.4s 3s;
  transition: 0.4s 3s;
}
/* ------------------------------------------------------------ *\
	media-animation2
\* ------------------------------------------------------------ */
.media-animation2 .media__cursor {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.media-animation2 .media__popup {
  opacity: 0;
}
.media-animation2 .media__code {
  opacity: 0;
}
.media-animation2 .media__bar {
  opacity: 0;
}
.media-animation2.stage-1 .media__inner > .popup1 {
  opacity: 1 !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.media-animation2.stage-1 .media__cursor {
  bottom: 40.2%;
  left: 73.8%;
  -webkit-transition: all 0.6s 1.5s, opacity 0.4s;
  -o-transition: all 0.6s 1.5s, opacity 0.4s;
  transition: all 0.6s 1.5s, opacity 0.4s;
  opacity: 1;
}
.media-animation2.stage-2 .media__cursor {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.media-animation2.stage-2 .media__inner > .popup1 {
  opacity: 0 !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.media-animation2.stage-2 .media__inner > .popup2 {
  opacity: 1 !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.media-animation2.stage-2 .media__code {
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 4;
}
.media-animation2.stage-2 .media__bar {
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 4;
}
.media-animation2.stage-2 .media__bar:after {
  width: 100%;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.media-animation2.stage-3 .media__cursor {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.media-animation2.stage-3 .media__inner > .popup1 {
  opacity: 0 !important;
}
.media-animation2.stage-3 .media__inner > .popup2 {
  opacity: 0 !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.media-animation2.stage-3 .media__inner > .popup3 {
  opacity: 1 !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.media-animation2.stage-4 .media__cursor {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.media-animation2.stage-4 .media__inner > .popup1,
.media-animation2.stage-4 .media__inner > .popup2 {
  opacity: 0 !important;
}
.media-animation2.stage-4 .media__inner > .popup3 {
  opacity: 0 !important;
  -webkit-transition: 0.2s 1s;
  -o-transition: 0.2s 1s;
  transition: 0.2s 1s;
}
/* ------------------------------------------------------------ *\
	media-animation3
\* ------------------------------------------------------------ */
.media-animation3:not(.animate) .media__inner > .img1 {
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.media-animation3:not(.animate) .media__popup.popup1 {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 4;
}
.animate.media-animation3 .media__inner > .popup1 {
  opacity: 1;
  -webkit-transition: 0.4s 0.5s;
  -o-transition: 0.4s 0.5s;
  transition: 0.4s 0.5s;
}
/* ------------------------------------------------------------ *\
	media-animation4
\* ------------------------------------------------------------ */
.media-animation4 .media__cursor {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.media-animation4.stage-1 .media__cursor {
  bottom: 54%;
  left: 23%;
  opacity: 1;
  -webkit-transition: all 0.6s 0.2s, opacity 0.2s 0s;
  -o-transition: all 0.6s 0.2s, opacity 0.2s 0s;
  transition: all 0.6s 0.2s, opacity 0.2s 0s;
}
.media-animation4.stage-1 .media__inner > .img1 {
  opacity: 0 !important;
  -webkit-transition: 0.2s 1s;
  -o-transition: 0.2s 1s;
  transition: 0.2s 1s;
}
.media-animation4.stage-1 .media__inner > .img2 {
  opacity: 1 !important;
  -webkit-transition: 0.4s 1s;
  -o-transition: 0.4s 1s;
  transition: 0.4s 1s;
}
.media-animation4.stage-2 .media__cursor {
  bottom: 54%;
  left: 30%;
}
.media-animation4.stage-2 .media__inner > .img1 {
  opacity: 0 !important;
}
.media-animation4.stage-2 .media__inner > .img2 {
  opacity: 0 !important;
  -webkit-transition: 0.2s 1s;
  -o-transition: 0.2s 1s;
  transition: 0.2s 1s;
}
.media-animation4.stage-2 .media__inner > .img3 {
  opacity: 1 !important;
  -webkit-transition: 0.4s 1s;
  -o-transition: 0.4s 1s;
  transition: 0.4s 1s;
}
.media-animation4.stage-3 .media__cursor {
  bottom: 30%;
  left: 65.3%;
  opacity: 0;
  -webkit-transition: all 0.6s, opacity 0.2s 1.5s;
  -o-transition: all 0.6s, opacity 0.2s 1.5s;
  transition: all 0.6s, opacity 0.2s 1.5s;
}
.media-animation4.stage-3 .media__inner > .img1,
.media-animation4.stage-3 .media__inner > .img2 {
  opacity: 0 !important;
}
.media-animation4.stage-3 .media__inner > .img3 {
  opacity: 0 !important;
  -webkit-transition: 0.2s 1s;
  -o-transition: 0.2s 1s;
  transition: 0.2s 1s;
}
.media-animation4.stage-3 .media__inner > .img4 {
  opacity: 1 !important;
  -webkit-transition: 0.4s 1s;
  -o-transition: 0.4s 1s;
  transition: 0.4s 1s;
}
.media-animation4.stage-4 .media__cursor {
  -webkit-transition: all 0.6s, opacity 0.2s 1.5s;
  -o-transition: all 0.6s, opacity 0.2s 1.5s;
  transition: all 0.6s, opacity 0.2s 1.5s;
}
.media-animation4.stage-4 .media__inner > .img4 {
  opacity: 0 !important;
  -webkit-transition: 0.2s 1s;
  -o-transition: 0.2s 1s;
  transition: 0.2s 1s;
}
.media-animation4.stage-4 .media__inner > .img1 {
  opacity: 1 !important;
  -webkit-transition: 0.4s 1s;
  -o-transition: 0.4s 1s;
  transition: 0.4s 1s;
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	section-logos
\* ------------------------------------------------------------ */
.section-logos {
  padding: 3.6rem 0 4rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-logos {
    margin-top: 0;
  }
}
.section-logos .button {
  display: inline-block;
  padding: 1.1rem 2.7rem;
  font-size: 1.38rem;
  border: 0.1rem solid transparent;
  background: #007b60;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
}
.section-logos .section__head {
  max-width: 53rem;
  margin: 0 auto 4.8rem;
  text-align: center;
}
.section-logos .section__head h1 {
  letter-spacing: -0.04em;
  text-transform: none;
  line-height: 1.11;
  font-family: Vickey, sans-serif;
  font-size: 3.6rem;
  margin-bottom: 0.9rem;
}
.section-logos .section__head a {
  text-decoration: none;
}
.section-logos .section__head p {
  font-size: 1.8rem;
  line-height: 1.67;
}
.section-logos ul {
  width: 150rem;
  list-style-type: none;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .section-logos ul {
    width: 110vw;
  }
}
.section-logos .js-marquee-wrapper {
  display: inline-block;
}
.section-logos .button {
  display: inline-block;
  padding: 1.6rem 2.4rem;
  font-size: 1.7rem;
  border: 0.1rem solid transparent;
}
.section-logos .item {
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  width: auto !important;
  height: auto !important;
}
.section-logos .item a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  display: inline-block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .section-logos .item a:hover {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-logos .item a:hover {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.section-logos .stamp {
  position: absolute;
  width: 10rem;
  height: 10rem;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .section-logos .stamp {
    display: none;
  }
}
.section-logos .stamp.corner-tl {
  width: 4rem;
  height: 4rem;
  top: 0;
  left: 0;
}
.section-logos .stamp.corner-bl {
  bottom: 0;
  left: 0;
}
.section-logos .stamp.corner-ct {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 60rem;
  height: 5rem;
}
.section-logos .stamp.corner-cb {
  bottom: 0;
  left: 50%;
  width: 40rem;
  height: 20rem;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
/* ------------------------------------------------------------ *\
	section-steps
\* ------------------------------------------------------------ */
.section-steps .button {
  display: inline-block;
  padding: 1.1rem 2.7rem;
  font-size: 1.38rem;
  border: 0.1rem solid transparent;
  background: #007B60;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
}
.section-steps .section__inner {
  padding: 4.4rem 3.8rem;
  /*  Small Desktop  */
}
@media (max-width: 1199px) {
  .section-steps .section__inner {
    padding: 4.4rem 0;
  }
}
.section-steps h1 {
  letter-spacing: -0.04em;
  text-transform: none;
  line-height: 1.11;
  font-family: Vickey, sans-serif;
  font-size: 3.6rem;
  margin-bottom: 0;
}
.section-steps h3 {
  font-size: 1.8rem;
}
.section-steps .section__head {
  margin-bottom: 2.5rem;
}
.section-steps .section__aside {
  padding: 1.4rem 0 0 0.7rem;
  height: 100%;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .section-steps .section__aside {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
}
.section-steps .section__media {
  position: absolute;
  top: -99999rem;
  right: -9999rem;
  opacity: 0;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.section-steps .section__media.current {
  position: relative;
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.4s 0.2s;
  -o-transition: opacity 0.4s 0.2s;
  transition: opacity 0.4s 0.2s;
}
.section-steps .grid {
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-steps .grid {
    display: block;
  }
}
.section-steps .grid__col--left {
  max-width: calc(100% - 53.2rem);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% - 53.2rem);
      flex-basis: calc(100% - 53.2rem);
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .section-steps .grid__col--left {
    max-width: calc(100% - 40rem);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% - 40rem);
        flex-basis: calc(100% - 40rem);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-steps .grid__col--left {
    max-width: 100%;
  }
}
.section-steps .grid__col--right {
  max-width: 53.2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53.2rem;
          flex: 0 0 53.2rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .section-steps .grid__col--right {
    max-width: 40rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40rem;
            flex: 0 0 40rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-steps .grid__col--right {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 114rem + 1.5rem * 2 );
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
  width: 100%;
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  max-width: 100vw;
  overflow: hidden;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
/*# sourceMappingURL=bundle.css.map */
