body {
  margin: 0;
  font-family: Graphik, sans-serif;
  font-size: 14px;
  background: #f0f0f0;
}
*,
* :not(input, textarea) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* :not(input, textarea) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button:focus,
button:hover {
  outline: none;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
blockquote,
button,
div,
input,
li,
p,
select,
span,
ul {
  font-weight: 400;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  font-weight: 500;
}
button {
  background: none;
  border: none;
}
a {
  color: #5f04f6;
  text-decoration: none;
  outline: none;
  font-weight: 400;
}
a:active,
a:focus,
a:hover {
  color: #36028d;
  outline: none;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.btn-heavy {
  font-weight: 400;
  letter-spacing: 0.05em;
}
.btn-light {
  color: #1e1e1e !important;
  background-color: #fff;
  border-color: #fff;
}
.btn-rounded {
  border-radius: 999px !important;
}
.btn-xl {
  padding: 1.2rem 2.3rem;
}
.btn {
  font-size: 0.7143em;
  border-radius: 3px;
  letter-spacing: 1px;
  padding: 1.2em 1.8em 1.1em;
  text-transform: uppercase;
  height: auto;
  line-height: 1.4;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-xs {
  padding: 5px 10px;
  font-size: 10px;
}
.btn-cta {
  background: #5f04f6;
  color: #fff !important;
  border-color: #5f04f6;
}
.btn-follow {
  padding: 0 1rem;
  height: 28px;
  font-size: 12px;
  border: 1px solid #ddd;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e1e1e !important;
  background-color: #fff;
  text-transform: capitalize !important;
}
.btn:active,
.btn:focus,
.btn:hover {
  outline: 0 !important;
  background-color: #36028d;
  background-image: none;
  border-color: #36028d;
  color: #fff !important;
}
.btn-coloured-heavy,
.btn-follow:hover {
  background-color: #5f04f6;
  color: #fff !important;
  border-color: #5f04f6;
}
.btn-coloured-heavy {
  outline: 0 !important;
  background-image: none;
}
.btn-outline {
  background: none;
  border: 1px solid #ddd;
  color: inherit !important;
}
.btn-coloured-heavy:hover {
  background-color: #36028d;
  border-color: #36028d;
}
.transition-enter {
  opacity: 0;
  -webkit-transform: translateX(-260px);
  transform: translateX(-260px);
}
.transition-enter-active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.transition-exit {
  opacity: 1;
}
.transition-exit-active {
  opacity: 0;
  -webkit-transform: translateX(-260px);
  transform: translateX(-260px);
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.bootstrap-tagsinput {
  width: 100%;
}
.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  cursor: pointer;
}
.tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.tt-suggestion:focus,
.tt-suggestion:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #5f04f6;
}
.tt-hint {
  display: none;
}
.label-info {
  background-color: #5f04f6;
  display: inline-block;
  padding: 0.5em 0.6em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
@media (max-width: 575.99px) {
  .pac-container {
    width: 100% !important;
    left: 0 !important;
  }
}
.form-control:disabled {
  background: none;
}
.input-group-prepend .input-group-text {
  padding-left: 0.5rem;
  padding-right: 0.75rem;
}
.input-group-append .input-group-text {
  padding-left: 0.75rem;
  padding-right: 0.5rem;
}
.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.f-6 {
  font-size: 6px !important;
}
.f-8 {
  font-size: 8px !important;
}
.f-10 {
  font-size: 10px !important;
}
.f-12 {
  font-size: 12px !important;
}
.f-14 {
  font-size: 14px !important;
}
.f-16 {
  font-size: 16px !important;
}
.f-18 {
  font-size: 18px !important;
}
.f-20 {
  font-size: 20px !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.text-gray {
  color: #8899a6 !important;
}
.carousel-indicators {
  margin-bottom: 0;
}
.carousel-indicators li {
  background-color: #5f04f6;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.2;
}
.carousel-indicators li:hover {
  opacity: 0.5;
}
#productCarousel .active,
#productCarousel .prev-active {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1;
}
#productCarousel .active {
  z-index: 2;
  transition: opacity 1.5s ease-in;
}
#productCarousel {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#productCarousel .item {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  left: 0;
}
.bg-wallet {
  background: rgba(29, 198, 223, 0.08);
  color: #333;
  padding: 1rem 2rem;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
}
.bg-wallet p {
  font-size: 12px;
  margin-bottom: 1rem;
}
.offer-heading {
  text-align: center;
}
.offer-heading h5 {
  font-size: 12px;
  margin: 0;
}
.offer-heading p {
  font-size: 10px;
}
.offer-main-content p {
  margin-bottom: 1rem;
  font-size: 12px;
}
.offer-main-content ul {
  margin-left: 2rem;
}
._3zhvV9i4rm {
  position: relative;
}
._2q6QUnHp4q {
  height: 2px;
  z-index: 10000000;
}
._2q6QUnHp4q,
.urlKFiqznk {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.urlKFiqznk {
  height: 100vh;
  background: #000;
  opacity: 0.8;
  z-index: 100000;
  flex-flow: column;
}
._2wexvXnYjQ,
.urlKFiqznk {
  display: flex;
  justify-content: center;
  align-items: center;
}
._2wexvXnYjQ {
  background: none;
  width: 300px;
  color: #fff;
  flex-direction: column;
  text-align: center;
}
._1ghwbGVuYU {
  color: #fff;
  font-size: 30px;
  overflow: hidden;
  width: 1em;
  height: 1em;
  margin-bottom: 15px;
  border-radius: 50%;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: _2B0kA3HRYx 1.7s ease infinite,
    _3y55CX10fs 1.7s ease infinite;
  animation: _2B0kA3HRYx 1.7s ease infinite, _3y55CX10fs 1.7s ease infinite;
}
._2-HKE4tsNx span {
  color: #fff;
  font-size: 40px;
}
@-webkit-keyframes _2B0kA3HRYx {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  to {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes _2B0kA3HRYx {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  to {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes _3y55CX10fs {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes _3y55CX10fs {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
._2XcwLqqujr {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}
._1aXqnZpBAZ {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
._2N0jDPYDay {
  flex-grow: 1;
  display: flex;
}
._319UdaHxJR {
  width: 100%;
}
@media (max-width: 767.99px) {
  ._1aXqnZpBAZ {
    display: none;
  }
  ._2N0jDPYDay,
  ._2XcwLqqujr {
    padding: 0;
  }
  ._319UdaHxJR {
    padding: 0 0 60px;
  }
  ._10cAmXzfkW {
    padding: 0 !important;
    margin: 0 !important;
  }
}
._2EGkJU_Zja,
._3IIu9HJaiY {
  padding-top: 1.5rem;
}
.S1Uk-16sgE {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 13, 29, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}
._2rpBjx49sZ,
.S1Uk-16sgE {
  display: none;
}
@media (max-width: 991.98px) {
  ._2rpBjx49sZ,
  .S1Uk-16sgE {
    display: block;
  }
}
.VHw_ug_uBL {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
}
@media (max-width: 767.99px) {
  .VHw_ug_uBL {
    display: block;
  }
  ._2EGkJU_Zja,
  ._3IIu9HJaiY {
    padding-top: 0;
  }
}
._3yy5qylBdf {
  background: #fff;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e8e8e8;
}
._3cD_oITFvU {
  flex-direction: row;
}
._3cD_oITFvU,
._3yy5qylBdf ._3wLuyOXZHa {
  display: flex;
  height: 100%;
  align-items: center;
}
._3yy5qylBdf ._3wLuyOXZHa {
  margin-right: 2rem;
}
._3yy5qylBdf .b-xt6h5SKp {
  margin: 0;
  height: 100%;
  display: none;
  align-items: center;
}
@media (max-width: 575.99px) {
  ._3yy5qylBdf ._3wLuyOXZHa {
    margin-right: 2rem;
  }
}
@media (max-width: 400.99px) {
  ._3yy5qylBdf ._3wLuyOXZHa {
    margin-right: 1.5rem;
  }
}
@media (max-width: 349.99px) {
  ._3yy5qylBdf ._3wLuyOXZHa {
    margin-right: 1rem;
  }
}
._3yy5qylBdf .DhkAc_QZ0H {
  flex-grow: 2;
  margin-right: 1.5rem;
}
._3yy5qylBdf ._3z2UmOiyg0,
._3yy5qylBdf .e6_Obm5KyG {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  margin-right: 1rem;
  height: 100%;
}
._3yy5qylBdf .e6_Obm5KyG {
  margin-right: 0;
  justify-content: flex-end;
}
._3yy5qylBdf ._3z2UmOiyg0 a {
  color: #15202b;
  height: 100%;
  display: flex;
  font-size: 12px;
  margin-right: 1.5rem;
  align-items: center;
}
._3yy5qylBdf ._3z2UmOiyg0 a:hover {
  text-decoration: none;
  color: #5f04f6;
}
._3yy5qylBdf ._3z2UmOiyg0 .Vqgw7nl4yp,
._3yy5qylBdf ._3z2UmOiyg0 a:focus {
  color: #5f04f6;
}
._3yy5qylBdf ._2C2pTUFVD5,
._3yy5qylBdf ._3Oc4_fvr35 {
  height: 100%;
  display: flex;
  align-items: center;
}
._3yy5qylBdf ._3Oc4_fvr35 {
  margin-left: auto;
  flex-grow: 1;
  justify-content: flex-end;
}
._3yy5qylBdf ._3Oc4_fvr35 .DgxDPXY18E {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (min-width: 576px) {
  ._3yy5qylBdf ._3Oc4_fvr35 .DgxDPXY18E {
    margin-left: 1.5rem;
  }
}
@media (max-width: 575.99px) {
  ._3yy5qylBdf ._3Oc4_fvr35 .DgxDPXY18E {
    margin-right: 1.5rem;
  }
  ._3yy5qylBdf ._3Oc4_fvr35 .DgxDPXY18E:last-child {
    margin: 0;
  }
}
._35rhW4H6X4 {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
}
@media (max-width: 767.99px) {
  ._35rhW4H6X4 {
    display: block;
  }
}
.e_P_8k4OrR a {
  text-decoration: none;
  outline: none;
}
.e_P_8k4OrR img {
  height: 35px;
  display: inline-block;
}
@media (max-width: 349.99px) {
  .e_P_8k4OrR img {
    height: 30px;
  }
}
._1StmaddT83 {
  padding: 2px 1rem;
  border: 1px solid #e8e8e8;
  border-radius: 999px;
  background-color: #fff !important;
}
._1StmaddT83:focus-within {
  border: 1px solid #5f04f6;
}
._1echFS5NZD {
  border-radius: 0 !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  min-height: 50px;
  padding: 6px 0;
  margin: 0;
  font-size: 14px;
  flex-grow: 1;
  background-color: #fff;
}
._1StmaddT83[readonly] {
  background-color: #e9ecef !important;
}
._1echFS5NZD[readonly] {
  background: none;
}
._1echFS5NZD:focus {
  box-shadow: none !important;
}
._32iYqntMuD {
  background: #fff;
  cursor: pointer;
}
._32iYqntMuD span {
  pointer-events: none;
}
._2NKB5PrX5o:hover {
  color: #5f04f6;
}
._2NKB5PrX5o {
  background: #fff;
  cursor: pointer;
}
._2NKB5PrX5o span {
  pointer-events: none;
}
._32iYqntMuD:hover {
  color: #5f04f6;
}
._3IUpUMLWoj {
  display: flex;
  align-items: center;
}
._3IUpUMLWoj a {
  color: #15202b;
  text-decoration: none;
}
._391Nb_ZdF- {
  border-radius: 0 !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  min-height: 42px;
  padding: 6px 12px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  letter-spacing: 8px;
}
._391Nb_ZdF-:focus {
  box-shadow: none !important;
  background-color: #fff;
}
.Hdk5VY8zra {
  text-align: left !important;
  cursor: pointer;
}
.Hdk5VY8zra label {
  font-size: 14px;
  cursor: pointer;
}
._3ApY6Q53at {
  height: 42px;
}
.j1XbBaNJI1 {
  border: none;
  border-radius: 0 !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  min-height: 50px;
  padding: 6px 0;
  font-size: 14px;
}
.j1XbBaNJI1:focus {
  box-shadow: none !important;
}
._1KmZqIJHGZ .hUKiLuwZZD {
  padding: 0 1rem;
  border: 1px solid #e8e8e8;
  border-radius: 999px;
  background-color: #fff !important;
}
._1KmZqIJHGZ .hUKiLuwZZD:focus-within {
  border: 1px solid #5f04f6;
}
._1KmZqIJHGZ input {
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none;
  height: 40px;
  padding: 6px 12px;
  background: none !important;
  font-size: 14px;
}
._1KmZqIJHGZ input:focus {
  outline: none;
  border: none !important;
  box-shadow: none;
}
._1KmZqIJHGZ input:hover {
  outline: none;
}
._1KmZqIJHGZ button {
  height: 40px;
  font-size: 14px;
  border: none !important;
  background: none;
  padding: 0 0.5rem;
  color: #5f04f6;
}
._1KmZqIJHGZ button:hover {
  background: none;
  color: #36028d;
}
._1nuthQ962N ._2uFwjepb7J {
  padding: 0 1rem;
  border: 1px solid #e8e8e8;
  border-radius: 999px;
  background-color: #fff !important;
}
._1nuthQ962N ._2uFwjepb7J:focus-within {
  border: 1px solid #5f04f6;
}
._1nuthQ962N input {
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none;
  height: 40px;
  padding: 6px 12px;
  background: none !important;
  font-size: 14px;
  color: #000 !important;
}
._1nuthQ962N input:focus {
  outline: none;
  border: none !important;
  box-shadow: none;
}
._1nuthQ962N input:hover {
  outline: none;
}
._2uFwjepb7J button {
  display: flex;
  align-items: center;
  color: #5f04f6;
  border: none;
  background: none;
  font-size: 24px;
  text-decoration: none;
}
._2uFwjepb7J button:active,
._2uFwjepb7J button:focus,
._2uFwjepb7J button:hover {
  text-decoration: none;
  color: #36028d;
}
._2eavgfJF_N {
  position: relative;
}
._2eavgfJF_N h3,
._2eavgfJF_N h4,
._2eavgfJF_N p {
  white-space: normal !important;
}
._3UgA4KkTTo {
  display: block;
  text-decoration: none;
  outline: none;
}
._3UgA4KkTTo:after {
  border: none;
  margin: 0;
  display: none;
}
.GKaQJrDlh4 {
  background: #fff;
  padding: 0;
  border: none !important;
  margin: 0;
  max-height: 100vh;
  overflow: scroll;
}
._1I-SaZ_YNo a {
  padding: 1rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  font-size: 0.8rem;
  color: #000;
}
._1I-SaZ_YNo:last-child a {
  border: none;
}
._1I-SaZ_YNo a:hover {
  text-decoration: none;
  background: #e8e8e8;
  color: #5f04f6;
}
._3XNDE37U0D {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
._2Jp6SRlnSc {
  margin-bottom: 0.5rem;
}
._2Jp6SRlnSc textarea {
  background: #fff;
  border: 1px solid #e8e8e8;
  font-size: 1em;
  resize: none;
  min-height: 100px;
  max-height: 200px;
}
._2Jp6SRlnSc textarea:focus {
  background: #fff;
  border: 1px solid #5f04f6;
  box-shadow: none;
}
._2Jp6SRlnSc textarea::-webkit-input-placeholder {
  color: #333;
  font-size: 12px;
}
._2Jp6SRlnSc textarea:-ms-input-placeholder {
  color: #333;
  font-size: 12px;
}
._2Jp6SRlnSc textarea::placeholder {
  color: #333;
  font-size: 12px;
}
._2OFPHZ8nih {
  text-align: left;
  padding: 0.5rem 1rem;
  border-top: 1px solid #ebedf0;
  width: 100%;
}
._2OFPHZ8nih p {
  font-size: 12px;
  color: #999;
}
._2OFPHZ8nih p > span {
  margin-right: 0.5rem;
}
._1tv-dsQiCO {
  text-align: left;
  padding: 0.5rem 0;
  border-top: 1px solid #ebedf0;
  width: 100%;
}
.DuJuW5Es0u {
  padding: 0.5rem;
  cursor: pointer;
  display: flex;
}
.DuJuW5Es0u p {
  font-size: 12px;
  margin-top: -4px;
  color: #333;
  flex-grow: 1;
}
.DuJuW5Es0u > i {
  font-size: 12px;
  font-weight: 500;
  margin-right: 0.5rem;
}
.DuJuW5Es0u:hover {
  background: #ddd;
}
._3Sjsj0-pjx {
  display: flex;
}
._3Sjsj0-pjx textarea {
  background: #fff;
  border: 1px solid #e8e8e8;
  font-size: 1em;
  resize: none;
  min-height: 40px;
  max-height: 100px;
  height: 0;
  margin-right: 0.5rem;
}
._3Sjsj0-pjx textarea:focus {
  background: #fff;
  border: 1px solid #5f04f6;
  box-shadow: none;
}
._3Sjsj0-pjx textarea::-webkit-input-placeholder {
  color: #333;
  font-size: 12px;
}
._3Sjsj0-pjx textarea:-ms-input-placeholder {
  color: #333;
  font-size: 12px;
}
._3Sjsj0-pjx textarea::placeholder {
  color: #333;
  font-size: 12px;
}
._3Sjsj0-pjx button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  background: #5f04f6;
  height: 40px;
  width: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 16px;
  text-decoration: none;
}
._3Sjsj0-pjx button:active,
._3Sjsj0-pjx button:focus,
._3Sjsj0-pjx button:hover {
  text-decoration: none;
  background: #36028d;
}
._2-7_ncOuT7 {
  height: 100%;
}
._2-7_ncOuT7 > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  outline: none;
  padding: 0;
  line-height: 1.15;
  text-decoration: none;
  color: #15202b;
}
._2-7_ncOuT7 > a:hover {
  color: #5f04f6;
}
._2-7_ncOuT7 ._1IcmBoH0-k {
  position: relative;
}
._2-7_ncOuT7 ._1IcmBoH0-k ._1aSsG19nIJ {
  display: flex;
  position: absolute;
  right: -2px;
  top: -5px;
}
._2-7_ncOuT7 ._1IcmBoH0-k ._3w7M6rMSRk {
  background-color: #fa3e3e;
  border-radius: 2px;
  color: #fff;
  padding: 1px 3px;
  display: inline-block;
  font-size: 10px;
  line-height: 1.3;
  min-height: 13px;
}
._2-7_ncOuT7 ._1IcmBoH0-k i {
  font-size: 18px;
}
._2-7_ncOuT7 img {
  height: 36px;
  border-radius: 50%;
}
._2-7_ncOuT7 .wpfdHf2jhZ,
.wpfdHf2jhZ a:focus {
  color: #5f04f6;
}
._2-7_ncOuT7 .wpfdHf2jhZ i,
.wpfdHf2jhZ a:focus i {
  font-weight: 600;
}
._5uGUhiNY0y {
  width: 50px;
  height: 50px;
  margin-right: 0.5rem;
}
._1Fr4bxILa2 {
  margin: 0;
}
._5uGUhiNY0y img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 999px;
}
._1h3GRf_2mH img {
  border-radius: 0 !important;
}
._23p_2N8N5B {
  background: #eee;
  padding: 0;
  border: none !important;
  margin: 0;
}
._23p_2N8N5B:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  right: 15px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eee;
  border-top: 0;
}
._3aEmkJMN7v button {
  padding: 0 0.5rem;
}
._3aEmkJMN7v button span {
  pointer-events: none;
}
._3MStwjLens {
  text-align: center;
  padding: 1rem;
}
._13aGONcdzL a {
  padding: 1rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  font-size: 0.8rem;
  color: #15202b;
}
._13aGONcdzL a:hover {
  text-decoration: none;
  color: #5f04f6;
}
._69wVyfVcfn {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
._38VaGqzkXl {
  border: 1.1em solid #fff;
  border-left-color: #5f04f6;
  position: relative;
  width: 10em;
  height: 10em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: _2YRXSfkJum 1.1s linear infinite;
  animation: _2YRXSfkJum 1.1s linear infinite;
}
._38VaGqzkXl,
._38VaGqzkXl:after {
  border-radius: 50%;
}
@-webkit-keyframes _2YRXSfkJum {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes _2YRXSfkJum {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
._11eNOjlGHo {
  height: 100%;
  flex-flow: column;
}
._3k3RRZQR9a,
._11eNOjlGHo {
  display: flex;
  justify-content: center;
  align-items: center;
}
._3k3RRZQR9a {
  background: none;
  max-width: 300px;
  flex-direction: column;
  text-align: center;
}
._3k3RRZQR9a i {
  font-size: 48px;
  color: #da351d;
}
._3k3RRZQR9a p {
  font-size: 12px;
}
._2VxKDGK96f {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
._1mN3-W4LUt {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}
@media (max-width: 320px) {
  ._1mN3-W4LUt {
    padding: 1rem;
  }
}
._1Y--P6Pr7G {
  text-align: center;
  width: 300px;
}
._1GGqbNqS2S {
  display: flex;
  flex-direction: column;
  align-items: center;
}
._3aDwcPe_7a {
  display: none;
}
@media (max-width: 767.99px) {
  ._3aDwcPe_7a {
    display: block;
  }
}
._10cfjP6IbG {
  width: 10em;
  height: 10em;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 1rem;
}
._3fEYMfdyG5 {
  margin: 0;
}
._10cfjP6IbG > span {
  font-size: 10em;
  color: #5f04f6;
}
._3IEF7PlwbP {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 999px;
}
._3O4efMDLco {
  background: rgba(0, 0, 0, 0.3);
}
._3TvsflsOP5 {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  outline: none;
}
._3TvsflsOP5:focus + label {
  outline: none;
}
._3IEF7PlwbP label {
  color: #ffe;
  cursor: pointer;
  text-align: center;
  font-size: 0.7em;
  outline: none;
}
._3IEF7PlwbP label > span {
  color: #fff;
  font-size: 2em;
  display: block;
}
._3IEF7PlwbP > span {
  cursor: pointer;
  color: #fff;
}
._3IEF7PlwbP > span:hover {
  font-weight: 600;
  color: #da251d;
}
._10cfjP6IbG img {
  width: 100%;
  border-radius: 999px;
}
._3u7_jRt25k {
  background: #fff;
}
._2-mdsg6-Kt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
._1KSMxVN0o0 {
  max-height: 90vh;
  overflow: hidden;
  max-width: 90vw;
  width: 600px;
  min-width: 0;
}
._1KSMxVN0o0,
._20TThuAKiM {
  display: flex;
  flex-shrink: 1;
  position: static;
  flex-direction: column;
}
._20TThuAKiM {
  background: #fff;
  flex-grow: 0;
  min-height: 0;
}
.JV3Gn2g0jv {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e8e8e8;
}
.JV3Gn2g0jv ._1p-8gjmzpR {
  text-shadow: none;
  padding: 0;
  margin: 0 1rem 0 0;
}
.JV3Gn2g0jv ._1p-8gjmzpR:hover {
  color: #15202b;
}
.JV3Gn2g0jv h5 {
  margin: 0;
}
._2Bj4YLG4bQ {
  padding: 0;
  flex-shrink: 1;
  flex-grow: 1;
  height: 650px;
  display: flex;
  position: static;
  min-height: 0;
  flex-direction: column;
}
._21iRr_xuF7 {
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
  flex-grow: 1;
}
._2y_VmX8FKU,
._21iRr_xuF7 {
  cursor: move;
  display: flex;
  overflow: hidden;
  z-index: 0;
}
._2y_VmX8FKU {
  position: absolute;
  flex-direction: column;
  pointer-events: none;
  width: 100%;
}
._2y_VmX8FKU img {
  inset: 0;
  opacity: 0;
}
._1cLu1XI1GP,
._2y_VmX8FKU img {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}
._1cLu1XI1GP {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
._1yZAD2ffyD {
  box-shadow: 0 0 0 9999px rgba(230, 236, 240, 0.7);
  pointer-events: none;
  border: 3px dashed #15202b;
  z-index: 0;
}
._3kUmX08HC5 {
  background: #fff;
  padding: 5px 0;
  min-height: 20px;
}
._1-Sf5X4rhV,
._3kUmX08HC5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
._1-Sf5X4rhV {
  padding: 0 1rem;
  max-width: 400px;
  width: 100%;
  flex-grow: 1;
  height: 30px;
  margin-bottom: 0.1rem;
}
.jVpb2tBopz h5 {
  font-size: 12px;
  margin: 0;
}
._2PnXHPTEBK {
  justify-content: center;
  width: 100%;
}
._2PnXHPTEBK,
._35BankxMLw {
  display: flex;
  align-items: center;
}
._35BankxMLw {
  position: relative;
  cursor: pointer;
  flex-grow: 1;
  height: 30px;
}
.vV5BVmVhy4 {
  margin-right: 0.8rem;
}
._1AbuxabTLt,
.vV5BVmVhy4 {
  font-size: 16px;
  color: #333;
}
._1AbuxabTLt {
  margin-left: 0.8rem;
}
._1sl1W86CWQ {
  display: flex;
  align-items: center;
  background-color: #8ed0f9;
  height: 5px;
  flex-grow: 1;
  border-radius: 5px;
  position: relative;
}
.UEQE5gSqFU {
  flex-grow: 0;
  background-color: #1da1f2;
  align-self: stretch;
  border-radius: 5px;
}
._1zLF5vXUWY {
  width: 30px;
  height: 30px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -15px;
  position: absolute;
  border-radius: 999px;
  transition-property: background-color, box-shadow;
  transition-duration: 0.2s;
}
._1zLF5vXUWY:focus,
._1zLF5vXUWY:hover {
  background: rgba(29, 161, 242, 0.1);
}
._2jrZMAMoSN {
  height: 15px;
  width: 15px;
  transition-duration: 0.1s;
  -webkit-transform: scale(1);
  transform: scale(1);
  box-shadow: 0 0 7px rgba(101, 119, 134, 0.2),
    0 1px 3px 1px rgba(101, 119, 134, 0.15);
  transition-property: -webkit-transform, -webkit-transform;
  transition-property: transform, transform;
  transition-property: transform, transform, -webkit-transform,
    -webkit-transform;
  background-color: #1da1f2;
  border-radius: 999px;
}
._3-YCMnxoZq {
  width: 10em;
  height: 10em;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
._3-YCMnxoZq > i {
  font-size: 10em;
  color: #999;
  font-weight: 200;
}
._2ye5WwdDzM {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 999px;
}
._2ye5WwdDzM p {
  font-size: 1.5em;
  color: #999;
}
._23L-UhGN4z,
._23L-UhGN4z:after,
._23L-UhGN4z:before {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: rmuk-8sYMp 1.8s ease-in-out infinite;
  animation: rmuk-8sYMp 1.8s ease-in-out infinite;
}
._23L-UhGN4z {
  color: #8e177f;
  position: relative;
  font-size: 10px;
  margin: 1rem auto;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
._23L-UhGN4z:after,
._23L-UhGN4z:before {
  content: "";
  position: absolute;
  top: 0;
}
._23L-UhGN4z:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
._23L-UhGN4z:after {
  left: 3.5em;
}
@-webkit-keyframes rmuk-8sYMp {
  0%,
  80%,
  to {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes rmuk-8sYMp {
  0%,
  80%,
  to {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
._8ggVqMM096 {
  background: #fff;
  height: 60px;
  padding: 0 2rem;
  border-top: 1px solid #e8e8e8;
}
@media (max-width: 349.99px) {
  ._8ggVqMM096 {
    padding: 0 1rem;
  }
}
._3vzLzuRMaE,
._3vzLzuRMaE ._37UqOYFzay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
._3vzLzuRMaE ._37UqOYFzay {
  position: relative;
}
._2ci2lv2Zbt {
  height: 100%;
}
._2ci2lv2Zbt > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  outline: none;
  padding: 0;
  line-height: 1.15;
  text-decoration: none;
  color: #15202b;
}
._2ci2lv2Zbt > a:hover {
  color: #5f04f6;
}
._2ci2lv2Zbt ._37uyQdCwuU {
  position: relative;
  text-align: center;
}
._2ci2lv2Zbt ._37uyQdCwuU ._3PqmNqq7fr {
  display: flex;
  position: absolute;
  right: -2px;
  top: -2px;
}
._2ci2lv2Zbt ._37uyQdCwuU i {
  font-size: 24px;
}
._2ci2lv2Zbt ._37uyQdCwuU p {
  font-size: 10px;
  color: #333;
}
._2ci2lv2Zbt img {
  height: 24px;
  border-radius: 50%;
}
._2ci2lv2Zbt ._3P7_v2KK2Y,
._3P7_v2KK2Y a:focus {
  color: #5f04f6;
}
._2ci2lv2Zbt ._3P7_v2KK2Y i,
._3P7_v2KK2Y a:focus i {
  font-weight: 600;
}
._1sQ3lMfC9G {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: none;
  position: absolute;
  top: 5px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._1sQ3lMfC9G:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #ff4343;
  border-radius: 50%;
  opacity: 0.7;
  -webkit-animation: _1f3MwRH1Lt 2s linear 1s infinite;
  animation: _1f3MwRH1Lt 2s linear 1s infinite;
}
._3-trAnZJ_7 {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: #f43;
  -webkit-animation: _1lp41eiYKs 2s linear infinite;
  animation: _1lp41eiYKs 2s linear infinite;
}
@-webkit-keyframes _1f3MwRH1Lt {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes _1f3MwRH1Lt {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-webkit-keyframes _1lp41eiYKs {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes _1lp41eiYKs {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.j-DAun7sz1 {
  background: #fff;
  margin: 1rem 0;
  border-radius: 5px;
}
._1pI4RKClRC {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  padding: 0.5rem 1rem;
}
._1pI4RKClRC h4 {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}
._1pI4RKClRC button {
  margin-left: auto;
}
._1KbcZvv01E {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
}
@media (max-width: 767.99px) {
  ._1KbcZvv01E {
    display: block;
  }
  ._1jgRRjlm5e {
    padding-bottom: 60px;
  }
}
._3tJdQk3hbb {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
._3QRSFq_dtg {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}
@media (max-width: 320px) {
  ._3QRSFq_dtg {
    padding: 1rem;
  }
}
._1rSlxztb5T {
  text-align: center;
}
._1Ip_BX1S54 {
  display: none;
}
@media (max-width: 767.99px) {
  ._1Ip_BX1S54 {
    display: block;
  }
}
._3hMGa03ETf {
  display: flex;
  flex-direction: column;
  align-items: center;
}
._1Ke6CuvM7B,
._2MOY8tjzab {
  background: #fafafa;
}
._2utG0cqx22 {
  min-height: 150px;
  position: relative;
  padding: 0;
  flex-direction: column;
}
._2utG0cqx22,
.n8qbaM6QCa {
  display: flex;
  justify-content: center;
  align-items: center;
}
.n8qbaM6QCa {
  background: #da251d;
  color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: -12px;
  right: -6px;
  z-index: 1000;
}
.n8qbaM6QCa:hover {
  background: red;
}
._1R8FOkFWxE {
  position: relative;
}
._3btMEYQwM9 {
  padding: 1rem;
}
._3btMEYQwM9 h4 {
  font-weight: 700;
  font-style: italic;
  font-size: 12px;
  margin: 0;
}
._1jK_458Xxd {
  display: block;
  border-bottom: 1px solid #ebedf0;
  border-top: 1px solid #ebedf0;
  padding: 1rem;
  color: #333;
  cursor: pointer;
}
._1jK_458Xxd:last-child {
  border: none;
}
._1jK_458Xxd:focus,
._1jK_458Xxd:hover {
  text-decoration: none;
  background: #ebedf0;
}
._1jK_458Xxd h5 {
  font-size: 18px;
}
._1jK_458Xxd p {
  font-size: 12px;
}
._238wGi-h_V {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
._1Tka1Kax8q,
._238wGi-h_V {
  border-radius: 5px;
  background: #fff;
}
._1Tka1Kax8q {
  color: #000;
  padding: 1rem;
  text-align: left;
}
._1Tka1Kax8q h6 {
  font-size: 10px;
  font-weight: 700;
  margin: 0;
}
.ma8FYDNBdm {
  flex-grow: 1;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.ma8FYDNBdm > p {
  flex-grow: 1;
}
.vkCa8AmEEr {
  margin-bottom: 0.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vkCa8AmEEr img {
  width: 80px;
  display: inline-block;
}
._1y-DPoKFhx {
  text-align: center;
  padding-bottom: 0.5rem;
}
._3QvZFAvtpk {
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow-y: scroll;
}
@media (max-width: 991.98px) {
  ._3QvZFAvtpk {
    height: 100%;
    overflow: scroll;
  }
}
._2zRk7HyIM2 {
  margin-bottom: 0.5rem;
}
._2zRk7HyIM2 .VUrBsBOmL3 {
  padding: 0 1rem;
  margin-bottom: 0.5rem;
}
._2zRk7HyIM2 .VUrBsBOmL3 p {
  font-size: 12px;
}
._1U-jx4OSYh {
  padding: 0 1rem;
}
._1U-jx4OSYh ._2rQbFWDM0k {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e8e8e8;
}
._2U5oUBl1ux {
  padding: 0.5rem 1rem;
  border-top: 1px solid #ebedf0;
  text-align: center;
  display: none;
}
@media (min-width: 1360px) {
  ._2U5oUBl1ux {
    display: block;
  }
}
._2U5oUBl1ux p {
  font-size: 10px;
  margin-bottom: 5px;
}
._3G7L5Lphh_,
._3G7L5Lphh_ a {
  text-align: center;
}
._3G7L5Lphh_ a,
._3G7L5Lphh_ a > img {
  display: inline-block;
}
._3G7L5Lphh_ a > img {
  height: 30px;
}
._2EjbQWOf09 {
  padding: 1rem 1rem 0;
  text-align: center;
}
._3D4lABzCaf {
  border-bottom: 1px solid #ebedf0;
  padding: 0 1rem 0.5rem;
}
@media (max-width: 991.98px) {
  ._3D4lABzCaf {
    padding: 1rem 0;
  }
}
._3D4lABzCaf p {
  font-size: 12px;
}
._3D4lABzCaf h6 {
  font-weight: 700;
  font-size: 14px;
}
.M4qRJ1ExL8 {
  padding: 0 1rem;
  background: #fff;
}
._28Tr98fbXy {
  display: flex;
  margin-bottom: 0.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 991.98px) {
  ._28Tr98fbXy {
    padding: 1rem 0;
  }
}
._1xoxiPdU_c {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  margin-right: 1rem;
}
._1xoxiPdU_c img {
  width: 100%;
  height: 100%;
  display: block;
}
._2KCZ4rq_5_ {
  display: flex;
  flex-direction: column;
}
._2KCZ4rq_5_ ._17GlKIPoGO {
  margin-bottom: 2px;
  text-transform: capitalize;
}
._2KCZ4rq_5_ ._1o3dvbEDtZ {
  color: #8899a6;
  font-size: 14px;
  margin-bottom: 2px;
}
._2KCZ4rq_5_ ._3RI99R_yU9 {
  font-size: 10px;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
}
._2KCZ4rq_5_ .SDPu2s4LzJ {
  margin-right: 0.5rem;
}
._2KCZ4rq_5_ ._2S_IFUXL5w {
  font-weight: 700;
}
._3P_lPbWL-z {
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}
._3J87aHBaCs,
.ud7QCJoyU6 {
  display: flex;
}
.ud7QCJoyU6 {
  width: 30px;
  margin-right: 0.75rem;
}
.ud7QCJoyU6 i,
.ud7QCJoyU6 svg {
  font-size: 24px;
  color: #15202b;
}
.ud7QCJoyU6 img {
  width: 40px;
}
._3P_lPbWL-z a {
  color: #15202b;
  display: block;
}
._1k1KIlYn7k h6 {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}
._1k1KIlYn7k p {
  font-size: 10px;
}
._3P_lPbWL-z a:hover,
._155YMjz8O7 {
  text-decoration: none;
  color: #5f04f6;
}
._3P_lPbWL-z a:hover h4,
._3P_lPbWL-z a:hover i,
._3P_lPbWL-z a:hover svg,
._155YMjz8O7 h6,
._155YMjz8O7 i,
._155YMjz8O7 svg {
  color: #5f04f6;
}
._1hrHQwVWFY {
  height: 100%;
}
._1hrHQwVWFY,
._3CtXFTIoCH {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
._3CtXFTIoCH {
  background: #fff;
  height: 150px;
}
._1tKbHpRshE {
  border: 1.1em solid hsla(0, 0%, 100%, 0.2);
  border-left-color: #5f04f6;
  position: relative;
  width: 10em;
  height: 10em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: _1npVXnYMER 1.1s linear infinite;
  animation: _1npVXnYMER 1.1s linear infinite;
}
._1tKbHpRshE,
._1tKbHpRshE:after {
  border-radius: 50%;
}
@-webkit-keyframes _1npVXnYMER {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes _1npVXnYMER {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
._1wbTpsTsPs {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
._21chLI4xNG {
  overflow-y: scroll;
}
@media (max-width: 767.99px) {
  ._21chLI4xNG {
    height: 100%;
  }
}
._3xsi_ZxW4W {
  min-height: calc(100vh - 120px);
  overflow: scroll;
}
._1eAJvvrxIi,
._3xsi_ZxW4W {
  display: flex;
  flex-direction: column;
}
._1eAJvvrxIi {
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  flex-grow: 1;
}
._3EvR_NJ_Hb {
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
  z-index: 100;
}
.KSfxM8pw0v {
  display: none;
}
@media (max-width: 767.99px) {
  ._3EvR_NJ_Hb,
  ._33uVZ2c9B9 {
    display: block;
  }
  .KSfxM8pw0v {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 200px;
  }
}
@media (max-width: 767.99px) {
  ._3wYllazvID {
    margin: 0 -15px;
  }
}
@media (max-width: 767.99px) {
  ._2gZNe-q9f6 {
    padding-top: 3.5rem;
  }
}
.xWXwzWpDCq {
  background: #fff;
  margin-bottom: 1rem;
  position: relative;
  display: flex;
  min-height: 150px;
  align-items: center;
  justify-content: center;
}
._2OOFlEI1jS {
  background: #fff;
  cursor: pointer;
}
._2OOFlEI1jS img {
  max-width: 100%;
}
._3xOEaibTUd {
  min-height: 150px;
  width: 100%;
}
._1uCg2dR7t0 {
  z-index: 10;
  position: absolute;
  width: 100%;
  top: 40%;
  left: 0;
}
._2s1ZvBDYOd {
  position: absolute;
  background: rgba(10, 10, 10, 0.3);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
._2s1ZvBDYOd:hover {
  background: rgba(10, 10, 10, 0.7);
}
._2s1ZvBDYOd > i {
  font-size: 16px;
}
.NfSkRFZhzD {
  left: 15px;
}
.qubxUul3rT {
  right: 15px;
}
._1kMqXwfg5O {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
._11UHTgcafn {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e8e8e8;
}
._11UHTgcafn h4 {
  margin: 0;
  font-size: 16px;
}
._11UHTgcafn p {
  font-size: 10px;
}
._3Y_reKNrY7 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
._2ekqb6o0Qj {
  text-align: center;
}
._2ekqb6o0Qj a {
  padding: 1rem;
  border-top: 1px solid #e8e8e8;
  display: block;
}
._2ekqb6o0Qj a:hover {
  text-decoration: none;
}
._1ke3FwcJ7T {
  overflow: scroll;
  background: #fff;
  display: flex;
  min-height: 200px;
  flex-shrink: 1;
  flex-direction: column;
}
._3Pvq88BYyT {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  flex-grow: 1;
}
._2e24fyrGqP {
  background: #fff;
}
.HDrM5yh-5L {
  display: flex;
  padding: 0.5rem 1rem;
  background: transparent;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
}
.HDrM5yh-5L:hover {
  background: #e6ecf0;
}
.HDrM5yh-5L:last-child {
  border: none;
}
._2hdwsRooS_ {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
._30JNqwOMIy {
  margin-left: auto;
}
._30JNqwOMIy i {
  font-size: 24px;
  color: #5f94f6;
  cursor: pointer;
}
._30JNqwOMIy i:hover {
  color: #15202b;
}
._1bBs-IXu7i {
  color: #333;
  font-size: 12px;
}
._2JBTDCPlOC p {
  font-size: 10px;
}
._3amMSmObol {
  background: #fff;
  color: #000;
  margin-bottom: 0.5rem;
}
._5ERPmRfOLO {
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebedf0;
}
._5ERPmRfOLO p {
  font-size: 12px;
}
.pScdTmddwf {
  padding: 1rem;
  text-align: center;
}
.pScdTmddwf h1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
._22f-0Mamc5 {
  text-align: center;
  flex-grow: 1;
  padding: 0.5rem 0.25rem 1rem;
}
._22f-0Mamc5 p {
  font-size: 8px;
  margin-bottom: 3px;
}
._22f-0Mamc5 h6 {
  font-size: 10px;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
._39Zy4vLNJR {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  ._39Zy4vLNJR {
    padding: 0;
  }
}
.YIySTFv4j7 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
._202LTVcvxL,
.YIySTFv4j7 {
  border-radius: 5px;
  background: #fff;
}
._202LTVcvxL {
  color: #000;
  padding: 1rem;
  text-align: left;
}
._202LTVcvxL h6 {
  font-size: 10px;
  font-weight: 700;
  margin: 0;
}
.q90qNgxiaP {
  flex-grow: 1;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.q90qNgxiaP > p {
  flex-grow: 1;
}
._2PcF9c6mzt {
  margin-bottom: 0.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
._2PcF9c6mzt img {
  width: 80px;
  display: inline-block;
}
._3VOh5h7691 {
  text-align: center;
  padding-bottom: 0.5rem;
}
.gA8fgaW8ay {
  background: #fff;
  padding-top: 1rem;
}
._1t3fgzEzHh {
  flex-wrap: nowrap;
  overflow: scroll;
  position: relative;
}
._1MeWt4S9CA {
  z-index: 10;
  position: absolute;
  width: 100%;
  top: 40%;
  left: 0;
}
._3-6DrXzlpD {
  position: absolute;
  background: rgba(10, 10, 10, 0.3);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
._3-6DrXzlpD:hover {
  background: rgba(10, 10, 10, 0.7);
}
._3-6DrXzlpD > i {
  font-size: 16px;
}
._13pDUwWs0e {
  left: 15px;
  display: none;
}
._1NsjuH9QQE {
  right: 15px;
}
._3E7Z3xwtpc {
  height: 100%;
  cursor: pointer;
  text-align: center;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
._3E7Z3xwtpc img {
  width: 48px;
  margin-bottom: 0.5rem;
  display: inline-block;
}
._3E7Z3xwtpc h5 {
  font-size: 16px;
}
._2Sq26KQxLS {
  background: #fff;
}
._95jB4dJvJM {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e8e8e8;
}
._95jB4dJvJM button {
  text-shadow: none;
  color: #333;
}
._95jB4dJvJM button:hover {
  color: #15202b;
}
._95jB4dJvJM h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.tZh2tGFX7Y {
  min-height: 50px;
  padding: 0;
}
._2nk4WHyudX {
  background: #f0f0f0;
  color: #333;
  padding: 0.5rem 1rem;
}
._2nk4WHyudX h4 {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
}
._2nk4WHyudX p {
  font-size: 12px;
}
._2nk4WHyudX ul {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
._2SebKBkV7K {
  padding: 1rem;
}
._1BRYh8UMeC {
  padding: 0 1rem;
}
._1Xi_A4y2SM {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
._1ihhMG5q9L p {
  font-weight: 600;
}
._3FGtH7Tn2s {
  background: #fff;
  border-top: 1px solid #ebedf0;
  padding: 1rem;
  font-size: 12px;
  display: flex;
}
._3FGtH7Tn2s i {
  color: #5f04f6;
  font-size: 24px;
}
._3FOxjefz5F h5 {
  font-size: 14px;
  margin-bottom: 5px;
}
._3FOxjefz5F p {
  font-size: 12px;
}
._2CQ9pf2wQz {
  background: #00a65a;
  color: #fff;
  padding: 0.5rem 1rem;
}
._2CQ9pf2wQz p {
  font-size: 12px;
}
._2CQ9pf2wQz p > span {
  font-weight: 500;
}
.QXChQ3xXke {
  background: #fff;
}
._1P7bOMQMPD {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e8e8e8;
}
._1P7bOMQMPD button {
  text-shadow: none;
  color: #333;
}
._1P7bOMQMPD button:hover {
  color: #15202b;
}
._1P7bOMQMPD h6 {
  margin: 0;
}
._1P7bOMQMPD p {
  font-size: 12px;
}
._68KM4ETmGj {
  min-height: 50px;
  padding: 0;
}
._2vxzPuU5xJ {
  min-height: 100px;
  display: flex;
  padding: 1rem;
  align-items: center;
  justify-content: center;
}
._2FUme46wuU {
  display: flex;
  padding: 0.5rem 1rem;
  background: transparent;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
}
._2FUme46wuU:hover {
  background: #e6ecf0;
}
._2FUme46wuU:last-child {
  border: none;
}
._1_rFqLTRq2 {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
._6iqtrLaYPv {
  color: #333;
  font-size: 12px;
}
._2ajnfr9V5P ._2y4nb-8MGI {
  display: flex;
  align-items: center;
}
._2ajnfr9V5P ._2y4nb-8MGI p {
  color: #8899a6;
  font-size: 10px;
  margin: 2px 0 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._2ajnfr9V5P ._2y4nb-8MGI p > span {
  margin-right: 1px;
}
._2ajnfr9V5P h4 {
  font-size: 12px;
  margin: 0;
}
._1GsfwxAxCq {
  display: flex;
  align-items: center;
}
._1GsfwxAxCq p {
  color: #333;
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._1xHOV19n9O {
  font-size: 10px;
}
._7gZuTuWOJi,
._7gZuTuWOJi ._34pJBiTW-e {
  color: #f8c300;
}
._3pVWE9-h49 {
  font-weight: 600;
  margin-left: 5px;
}
._373D8CPB_R {
  background: #f0f0f0;
  color: #333;
  padding: 0.5rem 1rem;
}
._373D8CPB_R h5 {
  font-size: 12px;
  margin: 0;
}
._3zW4dOMiN7 {
  margin-top: 0.25rem;
}
._3zW4dOMiN7 p {
  font-size: 12px;
}
._2c3oZtvNnz {
  display: flex;
  flex-direction: column;
  background: transparent;
  cursor: pointer;
  background: #fff;
  height: 100%;
  padding-bottom: 1.5rem;
}
._2J_SCd0He0 {
  display: flex;
  padding: 0;
  margin-bottom: 0.5rem;
}
._27b-Ri_V0T {
  display: flex;
  align-items: center;
}
._27b-Ri_V0T p {
  color: #8899a6;
  font-size: 10px;
  margin: 2px 0 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._27b-Ri_V0T p > span {
  margin-right: 1px;
}
._1kGHH1s-Ot a {
  width: 100%;
  display: block;
}
._1kGHH1s-Ot h4 {
  font-size: 14px;
  margin-bottom: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
._33qzUkNXij {
  display: flex;
  align-items: center;
}
._33qzUkNXij p {
  color: #333;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
._1x0OL9rIJ1,
.sxkb2BxSLM {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.sxkb2BxSLM {
  justify-content: space-between;
}
._2xJRKakglG {
  font-size: 0.85rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 3px;
}
._2_RMdL67Lm {
  margin-bottom: 0.25rem;
  line-height: 10px;
}
._2_RMdL67Lm a {
  font-size: 10px;
}
.TuyRotipXZ {
  font-weight: 500;
  font-size: 0.9rem;
}
._2T9imT1Edn {
  display: flex;
  align-items: center;
}
._2T9imT1Edn p {
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #ccc;
  text-decoration: line-through;
}
._2T9imT1Edn ._1uI871Cd1J {
  color: #f68b1e;
  background: #feefde;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
}
._3Lxl_oJaJ1 p {
  font-size: 10px;
  font-weight: 400;
}
._38_4fayePL {
  margin: 5px 0;
}
._38_4fayePL a,
._38_4fayePL p {
  font-size: 10px;
}
._38_4fayePL p._273B1rUDez {
  font-size: 10px;
  line-height: 12px;
}
._1loo5Vc3e6,
._1loo5Vc3e6 .JpdjeA_MvS {
  color: #f8c300;
}
._11_AscMdLW {
  font-weight: 400;
  margin-left: 5px;
}
._1Ys9NVaJSI {
  margin-bottom: 5px;
}
._2HBnnvCrJi {
  border: 1px solid #ebedf0;
  padding: 3px 5px;
  font-size: 9px;
  border-radius: 3px;
  color: #333;
  width: 60%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._2HBnnvCrJi:focus,
._2HBnnvCrJi:hover {
  background: #5f04f6;
  color: #fff;
  border-color: #5f04f6;
  text-decoration: none;
}
._3A8nkkA7Lb {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: #000;
  padding: 5px 0;
}
._3A8nkkA7Lb p {
  font-size: 8px;
  font-weight: 600;
  margin-right: 3px;
}
._1LB4icCfqx {
  margin: 0 0 0.5rem;
}
._1LB4icCfqx,
._2sJ32W93ml {
  position: relative;
  height: 150px;
}
._2sJ32W93ml {
  text-align: center;
  margin-bottom: 0.5rem;
  width: auto;
}
._2sJ32W93ml img {
  width: auto !important;
  height: 150px;
}
._1u-2D0v_eA {
  z-index: 10;
  position: absolute;
  width: 100%;
  top: 40%;
  left: 0;
}
.qcko7c-jqM {
  position: absolute;
  background: rgba(10, 10, 10, 0.3);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.qcko7c-jqM:hover {
  background: rgba(10, 10, 10, 0.7);
}
.qcko7c-jqM > i {
  font-size: 16px;
}
._2JQDdjwpU8 {
  left: 15px;
  display: none;
}
._2CO7Blk5x_ {
  right: 15px;
}
._2T2Ww-nmKr {
  background: #fff;
}
._1vwbjP26eW {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ebedf0;
}
._1vwbjP26eW button {
  text-shadow: none;
  color: #333;
}
._1vwbjP26eW button:hover {
  color: #15202b;
}
._1hFI4wZs6T h5 {
  margin: 0;
  font-size: 16px;
}
._1hFI4wZs6T p {
  font-weight: 500;
  color: #5f04f6;
}
._2qPYp4T07A {
  min-height: 50px;
  padding: 0;
}
._2gF90-1dz- {
  display: flex;
  padding: 1rem;
  border-bottom: 1px solid #e8e8e8;
}
._3n9T8BrL9n {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  margin-right: 1rem;
}
._3n9T8BrL9n img {
  width: 100%;
  height: 100%;
  display: block;
}
._3hYvSE2G-o {
  display: flex;
  flex-direction: column;
}
._3hYvSE2G-o ._2zNo_-XjWm {
  margin-bottom: 2px;
  text-transform: capitalize;
}
._3hYvSE2G-o ._1Ez78Grud6 {
  color: #8899a6;
  font-size: 14px;
  margin-bottom: 2px;
}
._3hYvSE2G-o ._2k_c73mEEl {
  font-size: 10px;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
}
._3hYvSE2G-o ._2EmcbN9iTU {
  font-size: 12px;
}
._3hYvSE2G-o .UodLOyDCMo {
  font-weight: 700;
}
._35w65m6gBc {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}
._35w65m6gBc h5 {
  margin-bottom: 5px;
  font-size: 12px;
  color: #36028d;
  font-weight: 400;
}
._35w65m6gBc p {
  color: #333;
}
._35w65m6gBc p > span {
  width: 25px;
}
._35w65m6gBc a > span {
  width: 20px;
}
._2wLZuqLHqV {
  background: #f0f0f0;
  color: #333;
  padding: 0.5rem 1rem;
}
.em1XmZnhhN {
  background: #fff;
  border-top: 1px solid #ebedf0;
  padding: 1rem;
  font-size: 12px;
  display: flex;
}
.em1XmZnhhN i {
  color: #5f04f6;
  font-size: 24px;
}
.MnDhEBuNLn h5 {
  font-size: 14px;
  margin-bottom: 5px;
}
.MnDhEBuNLn p {
  font-size: 12px;
}
._1EHvc2sxL4,
._3sLtuTVHZI {
  background: #00a65a;
  color: #fff;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
}
._1EHvc2sxL4 {
  color: #000;
  background: #fff;
  border-top: 1px solid #ebedf0;
}
._1EHvc2sxL4 p,
._3sLtuTVHZI p {
  font-size: 12px;
}
._1EHvc2sxL4 p > span,
._3sLtuTVHZI p > span {
  font-weight: 500;
}
._2wLZuqLHqV h4 {
  font-size: 14px;
  margin-bottom: 5px;
}
._2wLZuqLHqV p {
  font-size: 12px;
}
._2wLZuqLHqV ul {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
._3WaKDEToCV {
  padding: 1rem;
}
._2Wa5GW2nHw {
  padding: 1rem;
  text-align: center;
}
._2Wa5GW2nHw i {
  font-size: 45px;
}
._2Wa5GW2nHw p {
  font-size: 12px;
}
._2Wa5GW2nHw h6 {
  font-size: 14px;
}
._2Wa5GW2nHw button {
  font-size: 10px;
}
._3GC3RwgqyH {
  padding: 0.5rem 1rem;
  background: #d21f3c;
  color: #fff;
}
._3GC3RwgqyH p {
  font-size: 12px;
}
._2YjQ3e5G5t {
  text-align: center;
  padding: 1rem 0;
}
._2YjQ3e5G5t h6 {
  margin-bottom: 1rem;
}
.IrTNpl-y0Q {
  background: #fff;
  padding: 0.5rem 1rem;
}
._3uqRd4qNpw {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aqGEf3k2np {
  padding: 0.5rem 0;
}
.IVGd49YXuI {
  margin-bottom: 1rem;
}
.IVGd49YXuI a {
  text-decoration: none;
  padding: 0;
}
._1kVV341S44 {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  color: #000;
  width: 100%;
}
._2cuze7wkCI {
  flex-grow: 1;
}
._2cuze7wkCI > span {
  font-size: 18px;
  color: #f8c300;
}
._146OCJJSWd {
  margin: 0 1rem;
}
._2YlBk4aB7O textarea {
  resize: none;
  min-height: 100px;
  max-height: 300px;
  font-size: 14px;
  font-weight: 400;
}
.pg410G45aJ {
  padding: 0.5rem 1rem;
  color: inherit;
  background: #fff;
}
.pg410G45aJ input {
  min-height: 0 !important;
}
.pg410G45aJ .form-group {
  margin: 0;
}
._2laqypk8JG {
  margin-bottom: 0.5rem;
}
._2laqypk8JG > p {
  font-size: 10px;
}
._34F_MjF9nd {
  border-top: 1px solid #ebedf0;
  padding: 5px 0;
  margin-top: 0.5rem;
}
._34F_MjF9nd > p {
  font-size: 10px;
}
._15jljgVIjp {
  padding: 0.5rem 1rem;
  display: flex;
}
.hYHSeKtuIp {
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.hYHSeKtuIp > i {
  font-size: 50px;
  color: #5f04f6;
}
._3nDLnQfPs6 {
  flex-shrink: 1;
  flex-grow: 1;
  position: relative;
}
._3nDLnQfPs6 h5 {
  font-size: 14px;
  margin-bottom: 0;
}
._3nDLnQfPs6 p {
  font-size: 10px;
}
.o3nFK_uXoy {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
}
._3-4GS1Zmlu {
  margin-bottom: 1rem;
}
._3G0ZZ0PUUe {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  padding: 0.75rem 1rem;
}
._3G0ZZ0PUUe h5 {
  font-size: 16px;
  margin: 0;
}
._3G0ZZ0PUUe p {
  font-size: 10px;
}
@media (min-width: 768px) {
  ._2DO3IEAiBt {
    padding-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .Gquizgm9Y4 {
    padding-top: 3rem;
  }
}
._3Sb7xAj3dB {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
  min-height: 400px;
}
@media (max-width: 575.99px) {
  ._3Sb7xAj3dB {
    min-height: calc(100vh - 110px);
  }
}
._1k7rNH2IaX {
  height: 49px;
  padding: 0 14px;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
  z-index: 100;
}
._3AimTL0srH {
  color: #15202b;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767.98px) {
  ._1k7rNH2IaX {
    position: fixed;
    width: 100%;
    top: 0;
  }
}
._3hNNR1_9TU {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
._3hNNR1_9TU h4 {
  font-size: 16px;
  margin-bottom: 0;
}
._3hNNR1_9TU form,
._3hNNR1_9TU h4 {
  margin-left: 0.5rem;
}
._2tY-IUxVMG {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  margin-left: auto;
  padding: 0;
}
._2tY-IUxVMG a {
  padding: 0 0.8rem;
}
._2tY-IUxVMG button {
  margin-left: 1rem;
  padding: 0 1rem;
  height: 28px;
  background: #5f04f6;
  color: #fff;
  font-size: 12px;
  border: none;
  border-radius: 999px;
}
._2tY-IUxVMG button:hover {
  background: #36028d;
}
.Hik1431SkT {
  outline: none;
  background: none;
  border-radius: none;
  border: none;
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
}
.Hik1431SkT:hover {
  color: #5f04f6;
  background: rgba(29, 161, 242, 0.1);
  border-radius: 999px;
}
.O3Y-4Ax-JG {
  color: inherit;
}
.O3Y-4Ax-JG:hover {
  color: #fff;
  background: #36028d;
}
.Hik1431SkT i {
  font-size: 18px;
}
._3341HcoYLS {
  display: flex;
  flex-direction: column;
  background: transparent;
  cursor: pointer;
  background: #fff;
  margin-bottom: 15px;
}
._1ZNhtYb4u5 {
  display: flex;
  padding: 1rem 1rem 0.7rem;
}
._1UCkjJDMM8 ._1aw-6M9nUH {
  display: flex;
  align-items: center;
}
._1UCkjJDMM8 ._1aw-6M9nUH p {
  color: #8899a6;
  font-size: 10px;
  margin: 2px 0 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._1UCkjJDMM8 ._1aw-6M9nUH p > span {
  margin-right: 1px;
}
._1UCkjJDMM8 h4 {
  font-size: 16px;
  margin: 0;
}
._1IKjIMoe-B {
  display: flex;
  align-items: center;
}
._1IKjIMoe-B p {
  color: #333;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.CB3-msezNV {
  margin-left: auto;
}
._3-NlGkFk9r {
  display: flex;
  flex-direction: column;
}
._3X9tl0cy2z {
  padding: 0 1rem;
  margin-bottom: 0.5rem;
}
._3X9tl0cy2z p {
  margin-bottom: 0.5rem;
  line-height: 1.38;
  font-size: 16px;
}
._2TsA8CnKqr {
  padding: 0.5rem 1rem;
}
._1uBvd6f6tX {
  margin-bottom: 0.5rem;
  justify-content: space-between;
}
._1uBvd6f6tX,
._2LKBYkrbHu {
  display: flex;
  align-items: center;
}
.ynS4GDzgNa {
  margin-left: auto;
}
.ynS4GDzgNa a {
  color: #333;
  font-size: 12px;
}
._3F_V_fA3gk {
  display: flex;
  margin-bottom: 0.2rem;
  align-items: center;
}
._1i2TlyYlt-,
._3vQNPO5bEg {
  padding: 5px;
  margin-right: 0.5rem;
  border-radius: 3px;
  position: relative;
  font-size: 12px;
  color: #fff;
  flex-basis: 25px;
  text-align: center;
}
._1i2TlyYlt-,
._3vQNPO5bEg {
  background: #d21f3c;
}
._1i2TlyYlt-:after,
._3vQNPO5bEg:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -5px;
  left: 2px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0;
}
._1i2TlyYlt-:after,
._3vQNPO5bEg:after {
  border-bottom: 10px solid #d21f3c;
}
._1HuYP3dxFY p {
  color: #333;
  font-weight: 500;
  font-size: 11px;
}
@media (min-width: 768px) {
  ._1HuYP3dxFY p {
    font-size: 12px;
  }
}
.rtN4w_wzqO {
  border-top: 1px solid #e8e8e8;
  padding: 0.5rem 1rem;
}
._3VSil5ZwDS {
  padding: 0 1rem;
  font-size: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
._2U35hcV0rf {
  margin-bottom: 0.25rem;
  padding: 0 1rem;
  line-height: 10px;
}
._2U35hcV0rf a {
  font-size: 10px;
}
.J6L3YZZB2u {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}
._3IuD51G_tS {
  font-weight: 500;
  font-size: 1rem;
}
._3qNuaaPFaB {
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #ccc;
  text-decoration: line-through;
}
._2dWVRUMMLH {
  margin-left: auto;
  display: flex;
  align-items: center;
}
._2Z0M8jSaI2 {
  margin-right: 0.375rem;
}
._2Z0M8jSaI2 a,
._2Z0M8jSaI2 p {
  font-size: 12px;
}
._2Z0M8jSaI2 p._1S3MWdrqJU {
  font-size: 8px;
  line-height: 10px;
}
._2Z0M8jSaI2 p._1S3MWdrqJU > a {
  font-size: 10px;
}
._1NnRin07Cq,
._1NnRin07Cq .dGap0BssNC {
  color: #f8c300;
}
._1kdshP-BNk {
  padding: 0 1rem;
  display: flex;
  align-items: center;
}
.ipEaGzqsnL {
  border: 1px solid #ebedf0;
  padding: 3px 5px;
  font-size: 9px;
  border-radius: 3px;
  color: #333;
}
.ipEaGzqsnL:focus,
.ipEaGzqsnL:hover {
  background: #5f04f6;
  color: #fff;
  border-color: #5f04f6;
  text-decoration: none;
}
._1AgapYSq4C {
  margin-right: 1rem;
  cursor: pointer;
  color: #15202b;
}
._1AgapYSq4C i {
  font-size: 24px;
  color: inherit;
}
._1QtdTEfFrX i {
  font-weight: 700;
}
._1-tNsnIbfs {
  position: relative;
  margin: 0 0 0.5rem;
}
._2haBZ1_Qhz {
  position: absolute;
  background: rgba(21, 32, 43, 0.4);
  overflow: hidden;
  height: 100%;
}
.q3SavgDQao {
  bottom: 0;
  padding: 5px;
}
._1o663-tQgk,
.q3SavgDQao {
  position: absolute;
  left: 0;
  width: 100%;
  background: rgba(10, 10, 10, 0.6);
  color: #fff;
}
._1o663-tQgk {
  top: 0;
  padding: 2px 5px;
}
._1o663-tQgk p {
  font-size: 10px;
  font-weight: 600;
}
._1o663-tQgk p,
.q3SavgDQao p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.q3SavgDQao p {
  font-size: 12px;
}
@media (max-width: 349.99px) {
  .q3SavgDQao p {
    font-size: 10px;
  }
}
._2haBZ1_Qhz img {
  width: 100%;
  display: block;
}
.yRQYB9IGQa {
  position: absolute;
  background: rgba(10, 10, 10, 0.6);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
}
.yRQYB9IGQa h5 {
  font-size: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
._6pZAR45Rpe {
  display: flex;
  flex-direction: row;
}
._2jilrBH-bK {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
}
._2jilrBH-bK h5 {
  font-size: 15px;
  margin: 0;
}
._2jilrBH-bK p {
  margin-left: auto;
  font-size: 12px;
}
.AkMo8T7uyA > p {
  font-size: 12px;
}
._21_bPWq42i {
  min-height: 100px;
  display: flex;
  padding: 1rem;
  align-items: center;
  justify-content: center;
}
._24jt8kPuAm {
  display: flex;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #f0f0f0;
}
._24jt8kPuAm:last-child {
  border: none;
}
._35z-u-o5UW {
  border: none;
  padding: 0.5rem 0;
}
._3TrUkzE-wq {
  flex-grow: 1;
}
._fZfqQT_Xa {
  margin-bottom: 0.3rem;
}
._24PDukjV3i,
.Gdjw9homiH {
  display: flex;
  align-items: center;
}
._24PDukjV3i p {
  color: #8899a6;
  font-size: 10px;
  margin: 2px 0 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._24PDukjV3i p > span {
  margin-right: 1px;
}
._24PDukjV3i h4 {
  font-size: 14px;
  margin: 0;
}
.QKdBkO5tfO {
  display: flex;
  align-items: center;
}
.QKdBkO5tfO p {
  color: #333;
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._31gcljUC3X,
.GwFQQmWwxe {
  margin-bottom: 2px;
}
.GwFQQmWwxe p {
  font-size: 12px;
}
._2iQVm4xdN2 {
  display: flex;
  align-items: center;
}
._13YBWcEaw_ a {
  font-size: 12px;
  margin-right: 0.5rem;
}
._13YBWcEaw_ p {
  font-size: 10px;
  font-weight: 500;
}
._1pRvHU9NzX {
  margin-left: auto;
  display: flex;
}
._1pRvHU9NzX a {
  font-size: 12px;
}
._17dYuB1L3g {
  color: #d21f3c;
}
.OY0IrXH1pe {
  margin-left: 0.5rem;
}
._3UR2xnDUAh {
  padding: 0.5rem 0;
}
._4GSP_jpVdG {
  background: #fff;
}
._2vFknA-CcA {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e8e8e8;
}
._2vFknA-CcA button {
  text-shadow: none;
  color: #333;
}
._2vFknA-CcA button:hover {
  color: #15202b;
}
._2vFknA-CcA h5 {
  margin: 0;
}
._39edKNcCDq {
  min-height: 50px;
  padding: 0;
}
._2logDFfkmv {
  min-height: 100px;
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
._81bQviebwM {
  display: flex;
  padding: 0.5rem 1rem;
  background: transparent;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
}
._81bQviebwM:hover {
  background: #e6ecf0;
}
._81bQviebwM:last-child {
  border: none;
}
._1ObMWqpZWo {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
._3X0gPbOQY2 {
  margin-left: auto;
}
._3X0gPbOQY2 i {
  font-size: 24px;
  color: #333;
  cursor: pointer;
}
._3X0gPbOQY2 i:hover {
  color: #15202b;
}
._1Ku9wZFOTK {
  color: #333;
  font-size: 12px;
}
._2JQmkyyCRh .Jun8GjWZz9 {
  display: flex;
  align-items: center;
}
._2JQmkyyCRh .Jun8GjWZz9 p {
  color: #8899a6;
  font-size: 10px;
  margin: 2px 0 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._2JQmkyyCRh .Jun8GjWZz9 p > span {
  margin-right: 1px;
}
._2JQmkyyCRh h4 {
  font-size: 12px;
  margin: 0;
}
.wQksM73KAE {
  display: flex;
  align-items: center;
}
.wQksM73KAE p {
  color: #333;
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._2YLf227W7W i {
  color: inherit;
}
._2W1PH6jAL_ {
  background: #fff;
}
._2hD4x4DPd8 {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e8e8e8;
}
._2hD4x4DPd8 button {
  text-shadow: none;
  color: #333;
}
._2hD4x4DPd8 button:hover {
  color: #15202b;
}
._2hD4x4DPd8 h5 {
  margin: 0;
}
.VA7212UwZw {
  min-height: 50px;
  padding: 0.5rem 1rem;
}
.EpnooriNz7 {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._1QtCSxhNxw {
  background: #fff;
}
.d0xAO-B2V1 {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e8e8e8;
}
.d0xAO-B2V1 button {
  text-shadow: none;
  color: #333;
}
.d0xAO-B2V1 button:hover {
  color: #15202b;
}
.d0xAO-B2V1 h5 {
  margin: 0;
}
._2stCUPBas3 {
  min-height: 50px;
  padding: 0;
}
._29TaG6bZ88 {
  min-height: 100px;
  justify-content: center;
}
._1AKRmsYnvY,
._29TaG6bZ88 {
  display: flex;
  align-items: center;
}
._1AKRmsYnvY {
  padding: 1rem;
  border-bottom: 1px solid #ebedf0;
  cursor: pointer;
  text-decoration: none;
}
._1AKRmsYnvY:hover {
  background: #ebedf0;
  text-decoration: none;
}
._1AKRmsYnvY h5 {
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  color: #15202b;
}
._1AKRmsYnvY:hover h5,
._244sbkXhQp {
  color: inherit;
}
._244sbkXhQp {
  width: 30px;
  margin-right: 0.5rem;
}
._244sbkXhQp i {
  font-size: 1.5em;
  color: inherit;
}
.hsB8Kv3QCg {
  color: #1778f2;
}
._2oOqSvDtiW {
  color: #55acee;
}
._2hmsH8LInw {
  color: #0077b5;
}
._2qU0o7PS59 {
  color: #34af23;
}
._2pKFcUm7vm {
  background: #fff;
}
@media (max-width: 767.99px) {
  ._2pKFcUm7vm {
    min-height: calc(100vh - 110px);
  }
}
._3TbrcznAIT {
  padding: 1rem;
  background: inherit;
  border-bottom: 1px solid #ebedf0;
  display: flex;
  align-items: center;
}
._3TbrcznAIT p:first-of-type span {
  width: 25px;
}
._2MfGHS9XGN {
  color: #333;
}
._2MfGHS9XGN:hover {
  text-decoration: none;
  background: #ebedf0;
}
.vAyQTcPbuB {
  display: flex;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e8e8e8;
}
._1F1qkRdDju {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  margin-right: 1rem;
}
._1F1qkRdDju img {
  width: 100%;
  height: 100%;
  display: block;
}
._1f0otvF1RI {
  display: flex;
  flex-direction: column;
}
._1f0otvF1RI ._1xRso3XUrW {
  margin-bottom: 2px;
  text-transform: capitalize;
}
._1f0otvF1RI ._1FfMwpn4pQ {
  color: #8899a6;
  font-size: 14px;
  margin-bottom: 2px;
}
._1f0otvF1RI .n8VR7zj32L {
  font-size: 10px;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
}
._1f0otvF1RI ._3_CZR7x30G {
  font-size: 12px;
}
._1f0otvF1RI ._2ybNG7QCwM {
  font-weight: 700;
}
._2odHAlZr9z {
  background: #fff;
}
@media (max-width: 767.99px) {
  ._2odHAlZr9z {
    min-height: calc(100vh - 110px);
  }
}
._1UzTGOS3f4 {
  background: #fafafa;
  height: 150px;
  position: relative;
}
._3mEh1pSZl_ {
  position: absolute;
  left: calc(50% - 90px);
  bottom: -50%;
}
._2ynU3evsde {
  padding: 60px 1rem 1rem;
}
._1g3txh7GML {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100000;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
._1iPKMGl7WK {
  color: #fff;
  text-align: center;
  padding: 0 1rem;
}
._1iPKMGl7WK i {
  font-size: 50px;
  color: #dc3545;
}
.JXqyqNu_Br {
  background: #fff;
}
._2_ra8Z8l6O,
.JXqyqNu_Br {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
._2_ra8Z8l6O {
  max-width: 400px;
  padding: 3rem 1rem;
}
@media (max-width: 575.99px) {
  .JXqyqNu_Br {
    min-height: calc(100vh - 49px);
  }
  ._2_ra8Z8l6O {
    padding: 1rem;
    max-width: 300px;
  }
}
.ufP_A1v9ng {
  min-height: calc(100vh - 60px);
  overflow: scroll;
  background: #fff;
}
.HfeGs6WG4x,
.ufP_A1v9ng {
  display: flex;
  flex-direction: column;
}
.HfeGs6WG4x {
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  text-align: center;
  flex-grow: 1;
}
._3vqtTC4SMP {
  background: #fff;
}
@media (max-width: 767.99px) {
  ._3vqtTC4SMP {
    min-height: calc(100vh - 110px);
  }
}
._3AgFe0iaSY {
  padding: 1rem;
}
._3fqlBR-p1k {
  background: #fff;
}
@media (max-width: 767.99px) {
  ._3fqlBR-p1k {
    min-height: calc(100vh - 110px);
  }
}
._2OS3Y-uYTs {
  flex-grow: 1;
  display: flex;
  padding: 1rem;
}
._3xECal76QO {
  display: flex;
  flex-direction: column;
  align-items: center;
}
._3v2zgwl-GB {
  text-align: center;
}
._2lgi05ky6x {
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.99px) {
  ._2lgi05ky6x {
    min-height: calc(100vh - 110px);
  }
}
._2zvtG2gF8-,
.V3HbrMAlRJ {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
}
._2zvtG2gF8- {
  margin: 1rem 0;
}
.V3HbrMAlRJ i {
  font-size: 60px;
  color: #5604f6;
  margin-bottom: 1rem;
}
._3ZrtwCBdYn {
  display: flex;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ebedf0;
  cursor: pointer;
}
._1igeZw_GCj {
  background: #ffe;
}
._3ZrtwCBdYn:hover {
  background: #ebedf0;
}
._2n84945N6Z {
  flex-grow: 1;
}
._2n84945N6Z p {
  font-size: 12px;
}
._2n84945N6Z ._2QwJDPKg_q {
  font-size: 10px;
  color: #8899a6;
}
._2xpL0Jadw6 span {
  font-size: 18px;
  color: #5f04f6;
}
.NAYMcwPs6C {
  display: flex;
  flex-direction: column;
}
._2jrgp6Jcp- {
  position: fixed;
  top: 84px;
}
.fTruaki_wH {
  margin: 1rem 0;
  flex-shrink: 0;
  flex-basis: 60px;
}
.nRAHJfaRiC {
  flex-direction: column;
  padding: 0 1rem;
}
.nRAHJfaRiC,
.nRAHJfaRiC p {
  display: flex;
  flex-wrap: wrap;
}
.nRAHJfaRiC p {
  align-items: center;
  justify-content: space-between;
}
.nRAHJfaRiC a {
  font-size: 13px;
  color: #8899a6;
  margin-bottom: 5px;
  margin-top: 5px;
  line-height: 19.6875px;
}
.nRAHJfaRiC p {
  padding: 0;
}
._19mEORsrhk {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
._3krOHWNx98 {
  padding: 1rem 1rem 0.5rem;
  text-align: left;
  margin-bottom: 2rem;
}
@media (max-width: 575.99px) {
  ._19mEORsrhk {
    min-height: calc(100vh - 49px);
  }
}
._2Q-PV8EY_S {
  padding: 0 1rem;
  height: 100%;
  flex-direction: column;
}
._2Q-PV8EY_S,
._2Q-PV8EY_S > span {
  display: flex;
  align-items: center;
  justify-content: center;
}
._2Q-PV8EY_S > span {
  font-size: 30px;
  margin-bottom: 1rem;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background: #36028d;
  color: #fff;
}
.xjA5xNv09H {
  border-right: 1px solid #ebedf0;
}
@media (max-width: 575.99px) {
  .xjA5xNv09H {
    border-left: none;
    border-bottom: 1px solid #ebedf0;
    margin-bottom: 1rem;
  }
}
._127I6m3dvO {
  background: #fff;
}
._3hrKCHpfCA,
._127I6m3dvO {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
._3hrKCHpfCA {
  max-width: 400px;
  padding: 3rem 1rem;
}
@media (max-width: 575.99px) {
  ._127I6m3dvO {
    min-height: calc(100vh - 49px);
  }
  ._3hrKCHpfCA {
    padding: 1rem;
    max-width: 300px;
  }
}
._31UxHzDncr {
  background: #fff;
}
.DfJ4KXysoL,
.fXUN3fVKqA {
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fXUN3fVKqA {
  flex-direction: column;
  padding: 1rem;
  text-align: center;
}
@media (max-width: 575.99px) {
  .DfJ4KXysoL,
  .fXUN3fVKqA {
    min-height: calc(100vh - 49px);
  }
}
.fXUN3fVKqA p {
  font-size: 12px;
}
.Nd2kLISTxu {
  padding: 0.5rem 1rem;
}
._1v74Mvgb-3 {
  padding: 1rem;
}
._1nJoFGwx1V {
  padding: 1rem 1rem 0;
}
._1nJoFGwx1V,
._17i5cgSTa9 {
  display: flex;
  align-items: center;
  justify-content: center;
}
._17i5cgSTa9 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100000;
  flex-flow: column;
}
._2X6FPJSVCx {
  color: #fff;
  text-align: center;
  padding: 0 1rem;
}
._2X6FPJSVCx i {
  font-size: 50px;
  color: #dc3545;
}
._3h2B2IjAnh {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  position: relative;
}
._2LQYWrcFJn {
  height: 100px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  border-radius: 3px;
  width: 100px;
  cursor: pointer;
}
._2LQYWrcFJn:hover {
  background: #ccc;
}
._2DCas7gfUm {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  padding: 2px;
  cursor: pointer;
}
._1h8bSRzKVR {
  border: 1px solid #5f04f6;
  border-radius: 2px;
}
._2DCas7gfUm img {
  height: 100px;
  display: block;
}
._2DCas7gfUm > div {
  display: flex;
  padding: 5px;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.77);
  color: #fff;
  border-radius: 999px;
  position: absolute;
  top: 5px;
  text-align: center;
  right: 5px;
  cursor: pointer;
}
._2DCas7gfUm div > span {
  font-size: 8px;
  line-height: 8px;
  pointer-events: none;
}
._192R--0sku {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  outline: none;
}
._192R--0sku:focus + label {
  outline: none;
}
._192R--0sku + label {
  cursor: pointer;
  outline: none;
  margin: 0;
}
._2seXIcqlz3 {
  display: inline-block;
  overflow: hidden;
}
._1RLvF2g6RO {
  font-size: 10px;
  height: 10em;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  border-radius: 3px;
  width: 10em;
  cursor: pointer;
  overflow: hidden;
}
._1RLvF2g6RO:hover {
  background: #ccc;
}
._3AuA6GO8_T {
  background: #5f04f6;
  padding: 0.5rem 1rem;
  color: #fff;
}
._3AuA6GO8_T h4 {
  font-size: 14px;
  margin: 0;
}
._3y2b8x3HmZ {
  background: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}
.W2RkFiz3_B {
  text-align: center;
}
._14MVFN7awv {
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 400px;
}
@media (max-width: 767.99px) {
  ._14MVFN7awv {
    min-height: calc(100vh - 110px);
  }
}
._3EYdwYP65S,
._3I0en7EhcO {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
  padding: 0 1rem;
}
._3I0en7EhcO {
  margin: 1rem 0;
}
._3EYdwYP65S i {
  font-size: 60px;
  color: #5604f6;
  margin-bottom: 1rem;
}
._1a7zGu59F7 {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebedf0;
}
.THWKxhU0Ii h5 {
  margin: 0;
  font-size: 14px;
}
.THWKxhU0Ii p {
  font-size: 12px;
  color: #28a745;
}
._2ptFxN0mA- {
  margin-left: auto;
}
._2ptFxN0mA- h5 {
  margin: 0;
  font-size: 16px;
}
._2ptFxN0mA- p {
  font-size: 12px;
  color: #28a745;
}
.IRGist9x2z {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebedf0;
}
.I_9IzdU7vy h5 {
  margin: 0;
  font-size: 14px;
}
.I_9IzdU7vy p {
  font-size: 12px;
}
.M2QhXpKHeW {
  padding: 1rem;
}
._1wOFZORz_t {
  background: #fff;
}
._3oXE3YgUq_ {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e8e8e8;
}
._3oXE3YgUq_ button {
  text-shadow: none;
  color: #333;
}
._3oXE3YgUq_ button:hover {
  color: #15202b;
}
._3AYUtxEIxT h5 {
  margin: 0;
  font-size: 16px;
}
._3AYUtxEIxT p {
  font-weight: 500;
  color: #5f04f6;
}
._1A-1ZKnI-S {
  min-height: 150px;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
._2zQLfnUGAG {
  background: #da251d;
  color: #fff;
  border: none;
  padding: 0.5rem;
  border-radius: 999px;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: -12px;
  right: -6px;
  z-index: 1000;
}
._2zQLfnUGAG:hover {
  background: red;
}
._2f4QPeOLeo {
  position: relative;
  padding: 2rem 1rem;
}
.kQfLoGoFTq {
  display: flex;
  flex-flow: row nowrap;
}
._3vn2T--TTh {
  margin-right: 15px;
}
._3vn2T--TTh img {
  width: 46px;
}
._2f4QPeOLeo p {
  font-size: 12px;
  margin-bottom: 1rem;
}
.cDzKm9xOKU {
  text-align: left;
}
._3dtpUtHe8J p {
  font-size: 12px;
  margin: 0;
}
._1F8b7W7g1D {
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.99px) {
  ._1F8b7W7g1D {
    min-height: calc(100vh - 110px);
  }
}
._3eVg73mCMg {
  padding: 1rem;
}
.iQbTJ6fgeh {
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-grow: 1;
  padding: 1rem;
}
._3LCkYt6833,
.iQbTJ6fgeh {
  display: flex;
  flex-direction: column;
}
._3LCkYt6833 {
  background: #fff;
}
@media (max-width: 767.99px) {
  ._3LCkYt6833 {
    min-height: calc(100vh - 110px);
  }
}
._3t25CmZdbo {
  padding: 1rem;
}
._1M-v1Dhst6 {
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-grow: 1;
  padding: 1rem;
}
._1M-v1Dhst6,
._1nX5tFaLK1 {
  display: flex;
  flex-direction: column;
}
._1nX5tFaLK1 {
  background: #fff;
  min-height: 400px;
}
@media (max-width: 767.99px) {
  ._1nX5tFaLK1 {
    min-height: calc(100vh - 110px);
  }
}
._3NAmEAhUYC {
  display: flex;
  align-items: center;
  width: 100%;
}
._3NAmEAhUYC a {
  background: #fafafa;
  flex-grow: 1;
  color: #000;
  padding: 0.5rem;
  text-align: center;
  font-size: 12px;
}
._3NAmEAhUYC a:hover {
  background: hsla(0, 0%, 94.1%, 0.6);
  text-decoration: none;
}
._3NAmEAhUYC a._1IDBQD1zCg {
  background: rgba(29, 198, 223, 0.08);
}
.wm_wvnFW0y {
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}
._23cQc9FHXD {
  background: #fff;
  width: 100%;
  padding: 0 1rem;
}
._1xkMaq7Pyi {
  background: #fff;
  margin: 1rem 0;
}
._1xkMaq7Pyi,
._3s86U3JTKk {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
}
._3s86U3JTKk {
  padding: 1rem;
}
._3s86U3JTKk i {
  font-size: 60px;
  color: #5604f6;
  margin-bottom: 1rem;
}
._23cQc9FHXD table {
  margin: 0;
}
._23cQc9FHXD table th {
  font-weight: 600;
}
._23cQc9FHXD table td,
._23cQc9FHXD table th {
  font-size: 12px;
  border-bottom: 1px solid #ebedf0;
}
.d0Ru5YDR29 {
  background: #fff;
  width: 100%;
  padding: 0 1rem;
}
._1n1nDVwy1g {
  background: #fff;
  margin: 1rem 0;
}
._1n1nDVwy1g,
.gdB05uNXPu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
}
.gdB05uNXPu {
  padding: 1rem;
}
.gdB05uNXPu i {
  font-size: 60px;
  color: #5604f6;
  margin-bottom: 1rem;
}
.d0Ru5YDR29 table {
  margin: 0;
}
.d0Ru5YDR29 table th {
  font-weight: 600;
}
.d0Ru5YDR29 table td,
.d0Ru5YDR29 table th {
  font-size: 12px;
  border-bottom: 1px solid #ebedf0;
}
._3--8ZI2yBv {
  background: #fff;
  width: 100%;
  padding: 0 1rem;
}
._JuuuXA31P {
  background: #fff;
  margin: 1rem 0;
}
._JuuuXA31P,
.PgPV6Viou2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
}
.PgPV6Viou2 {
  padding: 1rem;
}
.PgPV6Viou2 i {
  font-size: 60px;
  color: #5604f6;
  margin-bottom: 1rem;
}
._3--8ZI2yBv table {
  margin: 0;
}
._3--8ZI2yBv table th {
  font-weight: 600;
}
._3--8ZI2yBv table td,
._3--8ZI2yBv table th {
  font-size: 12px;
  border-bottom: 1px solid #ebedf0;
}
.NDuF8WbhwM {
  background: #fff;
}
.BQfHCzL18p {
  height: calc(100vh - 110px);
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
@media (min-width: 768px) {
  .BQfHCzL18p {
    height: calc(100vh - 142px);
  }
}
._2UdqorlPxP {
  height: 100%;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
._2UdqorlPxP img {
  max-width: 100%;
  max-height: 100%;
}
._19feAQ9qcy {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: none;
  padding: 0 1rem;
}
._19feAQ9qcy,
._355S5PBjEL {
  display: flex;
  align-items: center;
  justify-content: center;
}
._355S5PBjEL {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.5);
  color: #fff;
  cursor: pointer;
}
._355S5PBjEL:hover {
  background: rgba(10, 10, 10, 0.7);
}
.T0bd6JY8jS {
  margin-left: auto;
}
.YJj6wqjEiS {
  margin-right: auto;
}
._1syhtxEDHA {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
  min-height: 400px;
}
@media (max-width: 575.99px) {
  ._1syhtxEDHA {
    min-height: calc(100vh - 110px);
  }
}
._3rR2ttwgjG {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 14px;
  background: #fff;
  color: inherit;
  border-bottom: 1px solid #ebedf0;
  z-index: 100;
}
@media (max-width: 767.98px) {
  ._3rR2ttwgjG {
    position: fixed;
    width: 100%;
    top: 0;
  }
}
._1jcv9RjUFf {
  margin-left: 0.5rem;
  flex-grow: 1;
}
._1jcv9RjUFf h4 {
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
}
._1jcv9RjUFf p {
  color: #333;
}
._3gQEN9Vfd- {
  background: #fff;
}
._1go7l82Bf1 {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e8e8e8;
}
._1go7l82Bf1 button {
  text-shadow: none;
  color: #333;
}
._1go7l82Bf1 button:hover {
  color: #15202b;
}
._1go7l82Bf1 h5 {
  margin: 0;
}
.KO4aLQ8ZJ5 {
  min-height: 50px;
  padding: 0;
}
._2iX0T-Xxni {
  background: #f0f0f0;
  color: #333;
  padding: 0.5rem 1rem;
}
._2iX0T-Xxni h4 {
  font-size: 14px;
  margin-bottom: 5px;
}
._2iX0T-Xxni p {
  font-size: 12px;
}
._2iX0T-Xxni ul {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
._3CjTPBKB6H {
  padding: 1rem;
}
._3rmkdbnhd4 {
  padding: 0 1rem;
}
._2KZ5ckJ9wm {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
._1xkhM3dc2E p {
  font-weight: 600;
}
.DQLlmBrmmW {
  background: #fff;
  border-top: 1px solid #ebedf0;
  padding: 1rem;
  font-size: 12px;
  display: flex;
}
.DQLlmBrmmW i {
  color: #5f04f6;
  font-size: 24px;
}
._3GvNiqEAjo h5 {
  font-size: 14px;
  margin-bottom: 5px;
}
._3GvNiqEAjo p {
  font-size: 12px;
}
._2C8B9HCPhZ {
  background: #fff;
}
._3zjqtFK8xQ {
  height: calc(100vh - 110px);
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
@media (min-width: 768px) {
  ._3zjqtFK8xQ {
    height: calc(100vh - 142px);
  }
}
._3QEnF_AzJe {
  height: 100%;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
._3QEnF_AzJe img {
  max-width: 100%;
  max-height: 100%;
}
._1LkePUTNUP {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: none;
  padding: 0 1rem;
}
._1LkePUTNUP,
.ml_YQ2suJf {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ml_YQ2suJf {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.5);
  color: #fff;
  cursor: pointer;
}
.ml_YQ2suJf:hover {
  background: rgba(10, 10, 10, 0.7);
}
._3Jd4BmMEHQ {
  margin-left: auto;
}
._2PHKilMXRC {
  margin-right: auto;
}
._2cR6sLr6BV {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
  min-height: 400px;
}
@media (max-width: 575.99px) {
  ._2cR6sLr6BV {
    min-height: calc(100vh - 110px);
  }
}
._379Mbm82Yv {
  padding: 0.5rem 1rem;
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 10px;
}
._379Mbm82Yv p {
  font-size: 12px;
  color: inherit;
  font-weight: 600;
}
._1AUAixECbH {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 14px;
  background: #fff;
  color: inherit;
  border-bottom: 1px solid #ebedf0;
  z-index: 100;
}
@media (max-width: 767.98px) {
  ._1AUAixECbH {
    position: fixed;
    width: 100%;
    top: 0;
  }
}
._2um_qtotU9 {
  margin-left: 0.5rem;
}
._2um_qtotU9 h4 {
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
}
._2um_qtotU9 p {
  color: #8899a6;
}
._26zys6OTLE {
  background: #fff;
}
._2DqeKQC3g6 {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e8e8e8;
}
._2DqeKQC3g6 button {
  text-shadow: none;
  color: #333;
}
._2DqeKQC3g6 button:hover {
  color: #15202b;
}
._2DqeKQC3g6 h5 {
  margin: 0;
}
._2eIg-xKadC {
  min-height: 50px;
  padding: 0;
}
._172t-_nJZX {
  background: #f0f0f0;
  color: #333;
  padding: 0.5rem 1rem;
}
._172t-_nJZX h4 {
  font-size: 14px;
  margin-bottom: 5px;
}
._172t-_nJZX p {
  font-size: 12px;
}
._172t-_nJZX ul {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
._2_LVeXiCPq {
  padding: 1rem;
}
._20ryw-x8q_ {
  padding: 0 1rem;
}
._2KAPhrYOWj {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
._2RRmyT7JgT p {
  font-weight: 600;
}
._1HfICvWsYX {
  background: #fff;
}
._35xj1-ZnfP {
  padding: 2rem 1rem;
  border: none;
  text-align: center;
  justify-content: center;
}
._35xj1-ZnfP button {
  text-shadow: none;
  color: #333;
}
._35xj1-ZnfP button:hover {
  color: #15202b;
}
._35xj1-ZnfP h5 {
  margin: 0;
  font-size: 18px;
}
._26FNgBVnh5 {
  min-height: 50px;
  padding: 0.5rem 1rem 2rem;
  text-align: center;
}
.jOUCDAPP3I {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._1e8qC0iYkm {
  color: #1778f2 !important;
}
._2PuMvg8g_m {
  color: #55acee !important;
}
._2DrXZYzUTJ {
  color: #0077b5 !important;
}
._1NtDTHe83e {
  color: #34af23 !important;
}
.ulzz6Vgws1 {
  background: #fff;
}
._1o3pQPtso7 {
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.99px) {
  ._1o3pQPtso7 {
    min-height: calc(100vh - 49px);
  }
}
._1EJ78nWn95 {
  padding: 0 1rem;
}
._1mhGsxZBIc {
  padding: 1rem 1rem 0;
}
._1mhGsxZBIc,
._3TUddH53NI {
  display: flex;
  align-items: center;
  justify-content: center;
}
._3TUddH53NI {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100000;
  flex-flow: column;
}
._2CCvlijNXR {
  color: #fff;
  text-align: center;
  padding: 0 1rem;
}
._2CCvlijNXR i {
  font-size: 50px;
  color: #dc3545;
}
._1F8SdoH9hL {
  display: flex;
  padding: 0.5rem 0;
  border-bottom: 1px solid #fafafa;
  margin-bottom: 0.5rem;
}
._1bbbWIMVeZ {
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
}
._1bbbWIMVeZ img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 999px;
}
._29KU8Jf46F h5 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
._1Su6qC6xLK {
  display: flex;
  align-items: center;
}
._3QZhDjzL9A {
  color: #8899a6;
  font-size: 10px;
}
._2APfKU3VZH {
  margin-right: 2rem;
  font-size: 12px;
  font-weight: 500;
}
._2lvsREBHvt {
  padding: 0.5rem 0;
  border-bottom: 1px solid #fafafa;
  margin-bottom: 1rem;
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  position: relative;
}
.muSMRXTfL6 {
  display: inline-block;
}
._3YUG-W6EzQ {
  padding: 0.5rem 1rem;
  color: #fff;
}
._3YUG-W6EzQ p {
  font-size: 12px;
  color: inherit;
  font-weight: 600;
}
._3tdm1GczYl {
  flex-grow: 1;
}
._1iVIHPIZFb {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  overflow: scroll;
  background: #fff;
}
@media (max-width: 575.99px) {
  ._1iVIHPIZFb {
    min-height: calc(100vh - 49px);
  }
}
._1WBE6SyviC {
  background: #fff;
  padding: 1rem 2rem;
  text-align: center;
}
._1Yt2fUdV4M,
._3Vio9nsnpz {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
._1Yt2fUdV4M {
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  text-align: center;
}
._3PDzC0YKQI {
  display: flex;
  align-items: center;
  width: 100%;
}
._3PDzC0YKQI a {
  background: #fafafa;
  flex-grow: 1;
  color: #000;
  padding: 0.5rem;
  text-align: center;
  font-size: 12px;
}
._3PDzC0YKQI a:hover {
  background: hsla(0, 0%, 94.1%, 0.6);
  text-decoration: none;
}
._3PDzC0YKQI a._1zfVmUuXyr {
  background: rgba(29, 198, 223, 0.08);
}
._1d4lzAGvH9 {
  background: #fff;
}
._1ZuFmSzp5g {
  display: flex;
  padding: 0.5rem 1rem;
  background: transparent;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
}
._1ZuFmSzp5g:hover {
  background: #e6ecf0;
}
._1ZuFmSzp5g:last-child {
  border: none;
}
._18laJCv9W7 {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
._3k_VTih7ih {
  margin-left: auto;
}
._3k_VTih7ih i {
  font-size: 24px;
  color: #5f94f6;
  cursor: pointer;
}
._3k_VTih7ih i:hover {
  color: #15202b;
}
._65pz_vv2U2 {
  color: #333;
  font-size: 12px;
}
._3E0tOtZCAY ._2WMqj_tvTP {
  display: flex;
  align-items: center;
}
._3E0tOtZCAY ._2WMqj_tvTP p {
  color: #8899a6;
  font-size: 10px;
  margin: 2px 0 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._3E0tOtZCAY ._2WMqj_tvTP p > span {
  margin-right: 1px;
}
._3E0tOtZCAY h4 {
  font-size: 12px;
  margin: 0;
}
.gxRU7-dSZs {
  display: flex;
  align-items: center;
}
.gxRU7-dSZs p {
  color: #333;
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._1vkTxI4J3c {
  background: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 50px);
}
@media (max-width: 767.99px) {
  ._1vkTxI4J3c {
    min-height: calc(100vh - 100px);
  }
}
._1sW4LHU3az,
._36VJxrWOCi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
  padding: 0 1rem;
}
._1sW4LHU3az {
  margin: 1rem 0;
}
._2cX9aQwrZz {
  flex-grow: 1;
}
.qaajt5p9d- {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebedf0;
}
._1GvTr7m-vk h5 {
  margin: 0;
  font-size: 14px;
}
._1GvTr7m-vk p {
  font-size: 12px;
  color: #28a745;
}
._5dhxKVl12c {
  margin-left: auto;
}
._5dhxKVl12c h5 {
  margin: 0;
  font-size: 16px;
}
._5dhxKVl12c p {
  font-size: 12px;
  color: #28a745;
}
._2J1XIdH9e- {
  padding: 1rem;
}
._2BitxhdQLm {
  padding: 0.5rem 1rem;
}
._2BitxhdQLm h5 {
  font-size: 16px;
}
._2BitxhdQLm table {
  margin: 0;
  color: #000;
}
._2BitxhdQLm table th {
  font-weight: 600;
}
._2BitxhdQLm table td,
._2BitxhdQLm table th {
  font-size: 12px;
  border-bottom: 1px solid #ebedf0;
}
._2FY41B5lvy,
._2XbKkwmzgp {
  background: #fff;
}
._2FY41B5lvy {
  color: #000;
}
._13fy1OHsGo {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ebedf0;
}
.wrapper-light ._13fy1OHsGo {
  border-bottom: 1px solid #e8e8e8;
}
._13fy1OHsGo button {
  text-shadow: none;
  color: #da251d;
}
._13fy1OHsGo button:hover {
  color: #f60;
}
._13fy1OHsGo h5 {
  margin: 0;
  font-size: 14px;
}
.jWI4DCLWIa {
  min-height: 50px;
  padding: 0.5rem 1rem;
}
._3Sp0c8TW1Y {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._1a-b5iUjtp {
  background: #fff;
}
._1YgIuGQJnP {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e8e8e8;
}
._1YgIuGQJnP button {
  text-shadow: none;
  color: #333;
}
._1YgIuGQJnP button:hover {
  color: #15202b;
}
._1YgIuGQJnP h5 {
  margin: 0;
}
._18cICkNCXJ {
  min-height: 50px;
  padding: 2rem 1rem;
}
._18cICkNCXJ p {
  font-size: 12px;
}
._1L1UeUuP3k {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._3ADitqregR {
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 400px;
}
@media (max-width: 767.99px) {
  ._3ADitqregR {
    min-height: calc(100vh - 110px);
  }
}
._1maCEEv-lV,
.v35yHpEhCR {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
  padding: 0 1rem;
}
.v35yHpEhCR {
  margin: 1rem 0;
}
._1G6Kr0bO2m {
  text-align: center;
  border: 1px solid #ebedf0;
  padding: 1rem;
}
._1G6Kr0bO2m h5 {
  margin: 0;
  font-size: 16px;
}
._1G6Kr0bO2m p {
  font-size: 12px;
}
.ieDkovXZAX {
  padding: 0.5rem 1rem;
  text-align: center;
}
.VgzVk1ABKo {
  background: #fff;
}
._1pP83xJSN9 {
  padding: 1rem;
  border-bottom: 1px solid #ebedf0;
}
._1pP83xJSN9 h5 {
  margin-bottom: 0.25rem;
  font-size: 16px;
}
._1pP83xJSN9 p {
  font-size: 12px;
}
._1pP83xJSN9 select {
  margin: 0.5rem 0;
  font-size: 12px;
  max-width: 300px;
}
._1_cvWaEmEh {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-bottom: 1px solid #ebedf0;
}
._2VssC1Y_Gu {
  margin-right: 1rem;
  flex-grow: 0;
  flex-shrink: 1;
}
._2VssC1Y_Gu h5 {
  font-size: 14px;
}
._2VssC1Y_Gu p {
  font-size: 12px;
}
._18R9pkoQOR {
  margin-left: auto;
  flex-grow: 1;
  flex-shrink: 0;
}
._18R9pkoQOR p {
  font-size: 12px;
  color: #8899a6;
}
._1LdrWWi3R2 {
  padding: 0.5rem 1rem;
}
._1LdrWWi3R2 table th button {
  font-size: 8px;
}
._1LdrWWi3R2 table td,
._1LdrWWi3R2 table th {
  font-size: 12px;
}
._3lPghx2_Qs {
  border: none;
}
._37LgQXl-R6 {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
._37LgQXl-R6 button {
  margin-right: 1rem;
}
._2NWEoDeZLJ {
  margin-left: auto;
}
._2NWEoDeZLJ img {
  max-width: 100%;
  max-height: 36px;
}
._3jSeqmEx57 {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  position: relative;
}
._1kC03BM-DB {
  display: inline-block;
}
.PitwhKxRoN {
  flex-grow: 1;
}
._3eH9IAbGMG {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  overflow: scroll;
  background: #fff;
}
@media (max-width: 575.99px) {
  ._3eH9IAbGMG {
    min-height: calc(100vh - 49px);
  }
}
.sSSfkMHhr6 {
  background: #fff;
  padding: 1rem 2rem;
  text-align: center;
}
._2nx7_NBUuP,
._3igCB8fUaN {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
._3igCB8fUaN {
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  text-align: center;
}
.N7z0Cw56I5 {
  display: flex;
  align-items: center;
  width: 100%;
}
.N7z0Cw56I5 a {
  background: #fafafa;
  flex-grow: 1;
  color: #000;
  padding: 0.5rem;
  text-align: center;
  font-size: 12px;
}
.N7z0Cw56I5 a:hover {
  background: hsla(0, 0%, 94.1%, 0.6);
  text-decoration: none;
}
.N7z0Cw56I5 a._2gszDEcylL {
  background: rgba(29, 198, 223, 0.08);
}
._1-x3YBMYQt {
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 400px;
}
@media (max-width: 767.99px) {
  ._1-x3YBMYQt {
    min-height: calc(100vh - 110px);
  }
}
._2TtG7Xgy6a,
._3lLvj7Ahld {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
}
._3lLvj7Ahld {
  margin: 1rem 0;
}
._2TtG7Xgy6a i {
  font-size: 60px;
  color: #5604f6;
  margin-bottom: 1rem;
}
._27kqYtPtAq {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ebedf0;
  cursor: pointer;
}
._2wQcRpYbnY {
  background: #ffe;
}
._27kqYtPtAq:hover {
  background: #ebedf0;
}
._23bjzd82tc {
  flex-grow: 1;
}
._23bjzd82tc h4 {
  font-size: 14px;
  margin: 0;
}
._23bjzd82tc p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
._23bjzd82tc p._3qaHQJbjtm span {
  font-weight: 600;
}
._1BNSH540z3 {
  font-size: 10px !important;
  color: #8899a6;
}
._3V44262KM4 {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 100px);
  background: #fff;
  padding: 0 0 60px;
}
._1XB8DlYdjx {
  padding-bottom: 0;
  min-height: calc(100vh - 50px);
}
._3IC60q1r2O {
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
}
._3IC60q1r2O,
._3ZJFUzGJWB {
  display: flex;
  align-items: center;
}
._3ZJFUzGJWB {
  flex-direction: row;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #ebedf0;
  padding: 0.5rem 1rem;
}
@media (max-width: 767.99px) {
  ._3ZJFUzGJWB {
    bottom: 60px;
  }
}
._3lbi0Ejea_ {
  margin-right: 1rem;
}
._3lbi0Ejea_ p {
  font-size: 10px;
}
._3ZJFUzGJWB h4 {
  margin: 0;
}
._28npp8S53w {
  margin-left: auto;
}
._28npp8S53w button {
  white-space: normal;
  padding: 0.5rem 1rem;
}
._3gV5f_90K3 {
  background: #fff;
}
._1SGvhj8Umj {
  padding: 0;
}
._1SGvhj8Umj p {
  font-size: 12px;
}
._3lMk___UNH {
  padding: 0.5rem 1rem;
  text-align: left;
}
._3lMk___UNH h5 {
  font-size: 14px;
  margin: 0;
}
._2e2E6dg6qz {
  display: flex;
  border-bottom: 1px solid #ebedf0;
  padding: 1rem;
  width: 100%;
}
._2e2E6dg6qz:hover {
  background: #f0f0f0;
}
._2e2E6dg6qz:last-of-type {
  border: none;
}
._1xhhvZV9p_ {
  margin-right: 1rem;
}
._1xhhvZV9p_ > i {
  font-size: 40px;
  color: #5f04f6;
}
.Vwv7CtH3wW {
  text-align: left;
}
.Vwv7CtH3wW h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
.Vwv7CtH3wW p {
  font-size: 10px;
}
._3WWLoraEz4 {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._3poQ-_ShDj {
  background: #da251d;
  color: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  font-size: 14px;
  position: absolute;
  top: -12px;
  right: -6px;
  z-index: 1000;
}
._385TTezX8Q {
  background: #fff;
}
._2ez-NoamFt p {
  font-size: 10px;
}
._2UPf85WUdz {
  min-height: 200px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
._2UPf85WUdz,
.uyH8zqqMWK {
  display: flex;
  flex-direction: column;
}
.uyH8zqqMWK {
  min-height: calc(100vh - 100px);
  background: #fff;
  padding: 0 0 60px;
}
.puDgjcFmM7 {
  padding-bottom: 0;
  min-height: calc(100vh - 50px);
}
._3_W7cqpcwT {
  background: #343a30;
  color: #fff;
  padding: 1rem 2rem;
  text-align: center;
}
._3_W7cqpcwT p {
  font-size: 10px;
}
._3-5S59wEOq {
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
}
._2bBVxQBu2i,
._3-5S59wEOq {
  display: flex;
  align-items: center;
}
._2bBVxQBu2i {
  flex-direction: row;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #ebedf0;
  padding: 0.5rem 1rem;
}
@media (max-width: 767.99px) {
  ._2bBVxQBu2i {
    bottom: 60px;
  }
}
._35qHWMssKt {
  margin-right: 1rem;
}
._35qHWMssKt p {
  font-size: 10px;
}
._2bBVxQBu2i h4 {
  margin: 0;
}
._96mvbL15ET {
  margin-left: auto;
}
._96mvbL15ET a {
  white-space: normal;
  padding: 0.5rem 1rem;
}
._3O0117OC1B {
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 60px);
  background: #fff;
}
.WPvl0mUNWc {
  padding-bottom: 0;
  min-height: calc(100vh - 50px);
}
@media (max-width: 767.99px) {
  .WPvl0mUNWc {
    min-height: calc(100vh - 100px);
  }
}
.UalOAivVsk {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ebedf0;
}
.UalOAivVsk p {
  font-size: 10px;
  margin-bottom: 0.5rem;
}
._24zR5OcEad {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
}
.fNJec4SJd5 {
  padding-bottom: 60px;
  flex-grow: 1;
}
.X2gWIVWKaF {
  border-bottom: 1px solid #ebedf0;
}
._14osm3njmO {
  padding: 1rem;
}
.be6pmfvdfT {
  display: flex;
  flex-direction: row;
  align-items: center;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #ebedf0;
  padding: 0.5rem 1rem;
}
@media (max-width: 767.99px) {
  .be6pmfvdfT {
    bottom: 60px;
  }
}
._3p13k7goDc {
  margin-right: 1rem;
}
._3p13k7goDc p {
  font-size: 10px;
}
.be6pmfvdfT h4 {
  margin: 0;
}
._1U2SzxTY3X {
  margin-left: auto;
}
._1U2SzxTY3X button {
  white-space: normal;
  padding: 0.5rem 1rem;
}
._1nPjcsrXRh {
  margin-bottom: 0.5rem;
}
._1J9OmdqQpa,
._1nPjcsrXRh {
  display: flex;
  align-items: center;
}
._1J9OmdqQpa {
  flex-grow: 1;
}
._1J9OmdqQpa button {
  color: #fff;
  background: none;
  margin-left: 5px;
  font-size: 8px;
}
button._2tWEBDKz5t {
  background: #f8c500;
  color: #000 !important;
}
._344x1OCLAq {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #ebedf0;
}
._344x1OCLAq p {
  font-size: 10px;
  margin-right: 1rem;
  flex-shrink: 1;
}
._344x1OCLAq button {
  margin-left: auto;
}
._1zsjzLdkTO {
  background: #fff;
  border-bottom: 1px solid #ebedf0;
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  color: #000 !important;
  text-decoration: none;
}
._1zsjzLdkTO:hover {
  background: #fafafa;
  text-decoration: none;
}
._1zsjzLdkTO:last-child {
  border: none;
}
._3RFsgC6sjq {
  flex-shrink: 0;
  margin-right: 0.5rem;
}
._3RFsgC6sjq > i {
  font-size: 48px;
}
._3RFsgC6sjq > img {
  width: 48px;
  display: inline-block;
}
._1Zkvm9fWrt h4 {
  margin-bottom: 3px;
  font-size: 12px;
}
._1Zkvm9fWrt p {
  font-size: 10px;
}
._3_Fr2tMyc3 {
  display: flex;
  align-items: center;
}
._3_Fr2tMyc3 p {
  font-size: 10px;
  font-weight: 700;
}
._1ylel8ORvU {
  margin-left: 0.5rem;
}
._1ylel8ORvU img {
  width: 16px;
  margin-right: 5px;
}
._2x5ifdWP6l,
.oUrt06UrDd {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}
._2x5ifdWP6l video {
  width: 100%;
  display: block;
  border-radius: 15px;
}
._1WJW5tjC-i {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  background-color: rgba(100, 20, 10, 0.77);
  color: #fff;
  border-radius: 999px;
  position: absolute;
  top: -12px;
  text-align: center;
  right: -12px;
  cursor: pointer;
}
._2x5ifdWP6l div > span {
  font-size: 8px;
  line-height: 8px;
  pointer-events: none;
}
._29HMAqnB1Y {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  outline: none;
}
._29HMAqnB1Y:focus + label {
  outline: none;
}
._29HMAqnB1Y + label {
  cursor: pointer;
  outline: none;
  margin: 0;
}
.Z7qSV4iFxV {
  display: inline-block;
  overflow: hidden;
}
._2TlFLv46CX {
  font-size: 10px;
  height: 10em;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  border-radius: 3px;
  width: 10em;
  cursor: pointer;
  overflow: hidden;
}
._2TlFLv46CX:hover i {
  color: #f8c500 !important;
}
._1M6scGH9Mx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 20000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
._3CKqcbBcCl {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 100%;
}
._1AbN4cLAB0,
._3CKqcbBcCl {
  -webkit-animation-name: _2w8LXRgTd2;
  animation-name: _2w8LXRgTd2;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
@-webkit-keyframes _2w8LXRgTd2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes _2w8LXRgTd2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.DfLtGWKTJ4 {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: 700;
  transition: 0.3s;
}
.DfLtGWKTJ4:focus,
.DfLtGWKTJ4:hover {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
._1fZ0vaotAO {
  border: none;
  height: 90vh;
}
._2jMvXa129S {
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 60px);
  background: #fff;
}
._1V0l-c7JBJ {
  padding-bottom: 0;
  min-height: calc(100vh - 50px);
}
@media (max-width: 767.99px) {
  ._2jMvXa129S {
    min-height: calc(100vh - 110px);
  }
  ._1V0l-c7JBJ {
    min-height: calc(100vh - 100px);
  }
}
._1j1Y2uDJtw {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ebedf0;
}
._1j1Y2uDJtw p {
  font-size: 10px;
  margin-bottom: 0.5rem;
}
._33CB8hyJRm {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
}
._1hRRHbR2ht {
  margin-left: 0.5rem;
}
._1hRRHbR2ht h4 {
  margin: 0;
}
._1hRRHbR2ht p {
  font-size: 10px;
}
._1vTav61SZp {
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 60px);
  background: #fff;
}
@media (max-width: 767.99px) {
  ._1vTav61SZp {
    min-height: calc(100vh - 110px);
  }
}
._35R82rFcoK {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
  padding: 0 2rem;
}
._3NCAIH4nqx {
  margin-bottom: 1rem;
}
._13RmW4Jdam {
  display: flex;
  padding: 0.5rem;
}
.WQF-NdEERa {
  margin-right: 5px;
}
.WQF-NdEERa img {
  width: 20px;
}
.dWaFzW_y7t h5 {
  font-size: 12px;
  margin: 0;
}
.dWaFzW_y7t p {
  font-size: 8px;
}
.uh4yZa8DoQ {
  padding: 0.25rem 2rem;
}
._2OAdW6TkD4 h5 {
  font-size: 10px;
  margin: 0;
}
._2OAdW6TkD4 p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._1yEU2wzF3s {
  padding: 0.25rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._1sbE6GhZR6 p {
  font-size: 8px;
}
._2iJs_s2Zzh {
  margin-right: 5px;
}
._2iJs_s2Zzh h5 {
  margin: 0;
  font-size: 12px;
}
._2iJs_s2Zzh p {
  font-size: 8px;
}
.y1bc9d12mr {
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 60px);
  background: #fff;
}
.R-p6YZmhea {
  padding: 0 1rem;
}
._26r7Ez2ORi {
  padding-bottom: 0;
  min-height: calc(100vh - 50px);
}
@media (max-width: 767.99px) {
  ._26r7Ez2ORi {
    min-height: calc(100vh - 100px);
  }
}
._2qfmqu5crw {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
}
._3EqXKkTQhM {
  margin-bottom: 0.5rem;
}
._1fcyON3GOM {
  display: flex;
  padding: 0.5rem;
}
.DBOfNWug2m {
  margin-right: 5px;
}
.DBOfNWug2m img {
  width: 40px;
}
._2wODcALnS5 h5 {
  font-size: 12px;
  margin: 0;
}
._2wODcALnS5 p {
  font-size: 10px;
}
._1J5P1ykLHz {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.WZO-dUXCSl {
  margin-right: 0.5rem;
}
._1MIGtyFSY6 input {
  margin-bottom: 5px;
}
._1MIGtyFSY6 label {
  font-size: 10px;
}
._1OHvthrw7r {
  margin: 5px 0;
}
._1OHvthrw7r h5 {
  font-weight: 600;
  font-size: 10px;
  margin: 0;
}
._1OHvthrw7r p {
  font-size: 10px;
  font-style: italic;
}
._2ADMq9WSqJ {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #ebedf0;
}
._2ADMq9WSqJ p {
  font-size: 10px;
  margin-right: 1rem;
  flex-shrink: 1;
}
._2ADMq9WSqJ button {
  margin-left: auto;
}
.zeB45veWjN {
  width: 10em;
  height: 10em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 1rem;
  background: #f0f0f0;
  border-radius: 5px;
}
.mIeqcucHEF {
  margin: 0;
}
.zeB45veWjN > span {
  font-size: 10em;
  color: #5f04f6;
}
._kiyYzT9Lv {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
._1U5ekNy4b7 {
  background: rgba(0, 0, 0, 0.3);
}
._2ZELSkfPGF {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  outline: none;
}
._2ZELSkfPGF:focus + label {
  outline: none;
}
._kiyYzT9Lv label {
  color: #000;
  cursor: pointer;
  text-align: center;
  font-size: 0.8em;
  outline: none;
}
._kiyYzT9Lv label > span {
  color: #000;
  font-size: 2em;
  display: block;
}
.zeB45veWjN img {
  max-width: 100%;
  max-height: 100%;
}
.XuoWrE5eqO {
  position: absolute;
  cursor: pointer;
  width: 15px;
  height: 15px;
  background: #da251d;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  top: -5px;
  right: -5px;
}
.XuoWrE5eqO > i {
  color: #fff;
  font-size: 8px;
}
.WxX8q4XIog {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 100px);
  background: #fff;
  padding: 0 0 60px;
}
.dLXBEeefi1 {
  padding-bottom: 0;
  min-height: calc(100vh - 50px);
}
@media (max-width: 767.99px) {
  .WxX8q4XIog {
    min-height: calc(100vh - 150px);
  }
  .dLXBEeefi1 {
    min-height: calc(100vh - 100px);
  }
}
.ausjYaPRuH {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ebedf0;
}
.ausjYaPRuH p {
  font-size: 10px;
  margin-bottom: 0.5rem;
}
._1ban506sff {
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
}
._1ban506sff,
.lx4ksKGq83 {
  display: flex;
  align-items: center;
}
.lx4ksKGq83 {
  flex-direction: row;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #ebedf0;
  padding: 0.5rem 1rem;
}
@media (max-width: 767.99px) {
  .lx4ksKGq83 {
    bottom: 60px;
  }
}
._25cE5BkaU- {
  margin-right: 1rem;
}
._25cE5BkaU- p {
  font-size: 10px;
}
.lx4ksKGq83 h4 {
  margin: 0;
}
._35-5T7qayr {
  margin-left: auto;
}
._35-5T7qayr > a,
._35-5T7qayr button {
  white-space: normal;
  padding: 0.5rem 1rem;
}
._2AtW-VuQxy {
  background: #fff;
  min-height: 400px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.99px) {
  ._2AtW-VuQxy {
    min-height: calc(100vh - 110px);
  }
}
.jKr2DePcze {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: scroll;
}
.jKr2DePcze a {
  background: #fafafa;
  flex-grow: 1;
  color: #000;
  padding: 0.5rem;
  text-align: center;
  font-size: 10px;
}
.jKr2DePcze a:hover {
  background: hsla(0, 0%, 94.1%, 0.6);
  text-decoration: none;
}
.jKr2DePcze a.hzran6FCRh {
  background: rgba(29, 198, 223, 0.08);
}
._1psX5O_CJK {
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}
._3eGJlsspwC {
  margin-left: 0.5rem;
}
._3eGJlsspwC h4 {
  margin: 0;
}
._3eGJlsspwC p {
  font-size: 10px;
}
._1TGak1C7C9 {
  background: #fff;
  width: 100%;
}
._92MHDJpLmx {
  background: #fff;
  margin: 1rem 0;
}
._1dVbATSHRG,
._92MHDJpLmx {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
}
._1dVbATSHRG {
  padding: 1rem;
}
._1dVbATSHRG i {
  font-size: 60px;
  color: #5604f6;
  margin-bottom: 1rem;
}
._3PpCL9oQiX table {
  margin: 0;
}
._3PpCL9oQiX table th {
  font-weight: 600;
}
._3PpCL9oQiX table td,
._3PpCL9oQiX table th {
  font-size: 12px;
  border-bottom: 1px solid #ebedf0;
}
._17iC2Y2evW {
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 60px);
  background: #fff;
}
.qK2ojYps3R {
  padding: 0;
}
._21FuiaStAq {
  padding-bottom: 0;
  min-height: calc(100vh - 50px);
}
@media (max-width: 767.99px) {
  ._21FuiaStAq {
    min-height: calc(100vh - 100px);
  }
}
._27US4LfZs5 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
  padding: 1rem 0;
}
._7qJ6Jqa-2x {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ebedf0;
}
._7qJ6Jqa-2x h5 {
  margin-bottom: 5px;
  font-size: 14px;
}
._7qJ6Jqa-2x p {
  font-size: 10px;
}
._1ekYDvKAWU {
  flex-grow: 1;
}
._195B4V9MHH {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
  padding: 1rem;
}
._195B4V9MHH i {
  font-size: 30px;
  color: #333;
  margin-bottom: 1rem;
}
._1hhvB1O9R5 {
  margin-bottom: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ebedf0;
}
.RBqZBNcTsT {
  display: flex;
  padding: 0.5rem 1rem;
}
._2axWvdtYNR img {
  width: 40px;
}
._2dp1lLwu4q {
  display: block;
  color: #000;
  outline: none;
}
._2dp1lLwu4q h5 {
  font-size: 12px;
  margin: 0;
}
._2dp1lLwu4q:hover {
  color: #5f04f6;
  text-decoration: none;
}
._2dp1lLwu4q p {
  font-size: 10px;
}
._20Mu-d40sY {
  margin-right: 0.5rem;
}
._2936lGiTyB {
  margin-top: 0.5rem;
}
._2936lGiTyB label {
  font-size: 10px;
  margin-bottom: 5px;
}
.zrUhlpStQ8 {
  margin: 5px 0;
}
.zrUhlpStQ8 h5 {
  font-weight: 600;
  font-size: 10px;
  margin: 0;
}
.zrUhlpStQ8 p {
  font-size: 10px;
  font-style: italic;
}
._2WRgyyXEmc p {
  font-size: 8px;
  font-weight: 400;
}
._33U3UMtsb5 {
  margin-right: 0.5rem;
}
._33U3UMtsb5 h5 {
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 3px;
}
._33U3UMtsb5 h5 img {
  width: 10px;
}
._33U3UMtsb5 p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 12px;
  font-size: 10px;
}
._33U3UMtsb5 button {
  color: #5f04f6;
}
._2uM7UoYeXy {
  padding: 0 1rem;
}
._2yzF4iEc4m {
  display: flex;
}
._2yzF4iEc4m button,
._2yzF4iEc4m input {
  border-radius: 0;
}
._2R6W8CKQM3 {
  display: none;
  position: fixed;
  z-index: 20000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
._1W38S9Ify7 {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 100%;
}
._1W38S9Ify7,
.haO4CUKy57 {
  -webkit-animation-name: hvo3KQA9VR;
  animation-name: hvo3KQA9VR;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
@-webkit-keyframes hvo3KQA9VR {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvo3KQA9VR {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
._2tQYZaSbI6 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: 700;
  transition: 0.3s;
}
._2tQYZaSbI6:focus,
._2tQYZaSbI6:hover {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
._3MilcsSegD {
  background: #fff;
  padding: 0 1rem;
}
@media (max-width: 575.99px) {
  ._3MilcsSegD {
    min-height: calc(100vh - 100px);
  }
}
._24FDDRbfK6 {
  display: flex;
  flex-direction: row;
  padding: 1rem 0.5rem 1rem 0;
}
._24FDDRbfK6 textarea {
  min-height: 250px;
  max-height: 500px;
}
._7SXJvAmCFR {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
._38oAyG6g4w {
  padding: 5px 0.5rem;
  margin-right: 0.5rem;
  border-radius: 3px;
  position: relative;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #d21f3c;
}
._38oAyG6g4w:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 10%;
  right: -8px;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid #d21f3c;
  border-right: 0;
}
._1qZhis5re_ {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
._1qZhis5re_ button {
  color: #000;
  border: none;
  background: none;
  margin-left: 1rem;
}
._1qZhis5re_ button > i {
  font-size: 14px;
}
._1qZhis5re_ button:hover,
button._1KzOfT0-W5 {
  color: #ffc300;
}
._1qZhis5re_ button._1KzOfT0-W5,
.wrapper-light ._1qZhis5re_ button:hover {
  color: #f80;
}
._3XXMoP_HC0,
._20D-mB2Jr5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
._20D-mB2Jr5 {
  max-width: 400px;
  padding: 3rem 1rem;
  color: #000;
}
@media (max-width: 575.99px) {
  ._3XXMoP_HC0 {
    min-height: calc(100vh - 100px);
  }
  ._20D-mB2Jr5 {
    padding: 1rem;
    max-width: 300px;
  }
}
._3GYuoQ5R8- {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100000;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.W6_cNh2OsX {
  color: #fff;
  text-align: center;
  padding: 0 1rem;
}
.W6_cNh2OsX i {
  font-size: 50px;
  color: #dc3545;
}
._3jtEEKX22a {
  padding: 0 0.5rem;
  border: 1px solid #2f3336;
  border-radius: 3px;
}
._3ASXJkylA0,
.wrapper-light ._3jtEEKX22a {
  border: 1px solid #e8e8e8;
}
._3ASXJkylA0 {
  padding: 1rem;
  display: flex;
  align-items: center;
  background: none;
  cursor: pointer;
  text-decoration: none;
}
._3ASXJkylA0:hover {
  background: #f0f0f0;
  text-decoration: none;
}
._3ASXJkylA0 h5 {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin: 0;
}
._3ASXJkylA0:hover h5,
.AYbllOh66k {
  color: inherit;
}
.AYbllOh66k {
  width: 30px;
  margin-right: 0.5rem;
}
.AYbllOh66k i {
  font-size: 1.5em;
  color: inherit;
}
.AYbllOh66k img {
  width: 24px;
}
._3ft8Ni2sdJ i {
  color: #1778f2;
}
.kXn2LuzRNS i {
  color: #55acee;
}
._8pVqvq9qPs i {
  color: #0077b5;
}
._2vZY_WnDWQ i {
  color: #34af23;
}
.JNy0B41KOC {
  margin-bottom: 0.5rem;
}
.JNy0B41KOC textarea {
  background: #fff;
  color: #000;
  font-size: 12px;
  resize: none;
  border: 1px solid #ebedf0;
  min-height: 400px;
  padding: 0.5rem;
}
.JNy0B41KOC textarea::-webkit-input-placeholder {
  color: inherit;
}
.JNy0B41KOC textarea:-ms-input-placeholder {
  color: inherit;
}
.JNy0B41KOC textarea::placeholder {
  color: inherit;
}
._1saPfYtzHZ {
  background: #fff;
  display: flex;
  min-height: calc(100vh - 60px);
  flex-direction: column;
}
@media (max-width: 767.99px) {
  ._1saPfYtzHZ {
    min-height: calc(100vh - 110px);
  }
}
._2ll5IOgENO {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-grow: 1;
}
._2B2FcC-rZ- {
  flex-grow: 1;
  overflow: scroll;
  background: #fff;
}
._3cxQ2UhfVE {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
._3rfm9Vy21m {
  width: 100%;
}
@media (max-width: 767.99px) {
  .JggguqQTQ- {
    margin: 0 -15px;
  }
  ._3rfm9Vy21m {
    padding: 0 0 60px;
  }
}
._10S12YbPpU {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 13, 29, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}
._8K99zwlq85 {
  display: none;
}
@media (max-width: 991.98px) {
  ._8K99zwlq85,
  ._10S12YbPpU {
    display: block;
  }
}
._1xH6RZ6AC_ {
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
  min-height: calc(100vh - 60px);
}
._1xH6RZ6AC_,
._3ITxK4cKyY {
  display: flex;
  align-items: center;
}
._3ITxK4cKyY {
  width: 100%;
}
._3ITxK4cKyY,
._3ITxK4cKyY a {
  border-bottom: 1px solid #ebedf0;
}
._3ITxK4cKyY a {
  background: #fff;
  flex-grow: 1;
  color: #000;
  padding: 0.5rem;
  text-align: center;
  font-size: 12px;
}
._3ITxK4cKyY a:hover {
  background: #f0f0f0;
  text-decoration: none;
}
._3ITxK4cKyY a._1uc3CGKqUN {
  background: #ebedf0;
}
.tZI2zZt943 {
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}
._17-k3R268m {
  position: fixed;
  top: 60px;
  z-index: 1000;
}
@media (max-width: 767.99px) {
  ._17-k3R268m {
    top: 0;
  }
}
._1qXIERxEZ3 {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
}
@media (max-width: 767.99px) {
  ._1qXIERxEZ3 {
    display: block;
  }
}
._3gtvRW_ji4 {
  margin-bottom: 1rem;
}
._3gtvRW_ji4 img {
  max-width: 100%;
}
._3Q6WQfzJnB {
  margin-bottom: 1rem;
  background: #fff;
}
._1Pmdcjjvrl {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ebedf0;
  display: flex;
  align-items: center;
}
._1Pmdcjjvrl h5 {
  margin-bottom: 0;
  font-size: 12px;
}
._1mBp7iiTK6 {
  background: #fff;
  color: #000;
  padding: 1rem 2rem;
  text-align: center;
}
._1mBp7iiTK6 p {
  font-size: 10px;
}
._16_MfdfoZF {
  min-height: 300px;
  overflow: scroll;
  background: #fff;
}
._2JoEon56w-,
._16_MfdfoZF {
  display: flex;
  flex-direction: column;
}
._2JoEon56w- {
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  text-align: center;
  flex-grow: 1;
}
._2JoEon56w- i {
  font-size: 40px;
  color: #5604f6;
  margin-bottom: 1rem;
}
._1nKbW7NxiK {
  display: flex;
  padding: 0.5rem 1rem;
  background: transparent;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
}
._1nKbW7NxiK:hover {
  background: #e6ecf0;
}
._1nKbW7NxiK:last-child {
  border: none;
}
._1V4fE_u_ci {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
._1vr3KodLrq {
  color: #333;
  font-size: 12px;
}
._2mkxszi6oE .L7HrISa0Hw {
  display: flex;
  align-items: center;
}
._2mkxszi6oE .L7HrISa0Hw p {
  color: #8899a6;
  font-size: 10px;
  margin: 2px 0 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._2mkxszi6oE .L7HrISa0Hw p > span {
  margin-right: 1px;
}
._2mkxszi6oE h4 {
  font-size: 12px;
  margin: 0;
}
._1dpHw1oFdK {
  display: flex;
  align-items: center;
}
._1dpHw1oFdK p {
  color: #333;
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._3k9PLE1xr5 {
  font-size: 10px;
}
.SvLD8TlECs,
.SvLD8TlECs ._3L-jRVGWdc {
  color: #f8c300;
}
._2hEiZCtoUn {
  font-weight: 600;
  margin-left: 5px;
}
.CgGi-s_53C {
  margin-top: 0.25rem;
}
.CgGi-s_53C p {
  font-size: 12px;
}
._30zZUAraUH {
  min-height: 300px;
  overflow: scroll;
}
._1MTUwghFjA,
._30zZUAraUH {
  display: flex;
  flex-direction: column;
}
._1MTUwghFjA {
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  text-align: center;
  flex-grow: 1;
}
._1MTUwghFjA i {
  font-size: 40px;
  color: #5604f6;
  margin-bottom: 1rem;
}
._3iIoRkhYNk {
  background: #fff;
}
.YlMAnKWCVf {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e8e8e8;
}
.YlMAnKWCVf button {
  text-shadow: none;
  color: #333;
}
.YlMAnKWCVf button:hover {
  color: #15202b;
}
.YlMAnKWCVf h5 {
  margin: 0;
}
._2e7ZlX8Rk7 {
  min-height: 50px;
  padding: 0;
}
.dYKqCWTVcv {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._1B6G-XBO14 {
  position: relative;
  display: flex;
  z-index: 1;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
}
.mBKOqEckLT {
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
._2clkV1kAbA,
.mBKOqEckLT {
  position: absolute;
  width: 100%;
}
._2clkV1kAbA {
  display: flex;
  align-items: center;
  height: 54px;
  padding: 0 14px;
  background: transparent;
  z-index: 100;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  ._2clkV1kAbA {
    position: fixed;
    width: 100%;
    top: 0;
  }
  ._2clkV1kAbA._2XV18w5dp8 {
    background: #36028d;
  }
}
.V0zZYcytdN {
  margin-left: 0.5rem;
}
.V0zZYcytdN h4 {
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  width: 100%;
}
.V0zZYcytdN p {
  color: #b19cd9;
}
._3ch5mbZ7zI {
  margin-left: auto;
}
._2Hj0GkViZT {
  flex-grow: 1;
  padding: 1rem;
  background: transparent;
  flex-direction: column;
  border-bottom: 1px solid #ebedf0;
}
._2Hj0GkViZT,
._3l7EL7v4ct {
  display: flex;
  align-items: center;
  justify-content: center;
}
._3l7EL7v4ct {
  width: 108px;
  height: 108px;
  border-radius: 999px;
  background-color: #fff;
  box-shadow: inset 0 1.5px 3px 0 rgba(0, 0, 0, 0.15),
    0 1.5px 3px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 0.5rem;
  cursor: pointer;
  transition: 0.2s;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
._3l7EL7v4ct:hover {
  background: #ebedf0;
}
._3l7EL7v4ct img {
  width: 100px;
  height: 100px;
  border-radius: 999px;
}
._9MsJSW74MG {
  text-align: center;
}
._9MsJSW74MG h4 {
  margin: 0;
}
._9MsJSW74MG p {
  color: #333;
}
._3Ca1S7_kil {
  display: none;
  position: absolute;
  z-index: 200;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 767.99px) {
  ._3Ca1S7_kil {
    position: fixed;
  }
}
.mBLGfIP0c6 {
  max-width: 500px;
}
._1g2QtHMw5j,
.mBLGfIP0c6 {
  margin: auto;
  display: block;
  width: 80%;
}
._1g2QtHMw5j {
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
._1g2QtHMw5j,
.mBLGfIP0c6 {
  -webkit-animation-name: _1SPGOaEP9v;
  animation-name: _1SPGOaEP9v;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
@-webkit-keyframes _1SPGOaEP9v {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes _1SPGOaEP9v {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
._2sCjPNWaE9 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: 700;
  transition: 0.3s;
}
._2sCjPNWaE9:focus,
._2sCjPNWaE9:hover {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .mBLGfIP0c6 {
    width: 100%;
  }
}
.GUi1joTwR_ {
  margin-left: 0.375rem;
  font-size: 12px;
}
.GUi1joTwR_,
.GUi1joTwR_ ._1wtXDV3fxJ {
  color: #f8c300;
}
._3O7DapeB2I {
  margin-left: 5px;
  font-size: 12px;
  font-weight: 600;
}
._29cD1GWSiv {
  display: flex;
  align-items: center;
  justify-content: center;
}
._1fHQpG32Pf {
  margin-top: 0.25rem;
}
._1fHQpG32Pf p {
  color: #8899a6;
}
._1Pd5ZHcxwb {
  margin-top: 0.25rem;
}
._1Pd5ZHcxwb p {
  color: #8899a6;
  font-size: 10px;
}
._2BpQgI-9TI {
  background: #fff;
  padding: 0.5rem 1rem;
  text-align: center;
}
._1NuhRvZuE7 {
  background: #fff;
  padding: 0;
  margin-bottom: 1rem;
}
._311g1YISTI {
  border-bottom: 1px solid #ebedf0;
  text-align: center;
  padding: 0.5rem 1rem;
}
._311g1YISTI a,
._311g1YISTI p {
  font-size: 12px;
}
._3YPmy454mp {
  background: #fff;
}
._1KXZf7oLvd {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ebedf0;
}
._1KXZf7oLvd:last-child {
  border: none;
}
._3lVqmAR_wI {
  width: 24px;
}
._3lVqmAR_wI span {
  font-size: 16px;
  color: #999;
}
.anQY1a7BOn {
  flex-grow: 1;
}
.anQY1a7BOn p {
  font-size: 12px;
}
.anQY1a7BOn ._2GMHL-HXoq {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
._3hb4nEY8an {
  margin-left: auto;
}
._3hb4nEY8an a {
  font-size: 16px;
}
._5iH_mygQ9_ {
  background-color: #fff;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ebedf0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._36BkJi9u-d {
  color: #333;
}
._36BkJi9u-d,
._36BkJi9u-d:hover {
  text-decoration: none;
}
._2e47d_GdjP {
  text-align: center;
}
._36BkJi9u-d:hover ._2e47d_GdjP p {
  color: #5f04f6;
}
._2e47d_GdjP h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}
._2e47d_GdjP p {
  color: #999;
  font-size: 10px;
}
._2WL0pHfRKa {
  width: 100%;
}
.oggDqoGbzr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
  min-height: calc(100vh - 60px);
}
._2z4ebOLQtd {
  flex-grow: 1;
}
._1S7POYHMNV {
  display: none;
}
@media (max-width: 767.99px) {
  ._1S7POYHMNV {
    position: fixed;
    display: flex;
    align-items: stretch;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .QIM13yYy00 {
    width: 80%;
  }
  ._2aOyqvUQ4q {
    padding: 1rem;
  }
  ._2WL0pHfRKa {
    padding: 0 0 60px;
  }
}
._3Wh91wtdwH {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
}
@media (max-width: 767.99px) {
  ._3Wh91wtdwH {
    display: block;
  }
}
.tv0DvvuKbg {
  flex-grow: 1;
}
._1PB7LEHEmD {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 60px);
  overflow: scroll;
  background: #fff;
}
@media (max-width: 575.99px) {
  ._1PB7LEHEmD {
    min-height: calc(100vh - 110px);
  }
}
._320Tba3CaK {
  background: #fff;
  padding: 1rem;
  text-align: center;
}
._1CHf14mjH9,
._2oljliLGPV,
._38g5X0F3R9 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
._1CHf14mjH9,
._2oljliLGPV {
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  text-align: center;
}
._1CHf14mjH9 {
  background: #fff;
}
@media (max-width: 767.98px) {
  .NQ10-X0_Ot {
    padding-top: 50px;
  }
}
._1CHf14mjH9 i {
  font-size: 60px;
  color: #5604f6;
  margin-bottom: 1rem;
}
._3PT8JJtC46 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 2rem 0;
  text-align: center;
  flex-grow: 1;
}
._22AvnRFoHM {
  background: #fff;
  padding: 0.5rem 0;
  border-bottom: 1px solid #fafafa;
}
._22AvnRFoHM p {
  font-size: 12px;
  margin-left: auto;
}
@media (max-width: 575.99px) {
  ._22AvnRFoHM p {
    margin-bottom: 5px;
    margin-left: 0;
  }
}
._22AvnRFoHM button {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 180px;
}
._3abDRYJT3P {
  background: #fff;
}
@media (max-width: 767.99px) {
  ._3abDRYJT3P {
    height: 100%;
    overflow: scroll;
  }
}
.E5MFBHsCyR {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ebedf0;
}
.E5MFBHsCyR h5 {
  margin: 0;
}
.E5MFBHsCyR ol {
  padding: 0;
  margin: 0;
  background: none;
  flex-wrap: nowrap;
}
.E5MFBHsCyR li {
  flex-wrap: nowrap;
}
.E5MFBHsCyR a,
.E5MFBHsCyR li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.E5MFBHsCyR a {
  font-size: 10px;
}
._1oWtj0JrTa {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ebedf0;
}
._1oWtj0JrTa p {
  font-size: 12px;
  color: #8899a6;
  margin-bottom: 0.5rem;
}
._2pTwXAVqNQ {
  padding: 0.5rem 1rem;
}
._1v_ayYi5wJ {
  margin-bottom: 1rem;
}
._1v_ayYi5wJ p {
  font-size: 12px;
  color: #8899a6;
  margin-bottom: 0.5rem;
}
._1v_ayYi5wJ select {
  font-size: 14px;
}
._2_XPuXuhdw {
  padding: 0.5rem 1rem;
}
._2_XPuXuhdw a {
  font-size: 14px;
  color: #000;
  display: flex;
  width: 100%;
}
._2_XPuXuhdw a > i {
  width: 30px;
}
._2_XPuXuhdw a > span {
  line-height: normal;
}
._2_XPuXuhdw a:hover {
  color: #36028d;
  text-decoration: none;
}
.KApgojZnb7 {
  height: 24px;
  flex: 0 0 24px;
  margin-right: 0.5rem;
  cursor: pointer;
}
.KApgojZnb7,
.KApgojZnb7 span {
  width: 24px;
  transition: all 0.2s ease;
}
.KApgojZnb7 span {
  background: #15202b;
  display: block;
  height: 3px;
  margin: 4px auto;
}
.KApgojZnb7:hover span {
  background: #5f04f6;
}
.KApgojZnb7:not(._4OJrlyM0bx) span {
  background: #fff;
}
.KApgojZnb7:not(._4OJrlyM0bx) span:first-child {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.KApgojZnb7:not(._4OJrlyM0bx) span:nth-child(2) {
  opacity: 0;
}
.KApgojZnb7:not(._4OJrlyM0bx) span:last-child {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
._3dqtcR_Xlz {
  background: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 50px);
}
@media (min-width: 768px) {
  ._3dqtcR_Xlz {
    padding-top: 50px;
  }
}
._2rKvfHGTBb,
._8RGoQlYDUw {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
}
._8RGoQlYDUw {
  margin: 1rem 0;
}
._2rKvfHGTBb i {
  font-size: 60px;
  color: #5f04f6;
  margin-bottom: 1rem;
}
._3IBlYkjSnp {
  flex-grow: 1;
  overflow: scroll;
  display: flex;
  flex-direction: column;
}
._2gSE2rW1kR {
  flex-shrink: 0;
  background: #fff;
  border-top: 1px solid #ebedf0;
  padding: 0.5rem 1rem;
}
._7zdMONf0E9 {
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
}
._2Z80LADsc0 {
  flex-grow: 1;
}
._2Z80LADsc0 h4 {
  margin: 0 !important;
}
._2Z80LADsc0 p {
  color: #8899a6;
  font-size: 10px;
}
.ZnVGyyMdO0 {
  display: flex;
  flex-direction: row;
}
._15CuUOEtht {
  padding: 0.5rem 1rem;
  background: #f0f0f0;
  max-width: 85%;
  border-radius: 5px;
  cursor: pointer;
  margin-right: auto;
}
._1W-eO1Eb1o {
  background: #dcf8c6;
  margin-left: auto;
  margin-right: 0;
}
._33UzDSbFtq p {
  font-size: 12px;
  margin-bottom: 5px;
}
._33UzDSbFtq p:last-child {
  margin: 0;
}
._15XhYsEUqD {
  display: flex;
  align-items: center;
}
._15XhYsEUqD p {
  line-height: 8px;
}
._15XhYsEUqD ._1ZvocuExtS {
  font-size: 8px;
  color: #8899a6;
  margin-left: auto;
}
._1BSjDfSdpA {
  min-height: 150px;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
._2lnSolJA9V {
  position: relative;
  padding: 2rem 1rem;
}
._2-NjQW7qyl {
  display: flex;
  flex-flow: row nowrap;
}
._2pWJ4B81gX {
  margin-right: 15px;
}
._2pWJ4B81gX img {
  width: 46px;
}
._2lnSolJA9V p {
  font-size: 12px;
  margin-bottom: 1rem;
}
._1VfYJuFI_O {
  text-align: left;
}
.HVdZJb5Lmh {
  text-align: center;
}
.HVdZJb5Lmh p {
  font-size: 12px;
  margin: 0;
}
.S7xviUu2GW {
  display: none;
}
@media (max-width: 767.99px) {
  .S7xviUu2GW {
    display: block;
  }
}
._1Y6Jl0O7pW {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}
._1tX-7KTuR0 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
._3RXDfG_Kcx {
  flex-grow: 1;
  display: flex;
}
@media (max-width: 767.99px) {
  ._1tX-7KTuR0 {
    display: none;
  }
  ._3RXDfG_Kcx {
    padding: 0;
  }
  ._1Y6Jl0O7pW {
    padding: 0 0 60px;
  }
  ._2ed_dbVBOi {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.mKVYQKd40p,
.WUABt6n74G {
  padding-top: 1.5rem;
}
.uYNZwCM687 {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 13, 29, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}
._1qQoEV4TF3,
.uYNZwCM687 {
  display: none;
}
@media (max-width: 991.98px) {
  ._1qQoEV4TF3,
  .uYNZwCM687 {
    display: block;
  }
}
._2rO6yyQHsb {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
}
@media (max-width: 767.99px) {
  ._2rO6yyQHsb {
    display: block;
  }
  .mKVYQKd40p,
  .WUABt6n74G {
    padding-top: 0;
  }
}
._3dOuLtQyF4 {
  min-height: calc(100vh - 60px);
  overflow: scroll;
  background: #fff;
  width: 100%;
}
._3dOuLtQyF4,
.a0BUbK0Uxg {
  display: flex;
  flex-direction: column;
}
.a0BUbK0Uxg {
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  text-align: center;
  flex-grow: 1;
}
@media (max-width: 767.99px) {
  ._3dOuLtQyF4 {
    min-height: 100vh;
  }
}
.Of7EdRgkSC {
  min-height: 150px;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
._3wjh7osrNQ {
  position: relative;
  padding: 2rem 1rem;
}
._3mQURdUp0V {
  display: flex;
  flex-flow: row nowrap;
}
._1lXNlLE9cF {
  margin-right: 15px;
}
._1lXNlLE9cF img {
  width: 46px;
}
._3wjh7osrNQ p {
  font-size: 12px;
  margin-bottom: 1rem;
}
._1GLZc94dZC {
  text-align: left;
}
._1viAMdzeSW {
  text-align: center;
}
._1viAMdzeSW p {
  font-size: 12px;
  margin: 0;
}
._3xx3dPcjba {
  display: none;
}
@media (max-width: 767.99px) {
  ._3xx3dPcjba {
    display: block;
  }
}
.EMHAYpviNT {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: scroll;
  background: #5f04f6;
  width: 100%;
}
@media (max-width: 767.99px) {
  .EMHAYpviNT {
    min-height: 100vh;
  }
}
.oCUg-AHx5z {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1rem;
  text-align: center;
  flex-grow: 1;
}
._1ejURMxAAU {
  width: 100%;
}
._1BT4-GyOto {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
  min-height: calc(100vh - 60px);
}
._300xmVTICV {
  flex-grow: 1;
}
.OtzBF1l4ui {
  display: none;
}
@media (max-width: 767.99px) {
  .OtzBF1l4ui {
    position: fixed;
    display: flex;
    align-items: stretch;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  ._1SthJvCj4H {
    width: 80%;
  }
  ._3yHgVAOVtO {
    padding: 1rem;
  }
  ._1ejURMxAAU {
    padding: 0 0 60px;
  }
}
._1FzUSRfjPR {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
}
@media (max-width: 767.99px) {
  ._1FzUSRfjPR {
    display: block;
  }
}
._3a1s_7DpIV,
.XKL8US1YKY {
  background: #fafafa;
}
._1o7fIY6eT2 {
  min-height: 150px;
  position: relative;
  padding: 0;
  flex-direction: column;
}
._1o7fIY6eT2,
._1ZopDicfvj {
  display: flex;
  justify-content: center;
  align-items: center;
}
._1ZopDicfvj {
  background: #da251d;
  color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: -12px;
  right: -6px;
  z-index: 1000;
}
._1ZopDicfvj:hover {
  background: red;
}
._3qLcylUMU5 {
  position: relative;
}
._1gdGKQmP6j {
  padding: 1rem;
}
._1gdGKQmP6j h4 {
  font-weight: 700;
  font-style: italic;
  font-size: 12px;
  margin: 0;
}
._1N27fLkwWZ {
  display: block;
  border-bottom: 1px solid #ebedf0;
  border-top: 1px solid #ebedf0;
  padding: 1rem;
  color: #333;
  cursor: pointer;
}
._1N27fLkwWZ:last-child {
  border: none;
}
._1N27fLkwWZ:focus,
._1N27fLkwWZ:hover {
  text-decoration: none;
  background: #ebedf0;
}
._1N27fLkwWZ h5 {
  font-size: 18px;
}
._1N27fLkwWZ p {
  font-size: 12px;
}
._258040VUaC {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
._3_DozpSdP0,
._258040VUaC {
  border-radius: 5px;
  background: #fff;
}
._3_DozpSdP0 {
  color: #000;
  padding: 1rem;
  text-align: left;
}
._3_DozpSdP0 h6 {
  font-size: 10px;
  font-weight: 700;
  margin: 0;
}
._7mXk_s7Gw {
  flex-grow: 1;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
._7mXk_s7Gw > p {
  flex-grow: 1;
}
.vrzcTdpAhs {
  margin-bottom: 0.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vrzcTdpAhs img {
  width: 80px;
  display: inline-block;
}
._36qHPvhdGF {
  text-align: center;
  padding-bottom: 0.5rem;
}
._240g0P1iee {
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 0;
  left: 0;
  padding: 1rem;
  background: transparent;
}
.Aku_G_Yd8U {
  background: #fff;
  color: #000;
  display: flex;
  border-radius: 2px;
  padding: 0.5rem;
  box-shadow: 3px 8px 62px 12px #212121;
  -webkit-box-shadow: 3px 8px 62px 12px #212121;
  -moz-box-shadow: 3px 8px 62px 12px #212121;
  cursor: pointer;
}
.Aku_G_Yd8U:hover {
  background: #fafafa;
}
.MAnu2KMHcG {
  margin-bottom: 3px;
}
.MAnu2KMHcG p {
  color: #8899a6;
  font-size: 10px;
}
.MAnu2KMHcG a > h4 {
  font-size: 12px;
  margin: 0;
}
._2vcCZRUSum {
  display: flex;
  align-items: center;
}
._2vcCZRUSum p {
  color: #000;
  font-size: 10px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._2BYlhjuTws {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  background-color: rgba(100, 20, 10, 0.77);
  color: #fff;
  border-radius: 999px;
  position: absolute;
  top: 8px;
  text-align: center;
  right: 8px;
  cursor: pointer;
}
._2BYlhjuTws > span {
  font-size: 8px;
  line-height: 8px;
  pointer-events: none;
}
._3h15jSjcdf {
  font-size: 10px;
  color: #8899a6;
}
._2IeJsEIoVn {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.byk-z4EvLh {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
@media (max-width: 320px) {
  .byk-z4EvLh {
    padding: 1rem;
  }
}
._2tUfwwGYpD select {
  background: #fff;
}
._3tIqll17KY {
  display: none;
}
@media (max-width: 767.99px) {
  ._3tIqll17KY {
    display: block;
  }
}
._3JXxfO-8Gs {
  display: flex;
  flex-direction: column;
  align-items: center;
}
._1mXp2E4lKK {
  background: #fff;
}
._2su5MkNQtG {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e8e8e8;
}
._2su5MkNQtG button {
  text-shadow: none;
  color: #333;
}
._2su5MkNQtG button:hover {
  color: #15202b;
}
._2su5MkNQtG h5 {
  margin: 0;
}
.FT8HGrF1do {
  min-height: 50px;
  padding: 0.5rem 1rem;
}
.ZbnyzibaIL {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._32XVsaUwoK {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}
._2HKXu-Z6A0 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
._2oavjEOA8W {
  flex-grow: 1;
  display: flex;
}
@media (max-width: 767.99px) {
  ._2HKXu-Z6A0 {
    display: none;
  }
  ._2oavjEOA8W {
    padding: 0;
  }
  ._32XVsaUwoK {
    padding: 0 0 40px;
  }
  ._370VaA8SF6 {
    padding: 0 !important;
    margin: 0 !important;
  }
}
._1jPhSWKbwC,
._2k98P6lVWa {
  padding-top: 1.5rem;
}
._2bNncaAXud {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 13, 29, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}
._349YygTk0O {
  display: none;
}
@media (max-width: 991.98px) {
  ._2bNncaAXud,
  ._349YygTk0O {
    display: block;
  }
}
.tVoVPeecLx {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
}
@media (max-width: 767.99px) {
  .tVoVPeecLx {
    display: block;
  }
}
.pYGYoc5d6n {
  max-width: 400px;
}
._1B2WqkaAve {
  position: relative;
  padding: 0;
  border-radius: 8px;
  background: #fff;
}
._1N6OSfQXXY {
  background: #da251d;
  color: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  font-size: 14px;
  position: absolute;
  top: -15px;
  right: -6px;
  z-index: 1000;
}
._20ekvB_YEU {
  margin-top: 2rem;
}
._20ekvB_YEU p {
  font-size: 12px;
  margin-bottom: 0.5rem;
}
._1g1Kuqpw16 {
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
._2cTwIwHGqw {
  margin-bottom: 1.5rem;
  text-align: center;
}
._2hnh5MwSda {
  max-width: 300px;
}
._3u-NwmtGdz img {
  height: 70px;
}
._2azRV6fIji {
  min-height: 200px;
}
._3p66FnUmbF {
  flex-grow: 1;
  padding: 2rem;
}
._3p66FnUmbF,
._5TlUNE51I {
  display: flex;
  align-items: center;
  justify-content: center;
}
._5TlUNE51I {
  flex-direction: column;
  max-width: 300px;
  padding: 1rem 0;
}
._5TlUNE51I p {
  font-size: 12px;
}
@media (min-width: 768px) {
  ._5TlUNE51I {
    padding: 0;
  }
}
._9oapI5wSB {
  font-size: #f0f0f0;
  margin-top: 1rem;
  text-align: center;
}
._2VSNSgUFcO {
  margin-top: 2rem;
}
._2VSNSgUFcO p {
  font-size: 12px;
  margin-bottom: 0.5rem;
}
._3sOLABH7Un {
  min-height: 200px;
}
.WI1v1EtJkN {
  flex-grow: 1;
  padding: 2rem;
}
._14PijPbWZI,
.WI1v1EtJkN {
  display: flex;
  align-items: center;
  justify-content: center;
}
._14PijPbWZI {
  flex-direction: column;
  max-width: 300px;
  padding: 1rem 0;
}
._14PijPbWZI p {
  font-size: 12px;
}
@media (min-width: 768px) {
  ._14PijPbWZI {
    padding: 0;
  }
}
._2epv1TlmGf {
  font-size: #f0f0f0;
  margin-top: 1rem;
  text-align: center;
}
label {
  font-size: 12px;
}
._2Dy5Yv1FYq {
  margin-top: 1rem;
}
._2Dy5Yv1FYq p {
  font-size: 12px;
  margin-bottom: 0.5rem;
}
._1lpZmrQvZG {
  flex-grow: 1;
  padding: 3rem 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
._2BDv-R349I {
  width: 300px;
}
._8rvNaiyN9W {
  background: #fff;
  min-height: 100%;
  flex-direction: column;
}
._8rvNaiyN9W,
._30WygFKPjL {
  display: flex;
  align-items: center;
}
._30WygFKPjL {
  padding: 1rem;
  margin-right: auto;
}
._1J7C-sJOZt {
  display: flex;
  align-items: center;
}
._2Ra6e4FBwH {
  flex-grow: 1;
  padding: 2rem;
}
._2Ra6e4FBwH,
._20nj37A4Te {
  display: flex;
  align-items: center;
  justify-content: center;
}
._20nj37A4Te {
  flex-direction: column;
  height: 100%;
  width: 300px;
  text-align: center;
  padding: 2rem 0;
}
._20nj37A4Te p {
  font-size: 12px;
}
@media (min-width: 768px) {
  ._20nj37A4Te {
    padding: 0;
  }
}
._3ZmIM30Y2V {
  font-size: #f0f0f0;
  margin: 1rem 0;
}
._9edbcJK4Vk {
  background: #fff;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.cIIk2hMdsM {
  padding: 1rem;
  margin-right: auto;
}
._1ZJzKMBK2L,
._3WjWChb5BU,
.cIIk2hMdsM {
  display: flex;
  align-items: center;
}
._1ZJzKMBK2L {
  flex-grow: 1;
  justify-content: center;
  padding: 3rem 0;
}
@media (min-width: 768px) {
  ._1ZJzKMBK2L {
    padding: 0;
  }
}
.M6QndR3vSi {
  text-align: center;
}
._2-acZALUNi {
  width: 300px;
}
.jpNwNzmE_I {
  display: flex;
  flex-flow: row nowrap;
}
._2vqqaiEzo3 {
  margin-right: 15px;
}
._2vqqaiEzo3 img {
  width: 46px;
}
._2-acZALUNi p {
  font-size: 12px;
  margin-bottom: 1rem;
}
.TBeP1qzlNc {
  text-align: left;
}
.NSKsqdMiaq p {
  font-size: 12px;
  margin: 0;
}
.YR5yUIPlEM {
  color: #da251d;
}
.L4cyXJkk9o {
  background: #fff;
}
.V-1UbEs1uF {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e8e8e8;
}
.V-1UbEs1uF button {
  text-shadow: none;
  color: #333;
}
.V-1UbEs1uF button:hover {
  color: #15202b;
}
.V-1UbEs1uF h5 {
  margin: 0;
}
._2pj-Fj4x3I {
  min-height: 50px;
  padding: 0.5rem 1rem;
}
.yCDSwmLrTN {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._2DbJbxBvMi {
  position: fixed;
  width: 100%;
  z-index: 100000;
  top: 0;
  left: 0;
  padding: 1rem;
  background: transparent;
}
._3jdoCG61zu {
  color: #000;
  display: flex;
  border-radius: 2px;
  padding: 0.5rem;
  box-shadow: 3px 8px 62px 12px #212121;
  -webkit-box-shadow: 3px 8px 62px 12px #212121;
  -moz-box-shadow: 3px 8px 62px 12px #212121;
  cursor: pointer;
}
._3jdoCG61zu,
._3jdoCG61zu:hover {
  background: #fff;
}
._2z0fgIgVQK {
  margin-bottom: 3px;
}
._2z0fgIgVQK p {
  color: #000;
  font-size: 10px;
}
._2z0fgIgVQK a > h4 {
  font-size: 12px;
  margin: 0;
}
._3e3Ix4KXrI {
  display: flex;
  align-items: center;
}
._3e3Ix4KXrI p {
  color: #000;
  font-size: 10px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._3Smezd90Bc {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  background-color: rgba(100, 20, 10, 0.77);
  color: #fff;
  border-radius: 999px;
  position: absolute;
  top: 8px;
  text-align: center;
  right: 8px;
  cursor: pointer;
}
._3Smezd90Bc > span {
  font-size: 8px;
  line-height: 8px;
  pointer-events: none;
}
._2EQjA3dP2H {
  background: #fff;
}
._2LJrXfrGM7 {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e8e8e8;
}
._2LJrXfrGM7 button {
  text-shadow: none;
  color: #333;
}
._2LJrXfrGM7 button:hover {
  color: #15202b;
}
._2LJrXfrGM7 h5 {
  margin: 0;
  font-size: 16px;
}
.P8xMBZjAB2 {
  min-height: 50px;
  padding: 0.5rem 1rem;
}
._3hqjbjAeJm {
  min-height: 100px;
}
._2WQm17j7Us,
._3hqjbjAeJm {
  display: flex;
  align-items: center;
  justify-content: center;
}
._2WQm17j7Us {
  background: #da251d;
  color: #fff !important;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: -12px;
  right: -6px;
  z-index: 1000;
}
._2WQm17j7Us:hover {
  background: red;
}
.q7ZQujr5ha {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
._3MvaJIJJCO {
  color: #00923e;
  font-size: 60px;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: WSdPHe9kav 1.7s ease infinite,
    _2V0xcczNEh 1.7s ease infinite;
  animation: WSdPHe9kav 1.7s ease infinite, _2V0xcczNEh 1.7s ease infinite;
}
@-webkit-keyframes WSdPHe9kav {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  to {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes WSdPHe9kav {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  to {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes _2V0xcczNEh {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes _2V0xcczNEh {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
/*# sourceMappingURL=main.304170a6.chunk.css.map */
.popup {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10000;
  transition: all 0.3s;

  opacity: 0;
  visibility: hidden;
}

.popup:target {
  opacity: 1;
  visibility: visible;
}

.access-box {
  width: 28%;
  height: 30rem;
  background-color: #fff;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}

.close-btn {
  background: #da251d;
  color: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  font-size: 14px;
  position: absolute;
  top: -15px;
  right: -6px;
  z-index: 1000;
}

.times,
.times:link,
.times:visited {
  font-size: 30px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  transition: all 0.2s;
}

.times:hover {
  color: #5f04f6;
}

/* REG */
