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

html,
body {
  padding: 0;
  margin: 0; }

body {
  font-family: Roboto, sans-serif;
  color: #353A48; }

.c-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 375px) {
    .c-container {
      padding-left: 40px;
      padding-right: 40px; } }

.flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  color: #353A48;
  margin-top: 48px;
  margin-bottom: 0; }

.submitFakeButton {
  visibility: hidden;
  position: absolute; }

.examples {
  text-align: center;
  color: #4482FF; }
  .examples span {
    color: #9A9CA3; }

/*=============================================
=            String functions            =
=============================================*/
/*=====  End of String functions  ======*/
/*=============================================
=            MATH FUNCTIONS           =
=============================================*/
/************ USAGE *****************/
/*
// Below 34em (544px)
//
@include media("<xs") {
}

// Above 34em (544px)
//
@include media(">xs") {
}

// Below 48em (768px)
//
@include media("<md") {
}

// Between 34em (544px) and 48em (768px)
//
@include media(">sm", "<md") {
}

// Above 48em (768px)
//
@include media(">sm") {
}

// Below 62em (992px)
//
@include media("<lg") {
}

// Between 48em (768px) and 62em (992px)
//
@include media(">md", "<lg") {
}

// Above 62em (992px)
//
@include media(">lg") {
}

// Below 75em (1200px)
//
@include media("<xl") {
}

// Between 62em (992px) and 75em (1200px)
//
@include media(">lg", "<xl") {
}

// Above 75em (1200px)
//
@include media(">xl") {
}

// Retine declarations, even with other breakpoints
//
@include media("retina2x", ">xl") {
}

// Complex alias
//
$retina3x-big-screen: ">=lg", "<xl", "landscape", "retina3x";

@include media($retina3x-big-screen) {
}
*/
._33wKG {
  display: none; }
  @media (min-width: 1025px) {
    ._33wKG {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

._23Brr {
  margin-left: 15px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #FFFFFF; }

._1nAb2 {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  height: 40px;
  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;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: border-color, background-color, color, opacity, -webkit-transform;
  transition-property: border-color, background-color, color, opacity, -webkit-transform;
  transition-property: border-color, background-color, color, opacity, transform;
  transition-property: border-color, background-color, color, opacity, transform, -webkit-transform; }
  ._3SoBs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  ._1PTf2 {
    background-color: #49D27B;
    -webkit-box-shadow: 0 16px 32px rgba(73, 210, 123, 0.2);
    box-shadow: 0 16px 32px rgba(73, 210, 123, 0.2);
    border-radius: 2px;
    color: white;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px; }
    ._1PTf2:hover {
      background-color: #35cd6c; }
  ._2lduy {
    background-color: #FF553E;
    border-radius: 2px;
    color: white;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px; }
    ._2lduy:hover {
      background-color: #ff3f25; }
  ._1M7m_ {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    border-radius: 2px;
    color: white;
    background-color: #4482FF;
    padding: 0 21px; }
    ._1M7m_:hover {
      background-color: #2b71ff; }
  ._2p8BK {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    background-color: white;
    color: #9BA4B1;
    padding: 0 21px;
    border: 1px solid #CDD1D8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px; }
    ._2p8BK:hover {
      border-color: #bfc4cd;
      color: #7e8a9b; }

._2l8DL {
  height: 24px; }

._3aeIu {
  height: 36px; }

._2MaTR {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

._2O1rR::after {
  content: "";
  display: block;
  width: 21px;
  height: 10px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='10' viewBox='0 0 21 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9575 0C10.9575 5.52285 6.48037 10 0.95752 10H20.9575C15.4347 10 10.9575 5.52285 10.9575 0Z' fill='white'/%3E%3C/svg%3E%0A"); }

._1rE0q._2O1rR::after {
  left: 54px; }

._1rE0q:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2px;
  background: #FFFFFF;
  opacity: 0.2;
  border-radius: 3px;
  width: 20px;
  margin: 0 17px; }

._1SPck {
  height: 100%;
  padding: 0; }

._26d3h {
  margin-left: 12px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #9A9CA3;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out; }
  ._3WYPH {
    color: #FFFFFF; }

.XzjVD {
  height: 64px;
  padding: 0 40px;
  background-color: #353A48;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

._1aD1i {
  padding: 0;
  margin: 0 0 0 26px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

._171d3 {
  width: 89px; }

.rxCnd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 4px 32px rgba(155, 164, 177, 0.15);
  box-shadow: 0 4px 32px rgba(155, 164, 177, 0.15);
  height: 64px;
  padding: 0 40px;
  background-color: white;
  position: relative;
  z-index: 999; }

._2vPQu {
  -webkit-transition: 0.2s cubic-bezier(0.39, 0.58, 0.57, 1) -webkit-transform;
  transition: 0.2s cubic-bezier(0.39, 0.58, 0.57, 1) -webkit-transform;
  transition: 0.2s cubic-bezier(0.39, 0.58, 0.57, 1) transform;
  transition: 0.2s cubic-bezier(0.39, 0.58, 0.57, 1) transform, 0.2s cubic-bezier(0.39, 0.58, 0.57, 1) -webkit-transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

._3_gtJ:hover ._2vPQu {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px); }

._1Xoiy:hover ._2vPQu {
  -webkit-transform: translateX(3px);
  transform: translateX(3px); }

._3eMbh {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #353A48; }

._6t40B {
  color: #FF553E; }

._2Sj8I {
  color: #9BA4B1; }

.FKuZs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.fleSj {
  padding: 8px 16px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #353A48;
  margin-top: 8px;
  border: 1px solid #B9C1CC;
  border-radius: 2px;
  outline: none;
  line-height: 22px;
  height: 40px;
  -webkit-transition: 200ms ease-out border-color;
  transition: 200ms ease-out border-color;
  width: 100%; }
  ._3ZntS {
    padding-left: calc(1ch + 0.24em + 16px); }
  .fleSj:focus {
    border-color: #4482FF; }
  .fleSj::-webkit-input-placeholder {
    color: #9BA4B1; }
  .fleSj::-moz-placeholder {
    color: #9BA4B1; }
  .fleSj:-ms-input-placeholder {
    color: #9BA4B1; }
  .fleSj::-ms-input-placeholder {
    color: #9BA4B1; }
  .fleSj::placeholder {
    color: #9BA4B1; }

.p-EsM {
  position: absolute;
  font-size: 14px;
  left: 15px;
  bottom: 9px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #9BA4B1;
  line-height: 22px; }

._3x4B- {
  color: #353A48; }

._1Ihgq {
  width: 100%;
  position: relative; }

.glJel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
  background-color: #ECEEF3; }

._3ncKI {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 12px 0 0; }

._1I9kV {
  margin: 0; }

._3MV0P {
  width: 178px; }

._1K7VI {
  width: 670px;
  margin: 0 auto; }

._2QXoK {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 48px rgba(155, 164, 177, 0.15);
  box-shadow: 0 4px 48px rgba(155, 164, 177, 0.15);
  margin-bottom: 12px;
  padding: 12px; }

._3W83z {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

._1kzlP {
  margin: 0; }

._1jpb3 {
  margin-left: 12px;
  padding: 0;
  width: 30px; }

._1T3k0 {
  display: inline-block;
  margin: 0 0 8px 12px; }

._1Mzun {
  width: 930px;
  margin: 0 auto; }

._2Kt_Z {
  margin-bottom: 24px; }

._1wI2A {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  border-bottom: 1px solid #DEE0E5;
  height: 64px;
  padding: 0 12px;
  cursor: pointer; }

.DGpmC {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18px;
  height: 18px;
  -webkit-transition: 0.2s ease-out transform;
  transition: 0.2s ease-out transform;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-right: 8px; }

.XCfjZ .DGpmC {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

._9O_Tt {
  background-color: #FAFAFB;
  padding: 15px 12px 0 12px; }

._3M1V3 {
  margin-bottom: 12px; }

._3iYis {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #353A48; }
  ._3iYis span {
    color: #9BA4B1; }
  ._3iYis ._2dLFr {
    color: #4482FF;
    font-weight: normal;
    font-size: 14px; }

._1gfg0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  ._1gfg0::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.95752 9L8.95752 12M8.95752 12L5.95752 15M8.95752 12H0.95752V1' stroke='%239BA4B1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: contain;
    width: 10px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: auto 10px auto 6px; }

._1lMcg {
  background-color: white;
  border-radius: 3px;
  border: 1px solid #E1E4E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 12px 0 12px 12px;
  margin-bottom: 12px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.Qmit9 {
  margin-right: 12px;
  width: 298px; }

._225As {
  margin-right: 12px;
  width: 79px; }

.gDbMU {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

._3X_IK {
  width: 48px;
  padding: 0; }

._3nefs {
  margin-left: -16px;
  margin-right: -16px; }

._21Vcw {
  text-align: center; }

._2oZcZ {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px; }

.KV-b- {
  margin: 30px 0; }

.ODTma + .ODTma {
  margin-top: 33px; }

._3wxuE {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 0; }

._3pj0_ {
  margin: 18px auto;
  display: block; }

._2r97R {
  position: relative;
  margin-top: 21px; }

.qtjYn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }

.p_abM {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
  -webkit-transition: 200ms color ease-out;
  transition: 200ms color ease-out; }

.OUr9B {
  font-size: 14px;
  line-height: 1.43;
  margin-top: 8px;
  -webkit-transition: 200ms color ease-out;
  transition: 200ms color ease-out; }

._1-bUg {
  margin-top: 9px;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 200ms color ease-out;
  transition: 200ms color ease-out; }
  ._1-bUg::before {
    content: attr(data-currency);
    font-size: 14px;
    line-height: 19px;
    margin-right: 0.24em; }

.OUr9B + ._1-bUg {
  margin-top: 5px; }

._3SCXB {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    ._3SCXB {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }

._2NhHD {
  padding-bottom: 48px; }

._3aHJG {
  margin: 20px 0;
  font-family: "Open Sans", sans-serif; }
  @media screen and (min-width: 768px) {
    ._3aHJG {
      margin: 48px 0; } }

._1xUOK {
  text-align: center;
  margin-top: 0; }

._2FF4R {
  height: 530px;
  position: relative; }
  ._2FF4R::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin-top: -55px;
    width: 100%;
    height: 670px;
    background: url(/images/mobile-mockup.png) calc(50% + 3px) 50% no-repeat;
    z-index: 1; }

._1lt3Z {
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 236px;
  max-width: 100%;
  margin: auto;
  border-radius: 24px;
  background-color: #fff;
  -webkit-transition: 200ms ease-out background-color;
  transition: 200ms ease-out background-color; }

.q2g1j {
  width: calc(231px + 40px * 2);
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.hZBrz {
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
  border-radius: 24px;
  text-align: center;
  top: 31px;
  height: calc(100% - 48px);
  width: 100%; }

._2tmi- {
  -webkit-transform: scale(0.616);
  transform: scale(0.616);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
  height: 162.33766%;
  position: relative;
  margin-left: -28.90667px;
  margin-right: -28.90667px; }

._3wszh {
  margin-right: -50px;
  padding-right: 50px;
  overflow-y: scroll;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0; }
  ._3wszh::-webkit-scrollbar {
    width: 0;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */ }

._1xUOK {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px; }

._12zwO {
  margin-top: 9px;
  outline: none;
  border: 2px dashed rgba(169, 194, 209, 0.5);
  border-radius: 2px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #F5F6FA;
  padding: 25px;
  min-height: 150px; }
  ._12zwO:focus {
    border-color: #4482FF; }

._29Epr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 2px;
  width: 100%; }

._3oNKP {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #353A48;
  margin-top: 14px; }
  ._3oNKP span {
    color: #4482FF; }

.EZheB {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #9BA4B1;
  margin-top: 4px; }

._3a2Yx {
  max-width: 100%; }

._16Ao4 {
  border-radius: 2px;
  height: 81px;
  width: 81px;
  padding: 2px;
  border: solid 2px transparent;
  cursor: pointer;
  -webkit-transition: 200ms border ease-out;
  transition: 200ms border ease-out; }
  ._16Ao4:focus, ._16Ao4:hover {
    outline: none;
    border: solid 2px #4683FD; }

._30y7- {
  -webkit-box-shadow: 0 16px 24px rgba(155, 164, 177, 0.2);
  box-shadow: 0 16px 24px rgba(155, 164, 177, 0.2);
  border-radius: 2px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }

._3aZWA {
  width: 100%; }

.GLERS {
  width: 50%; }

._1mVHh {
  width: 50%; }

._18EM3 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: 0 4px 8px rgba(155, 164, 177, 0.12);
  box-shadow: 0 4px 8px rgba(155, 164, 177, 0.12);
  border-radius: 50%; }

._1scA1 {
  background: #F5F6FA;
  border-radius: 2px;
  padding: 12px 19px;
  cursor: pointer;
  color: #9BA4B1;
  -webkit-transition: 200ms ease-out color;
  transition: 200ms ease-out color;
  width: 144px;
  position: relative; }
  ._1scA1:focus {
    color: #4482FF; }

.y_PFb {
  position: absolute;
  right: 14px;
  top: 8px;
  -webkit-box-shadow: 0 4px 8px rgba(155, 164, 177, 0.12);
  box-shadow: 0 4px 8px rgba(155, 164, 177, 0.12);
  border-radius: 50%; }

._25b1j {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

._3rl_f {
  padding-bottom: 5px; }

._3__OH {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 20px;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    ._3__OH {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding-bottom: 0; } }

.Jglk2 {
  width: 100%;
  max-width: 464px;
  margin-left: auto;
  margin-right: auto; }

._1t8Mw {
  margin-bottom: 34px; }

._2wP1C {
  display: inline-block;
  margin-top: 24px; }

.c-QWM {
  font-family: Roboto, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #353A48;
  margin-top: 32px; }

.Igr9B {
  margin-bottom: 10px; }

._3aQBC {
  margin-bottom: 5px; }

._3PFVl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -11px;
  margin-right: -11px; }

._3C-NB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px; }

._28KZw {
  padding: 8px; }

.yiu6r {
  padding: 7px; }

._1Eh2k {
  color: #9BA4B1;
  font-size: 14px;
  line-height: 1.71;
  margin-top: 10px; }

._2JWKr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.seyU_ {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 20px;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .seyU_ {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding-bottom: 0; } }

._1vZg6 {
  max-width: 464px;
  margin-left: auto;
  margin-right: auto; }

._3WDJa {
  text-align: left; }

._2nU02 {
  margin-top: 32px; }

._13yEH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px; }

._2S5uU {
  padding-left: 6px;
  padding-right: 6px;
  min-height: 1%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    ._2S5uU {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }

._12C0f {
  margin-bottom: 16px; }

._2d5Ko {
  text-align: center;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    ._2d5Ko {
      padding-top: 20px;
      min-height: 250px; } }

._1gvy0 {
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  margin-top: 26px; }

._3O1EW {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.71; }

._3GLtM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #F5F6FA;
  min-height: 100vh; }

.PoCcc {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .PoCcc > *:only-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 0; }

._2oN0T {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1000; }

._3jgjQ {
  color: #4873C2;
  font-size: 36px;
  line-height: 1.71px; }

._3e_zB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #F5F6FA;
  min-height: 100vh; }

._1KcpD {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap; }

._21O7O {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  height: 100%;
  color: #9BA4B1;
  -webkit-transition: 200ms border-bottom ease-out, 200ms color ease-out;
  transition: 200ms border-bottom ease-out, 200ms color ease-out;
  border-bottom: 2px solid #FFFFFF;
  margin: 0 15px; }

._1KnZJ {
  margin: 4px;
  padding: 0 19px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #9BA4B1;
  border-radius: 2px; }

._2k644 {
  height: 100%;
  color: #4482FF;
  -webkit-transition: 200ms border-bottom;
  transition: 200ms border-bottom;
  border-bottom: 2px solid #4482FF; }

._2WzZu {
  color: white;
  background-color: #4482FF; }

._2qAw1 {
  height: 64px;
  background-color: #353A48;
  padding: 0 40px;
  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;
  position: relative; }

._14DeU {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

._2FeHV {
  background: #1B1D24;
  border-radius: 2px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

._1ZPI5 {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  color: #353A48; }
  ._1ZPI5 span {
    color: #9BA4B1; }

._20dq6 {
  white-space: nowrap;
  border-radius: 2px;
  border: 1px solid;
  padding: 3px 6px;
  margin: 0 12px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500; }

/*=============================================
=            String functions            =
=============================================*/
/*=====  End of String functions  ======*/
/*=============================================
=            MATH FUNCTIONS           =
=============================================*/
/************ USAGE *****************/
/*
// Below 34em (544px)
//
@include media("<xs") {
}

// Above 34em (544px)
//
@include media(">xs") {
}

// Below 48em (768px)
//
@include media("<md") {
}

// Between 34em (544px) and 48em (768px)
//
@include media(">sm", "<md") {
}

// Above 48em (768px)
//
@include media(">sm") {
}

// Below 62em (992px)
//
@include media("<lg") {
}

// Between 48em (768px) and 62em (992px)
//
@include media(">md", "<lg") {
}

// Above 62em (992px)
//
@include media(">lg") {
}

// Below 75em (1200px)
//
@include media("<xl") {
}

// Between 62em (992px) and 75em (1200px)
//
@include media(">lg", "<xl") {
}

// Above 75em (1200px)
//
@include media(">xl") {
}

// Retine declarations, even with other breakpoints
//
@include media("retina2x", ">xl") {
}

// Complex alias
//
$retina3x-big-screen: ">=lg", "<xl", "landscape", "retina3x";

@include media($retina3x-big-screen) {
}
*/
._2kh9W {
  width: 100%;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
  font-size: 10px; }

.aVIwK {
  height: 20px;
  font-weight: bold; }
  @media (min-width: 768px) {
    .aVIwK {
      font-weight: normal;
      height: 24px;
      font-size: 12px; } }

._3Uyy6 {
  height: 36px;
  font-size: 14px;
  font-weight: bold; }

._1AsKY {
  margin-right: 4px;
  position: relative; }

._3QRCE {
  padding: 10px 16px; }

._1mpH_ {
  width: 100%;
  text-align: center;
  margin-bottom: 8px; }

._394pa {
  min-width: 124px;
  margin-top: 10px;
  z-index: 100;
  top: 100%;
  right: -4px;
  position: absolute;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 24px 48px rgba(155, 164, 177, 0.7), 0 4px 16px rgba(155, 164, 177, 0.1);
  box-shadow: 0 24px 48px rgba(155, 164, 177, 0.7), 0 4px 16px rgba(155, 164, 177, 0.1); }

._3BKXk {
  padding: 10px 12px 4px 12px; }

._3F-m8 {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px; }

._2GZGQ {
  height: auto;
  color: #FF553E;
  width: 100%;
  padding: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  ._2GZGQ span {
    margin-right: 5px;
    vertical-align: center; }

._3BiCW {
  border-top: 1px solid #E1E4E8;
  padding: 7px 12px; }

._1gJk8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #DEE0E5;
  position: relative;
  padding: 0 0 0 38px;
  min-height: 58px; }
  ._1gJk8:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.95752 9L8.95752 12M8.95752 12L5.95752 15M8.95752 12H0.95752V1' stroke='%239BA4B1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    height: calc(100% + 1px);
    width: 38px;
    position: absolute;
    border-left: 6px solid var(--statusColor);
    left: 0;
    top: 0; }

._2rHw_ {
  display: inline;
  padding: 0 9px;
  text-align: right;
  font-weight: bold; }
  ._2rHw_ span {
    color: #9BA4B1;
    padding-right: 4px; }

._3Abp6 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

._1CQVD {
  min-width: 118px;
  display: inline-block;
  padding: 0 0 0 9px; }

._3ByCp {
  margin-bottom: 8px; }

.Xl7-V {
  margin-top: 44px; }

._2qMI8 {
  padding: 0; }

._1HlGs {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #353A48;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  ._1HlGs span {
    color: #FF553E; }

._1p8HN {
  width: 100%; }

.DT2zR {
  padding: 5px 12px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  font-weight: bold;
  font-size: 12px;
  color: white;
  background-color: #4482FF; }

._1AgSQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 58px; }

._2pjoe {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #353A48;
  text-align: right; }
  ._2pjoe span {
    color: #9BA4B1;
    padding: 0 6px; }

._3T1iI {
  min-width: 118px;
  margin-right: 40px;
  display: inline-block;
  padding: 0 0 0 9px;
  max-width: 118px; }

.SFuh- {
  height: 58px;
  padding-right: 0;
  position: relative; }

._3Rxdt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #DEE0E5;
  position: relative;
  padding: 0 0 0 38px;
  min-height: 58px; }
  ._3Rxdt:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.95752 9L8.95752 12M8.95752 12L5.95752 15M8.95752 12H0.95752V1' stroke='%239BA4B1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    height: calc(100% + 1px);
    width: 38px;
    position: absolute;
    border-left: 6px solid var(--statusColor);
    left: 0;
    top: 0; }

._3-DZe {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 12px; }

.PGRfk {
  text-align: right;
  min-width: 90px;
  display: inline-block;
  padding: 0 0 0 6px;
  max-width: 90px; }

._1iL_z {
  display: inline-block;
  width: 81px; }

.jnARj {
  margin-bottom: 8px; }

.hxGXR {
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  color: #4482FF;
  width: 81px;
  line-height: 20px; }

._1ijGt {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #353A48;
  text-align: right;
  margin-top: 5px; }
  ._1ijGt span {
    font-weight: bold;
    font-size: 14px; }

._1D5qF {
  padding: 10px 18px;
  margin: auto; }

._2zq5w {
  border: 0;
  height: 1px;
  background-color: #E1E4E8;
  margin: 0 0 8px 0; }

._3F5di {
  margin-bottom: 12px; }

.D4ZGD {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%; }

._1tVPN {
  padding: 0 !important;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

._2Sj-p {
  width: 100%;
  max-width: 420px !important;
  border-radius: 16px 16px 0 0;
  padding: 15px 12px !important; }

.SGJTP {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 0; }

.S7Dth {
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #353A48;
  margin: 10px 0; }

.YVrrb {
  margin-top: 10px; }

._2TTva {
  margin-bottom: 8px;
  margin-left: -15px;
  margin-right: -15px; }

._2gNDV {
  margin-top: 44px; }

._14Ukr {
  width: 100%; }

._2iIoP {
  padding: 5px 12px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  font-weight: bold;
  font-size: 12px;
  color: white;
  background-color: #4482FF; }

._3bWry {
  padding: 0; }

._3i2Oo {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #353A48;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  ._3i2Oo span {
    font-weight: bold;
    color: #FF553E; }

.yiYVB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 56px; }

._1Ubqr {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #353A48;
  text-align: right;
  margin-top: 5px; }
  ._1Ubqr span {
    font-weight: bold;
    font-size: 14px; }

.nYYS_ {
  text-align: right;
  min-width: 110px;
  display: inline-block;
  padding: 0 0 0 6px;
  max-width: 110px; }

._3j-I7 {
  display: inline-block;
  width: 90px; }

.qHxI3 {
  margin-bottom: 8px; }

._3fKLM {
  height: 58px;
  padding-right: 0;
  position: relative; }

._1tYZf {
  padding: 10px 18px;
  margin: auto; }

._3sUw1 {
  border: 0;
  height: 1px;
  background-color: #E1E4E8;
  margin: 0 0 8px 0; }

._1Uct6 {
  margin-bottom: 12px; }

.nx8mp {
  margin-top: 40px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

._3NUxx {
  height: 35px;
  margin-right: 8px; }

._39Uwm {
  margin: 0; }

._1d5Fz {
  margin-top: 20px; }

._3jvNr {
  display: none; }

@media (min-width: 768px) {
  ._2zGxh {
    position: absolute !important;
    right: 16px;
    top: 18px;
    max-width: 147px; } }

/*=============================================
=            String functions            =
=============================================*/
/*=====  End of String functions  ======*/
/*=============================================
=            MATH FUNCTIONS           =
=============================================*/
/************ USAGE *****************/
/*
// Below 34em (544px)
//
@include media("<xs") {
}

// Above 34em (544px)
//
@include media(">xs") {
}

// Below 48em (768px)
//
@include media("<md") {
}

// Between 34em (544px) and 48em (768px)
//
@include media(">sm", "<md") {
}

// Above 48em (768px)
//
@include media(">sm") {
}

// Below 62em (992px)
//
@include media("<lg") {
}

// Between 48em (768px) and 62em (992px)
//
@include media(">md", "<lg") {
}

// Above 62em (992px)
//
@include media(">lg") {
}

// Below 75em (1200px)
//
@include media("<xl") {
}

// Between 62em (992px) and 75em (1200px)
//
@include media(">lg", "<xl") {
}

// Above 75em (1200px)
//
@include media(">xl") {
}

// Retine declarations, even with other breakpoints
//
@include media("retina2x", ">xl") {
}

// Complex alias
//
$retina3x-big-screen: ">=lg", "<xl", "landscape", "retina3x";

@include media($retina3x-big-screen) {
}
*/
._1JdL9 {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  padding: 0 15px 48px 15px;
  position: relative; }
  @media (min-width: 768px) {
    ._1JdL9 {
      padding: 0 15px 64px 15px; } }

._274MA {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 36px; }
  @media (min-width: 768px) {
    ._274MA {
      width: 216px;
      height: 40px; } }

._1N_QS {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  color: #9BA4B1; }
  @media (min-width: 768px) {
    ._1N_QS {
      font-size: 14px;
      line-height: 24px;
      height: 24px; } }

._1Q2Js {
  padding-left: 16px; }

._335Gn {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 48px;
  background-color: #FFFFFF; }
  @media (min-width: 768px) {
    ._335Gn {
      height: 64px; } }

.rcXrU {
  max-width: 1024px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  padding: 0 40px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .rcXrU {
      padding: 0 16px; } }

.sc7gX {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.167em;
  color: #353A48;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .sc7gX {
      font-size: 18px;
      margin-right: 160px; } }

.xpKlx {
  margin-left: 40px;
  color: #9BA4B1; }

.qH1ix {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px 0;
  font-weight: 500;
  font-size: 14px;
  color: #9BA4B1; }

/*=============================================
=            String functions            =
=============================================*/
/*=====  End of String functions  ======*/
/*=============================================
=            MATH FUNCTIONS           =
=============================================*/
._1CCPW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.wwdLN {
  width: 35px;
  padding-right: 20px;
  margin-right: 4px; }

.Tw9LK {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.ZDqrU {
  width: 20%;
  min-width: 20%;
  overflow: hidden;
  padding-left: 14px; }

._1ViDd {
  width: 28%;
  min-width: 28%;
  overflow: hidden; }

._2tkW_ {
  width: 13%;
  min-width: 13%;
  overflow: hidden; }

._3dO1a {
  width: 15%;
  min-width: 15%;
  overflow: hidden; }

._27LGG {
  width: 13%;
  min-width: 13%;
  overflow: hidden; }

._3EO2k {
  width: 11%;
  min-width: 11%;
  overflow: hidden; }

._13dUO {
  position: relative;
  width: 35px; }

._24n_D {
  padding: 10px 16px; }

._28T2H {
  margin-top: 10px;
  z-index: 100;
  top: 100%;
  right: -4px;
  position: absolute;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 24px 48px rgba(155, 164, 177, 0.7), 0 4px 16px rgba(155, 164, 177, 0.1);
  box-shadow: 0 24px 48px rgba(155, 164, 177, 0.7), 0 4px 16px rgba(155, 164, 177, 0.1); }

._3Xgtw {
  height: auto;
  color: #FF553E;
  width: 100%;
  line-height: 15px;
  white-space: nowrap;
  padding: 10px 12px; }
  ._3Xgtw span {
    margin-right: 5px;
    height: 15px; }

/*=============================================
=            String functions            =
=============================================*/
/*=====  End of String functions  ======*/
/*=============================================
=            MATH FUNCTIONS           =
=============================================*/
/************ USAGE *****************/
/*
// Below 34em (544px)
//
@include media("<xs") {
}

// Above 34em (544px)
//
@include media(">xs") {
}

// Below 48em (768px)
//
@include media("<md") {
}

// Between 34em (544px) and 48em (768px)
//
@include media(">sm", "<md") {
}

// Above 48em (768px)
//
@include media(">sm") {
}

// Below 62em (992px)
//
@include media("<lg") {
}

// Between 48em (768px) and 62em (992px)
//
@include media(">md", "<lg") {
}

// Above 62em (992px)
//
@include media(">lg") {
}

// Below 75em (1200px)
//
@include media("<xl") {
}

// Between 62em (992px) and 75em (1200px)
//
@include media(">lg", "<xl") {
}

// Above 75em (1200px)
//
@include media(">xl") {
}

// Retine declarations, even with other breakpoints
//
@include media("retina2x", ">xl") {
}

// Complex alias
//
$retina3x-big-screen: ">=lg", "<xl", "landscape", "retina3x";

@include media($retina3x-big-screen) {
}
*/
.zedK0 {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  height: 58px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 8px 0;
  font-size: 14px;
  position: relative; }
  .zedK0:before {
    content: "";
    height: calc(100% + 1px);
    width: 38px;
    position: absolute;
    border-left: 6px solid white;
    left: 0;
    top: 0; }
    @media (max-width: 767px) {
      .zedK0:before {
        border-left: 4px solid white; } }
  @media (max-width: 767px) {
    .zedK0 {
      margin-left: -15px;
      margin-right: -15px; } }

._1lba3:before {
  content: "";
  height: calc(100% + 1px);
  width: 38px;
  position: absolute;
  border-left: 6px solid #49D27B;
  left: 0;
  top: 0; }
  @media (max-width: 767px) {
    ._1lba3:before {
      border-left: 4px solid #49D27B; } }

._1qTdd:before {
  content: "";
  height: calc(100% + 1px);
  width: 38px;
  position: absolute;
  border-left: 6px solid #FE553F;
  left: 0;
  top: 0; }
  @media (max-width: 767px) {
    ._1qTdd:before {
      border-left: 4px solid #FE553F; } }

.TxSXi {
  padding-left: 14px;
  font-weight: bold;
  color: #353A48; }

._16e_D {
  font-weight: bold;
  color: #4482FF; }

.ZerZD {
  color: #FF553E; }

._3kPKC {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

._17tlc {
  color: #9BA4B1; }

._2bpWc {
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 10px;
  margin-right: 20px; }

._1Lg-p {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 0 10px 10px;
  margin-bottom: 4px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative; }

._2M6zX :before {
  content: "";
  height: 100%;
  position: absolute;
  border-left: 4px solid #49D27B;
  left: 0;
  top: 0;
  background-color: #49D27B; }

.xOO6W {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.QCEe1 {
  display: inline-block;
  width: 50%; }

._2lenq {
  text-align: right; }

._3i3Nk {
  font-weight: bold;
  color: #9BA4B1; }

._3XthO {
  font-weight: bold;
  color: #353A48; }

._3ht7x {
  font-weight: bold;
  color: #9BA4B1; }

._2iRWw {
  font-weight: bold;
  color: #353A48; }

._3fsPN {
  font-weight: bold;
  color: #FF553E; }

._89ZhT {
  font-weight: bold;
  color: #4482FF; }

.XS1WM {
  font-weight: bold; }

._1kr5o {
  padding: 10px 18px;
  margin: auto; }

._4NXT5 {
  margin-bottom: 12px; }
  ._4NXT5 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

._19zyk {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px; }

._1bE44 {
  color: #49D27B; }

._3sATf {
  color: #FF553E; }

._1Gh5E {
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    ._1Gh5E {
      margin-bottom: 0;
      position: absolute !important;
      right: 16px;
      top: 18px;
      max-width: 147px; } }

._1bHO6 {
  overflow-x: auto;
  background-color: white;
  text-align: center; }

.NkVqK {
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 48px; }

._1EOLO {
  position: fixed;
  right: 0;
  top: 70px;
  width: 100%;
  z-index: 1001;
  padding: 0 16px; }
  @media (min-width: 768px) {
    ._1EOLO {
      width: 450px;
      padding: 0; } }

._3JbuN {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px; }

._2mYhT {
  padding: 12px;
  margin-bottom: 6px; }

.V3JZZ {
  margin-bottom: 12px; }

._2Kxut {
  background-color: rgba(255, 85, 62, 0.7);
  color: #fff; }

._36HI3 {
  background-color: #F3AF00;
  color: #fff; }

._29hE9 {
  background-color: #49D27B;
  color: #fff; }

.xRLiM {
  background-color: rgba(0, 0, 0, 0.51);
  color: #fff; }

._1LYUP {
  margin-left: 4px;
  margin-right: 12px; }

