/*! 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 {
  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 {
  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"] {
  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;
}

._2Kn0b0 {
  width: 100%;
  text-align: center;
  height: 50px;
  margin-top: -50px;
  padding-bottom: 10px;
  padding-top: 20px;
  color: #b1b1b1;
}
._2Kn0b0 a,
._2Kn0b0 a:hover {
  color: #b1b1b1;
  cursor: pointer;
}
._1nK53- {
  white-space: nowrap;
  padding: 0px 20px;
  height: 60px;
  display: flex;
  align-items: center;
  background: #fff;
}
@media (max-width: 550px) {
  ._1nK53- {
    width: 100vw;
    overflow-x: auto;
  }
}
._3jtTy3 {
  height: 40px;
  cursor: pointer;
}
.ay1eIM {
  margin-left: 20px;
}
._3bzYjy {
  margin-left: 100px;
  flex: 1 1;
}
._3veN4E,
._3veN4E:hover {
  display: inline-block;
  position: relative;
  color: #ff6565;
}
@media (hover: hover) {
  ._3veN4E:hover ._3Sbc75 {
    display: block;
    position: absolute;
    top: 50px;
    left: -30px;
    width: 200px;
    padding: 12px;
    z-index: 9;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  }
  ._3veN4E:hover ._3Sbc75 ._3b_WFu {
    color: #000;
    font-weight: bolder;
    white-space: normal;
    text-align: center;
    margin-bottom: 1em;
  }
  ._3veN4E:hover ._3Sbc75 img {
    width: 100%;
  }
}
._3Sbc75 {
  display: none;
}
._1nX2tW {
  margin-right: 50px;
  cursor: pointer;
  position: relative;
}
._1nX2tW:hover {
  color: #19cdd1;
}
._1nX2tW._1x8lgF {
  color: #63e9ec;
}
._1nX2tW._1x8lgF::after {
  content: '';
  display: inline-block;
  height: 2px;
  width: 56px;
  background: #63e9ec;
  position: absolute;
  left: 0px;
  margin-top: 36px;
}
@media (max-width: 768px) {
  .ay1eIM {
    display: none;
  }
  ._3bzYjy {
    margin-left: 40px;
  }
  ._1nX2tW {
    margin-right: 30px;
  }
}
._12DOC1 {
  display: inline-block;
}
._1efWOZ,
._1WZn8u,
.hSD9ab,
.hSD9ab:hover,
._2QRfGO,
._2QRfGO:hover {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  vertical-align: middle;
  outline: none;
}
._1efWOZ {
  border: none;
  background-color: #3fcfce;
  color: #fff;
}
._1efWOZ:hover {
  background-color: #52d4d3;
}
._1WZn8u {
  color: #3fcfce;
  border: 1px solid #3fcfce;
  background-color: #fff;
}
._1WZn8u:hover {
  background-color: rgba(63,207,206,0.06);
}
.hSD9ab,
.hSD9ab:hover {
  background-color: #79dddd;
  cursor: not-allowed;
}
._2QRfGO,
._2QRfGO:hover {
  background-color: #79dddd;
  cursor: not-allowed;
}
.GokVyx {
  margin-right: 8px;
}
._1zbcCu {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._2LELqN {
  margin-right: 10px;
  flex: 1 1;
  overflow: hidden;
}
._2LELqN:last-child {
  flex: none;
  margin-right: 0px;
}
._2LELqN:last-child ._2mAZEj {
  padding-right: 0px;
}
._2LELqN._3TvyYS ._2mAZEj {
  color: #4e4e4e;
}
._3bz5_s {
  display: inline-block;
  height: 23px;
  width: 23px;
  vertical-align: middle;
  border: 1px solid #a0a0a0;
  border-radius: 50%;
  margin-right: 3px;
}
._3bz5_s._3TvyYS {
  border: 1px solid #bde48d;
  background: #bde48d;
}
._3bz5_s._3TvyYS ._3bZhAh {
  color: #fff;
}
._3bZhAh {
  position: relative;
  color: #a0a0a0;
  top: 3px;
  left: 7px;
}
._2mAZEj {
  color: #a0a0a0;
  position: relative;
  padding-right: 5px;
}
._2mAZEj::after {
  content: '';
  height: 1px;
  background: #a0a0a0;
  position: absolute;
  top: 9px;
  left: 100%;
  width: 5555px;
  display: block;
}
._3Xq0PF {
  position: fixed;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
}
._1zkGIF {
  min-height: 38px;
  width: 260px;
  margin-top: 10px;
  display: flex;
  box-shadow: rgba(0,0,0,0.176) 0px 3px 8px;
  border-radius: 4px;
}
.NfC2Sl {
  text-align: center;
  padding-top: 8px;
  width: 26px;
  flex-shrink: 0;
  color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.NfC2Sl._1JTff1 {
  background: #37b47e;
}
.NfC2Sl._3hnrua {
  background: #da4a4a;
}
.NfC2Sl._22hyiO {
  background: #2684ff;
}
.HtHZPh {
  flex: 1 1;
  padding: 8px 12px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.HtHZPh._1JTff1 {
  background: #e3fcef;
  color: #064;
}
.HtHZPh._3hnrua {
  color: #ad0101;
  background: #efb7b7;
}
.HtHZPh._22hyiO {
  color: #2684ff;
  background: #fff;
}
.toast-animation-enter {
  -webkit-transform: translate3D(0, -120%, 0);
          transform: translate3D(0, -120%, 0);
}
.toast-animation-enter.toast-animation-enter-active {
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  -webkit-transition: -webkit-transform 100ms cubic-bezier(0.2, 0, 0, 1);
  transition: -webkit-transform 100ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 100ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 100ms cubic-bezier(0.2, 0, 0, 1), -webkit-transform 100ms cubic-bezier(0.2, 0, 0, 1);
}
.toast-animation-exit {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
  opacity: 0;
  -webkit-transition: opacity 220ms ease 0s, -webkit-transform 100ms cubic-bezier(0.2, 0, 0, 1);
  transition: opacity 220ms ease 0s, -webkit-transform 100ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 100ms cubic-bezier(0.2, 0, 0, 1), opacity 220ms ease 0s;
  transition: transform 100ms cubic-bezier(0.2, 0, 0, 1), opacity 220ms ease 0s, -webkit-transform 100ms cubic-bezier(0.2, 0, 0, 1);
}
.toast-animation-exit.toast-animation-exit-active {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
  opacity: 0;
}
._1qOzqf {
  max-height: 300px;
  min-height: 200px;
  padding: 0px 8px;
  background: #fafafa;
  overflow-y: auto;
}
._3aoE0Y {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 8px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 2px;
  margin: 10px auto;
}
._3xLTNB {
  height: 100%;
}
._19-z7S {
  font-size: 28px;
  color: #8e8e8e;
}
._1HRqi1 {
  display: inline-block;
}
.adZEgA {
  font-size: 16px;
  line-height: 1.4;
  max-width: 12em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.VqVjWq {
  text-align: left;
  font-size: 12px;
  line-height: 1.2;
  color: #adadad;
}
._3x3TWQ {
  cursor: pointer;
  color: #8e8e8e;
}
._1LnFOT {
  color: #8e8e8e;
}
._2WJStE {
  cursor: pointer;
}
._2WJStE,
._2WJStE:hover {
  color: #649ae4;
}
._1u9qTB {
  color: #93ecae;
}
._3xR6yF {
  width: 380px;
  margin: 0 auto;
  padding: 20px 25px 10px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(197,197,197,0.5);
}
._1Rgz2l {
  position: relative;
}
._1xgR1v {
  text-align: center;
  font-weight: 700;
  color: #757575;
}
._16cJdu {
  position: absolute;
  cursor: pointer;
  color: #8e8e8e;
}
._3Z-yfm {
  border: 2px dashed #d1d1d1;
  text-align: center;
  margin: 8px auto;
  outline: none;
}
._3Z-yfm._29put- {
  border: 2px solid #63e9ec;
  border-radius: 4px;
}
._1XnDvl {
  margin-top: 20px;
}
._2ObPGq {
  margin-top: 60px;
}
._3Bexjs {
  font-size: 42px;
  color: #8e8e8e;
}
._1FRSSP {
  color: #8e8e8e;
  margin-top: 8px;
  font-size: 13px;
}
.Ua8o6l {
  width: 215px;
  margin-top: 15px;
  margin-bottom: 100px;
}
.IL_5aL {
  color: #40af9c;
}
.IL_5aL:hover {
  color: #74ccbd;
}
._31-MJ1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._2OVRj9 {
  cursor: pointer;
  color: #40af9c;
}
._3TiMmv {
  text-align: right;
  color: #adadad;
}
._3zjNNo {
  width: 100%;
  margin-top: 20px;
}
/* STEP 2 */
._3d5TSD {
  color: #8e8e8e;
  margin-bottom: 10px;
}
._19gixB {
  margin: 10px 0px 20px;
}
._2qcrGl {
  margin: 10px 0px 20px;
}
._2Zoggo {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  border: 1px solid #c8c8c8;
  background: #eee;
  padding: 0px 10px;
  margin-right: 10px;
}
._1SuOe4 {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  border: 1px solid #c8c8c8;
  background: #eee;
  padding: 0px 10px;
  margin-right: 10px;
  width: 238px;
  text-align: center;
}
._20RtoV {
  color: #649ae4;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
._1L_XZ- {
  margin-top: 10px;
  text-align: center;
}
._1IkS0W {
  width: 120px;
}
._3dHOOW {
  margin-top: 20px;
  color: #a7a7a7;
  line-height: 1.5;
}
._3kSmAG {
  margin-top: 20px;
  width: 100%;
}
/* step 3 */
.lbn5Xj {
  margin: 8px auto;
}
.PJ7cTz {
  display: flex;
  justify-content: space-between;
  color: #a7a7a7;
}
.nkT-WI {
  color: #61f36b;
}
._5ew-iS {
  color: #ea7a7a;
}
._2_x9HQ {
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 1200px) {
  ._3xR6yF {
    width: 80%;
    max-width: 650px;
  }
}
._2NI-Bu {
  position: relative;
}
._38jnea {
  position: relative;
}
._1ItMl6 {
  outline: none;
  border: 1px solid #a9a9a9;
  padding-left: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
._1ItMl6:focus,
._1ItMl6:active {
  border-color: #56bdc0;
}
._1ItMl6::-webkit-input-placeholder {
  color: #b5b5b5;
}
._1ItMl6:-ms-input-placeholder {
  color: #b5b5b5;
}
._1ItMl6::-ms-input-placeholder {
  color: #b5b5b5;
}
._1ItMl6::placeholder {
  color: #b5b5b5;
}
._2_bPxy {
  margin-right: 2px;
}
.gCi4nG {
  margin-top: 2px;
  position: absolute;
  color: #dc4646;
}
._8bl-qe {
  width: 380px;
  margin: 0 auto;
  padding: 20px 22px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 2px 4px 0px rgba(197,197,197,0.5);
}
._3AsA1Y {
  position: relative;
}
.MQm7zy {
  text-align: center;
  font-weight: 700;
  color: #757575;
}
._2Mx9a4 {
  position: absolute;
  cursor: pointer;
  color: #8e8e8e;
}
._2iTtOQ {
  width: 100%;
  height: 42px;
  margin-top: 60px;
}
._3WTb49 {
  width: 100%;
  margin-top: 20px;
}
.zqMaDg {
  text-align: right;
  color: #989898;
  cursor: pointer;
  margin-top: 138px;
}
._3DmJej {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #8e8e8e;
}
.uBaZ2I {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  color: #8e8e8e;
}
.iVIWn9 {
  color: #61f36b;
}
._2eFt-R {
  color: #ea7a7a;
}
@media (max-width: 1200px) {
  ._8bl-qe {
    width: 80%;
    max-width: 650px;
  }
}
._13zwq3 {
  padding: 30px;
  height: 185px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(197,197,197,0.5);
}
.O7Bq1A {
  font-size: 16px;
  margin-bottom: 25px;
}
.BCfR8x {
  letter-spacing: 4px;
}
._1-uRnm {
  color: #8e8e8e;
  font-family: serif;
  line-height: 1.4;
}
._2LUsdD {
  background: -webkit-gradient(linear, left top, left bottom, from(#bddee1), to(#f0fcfd));
  background: linear-gradient(#bddee1, #f0fcfd);
  min-height: 100%;
  padding-bottom: 50px;
}
._2KMkak {
  width: 1110px;
  margin: auto;
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
}
.IScM0S {
  margin-left: 80px;
}
._22OOXg {
  display: flex;
  justify-content: space-between;
  width: 650px;
  margin-bottom: 50px;
}
._19O2vU {
  width: 300px;
  height: 185px;
}
._2ekLXR {
  margin-right: 5px;
  font-size: 18px;
  color: #f9acef;
}
._1fZxby {
  margin-right: 5px;
  font-size: 18px;
  color: #f05f5f;
}
._3jTGm8 {
  margin-right: 5px;
  font-size: 18px;
  color: #5abaf4;
}
._30NGwS {
  margin-right: 5px;
  font-size: 18px;
  color: #6adf4a;
}
@media (max-width: 1200px) {
  ._2KMkak {
    display: block;
    width: auto;
  }
  .IScM0S {
    margin: auto;
  }
  ._22OOXg {
    margin: auto;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  ._22OOXg {
    display: block;
    width: auto;
    margin-top: 0px;
  }
  ._19O2vU {
    margin: auto;
    margin-top: 50px;
  }
}
html {
  color: #4a4a4a;
}

html,body {
  height: 100%;
  font-size: 14px;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

div#root {
  height: 100%;
}

a, a:hover, a:active {
  color: #6f6f6f;
  text-decoration: none;
}


.animation-spin {
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

