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

:focus {
  outline: none; }

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
blockquote {
  display: block; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }

a {
  color: inherit; }

h1 {
  font-size: 1.6em;
  line-height: 1.15;
  letter-spacing: 0.15px;
  margin: 0 0 15px 0; }

h2 {
  font-size: 1.4em;
  line-height: 1;
  margin: 0 0 60px 0; }

h3 {
  font-size: 1.25em;
  line-height: 1;
  margin: 0 0 15px 0; }

p.description {
  line-height: 1.72; }

p {
  font-size: 1em;
  line-height: 1.4;
  margin: 0 0 20px 0; }

@media screen and (min-width: 1025px) {
  h1 {
    font-size: 2.625em; }
  h2 {
    font-size: 2em; }
  p.description {
    font-size: 1.125em; } }

/*----------  Components
------------------------------------------------------------------------------*/
/*----------  How it Works
-----------------------------------*/
.how-it-works {
  text-align: center;
  padding: 20px 0;
  position: relative; }
  .how-it-works .decoration {
    display: none;
    position: absolute;
    z-index: 5; }
    .how-it-works .decoration.decoration-01 {
      top: -500px;
      left: 0;
      max-width: 340px;
      height: auto; }
    .how-it-works .decoration.decoration-02 {
      top: 70px;
      right: 0;
      max-width: 310px;
      height: auto; }
  .how-it-works .phones img {
    display: block;
    max-width: 240px;
    height: auto;
    margin: 0 auto 20px auto; }
  .how-it-works .step {
    margin-bottom: 30px; }

@media screen and (min-width: 1025px) {
  .how-it-works {
    margin-bottom: 60px; }
    .how-it-works h2 {
      margin-bottom: 75px; }
    .how-it-works .info {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      max-width: 960px;
      margin: 0 auto; }
    .how-it-works .phones {
      width: 47%;
      flex: 0 0 47%;
      padding-top: 35px; }
    .how-it-works .steps {
      width: 44%;
      flex: 0 0 44%;
      text-align: left; }
    .how-it-works .step {
      position: relative;
      padding: 35px 0 0 115px;
      margin-bottom: 35px; }
      .how-it-works .step .number {
        position: absolute;
        left: 0;
        top: 0; }
    .how-it-works .phones img {
      max-width: 100%; } }

@media screen and (min-width: 1400px) {
  .how-it-works .decoration {
    display: block; } }

/*----------  Getting Started Guide
-----------------------------------*/
.start-guide {
  text-align: center;
  padding: 20px 0;
  position: relative; }
  .start-guide .phones img {
    display: block;
    max-width: 240px;
    height: auto;
    margin: 0 auto 40px auto; }
  .start-guide .item .button {
    display: inline-flex;
    align-items: center;
    padding: 18px 38px 18px 38px;
    border-radius: 39px; }
    .start-guide .item .button .icon-button-guide {
      font-size: 40px; }
    .start-guide .item .button .label {
      margin-left: 12px; }

@media screen and (min-width: 1025px) {
  .start-guide {
    margin-bottom: 60px; }
    .start-guide h2 {
      margin-bottom: 75px; }
    .start-guide .info {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 960px; }
    .start-guide .phones {
      width: 47%;
      flex: 0 0 47%;
      padding-top: 35px;
      margin-right: 180px; }
    .start-guide .item {
      width: 53%;
      flex: 0 0 53%;
      text-align: left; }
    .start-guide .phones img {
      max-width: 100%; } }

/*----------  Advantages
-----------------------------------*/
.advantages {
  padding: 30px 0 20px;
  position: relative; }
  .advantages .decoration {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    z-index: -1; }
  .advantages .item {
    text-align: center;
    margin-bottom: 40px; }
    .advantages .item img {
      display: inline-block;
      max-width: 100%;
      height: auto;
      margin-bottom: 25px; }

@media screen and (min-width: 1025px) {
  .advantages {
    padding: 100px 0;
    margin-bottom: 30px; }
    .advantages .decoration {
      top: -240px;
      max-height: 1350px; }
    .advantages.alternative {
      margin-bottom: 70px; }
      .advantages.alternative .decoration {
        top: -340px; }
    .advantages .items {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
    .advantages .item {
      width: 30%;
      flex: 0 0 30%;
      padding: 0 10px; } }

/*----------  Free Trial
-----------------------------------*/
.free-trial {
  padding: 20px 0; }
  .free-trial h2 {
    margin-bottom: 30px;
    line-height: 1.4; }
  .free-trial .info .details {
    text-align: center; }
  .free-trial .zero-price img {
    display: block;
    max-width: 200px;
    height: auto;
    margin: 0 auto 30px auto; }

@media screen and (min-width: 1025px) {
  .free-trial {
    padding-bottom: 90px; }
    .free-trial .info {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      max-width: 950px;
      margin: 0 auto; }
      .free-trial .info .details {
        width: 52%;
        flex: 0 0 52%;
        order: 1;
        padding-top: 90px;
        text-align: left; }
      .free-trial .info .zero-price {
        width: 35%;
        flex: 0 0 35%;
        order: 2; }
        .free-trial .info .zero-price img {
          max-width: 100%; } }

/*----------  Curved Step Numbers
-----------------------------------*/
.curved .step .number {
  display: inline-block;
  width: 50px;
  height: 56px;
  font-size: 1.5em;
  line-height: 56px;
  font-weight: 700;
  color: #102690;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 15px;
  text-align: center; }

.curved .step:nth-child(1) .number {
  background-image: url("/static/images/step-shape-01.png"); }

.curved .step:nth-child(2) .number {
  background-image: url("/static/images/step-shape-02.png"); }

.curved .step:nth-child(3) .number {
  background-image: url("/static/images/step-shape-03.png"); }

.curved .step:nth-child(4) .number {
  background-image: url("/static/images/step-shape-04.png"); }

@media screen and (min-width: 1025px) {
  .curved .step .number {
    font-size: 2em;
    width: 88px;
    height: 98px;
    line-height: 98px;
    background-size: auto auto; } }

/*----------  Api Calls
-----------------------------------*/
.api-calls {
  padding: 25px 0; }
  .api-calls h2 {
    text-align: center; }
  .api-calls .step {
    margin-bottom: 50px;
    text-align: center; }
    .api-calls .step .image img {
      display: block;
      max-width: 250px;
      height: auto;
      margin: 0 auto 20px auto; }

@media screen and (min-width: 768px) {
  .api-calls {
    margin-bottom: 50px; }
    .api-calls h2 {
      margin-bottom: 70px; }
    .api-calls .step .info {
      position: relative;
      padding-left: 115px;
      text-align: left; }
    .api-calls .step .number {
      position: absolute;
      left: 0;
      top: 0; } }

@media screen and (min-width: 1025px) {
  .api-calls .step {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px; }
    .api-calls .step .image {
      width: 48%;
      flex: 0 0 48%; }
      .api-calls .step .image img {
        max-width: 100%;
        margin: 0; }
    .api-calls .step .info {
      width: 45%;
      flex: 0 0 45%; }
    .api-calls .step:nth-child(even) .image {
      order: 2; } }

/*----------  KYC
-----------------------------------*/
.kyc {
  padding: 25px 0; }
  .kyc .made-easy {
    display: block;
    max-width: 200px;
    height: auto;
    margin: 0 auto 30px auto; }
  .kyc .unit {
    margin-bottom: 40px;
    padding-left: 30px;
    position: relative; }
    .kyc .unit::before {
      content: "";
      display: inline-block;
      width: 12px;
      height: 12px;
      background-color: #ed1e79;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 4px; }

@media screen and (min-width: 1025px) {
  .kyc {
    position: relative; }
    .kyc .made-easy {
      position: absolute;
      left: 50%;
      top: 65px;
      max-width: 225px;
      transform: translateX(-50%);
      margin: 0; }
    .kyc .units {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .kyc .units .unit {
        width: 35%;
        flex: 0 0 35%; }
        .kyc .units .unit:nth-child(even) {
          width: 33%;
          flex: 0 0 33%; } }

/*----------  Lets Get Started
-----------------------------------*/
.lets-get-started {
  padding: 30px 0; }
  .lets-get-started .decoration {
    display: none;
    position: absolute;
    z-index: -1; }
  .lets-get-started .information-wrapper {
    max-width: 750px; }
  .lets-get-started h2 {
    color: #7ba6b1;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: center; }
  .lets-get-started h3 {
    margin-bottom: 16px;
    text-align: center; }
  .lets-get-started .pricing {
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 25px; }
  .lets-get-started .about {
    text-align: center;
    font-size: 1.4em;
    font-weight: 700;
    margin: 0 0 16px 0; }
  .lets-get-started .info {
    margin-bottom: 30px; }
  .lets-get-started .about-selection,
  .lets-get-started .service-using-selection,
  .lets-get-started .users-selection,
  .lets-get-started .agreement {
    margin-bottom: 30px; }
  .lets-get-started .email-wrapper {
    margin-bottom: 20px; }
  .lets-get-started .submit-wrapper {
    text-align: center; }
    .lets-get-started .submit-wrapper .button {
      margin-right: 0; }

@media screen and (min-width: 768px) {
  .lets-get-started {
    position: relative; }
    .lets-get-started .decoration {
      display: block; }
      .lets-get-started .decoration.decoration-01 {
        right: 0;
        top: 0;
        max-width: 100%;
        height: auto; }
      .lets-get-started .decoration.decoration-02 {
        right: 30px;
        bottom: 350px;
        max-width: 890px;
        height: auto; }
    .lets-get-started .radio-group.horizontal-md .custom-radio {
      display: inline-block;
      margin-right: 30px; }
  .grouped-elements {
    display: flex;
    justify-content: space-between; }
    .grouped-elements .form-group {
      width: calc(50% - 10px);
      flex: 0 0 calc(50% - 10px); } }

@media screen and (min-width: 1025px) {
  .lets-get-started {
    margin-bottom: 30px;
    padding: 180px 0 50px 0; }
    .lets-get-started h2 {
      margin-bottom: 45px;
      text-align: left; }
    .lets-get-started h3 {
      margin-bottom: 25px;
      text-align: left; }
    .lets-get-started .about {
      margin: 0 0 35px 0;
      text-align: left;
      font-size: 2.65em; }
    .lets-get-started .info .required {
      top: 30px; }
    .lets-get-started .submit-wrapper {
      text-align: right; } }

/*----------  Get the App
-----------------------------------*/
.get-the-app {
  text-align: center;
  position: relative;
  padding: 40px 0; }
  .get-the-app h2 {
    color: #7ba6b1;
    font-weight: 600;
    margin-bottom: 25px; }
    .get-the-app h2 + .description {
      margin-bottom: 30px; }
  .get-the-app h3 {
    margin-bottom: 25px; }
  .get-the-app .networks {
    margin-bottom: 50px; }
  .get-the-app .decoration {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: -1; }

@media screen and (min-width: 1025px) {
  .get-the-app {
    text-align: left;
    padding: 100px 0 70px 0; }
    .get-the-app .decoration {
      display: block; } }

/*----------  Account Process
-----------------------------------*/
.account-process {
  padding: 30px 0;
  text-align: center; }
  .account-process .icon {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px; }
  .account-process .outline {
    color: #10208d; }
    .account-process .outline .user {
      display: block; }
  .account-process .site a {
    color: #10208d;
    text-decoration: none; }
  .account-process .decoration {
    display: none;
    position: absolute;
    z-index: -1; }
  .account-process p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }

/*----------  Account Process
-----------------------------------*/
.notification {
  width: 100%;
  background-color: #000f4c; }
  .notification .container {
    padding: 24px 0;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto; }
    .notification .container p {
      color: #ffffff; }

.notification-enter {
  opacity: 0.01; }

.notification-enter.example-enter-active {
  opacity: 1;
  transition: all 5s ease-out; }

.notification-leave {
  opacity: 1; }

.notification-leave.example-leave-active {
  opacity: 0.01;
  transition: all 5s ease-out; }

@media screen and (min-width: 1025px) {
  .account-process {
    min-height: calc(100vh - 203px);
    padding: 160px 0 80px 0;
    position: relative; }
    .account-process h3 {
      font-size: 1.5em;
      margin-bottom: 35px; }
    .account-process .outline {
      line-height: 1.625; }
      .account-process .outline strong {
        font-size: 1.5em; }
    .account-process .decoration-01 {
      display: block;
      top: 0;
      right: 0;
      height: auto; }
    .account-process .decoration-02 {
      display: block;
      bottom: -150px;
      left: 0;
      height: auto; } }

.faq-item {
  margin-bottom: 15px; }
  .faq-item .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 25px;
    line-height: 1.2;
    color: #10208d;
    text-decoration: none;
    border: 2px solid #10208d;
    border-radius: 20px/50%;
    position: relative;
    cursor: pointer; }
    .faq-item .heading p.label {
      margin-bottom: 0; }
    .faq-item .heading i {
      font-size: 10px;
      margin-right: 15px;
      transition: transform 200ms linear; }
    .faq-item .heading.active {
      background-color: #effbfd;
      border-color: #e1f0f3; }
    .faq-item .heading:hover {
      background-color: #effbfd;
      border-color: #e1f0f3; }
  .faq-item .content {
    padding: 15px; }
    .faq-item .content .description p {
      font-size: 16px;
      line-height: 1.93;
      margin-bottom: 10px; }
    .faq-item .content .description li {
      font-size: 16px;
      line-height: 1.93;
      margin-bottom: 10px; }
  .faq-item.open .heading {
    background-color: #effbfd;
    border-color: #e1f0f3; }
    .faq-item.open .heading i {
      transform: rotate(-90deg); }

@media screen and (min-width: 1025px) {
  .faq-item .heading {
    padding: 20px 35px;
    border-radius: 30px/50%; }
  .faq-item .content {
    padding: 15px 35px 5px 35px; } }

/*----------  Pagination
-----------------------------------*/
.pagination {
  text-align: right;
  font-weight: 500;
  margin-bottom: 40px; }
  .pagination .button {
    margin: 0 26px;
    min-width: auto; }
    .pagination .button .icon {
      font-weight: bold; }

/*----------  loader
-----------------------------------*/
.img-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden; }
  .img-wrapper .undo {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    z-index: 4; }
    .img-wrapper .undo:hover {
      transform: scale(1.1); }
  .img-wrapper.flipped img {
    transform: translate(50%, 25%) rotate(90deg);
    width: 50% !important;
    height: auto !important; }
  .img-wrapper.with-viewer > img {
    filter: brightness(0) invert(1);
    height: 500px !important; }
  .img-wrapper .img-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .img-wrapper .img-error {
    color: red;
    text-align: center; }

.loader {
  margin: 32px 0; }
  .loader .circle {
    margin: 0 auto;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #0a2180;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    animation: spin 2s linear infinite; }

.button {
  display: inline-block;
  font-size: 0.875em;
  line-height: 1;
  padding: 15px 30px;
  border-radius: 30px/30px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.15px;
  text-align: center;
  margin: 10px 0;
  cursor: pointer; }
  .button.blue {
    color: white;
    background-color: #0b3c9c;
    background-image: linear-gradient(60deg, #0a2180, #247dad 50%, #071d70 0);
    background-size: 210% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-weight: 700;
    border: 1px solid #247dad;
    box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.6);
    transition: background-position 250ms linear, box-shadow 100ms linear; }
    .button.blue:hover {
      background-position: 100% 0;
      box-shadow: 0 15px 10px -12px rgba(0, 0, 0, 0.6); }
  .button.primary {
    color: white;
    background-color: #0b3c9c;
    background-image: linear-gradient(60deg, #0a2180, #0b40a1 50%, #071d70 0);
    background-size: 210% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-weight: 700;
    border: 1px solid #0b40a1;
    box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.6);
    transition: background-position 250ms linear, box-shadow 100ms linear; }
    .button.primary:hover {
      background-position: 100% 0;
      box-shadow: 0 15px 10px -12px rgba(0, 0, 0, 0.6); }
  .button.pink {
    color: white;
    background-color: #a70460;
    background-image: linear-gradient(60deg, #ea1d78, #a70460 50%, #990963 0);
    background-size: 210% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-weight: 700;
    box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.6);
    transition: background-position 250ms linear, box-shadow 100ms linear; }
    .button.pink:hover {
      background-position: 100% 0;
      box-shadow: 0 15px 10px -12px rgba(0, 0, 0, 0.6); }
  .button.warning {
    color: white;
    background-color: #c8106c;
    background-image: linear-gradient(30deg, #c8106c, #b40d60);
    background-size: 210% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-weight: 700;
    border: 1px solid #c8106c;
    transition: background-position 250ms linear, box-shadow 100ms linear; }
    .button.warning:hover {
      background-position: 100% 0;
      box-shadow: 0 15px 10px -12px rgba(0, 0, 0, 0.6); }
  .button.secondary {
    background-color: transparent;
    font-weight: 700;
    color: #10208d;
    border: 1px solid #10208d;
    transition: color 250ms linear; }
    .button.secondary:hover {
      background-image: linear-gradient(60deg, #0a2180, #0b40a1);
      color: white; }
  .button.white {
    font-weight: 700;
    color: #10208d;
    border: 1px solid #10208d;
    transition: color 250ms linear; }
    .button.white:hover {
      background-image: linear-gradient(60deg, #0a2180, #0b40a1);
      color: white; }
  .button.link {
    font-weight: 700;
    background-color: transparent;
    color: white;
    border: none;
    padding: 15px 0;
    min-width: 80px; }
  .button.social {
    font-weight: 400;
    position: relative;
    padding-left: 65px;
    text-align: left;
    line-height: 1.3;
    min-width: 220px; }
    .button.social strong {
      display: block; }
    .button.social i {
      position: absolute;
      font-size: 2em;
      left: 25px;
      top: 18px; }

@media screen and (min-width: 1025px) {
  .button {
    border-radius: 30px/50%;
    padding: 22px 35px;
    min-width: 175px;
    margin: 0 20px 10px 0; }
    .button.social {
      min-width: 250px;
      border-radius: 40px/50%;
      font-size: 1em;
      padding: 18px 35px 18px 85px; }
      .button.social i {
        left: 40px;
        top: 25px; }
        .button.social i.fa-apple {
          font-size: 2.5em;
          top: 17px; }
    .button.stand-out {
      font-size: 1.125em;
      padding: 28px 35px;
      min-width: 230px;
      border-radius: 42px/50%; } }

.button[disabled=disabled], .button:disabled {
  border: 1px solid #a3c4cc;
  color: #7ba6b1;
  font-weight: 700;
  background: white;
  box-shadow: none; }
  .button[disabled=disabled]:hover, .button:disabled:hover {
    background-image: none;
    box-shadow: none; }

.form-wrapper .form-group {
  margin-bottom: 20px; }

.form-wrapper .error {
  color: red; }
  .form-wrapper .error label {
    color: red !important; }

.form-wrapper span.error {
  margin-left: 40px; }

.form-wrapper label.field-title {
  font-size: 1em;
  color: black;
  opacity: 0.5;
  position: absolute;
  left: 30px;
  top: 5px;
  transform: translateY(19px);
  transition: transform 200ms linear;
  z-index: 5; }

.form-wrapper .form-element-wrapper {
  border-radius: 40px/50%;
  padding: 20px 32px;
  display: block;
  border: 1px solid #59959f;
  position: relative;
  font-weight: 400;
  transition: box-shadow 200ms ease-in; }
  .form-wrapper .form-element-wrapper.small {
    position: relative;
    padding: 15px 40px;
    border-radius: 30px; }
    .form-wrapper .form-element-wrapper.small label {
      font-size: 14px; }
    .form-wrapper .form-element-wrapper.small.ready label {
      font-size: 10px; }
    .form-wrapper .form-element-wrapper.small.not-empty label {
      font-size: 10px; }
    .form-wrapper .form-element-wrapper.small input {
      padding-right: 40px; }
    .form-wrapper .form-element-wrapper.small .button {
      position: absolute;
      width: 58px;
      height: 58px;
      border-radius: 30px;
      right: -1px;
      top: -1px;
      padding: 22px 24px;
      margin: 0;
      min-width: 0;
      box-shadow: none;
      z-index: 10; }
      .form-wrapper .form-element-wrapper.small .button:hover {
        box-shadow: none; }
  .form-wrapper .form-element-wrapper.ready {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2); }
    .form-wrapper .form-element-wrapper.ready label {
      transform: translateY(3px);
      color: #7ba6b1;
      font-size: 0.75em;
      opacity: 1; }
  .form-wrapper .form-element-wrapper.not-empty label {
    transform: translateY(3px);
    color: #7ba6b1;
    font-size: 0.75em;
    opacity: 1; }
  .form-wrapper .form-element-wrapper.not-empty input {
    opacity: 1; }
  .form-wrapper .form-element-wrapper.error {
    border-color: red; }
  .form-wrapper .form-element-wrapper.modify-radius {
    border-radius: 12px; }
  .form-wrapper .form-element-wrapper.has-icon {
    padding-left: 90px;
    border-radius: 3px;
    border: 1px solid #10208d; }
    .form-wrapper .form-element-wrapper.has-icon label {
      left: 90px;
      opacity: 0.5;
      color: rgba(27, 140, 201, 0.5); }
    .form-wrapper .form-element-wrapper.has-icon .icon {
      position: absolute;
      left: 0;
      top: 0;
      width: 74px;
      height: 100%;
      font-size: 50px;
      color: #10208d;
      padding: 10px 20px;
      border-right: 1px solid #10208d; }
    .form-wrapper .form-element-wrapper.has-icon.error {
      border-color: red; }
      .form-wrapper .form-element-wrapper.has-icon.error .icon {
        border-color: red; }
  .form-wrapper .form-element-wrapper .required {
    position: absolute;
    top: 24px;
    right: 22px;
    color: #59959f;
    font-size: 1.15em; }

.form-wrapper .form-control {
  display: block;
  width: 100%;
  padding: 4px 0;
  font-size: 1em;
  color: black;
  line-height: 1;
  background-color: transparent;
  border: none;
  position: relative;
  z-index: 10; }
  .form-wrapper .form-control:focus {
    outline: none; }

.form-wrapper .custom-radio {
  margin-bottom: 12px; }
  .form-wrapper .custom-radio label {
    display: block;
    font-size: 1em;
    line-height: 1.3;
    padding-left: 23px;
    position: relative;
    opacity: 1;
    cursor: pointer; }
    .form-wrapper .custom-radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      top: 4px;
      width: 15px;
      height: 15px;
      padding: 3px;
      border: 1px solid #0b3393;
      border-radius: 50%;
      background-clip: content-box; }
    .form-wrapper .custom-radio label:hover {
      color: #0b3595; }
    .form-wrapper .custom-radio label:error {
      color: red; }
  .form-wrapper .custom-radio input[type="radio"] {
    display: none; }
    .form-wrapper .custom-radio input[type="radio"]:checked + label {
      color: #0b3595; }
    .form-wrapper .custom-radio input[type="radio"]:checked + label::before {
      background-color: #0b3393; }

.form-wrapper .custom-checkbox {
  margin-bottom: 12px; }
  .form-wrapper .custom-checkbox label {
    display: block;
    font-size: 1em;
    line-height: 1.3;
    padding-left: 23px;
    position: relative;
    color: #0b3595;
    opacity: 1;
    cursor: pointer; }
    .form-wrapper .custom-checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      top: 4px;
      width: 15px;
      height: 15px;
      line-height: 13px;
      text-align: center;
      font-size: 0.75em;
      color: white;
      border: 1px solid #0b3595; }
    .form-wrapper .custom-checkbox label.error {
      color: red; }
  .form-wrapper .custom-checkbox input[type="checkbox"] {
    display: none; }
    .form-wrapper .custom-checkbox input[type="checkbox"]:checked + label::before {
      content: "\2713";
      background-color: #0b3393; }

.form-wrapper textarea {
  resize: none; }

.form-wrapper input[disabled=disabled], .form-wrapper input:disabled {
  color: #7ba6b1; }

.radio-selection-group input[type="radio"] {
  display: none; }

.radio-selection-group label {
  display: inline-block;
  min-width: 120px;
  font-size: 0.875em;
  font-weight: 700;
  padding: 20px 25px;
  text-align: center;
  border: 2px solid #a3c4cc;
  color: #9bbac2;
  cursor: pointer; }
  .radio-selection-group label:hover {
    background-color: #effbfd; }

.radio-selection-group input[type="radio"]:checked + label {
  background-color: #0b3c9d;
  border-color: #0b3c9d;
  color: white; }

.radio-selection-group .radio-single {
  display: inline-block;
  margin-right: -4px; }
  .radio-selection-group .radio-single:first-child label {
    border-top-left-radius: 30px 50%;
    border-bottom-left-radius: 30px 50%; }
  .radio-selection-group .radio-single:last-child label {
    border-top-right-radius: 30px 50%;
    border-bottom-right-radius: 30px 50%; }

@media screen and (min-width: 1025px) {
  .form-wrapper .form-element-wrapper {
    padding: 20px 40px; }
    .form-wrapper .form-element-wrapper.contain {
      max-width: 530px; }
    .form-wrapper .form-element-wrapper.small .button {
      width: 62px;
      height: 62px; }
  .form-wrapper label.field-title {
    transform: translateY(22px);
    left: 40px; }
  .form-wrapper .form-control {
    font-size: 1.15em; }
  .form-wrapper .custom-radio label {
    font-size: 1.15em; }
  .form-wrapper .custom-checkbox label {
    font-size: 1.15em; } }

.react-select-container {
  font-family: system-ui;
  font-size: 18px; }
  .react-select-container .react-select__control {
    border: none;
    min-height: auto; }
    .react-select-container .react-select__control:hover {
      border: none; }
    .react-select-container .react-select__control .react-select__value-container {
      padding: 0;
      z-index: 6; }
      .react-select-container .react-select__control .react-select__value-container--has-value {
        opacity: 1; }
  .react-select-container .react-select__control--is-focused {
    border: none;
    box-shadow: none; }
  .react-select-container .react-select__control--is-disabled {
    background-color: white; }
  .react-select-container .react-select__indicators {
    display: none; }
  .react-select-container .react-select__menu {
    z-index: 20; }

.login-wrapper {
  max-width: 490px;
  margin: 0 auto; }
  .login-wrapper .description {
    margin: 0; }
  .login-wrapper a {
    font-weight: 700;
    color: #0b3595; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.login-box {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 20px;
  position: relative;
  min-height: 480px; }
  .login-box .logo {
    display: block;
    max-width: 145px;
    height: auto;
    margin-bottom: 20px; }
    .login-box .logo.await {
      margin-left: auto;
      margin-right: auto; }
  .login-box .try-label {
    margin-top: 200px; }
  .login-box .login-label {
    margin: 24px -24px;
    font-size: 14px; }
  .login-box .close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 1em;
    color: #7ba6b1;
    padding: 5px 10px;
    background-color: transparent;
    border: none;
    cursor: pointer; }
  .login-box .form-group {
    margin-bottom: 15px; }
  .login-box .submit-wrapper .primary {
    width: 100%;
    height: 70px;
    font-family: 'OpenSans', sans-serif;
    font-size: 16px;
    border-radius: 3px;
    box-shadow: 0px 6px 8px 0 rgba(11, 48, 144, 0.15); }
  .login-box .login-description {
    margin: 15px 0 0;
    font-size: 14px;
    text-align: left; }
    .login-box .login-description a {
      font-weight: bold;
      color: #1b8cc9; }
  .login-box .request {
    color: #10208d;
    margin: 0; }
    .login-box .request.cancel {
      text-decoration: underline;
      cursor: pointer;
      font-size: 1em; }
  .login-box a {
    font-weight: 700;
    color: #0b3595; }

@media screen and (min-width: 1025px) {
  .login-wrapper {
    margin: 0 auto; }
  .login-box {
    box-shadow: 0px 4px 7px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #cacaca;
    border-radius: 3px;
    padding: 48px 58px; }
    .login-box .request {
      font-size: 1.5em; } }

.tabs-content .tab-pane {
  display: none; }

.tabs-content .tab-pane:first-child {
  display: block; }

.upgrade-period-modal .container {
  text-align: left; }
  .upgrade-period-modal .container h3 {
    text-align: center; }
  .upgrade-period-modal .container .radio-group {
    margin-bottom: 32px; }
    .upgrade-period-modal .container .radio-group .custom-radio label {
      font-size: 16px; }

footer {
  padding: 40px 0;
  background-color: #000f4c; }
  footer .company {
    margin-bottom: 40px;
    text-align: center; }
    footer .company a {
      font-size: 1em;
      color: white;
      text-decoration: none; }
      footer .company a i {
        margin-right: 5px; }
  footer .logo {
    display: inline-block;
    margin-bottom: 20px;
    width: 165px; }
  footer .address,
  footer .email {
    margin-bottom: 15px; }
  footer .navigation {
    display: flex;
    justify-content: center;
    text-align: center; }
    footer .navigation ul li {
      margin-bottom: 5px; }
      footer .navigation ul li:last-child {
        margin-bottom: 0; }
    footer .navigation a {
      cursor: pointer;
      font-size: 1em;
      line-height: 1.75;
      color: rgba(255, 255, 255, 0.5);
      text-decoration: none;
      transition: color 200ms linear; }
      footer .navigation a:hover {
        color: white;
        text-decoration: underline; }
    footer .navigation .try-button {
      cursor: pointer;
      color: #daf8fe;
      font-size: 14px;
      font-weight: 500;
      padding: 4px 20px;
      border: solid 1px rgba(255, 255, 255, 0.5);
      border-radius: 22px; }
      footer .navigation .try-button:hover {
        color: white;
        border-color: white; }

@media screen and (min-width: 760px) {
  footer {
    overflow: hidden; }
    footer .info {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      footer .info.confirm {
        justify-content: space-around; }
        footer .info.confirm .company {
          text-align: center; }
    footer.compact .info {
      display: block;
      text-align: center; }
    footer .company {
      text-align: left;
      margin-bottom: 0; }
      footer .company .email {
        margin-bottom: 0; }
    footer .navigation {
      justify-content: left;
      text-align: left;
      margin-top: 0; }
      footer .navigation ul {
        margin-left: 24px; }
      footer .navigation .try-button {
        margin-top: 6px;
        left: 50%;
        position: absolute;
        transform: translate(-50%, 0); } }

.dashboard {
  padding: 30px 0; }
  .dashboard .tabs {
    display: none;
    margin-bottom: 40px; }
    .dashboard .tabs li {
      display: block; }
      .dashboard .tabs li a {
        display: block;
        padding: 5px;
        border-bottom: 2px solid #bcd1d6;
        text-decoration: none;
        font-size: 1em;
        color: #9bbac2;
        font-weight: 500; }
        .dashboard .tabs li a:hover {
          color: #0b40a1; }
      .dashboard .tabs li.active a {
        color: #0b40a1;
        border-bottom-color: #0b40a1; }
  .dashboard h3 {
    margin-bottom: 25px; }
  .dashboard h4 {
    font-size: 1em;
    line-height: 1.1;
    font-weight: 500;
    margin: 0; }
    .dashboard h4 i {
      color: #0b40a1; }
  .dashboard .block-information {
    border: 2px solid #e1f0f3;
    border-radius: 10px;
    margin-bottom: 30px; }
    .dashboard .block-information .heading,
    .dashboard .block-information .item {
      padding: 20px 25px;
      border-bottom: 2px solid #e1f0f3; }
    .dashboard .block-information .heading {
      background-color: #effbfd;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
      .dashboard .block-information .heading h4.edit-option {
        position: relative;
        padding-right: 65px; }
        .dashboard .block-information .heading h4.edit-option .edit {
          cursor: pointer;
          position: absolute;
          top: 0;
          right: 0;
          color: #7ba6b1; }
          .dashboard .block-information .heading h4.edit-option .edit i {
            color: inherit; }
          .dashboard .block-information .heading h4.edit-option .edit:hover {
            color: #0b40a1; }
    .dashboard .block-information .item:last-child {
      border-bottom: none; }
    .dashboard .block-information .download-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 26px; }
      .dashboard .block-information .download-wrapper > span {
        flex: 1 1 50%; }
      .dashboard .block-information .download-wrapper .download-document {
        flex: 0 0 85px;
        margin-left: 20px; }
    .dashboard .block-information h5 {
      font-size: 1rem;
      line-height: 1.1;
      font-weight: 700;
      color: #0b40a1;
      margin: 0 0 25px 0; }
    .dashboard .block-information .user-info {
      margin-bottom: 27px; }
      .dashboard .block-information .user-info:last-child {
        margin-bottom: 0; }
      .dashboard .block-information .user-info span {
        display: block;
        color: #7ba6b1;
        font-size: 0.875rem;
        line-height: 1;
        font-weight: 400;
        margin-bottom: 5px; }
      .dashboard .block-information .user-info p {
        margin: 0; }
    .dashboard .block-information .block-settle {
      font-size: 1.5rem;
      line-height: 1.1;
      color: #0b40a1;
      font-weight: 500;
      margin: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .dashboard .download-document {
    display: inline-block;
    width: 85px;
    padding: 11px 23px;
    font-size: 1em;
    font-weight: 700;
    color: white;
    background-image: linear-gradient(60deg, #0a2180, #0b40a1);
    border-radius: 20px/50%;
    margin-left: 5px;
    text-decoration: none; }
  .dashboard .overview-info {
    border: 2px solid #e1f0f3;
    border-radius: 8px;
    margin-bottom: 35px; }
    .dashboard .overview-info .monthly-info {
      background-color: #effbfd;
      color: #0b40a1;
      border-bottom: 2px solid #e1f0f3; }
    .dashboard .overview-info .labels-info {
      text-transform: uppercase;
      font-size: 14px;
      padding: 20px 40px;
      font-weight: 600;
      line-height: 2.21;
      color: #7ba6b1;
      border-bottom: 2px solid #e1f0f3; }
    .dashboard .overview-info .request-info {
      border-bottom: 2px solid #e1f0f3; }
    .dashboard .overview-info .sub-total-info {
      color: #7ba6b1;
      border-bottom: 2px solid #e1f0f3; }
    .dashboard .overview-info .total-info {
      color: #0b40a1;
      background-color: #effbfd;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }
    .dashboard .overview-info .info {
      padding: 15px 20px; }
      .dashboard .overview-info .info .title {
        margin: 0 0 5px 0; }
      .dashboard .overview-info .info .number {
        font-weight: 700; }
    .dashboard .overview-info .data-row + .data-row {
      margin-top: 16px; }
    .dashboard .overview-info .data-row {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .dashboard .overview-info .data-row .type {
        width: 52%; }
      .dashboard .overview-info .data-row .cost, .dashboard .overview-info .data-row .amount, .dashboard .overview-info .data-row .total {
        width: 16%; }
  .dashboard .stats .stat {
    padding: 15px 20px;
    background-color: #effbfd;
    border-bottom: 2px solid #e1f0f3; }
    .dashboard .stats .stat .number {
      display: inline-block;
      vertical-align: middle;
      color: #0b40a1;
      font-size: 1.8em;
      line-height: 1;
      font-weight: 500;
      margin-right: 8px; }
    .dashboard .stats .stat .request {
      display: inline-block;
      vertical-align: middle;
      font-weight: 500; }
  .dashboard .invoices {
    border: 2px solid #e1f0f3;
    border-radius: 8px; }
    .dashboard .invoices .invoice {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      border-bottom: 2px solid #e1f0f3; }
      .dashboard .invoices .invoice:last-child {
        border-bottom: none; }
  .dashboard .company-logo {
    padding: 15px 20px;
    border: 2px solid #e1f0f3;
    border-radius: 8px;
    margin-bottom: 30px; }
    .dashboard .company-logo span {
      display: block;
      font-size: 1em;
      line-height: 1.1;
      font-weight: 700;
      color: #0b40a1;
      margin-bottom: 10px; }
    .dashboard .company-logo .logo-wrapper {
      display: flex;
      margin: 0 auto 10px;
      width: 100%;
      justify-content: center; }
      .dashboard .company-logo .logo-wrapper img {
        margin: 0 auto;
        display: block;
        max-width: 50px;
        max-height: 50px; }
      .dashboard .company-logo .logo-wrapper .size {
        font-size: 12px;
        margin-top: 8px;
        text-align: center; }
      .dashboard .company-logo .logo-wrapper .type {
        font-size: 12px;
        text-align: center; }
  .dashboard .billing-period {
    margin-bottom: 35px; }
    .dashboard .billing-period h5 {
      font-size: 1.125em;
      color: #0b40a1;
      margin: 0 0 10px 0; }
  .dashboard .api-keys-wrapper {
    min-height: 100px; }
    .dashboard .api-keys-wrapper .empty-label {
      margin-bottom: 30px; }
    .dashboard .api-keys-wrapper table {
      overflow: auto;
      display: list-item;
      font-size: 12px;
      border: 2px solid #e1f0f3;
      border-radius: 8px;
      min-width: 400px;
      text-align: left;
      border-spacing: 0;
      margin-bottom: 30px; }
      .dashboard .api-keys-wrapper table th {
        font-size: 1em;
        font-weight: 500;
        padding: 12px;
        background-color: #effbfd;
        border-right: 2px solid #e1f0f3;
        border-bottom: 2px solid #e1f0f3; }
        .dashboard .api-keys-wrapper table th:first-child {
          border-top-left-radius: 8px; }
        .dashboard .api-keys-wrapper table th:last-child {
          border-top-right-radius: 8px;
          border-right: none; }
        .dashboard .api-keys-wrapper table th i {
          color: #0b40a1;
          display: none; }
      .dashboard .api-keys-wrapper table td {
        padding: 10px 12px;
        border-right: 2px solid #e1f0f3;
        border-bottom: 2px solid #e1f0f3;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
        .dashboard .api-keys-wrapper table td:last-child {
          border-right: none; }
        .dashboard .api-keys-wrapper table td.width-120 {
          max-width: 120px; }
        .dashboard .api-keys-wrapper table td.width-60 {
          max-width: 60px; }
        .dashboard .api-keys-wrapper table td .type {
          display: flex;
          justify-content: space-between; }
          .dashboard .api-keys-wrapper table td .type i {
            color: #0b40a1;
            cursor: pointer;
            margin-left: 20px; }
      .dashboard .api-keys-wrapper table .permissions {
        white-space: normal; }
      .dashboard .api-keys-wrapper table tbody tr:last-child td {
        border-bottom: none; }
  .dashboard .plans-title {
    font-size: 1.5em;
    font-weight: 400;
    color: #0b40a1;
    margin: 0 0 25px 0; }
  .dashboard .pricing {
    padding-top: 0; }

@media screen and (min-width: 1025px) {
  .dashboard {
    background: url("/static/images/dashboard-background.png") no-repeat left top;
    background-size: 100% auto;
    padding: 160px 0 50px 0;
    min-height: calc(100vh - 207px); }
    .dashboard.admin {
      background: none; }
    .dashboard .tabs {
      display: flex;
      border-bottom: 2px solid #bcd1d6; }
      .dashboard .tabs li {
        display: block;
        margin-right: 30px;
        margin-bottom: -2px; }
        .dashboard .tabs li a {
          font-size: 1.25em;
          border-bottom-color: transparent;
          padding: 0 0 17px 0;
          white-space: nowrap; }
    .dashboard .block-group {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 5px; }
      .dashboard .block-group .block-unit {
        width: calc(50% - 15px);
        flex: 0 0 calc(50% - 15px); }
    .dashboard .block-information .heading,
    .dashboard .block-information .item {
      padding: 38px 38px;
      font-weight: 500; }
    .dashboard .block-information .item {
      padding: 26px 38px 0;
      font-size: 1.125em; }
    .dashboard .block-information .user-info p {
      font-size: 1.125rem; }
    .dashboard .overview-info .info {
      padding: 27px 40px;
      font-size: 20px; }
      .dashboard .overview-info .info .title {
        margin: 0; }
      .dashboard .overview-info .info .number {
        width: 160px;
        flex: 0 0 160px;
        text-align: left; }
    .dashboard .stats {
      display: flex; }
      .dashboard .stats .stat {
        width: 33.3333%;
        flex: 1 1 33.3333%;
        padding: 27px 40px; }
        .dashboard .stats .stat .number {
          font-size: 2.5em; }
        .dashboard .stats .stat:first-child {
          border-top-left-radius: 8px; }
        .dashboard .stats .stat:last-child {
          border-top-right-radius: 8px; }
        .dashboard .stats .stat + .stat {
          border-left: 2px solid #e1f0f3; }
    .dashboard .invoices .invoice {
      padding: 17px 40px; }
      .dashboard .invoices .invoice .date {
        font-size: 1.25em; }
    .dashboard .company-logo {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 25px 40px; }
      .dashboard .company-logo span {
        width: 90px;
        flex: 0 0 90px;
        text-align: right;
        margin-bottom: 0;
        margin-right: 25px; }
    .dashboard .billing-period h5 {
      display: inline-block;
      vertical-align: middle;
      margin-right: 60px;
      transform: translateY(5px); }
    .dashboard .billing-period .radio-selection-group {
      display: inline-block;
      vertical-align: middle; }
    .dashboard .payment-info .block-information {
      width: 50%; }
    .dashboard .api-keys-wrapper form {
      display: flex; }
      .dashboard .api-keys-wrapper form .column {
        margin-right: 40px;
        min-width: 370px; }
      .dashboard .api-keys-wrapper form .buttons {
        display: flex; }
    .dashboard .api-keys-wrapper table {
      font-size: 14px;
      width: 100%; }
      .dashboard .api-keys-wrapper table th {
        padding: 20px 12px; }
        .dashboard .api-keys-wrapper table th i {
          display: inline; }
      .dashboard .api-keys-wrapper table td {
        padding: 12px; } }

header {
  padding: 20px 0; }
  header .confirm {
    text-align: center; }
  header.compact {
    text-align: center; }
  header .logo {
    display: inline-block;
    width: 165px; }
    header .logo img {
      display: block;
      max-width: 100%;
      height: auto;
      transition: all .2s ease-in-out; }
      header .logo img:hover {
        transform: scale(1.1); }
  header .toggle-navigation {
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 0;
    width: 45px;
    position: relative;
    float: right;
    top: 10px;
    cursor: pointer;
    z-index: 120; }
    header .toggle-navigation .line {
      display: block;
      width: 100%;
      height: 5px;
      background-color: #0a2280;
      transition: opacity 250ms linear, transform 250ms linear; }
      header .toggle-navigation .line + .line {
        margin-top: 5px; }
      header .toggle-navigation .line:nth-child(3) {
        position: absolute;
        left: 0;
        top: 10px;
        margin-top: 0; }
      .navigation-open header .toggle-navigation .line:nth-child(1),
      .navigation-open header .toggle-navigation .line:nth-child(4) {
        opacity: 0; }
      .navigation-open header .toggle-navigation .line:nth-child(2) {
        transform: rotate(45deg); }
      .navigation-open header .toggle-navigation .line:nth-child(3) {
        transform: rotate(-45deg); }
  header nav {
    position: fixed;
    width: 270px;
    height: 100%;
    overflow-y: auto;
    padding: 15px;
    z-index: 100;
    left: 0;
    top: 0;
    background-color: white;
    background-image: linear-gradient(60deg, #0a2180, #0b40a1);
    color: white;
    transform: translateX(-100%);
    transition: transform 300ms linear; }
    header nav.navigation-open {
      transform: translateX(0%); }
    header nav .button {
      width: 198px; }
    header nav .button.secondary {
      background-color: white; }
    header nav .button:last-child {
      margin-right: 0; }
    header nav .tabs {
      margin-bottom: 16px; }
      header nav .tabs li {
        display: block; }
        header nav .tabs li a {
          display: block;
          padding: 5px;
          text-decoration: none;
          font-size: 1em;
          color: #9bbac2;
          font-weight: 500; }
          header nav .tabs li a:hover {
            color: #0b40a1; }
        header nav .tabs li.active a {
          color: #0b40a1;
          border-bottom-color: #0b40a1; }

@media screen and (min-width: 1025px) {
  header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 35px 0; }
    header .toggle-navigation {
      display: none; }
    header.with-notification {
      top: 172px; }
    header nav {
      position: static;
      overflow-y: visible;
      width: auto;
      height: auto;
      transform: none;
      padding: 0;
      background: transparent;
      left: auto;
      top: auto;
      text-align: right;
      float: right; }
      header nav .button.secondary {
        background-color: transparent; }
    header .tabs {
      display: none; } }

.pricing {
  padding: 20px 0;
  text-align: center;
  position: relative;
  margin-bottom: 50px; }
  .pricing .price-units.choosing-area .unit {
    min-height: 312px;
    background-color: #effbfd;
    max-width: 750px; }
    .pricing .price-units.choosing-area .unit.selected {
      display: block; }
  .pricing .decoration {
    display: none;
    position: absolute;
    top: -440px;
    left: 0;
    max-width: 163px;
    height: auto;
    z-index: 5; }
  .pricing h2 {
    margin-bottom: 32px; }
  .pricing .description {
    line-height: 1.72; }
  .pricing .unit {
    max-width: 360px;
    margin: 0 auto 50px auto;
    border: 2px solid #e1f0f3;
    border-radius: 15px;
    padding: 20px 15px; }
    .pricing .unit h4 {
      font-size: 1.25em;
      margin: 0 0 20px 0; }
      .pricing .unit h4 span {
        font-weight: 400; }
    .pricing .unit .price {
      font-size: 1.2em;
      font-weight: 500;
      color: #0b40a1;
      margin: 0 0 15px 0; }
      .pricing .unit .price span {
        font-size: 2em;
        font-weight: 400; }
    .pricing .unit p.description {
      margin-bottom: 30px; }
    .pricing .unit .items {
      margin-bottom: 40px; }
    .pricing .unit .item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 14px 0;
      border-bottom: 1px solid #98cdda;
      text-align: left; }
      .pricing .unit .item:first-child {
        border-top: 1px solid #98cdda; }
      .pricing .unit .item p {
        width: 130px;
        flex: 0 0 130px;
        font-size: 1em;
        font-weight: 500;
        line-height: 1.2;
        color: #7ba6b1;
        margin: 0; }
      .pricing .unit .item .item-price {
        width: 100px;
        flex: 0 0 100px;
        font-size: 0.8em;
        font-weight: 600;
        line-height: 1;
        color: #7ba6b1;
        text-transform: uppercase; }
        .pricing .unit .item .item-price span {
          display: inline-block;
          vertical-align: middle;
          margin-left: 2px;
          font-size: 1.875rem;
          font-weight: 500;
          color: #0b40a1;
          transform: translateY(-2px); }
    .pricing .unit.highlight {
      background-color: #effbfd; }
    .pricing .unit.selected {
      background-color: #effbfd; }
      .pricing .unit.selected .secondary {
        border: 2px solid #a3c4cc;
        color: #7ba6b1;
        font-weight: 700; }
        .pricing .unit.selected .secondary:hover {
          background-image: none; }
    .pricing .unit.adjust .item-price {
      width: 120px;
      flex: 0 0 120px; }
  .pricing .separate {
    display: block; }

@media screen and (min-width: 1025px) {
  .pricing {
    margin-bottom: 80px; }
    .pricing h2 {
      margin-bottom: 70px; }
    .pricing .unit {
      padding: 50px 35px;
      margin: 0; }
      .pricing .unit .price {
        font-size: 1.5em; }
      .pricing .unit.adjust {
        /*padding: 50px 30px;*/ }
    .pricing .price-units.listing {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .pricing .price-units.listing .unit {
        width: 32%;
        flex: 0 0 32%; }
        .pricing .price-units.listing .unit:hover {
          border-color: #4485d7; }
    .pricing .price-units.choosing-area .unit {
      background-color: #effbfd;
      padding-right: 370px;
      position: relative; }
      .pricing .price-units.choosing-area .unit .description {
        margin-bottom: 0; }
      .pricing .price-units.choosing-area .unit .items {
        position: absolute;
        width: 270px;
        right: 35px;
        top: 50px;
        margin-bottom: 0; } }

@media screen and (min-width: 1400px) {
  .pricing .decoration {
    display: block; } }

.hero {
  padding: 20px 0;
  margin-bottom: 40px;
  position: relative;
  text-align: center; }
  .hero p {
    font-size: 1em;
    line-height: 1.3;
    margin: 0 0 40px 0; }
  .hero .download p {
    font-size: 1.5em;
    line-height: 1;
    font-weight: 600;
    color: #7ba6b1;
    margin: 0 0 25px 0; }
  .hero .download .networks .button {
    margin: 0 auto 10px; }
  .hero .illustration {
    display: none;
    max-width: 100%;
    height: auto; }
  .hero .decoration {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    max-width: 100%;
    height: auto; }

@media screen and (min-width: 1025px) {
  .hero {
    padding-top: 140px;
    min-height: 750px;
    margin-bottom: 130px;
    text-align: left; }
    .hero h1 {
      max-width: 518px; }
    .hero .info {
      position: relative;
      z-index: 10; }
    .hero .details {
      padding-top: 60px;
      max-width: 560px;
      position: relative;
      z-index: 5; }
    .hero p {
      font-size: 1.5em; }
    .hero .download p {
      font-size: 2em; }
    .hero .download .networks .button {
      margin: 0 20px 10px 0; }
    .hero .illustration {
      display: block;
      max-width: 100%;
      position: absolute;
      right: -50px;
      top: 0; }
    .hero.business {
      padding-top: 170px;
      margin-bottom: 20px; }
      .hero.business .illustration {
        right: 0;
        display: block; }
      .hero.business h1 {
        margin-bottom: 30px; }
      .hero.business .details {
        padding-top: 100px; }
    .hero .decoration {
      display: block; } }

.table {
  width: 100%;
  margin-bottom: 30px; }
  .table .header {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
    color: #0b40a1;
    border-radius: 8px 8px 0 0;
    border: 2px solid #e1f0f3;
    border-bottom: none;
    padding: 20px 24px; }
    .table .header .last-updated {
      font-size: 12px;
      color: #7ba6b1;
      font-weight: normal; }
      .table .header .last-updated span {
        font-size: 14px;
        font-weight: 500; }
  .table table {
    width: 100%;
    border: 2px solid #e1f0f3;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0 0 8px 8px; }
    .table table th {
      text-align: left;
      font-size: 16px;
      font-weight: 500;
      padding: 8px 10px;
      border-left: 2px solid #e1f0f3;
      background: #f0fbfd; }
      .table table th:first-child {
        border-left: none; }
      .table table th .th-header {
        display: flex;
        justify-content: space-between; }
        .table table th .th-header .actions {
          cursor: pointer; }
          .table table th .th-header .actions .icon {
            font-size: 12px;
            color: #7ba6b1; }
            .table table th .th-header .actions .icon.active {
              color: inherit;
              font-weight: bold; }
    .table table tbody tr.active {
      cursor: pointer; }
      .table table tbody tr.active:hover {
        background: #f8feff; }
    .table table tbody tr.unviewed td {
      font-weight: bold;
      background: #f8feff; }
    .table table tbody tr td {
      font-size: 14px;
      font-weight: 500;
      padding: 8px 10px;
      border-top: 2px solid #e1f0f3;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 0; }
  @media screen and (min-width: 1025px) {
    .table table th {
      padding: 18px 24px; }
    .table table tbody tr td {
      padding: 18px 24px;
      max-width: inherit; } }

.application .header {
  position: relative; }
  .application .header .back, .application .header .mark-as-unviewed {
    display: none; }
  .application .header .row {
    display: flex;
    margin-bottom: 4px; }
    .application .header .row .label {
      line-height: 1.72;
      color: #0b40a1;
      font-weight: bold;
      width: 160px; }
  .application .header .button.approve-application {
    margin-top: 24px;
    height: 60px; }

.application .details {
  border-top: 2px solid #bcd1d6;
  padding-top: 50px;
  margin-top: 40px; }
  .application .details .column {
    margin-bottom: 40px; }
  .application .details h2.title {
    font-size: 24px;
    font-weight: 500;
    color: #0b40a1;
    margin-bottom: 16px; }
  .application .details .status {
    display: inline-flex;
    align-items: center;
    border: 2px solid #bcd1d6;
    border-radius: 30px;
    padding: 18px 48px 18px 38px;
    margin-bottom: 50px; }
    .application .details .status .icon {
      font-size: 6px;
      color: #ffffff;
      background: #0b40a1;
      border-radius: 50%;
      padding: 3px;
      margin-left: 12px; }
    .application .details .status.approved {
      color: #0b40a1;
      border-color: #0b40a1; }
    .application .details .status.declined {
      color: red;
      border-color: red; }
    .application .details .status.new {
      color: #ed0c7c;
      border-color: #ed0c7c; }
  .application .details .half-panel {
    width: calc(50% + 24px);
    margin: -18px -24px -18px 24px;
    border-left: 2px solid #e1f0f3; }
    .application .details .half-panel .header {
      text-transform: uppercase;
      background: #f0fbfd;
      padding: 20px 24px;
      font-weight: 500; }
  .application .details .panel {
    border: 2px solid #e1f0f3; }
    .application .details .panel .header {
      display: flex;
      justify-content: space-between;
      text-transform: uppercase;
      background: #f0fbfd;
      padding: 20px 24px;
      font-weight: 500; }
      .application .details .panel .header a {
        color: #0b40a1;
        cursor: pointer;
        text-decoration: none; }
    .application .details .panel.new .header {
      color: #ffffff;
      background: #c8106c; }
  .application .details .row {
    display: flex;
    font-size: 14px;
    padding: 18px 24px;
    border-top: 2px solid #e1f0f3; }
    .application .details .row p {
      width: 50%;
      margin: 0; }
      .application .details .row p.bold {
        font-weight: bold; }
    .application .details .row .original-passport {
      color: #0b40a1;
      cursor: pointer; }
      .application .details .row .original-passport:hover {
        text-decoration: underline; }

.application .img-dialog .panel {
  height: 100%; }

.application .img-dialog .img {
  margin-bottom: 32px;
  padding: 7px;
  border: 2px dashed #e1f0f3;
  background-color: #effbfd; }
  .application .img-dialog .img img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .application .img-dialog .img .label {
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 500; }

.application .img-dialog.full-width .img {
  width: 100%; }
  .application .img-dialog.full-width .img img {
    object-fit: none; }
  .application .img-dialog.full-width .img:last-child {
    margin-left: 0; }

.application .img-with-preview {
  position: relative;
  width: 50%;
  height: 280px;
  padding: 7px;
  border: 2px dashed #e1f0f3;
  background-color: #effbfd;
  margin-bottom: 42px; }
  .application .img-with-preview.full-width {
    width: 100%;
    height: auto;
    min-height: 230px;
    margin-left: 0 !important; }
  .application .img-with-preview.empty p {
    font-size: 24px;
    text-align: center;
    padding-top: 40px;
    color: #0b40a1;
    width: 100%; }
  .application .img-with-preview.empty img {
    cursor: auto; }
  .application .img-with-preview.empty:hover {
    background-color: #effbfd;
    border-color: #e1f0f3; }
  .application .img-with-preview .label {
    position: absolute;
    display: table;
    bottom: -40px;
    font-size: 16px;
    font-weight: 500;
    left: 50%;
    transform: translate(-50%, 0); }
  .application .img-with-preview img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .application .img-with-preview:last-child {
    margin-left: 24px; }
  .application .img-with-preview .icon-full-size-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    color: #ffffff;
    cursor: pointer;
    display: none; }
  .application .img-with-preview:hover {
    background-color: #88aef3;
    border-color: #3171e6; }
    .application .img-with-preview:hover .label {
      color: #0b40a1; }
    .application .img-with-preview:hover img {
      opacity: 0.5; }
    .application .img-with-preview:hover .icon-full-size-hover {
      display: block;
      z-index: 2; }

@media screen and (min-width: 1025px) {
  .application .filters {
    display: flex; }
    .application .filters form {
      width: 50%; }
      .application .filters form:last-child {
        margin-left: 20px; }
    .application .filters.requests form {
      width: 25%;
      margin-right: 20px; }
      .application .filters.requests form:last-child {
        margin-right: 0;
        margin-left: 0; }
  .application .header .back {
    display: block;
    position: absolute;
    right: 216px;
    top: -126px;
    z-index: 101; }
  .application .header .remove {
    display: block;
    position: absolute;
    color: #c8106c;
    cursor: pointer;
    padding: 22px 24px;
    right: 412px;
    top: -126px;
    z-index: 101;
    transition: all .2s ease-in-out; }
    .application .header .remove:hover {
      transform: scale(1.1); }
  .application .header .mark-as-unviewed {
    display: block;
    position: absolute;
    right: 410px;
    top: -126px;
    z-index: 101; }
  .application .header .row {
    display: flex;
    margin-bottom: 4px; }
    .application .header .row .label {
      width: 200px; }
  .application .details {
    display: flex; }
    .application .details .column {
      width: 50%; }
      .application .details .column:first-child {
        margin-right: 30px; }
  .application .img-dialog {
    display: flex;
    justify-content: space-between; }
    .application .img-dialog .panel {
      width: 30%;
      height: 100%;
      margin-left: 20px; }
    .application .img-dialog .img {
      width: 50%; }
      .application .img-dialog .img:last-child {
        margin-left: 24px; }
      .application .img-dialog .img.address {
        width: 70%; } }

.billings .checkout .button {
  margin-top: 32px; }

.billings .checkout .form-element-wrapper {
  border-radius: 0;
  padding: 4px 0;
  border-bottom: 1px solid #e1f0f3;
  border-top: 0;
  border-right: 0;
  border-left: 0; }

.test-requests {
  position: relative; }
  .test-requests .panel {
    margin-top: 20px;
    padding: 20px;
    border: 2px solid #e1f0f3;
    border-radius: 8px; }
    .test-requests .panel .form-wrapper {
      display: flex; }
    @media screen and (min-width: 1025px) {
      .test-requests .panel .fields {
        width: 60%; } }
    .test-requests .panel .actions {
      margin-left: 20px; }
      .test-requests .panel .actions .status {
        margin-top: 20px; }
      @media screen and (min-width: 1025px) {
        .test-requests .panel .actions {
          width: 40%; } }

.terms {
  min-height: calc(100vh - 203px);
  padding: 40px 0 40px 0;
  position: relative; }
  .terms .container h1 {
    margin-top: 24px;
    font-size: 42px; }
  .terms .container h3 {
    margin-top: 36px;
    font-size: 20px;
    font-weight: bold; }
  .terms .container .subtitle {
    margin-bottom: 56px;
    font-size: 24px;
    line-height: 1.29; }
  .terms .container .decoration {
    display: none;
    position: absolute;
    z-index: 5; }
    .terms .container .decoration.decoration-01 {
      top: 186px;
      right: 10%;
      max-width: 380px;
      height: auto; }
    .terms .container .decoration.decoration-02 {
      top: 186px;
      right: 15%;
      max-width: 380px;
      height: auto; }
  .terms .container p {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.72; }
  .terms .container ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    .terms .container ul li:before {
      content: "";
      width: 6px;
      height: 6px;
      top: 12px;
      left: 0;
      border-radius: 50%;
      background-color: #ed1e79;
      position: absolute; }
    .terms .container ul li {
      position: relative;
      padding-left: 20px;
      margin-bottom: 16px;
      font-size: 18px;
      line-height: 1.72; }
  .terms .container .faq-items {
    margin-top: 54px; }
  .terms .container .layout {
    display: none; }
  @media screen and (min-width: 1025px) {
    .terms {
      padding: 160px 0 80px 0; }
      .terms .container .half {
        width: 50%; }
      .terms .container .decoration {
        display: block; }
      .terms .container .layout {
        display: inherit;
        position: absolute; }
        .terms .container .layout.solid-shape-top {
          width: 928px;
          height: 598px;
          top: -200px;
          right: -200px; }
        .terms .container .layout.stroke-shape-top {
          width: 360px;
          height: 360px;
          top: 140px;
          right: 20px; }
        .terms .container .layout.solid-shape-left {
          width: 360px;
          height: 360px;
          top: 340px;
          left: -200px;
          z-index: -1; } }

.modal-dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  z-index: 1000; }
  .modal-dialog .window {
    display: flex;
    flex-direction: column;
    height: 100%; }
    .modal-dialog .window .overlay {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.7);
      z-index: 100;
      transform: translate3d(0, 0, 0); }
    .modal-dialog .window .container {
      position: relative;
      z-index: 101;
      min-width: 500px;
      width: 80%;
      height: auto;
      margin: 10% auto;
      border-top: none;
      background-color: white;
      padding: 52px;
      border-radius: 10px;
      box-shadow: 0px 4px 7px 0 rgba(0, 0, 0, 0.05); }
    .modal-dialog .window .icon-close {
      font-size: 16px;
      color: #cedfe9;
      position: absolute;
      right: 21px;
      top: 17px;
      z-index: 999;
      cursor: pointer; }

@media screen and (min-width: 1025px) {
  .modal-dialog.small .container {
    width: 50%; } }

.company-for-admin .header {
  position: relative;
  color: #0b40a1;
  padding-bottom: 40px; }
  .company-for-admin .header .remove {
    display: block;
    position: absolute;
    color: #c8106c;
    cursor: pointer;
    padding: 22px 24px;
    right: 412px;
    top: -126px;
    z-index: 101;
    transition: all .2s ease-in-out; }
    .company-for-admin .header .remove:hover {
      transform: scale(1.1); }
  .company-for-admin .header .back {
    display: none; }
  .company-for-admin .header .row {
    display: flex;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 1.72; }
    .company-for-admin .header .row .value {
      font-weight: bold; }
    .company-for-admin .header .row.name {
      font-size: 20px; }

.company-for-admin .company-name .fa-edit {
  cursor: pointer;
  margin-left: 12px;
  transition: all .2s ease-in-out; }
  .company-for-admin .company-name .fa-edit:hover {
    transform: scale(1.1); }

.company-for-admin .statistic {
  margin-top: 50px;
  min-width: 100%;
  border-radius: 8px;
  border: 2px solid #e1f0f3;
  margin-bottom: 30px; }
  .company-for-admin .statistic .stat {
    padding: 15px 20px;
    background-color: #effbfd;
    border-right: 2px solid #e1f0f3; }
    .company-for-admin .statistic .stat .number {
      display: inline-block;
      vertical-align: middle;
      color: #0b40a1;
      font-size: 1.8em;
      line-height: 1;
      font-weight: 500;
      margin-right: 8px; }
    .company-for-admin .statistic .stat .request {
      display: inline-block;
      vertical-align: middle;
      font-weight: 500; }
    .company-for-admin .statistic .stat:last-child {
      border-right: none; }

.company-for-admin .statistic-period {
  width: 270px;
  margin-top: 40px; }
  .company-for-admin .statistic-period p {
    font-size: 16px;
    line-height: 1.94;
    margin-bottom: 12px; }

.company-for-admin .panel-statistic {
  border: 2px solid #e1f0f3;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }
  .company-for-admin .panel-statistic .section {
    padding: 28px 42px 0px;
    border-bottom: 2px solid #e1f0f3; }
    .company-for-admin .panel-statistic .section .row {
      padding-bottom: 20px;
      display: flex;
      line-height: 1.55;
      font-size: 20px; }
      .company-for-admin .panel-statistic .section .row .label {
        width: 80%; }
      .company-for-admin .panel-statistic .section .row .value {
        font-weight: bold; }
    .company-for-admin .panel-statistic .section.plan {
      color: #0b40a1; }
    .company-for-admin .panel-statistic .section.sub-total {
      color: #7ba6b1; }
    .company-for-admin .panel-statistic .section.total {
      color: #0b40a1;
      background: #f0fbfd; }
    .company-for-admin .panel-statistic .section:last-child {
      border-bottom: none; }

.company-for-admin .details .panel {
  border-radius: 8px;
  border: 2px solid #e1f0f3;
  margin-bottom: 30px; }
  .company-for-admin .details .panel .panel-header {
    text-transform: uppercase;
    background: #f0fbfd;
    padding: 18px 24px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid #e1f0f3; }
  .company-for-admin .details .panel a {
    color: #1558d2; }

.company-for-admin .details .row {
  display: flex;
  font-size: 14px;
  padding: 18px 24px;
  border-bottom: 2px solid #e1f0f3; }
  .company-for-admin .details .row:last-child {
    border-bottom: none; }
  .company-for-admin .details .row.title {
    font-size: 16px;
    font-weight: bold;
    color: #0b40a1; }
  .company-for-admin .details .row p {
    width: 50%;
    margin: 0 12px 0 0; }
    .company-for-admin .details .row p.bold {
      font-weight: bold; }

@media screen and (min-width: 1025px) {
  .company-for-admin .header .back {
    display: block;
    position: absolute;
    right: 216px;
    top: -126px;
    z-index: 101; }
  .company-for-admin .statistic {
    display: flex; }
    .company-for-admin .statistic .stat {
      width: 100%;
      padding: 36px 42px; }
  .company-for-admin .details {
    display: flex; }
    .company-for-admin .details .column {
      width: 50%; }
      .company-for-admin .details .column:first-child {
        margin-right: 30px; } }

.statistics .column {
  width: 100%; }

@media screen and (min-width: 1025px) {
  .statistics .details {
    display: flex; }
    .statistics .details .column {
      width: 30%;
      margin-right: 24px; }
      .statistics .details .column:last-child {
        margin-right: 0; } }

@media screen and (min-width: 1025px) {
  .users-page .filters {
    display: flex; }
    .users-page .filters form {
      width: 50%; }
      .users-page .filters form:last-child {
        margin-left: 20px; } }

@media screen and (min-width: 1025px) {
  .companies-page .filters {
    display: flex; }
    .companies-page .filters form {
      width: 25%;
      margin-right: 20px; }
      .companies-page .filters form:last-child {
        margin-right: 0; } }

.admins .change-password {
  text-align: center; }
  .admins .change-password .container {
    width: 40%; }
    .admins .change-password .container .form-wrapper {
      width: 100%; }

@media screen and (min-width: 1025px) {
  .admins .panel {
    margin-bottom: 72px; }
    .admins .panel form {
      width: 50%; }
    .admins .panel .remove {
      color: #c8106c;
      cursor: pointer;
      transition: all .2s ease-in-out; }
      .admins .panel .remove:hover {
        transform: scale(1.1); } }

.overview .need-payment .container {
  width: 490px; }
  .overview .need-payment .container h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 2.5;
    color: #0a2b8a;
    margin-bottom: 16px; }
  .overview .need-payment .container p {
    font-size: 14px;
    margin-bottom: 40px; }
  .overview .need-payment .container button {
    width: 100%;
    margin: 0; }

.billing-step {
  margin: 0 10%;
  text-align: center; }
  .billing-step .button:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1025px) {
    .billing-step {
      width: 48%;
      margin: 0 auto; }
      .billing-step .form-wrapper {
        margin-bottom: 24px; }
      .billing-step h2 {
        margin-bottom: 24px; }
      .billing-step .subtitle {
        margin-bottom: 40px; } }

.test-page {
  height: 100%;
  display: flex;
  min-height: 60vh; }
  .test-page h2 {
    font-size: 20px;
    margin-bottom: 16px; }
    .test-page h2.margin-top {
      margin-top: 122px; }
  .test-page .left {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: center;
    padding: 20px 60px; }
    .test-page .left .logo img {
      width: 165px; }
    .test-page .left .loader {
      margin: 32px 0 100px; }
    .test-page .left .content {
      position: absolute;
      top: calc(50% + 70px);
      left: 50%;
      transform: translate(-50%, -50%);
      width: 70%; }
      @media screen and (min-width: 1200px) {
        .test-page .left .content {
          padding: 0 58px; } }
      @media screen and (min-width: 1600px) {
        .test-page .left .content {
          padding: 0 98px; } }
    .test-page .left .mobile-icon {
      width: 140px;
      height: 140px;
      display: block;
      margin: 30px auto 20px; }
    .test-page .left button {
      padding: 16px;
      text-transform: uppercase;
      width: 100%;
      margin: 15px auto 20px;
      font-family: 'OpenSans', sans-serif;
      font-size: 16px;
      border-radius: 3px;
      box-shadow: 0px 6px 8px 0 rgba(11, 48, 144, 0.15); }
    .test-page .left .test-email {
      margin: 0 auto;
      max-width: 490px;
      margin-top: 32px; }
    .test-page .left .networks {
      margin: 30px auto 50px; }
      .test-page .left .networks .button {
        margin: 0; }
    .test-page .left .cancel {
      cursor: pointer;
      text-transform: uppercase;
      margin-bottom: 70px;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.2px;
      color: #0b40a1; }
    .test-page .left .form-group {
      margin: 0 auto; }
      .test-page .left .form-group .error {
        margin-left: 0; }
  .test-page .right {
    display: flex;
    align-items: center;
    position: relative;
    width: 50%;
    background-color: #effbfd;
    overflow: auto; }
    .test-page .right img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 50%;
      width: 50%; }
    .test-page .right.failed {
      background-color: #efc5bf; }
  .test-page .identity {
    width: auto;
    margin: 38px -20px 10px;
    border-radius: 8px;
    border: solid 2px #e1f0f3;
    background-color: #ffffff; }
    .test-page .identity-header {
      padding: 20px;
      font-size: 18px;
      font-weight: 500;
      background-color: #e1f0f3; }
    .test-page .identity .row {
      display: flex;
      padding: 12px 12px;
      border-bottom: solid 2px #e1f0f3;
      font-size: 12px; }
      .test-page .identity .row:last-child {
        border-bottom: none; }
      .test-page .identity .row .name {
        width: 55%; }
      .test-page .identity .row .value {
        font-weight: 500;
        width: 60%;
        overflow: hidden;
        text-overflow: ellipsis; }
  @media screen and (min-width: 760px) {
    .test-page {
      height: 100vh;
      min-height: 0; }
      .test-page h2 {
        margin-bottom: 12px;
        font-size: 22px; }
        .test-page h2.margin-top {
          margin-top: 40px; }
      .test-page .left {
        width: 50%;
        padding: 160px 8% 40px; }
        .test-page .left .networks {
          margin: 30px -80% 50px; }
        .test-page .left button {
          padding: inherit;
          text-transform: none;
          height: 70px; }
        .test-page .left .loader {
          margin: 32px 0; }
        .test-page .left .logo {
          position: absolute;
          margin: 30px auto 0;
          width: 165px;
          left: 50%;
          top: 0;
          transform: translate(-50%, 0); }
          .test-page .left .logo img {
            transition: all .2s ease-in-out; }
            .test-page .left .logo img:hover {
              transform: scale(1.1); }
        .test-page .left .cancel {
          margin-bottom: 30px;
          text-transform: none; }
      .test-page .identity {
        width: 400px;
        margin: 70px auto; } }

/*----------  Libs
------------------------------------------------------------------------------*/
.rc-phone-input {
  position: relative; }
  .rc-phone-input .ad {
    background-position: -16px 0; }
  .rc-phone-input .ae {
    background-position: -32px 0; }
  .rc-phone-input .af {
    background-position: -48px 0; }
  .rc-phone-input .ag {
    background-position: -64px 0; }
  .rc-phone-input .ai {
    background-position: -80px 0; }
  .rc-phone-input .al {
    background-position: -96px 0; }
  .rc-phone-input .am {
    background-position: -112px 0; }
  .rc-phone-input .ao {
    background-position: -128px 0; }
  .rc-phone-input .ar {
    background-position: -144px 0; }
  .rc-phone-input .as {
    background-position: -160px 0; }
  .rc-phone-input .at {
    background-position: -176px 0; }
  .rc-phone-input .au {
    background-position: -192px 0; }
  .rc-phone-input .aw {
    background-position: -208px 0; }
  .rc-phone-input .az {
    background-position: -224px 0; }
  .rc-phone-input .ba {
    background-position: -240px 0; }
  .rc-phone-input .bb {
    background-position: 0 -11px; }
  .rc-phone-input .bd {
    background-position: -16px -11px; }
  .rc-phone-input .be {
    background-position: -32px -11px; }
  .rc-phone-input .bf {
    background-position: -48px -11px; }
  .rc-phone-input .bg {
    background-position: -64px -11px; }
  .rc-phone-input .bh {
    background-position: -80px -11px; }
  .rc-phone-input .bi {
    background-position: -96px -11px; }
  .rc-phone-input .bj {
    background-position: -112px -11px; }
  .rc-phone-input .bm {
    background-position: -128px -11px; }
  .rc-phone-input .bn {
    background-position: -144px -11px; }
  .rc-phone-input .bo {
    background-position: -160px -11px; }
  .rc-phone-input .br {
    background-position: -176px -11px; }
  .rc-phone-input .bs {
    background-position: -192px -11px; }
  .rc-phone-input .bt {
    background-position: -208px -11px; }
  .rc-phone-input .bw {
    background-position: -224px -11px; }
  .rc-phone-input .by {
    background-position: -240px -11px; }
  .rc-phone-input .bz {
    background-position: 0 -22px; }
  .rc-phone-input .ca {
    background-position: -16px -22px; }
  .rc-phone-input .cd {
    background-position: -32px -22px; }
  .rc-phone-input .cf {
    background-position: -48px -22px; }
  .rc-phone-input .cg {
    background-position: -64px -22px; }
  .rc-phone-input .ch {
    background-position: -80px -22px; }
  .rc-phone-input .ci {
    background-position: -96px -22px; }
  .rc-phone-input .ck {
    background-position: -112px -22px; }
  .rc-phone-input .cl {
    background-position: -128px -22px; }
  .rc-phone-input .cm {
    background-position: -144px -22px; }
  .rc-phone-input .cn {
    background-position: -160px -22px; }
  .rc-phone-input .co {
    background-position: -176px -22px; }
  .rc-phone-input .cr {
    background-position: -192px -22px; }
  .rc-phone-input .cu {
    background-position: -208px -22px; }
  .rc-phone-input .cv {
    background-position: -224px -22px; }
  .rc-phone-input .cw {
    background-position: -240px -22px; }
  .rc-phone-input .cy {
    background-position: 0 -33px; }
  .rc-phone-input .cz {
    background-position: -16px -33px; }
  .rc-phone-input .de {
    background-position: -32px -33px; }
  .rc-phone-input .dj {
    background-position: -48px -33px; }
  .rc-phone-input .dk {
    background-position: -64px -33px; }
  .rc-phone-input .dm {
    background-position: -80px -33px; }
  .rc-phone-input .do {
    background-position: -96px -33px; }
  .rc-phone-input .dz {
    background-position: -112px -33px; }
  .rc-phone-input .ec {
    background-position: -128px -33px; }
  .rc-phone-input .ee {
    background-position: -144px -33px; }
  .rc-phone-input .eg {
    background-position: -160px -33px; }
  .rc-phone-input .er {
    background-position: -176px -33px; }
  .rc-phone-input .es {
    background-position: -192px -33px; }
  .rc-phone-input .et {
    background-position: -208px -33px; }
  .rc-phone-input .fi {
    background-position: -224px -33px; }
  .rc-phone-input .fj {
    background-position: -240px -33px; }
  .rc-phone-input .fk {
    background-position: 0 -44px; }
  .rc-phone-input .fm {
    background-position: -16px -44px; }
  .rc-phone-input .fo {
    background-position: -32px -44px; }
  .rc-phone-input .fr,
  .rc-phone-input .bl,
  .rc-phone-input .mf {
    background-position: -48px -44px; }
  .rc-phone-input .ga {
    background-position: -64px -44px; }
  .rc-phone-input .gb {
    background-position: -80px -44px; }
  .rc-phone-input .gd {
    background-position: -96px -44px; }
  .rc-phone-input .ge {
    background-position: -112px -44px; }
  .rc-phone-input .gf {
    background-position: -128px -44px; }
  .rc-phone-input .gh {
    background-position: -144px -44px; }
  .rc-phone-input .gi {
    background-position: -160px -44px; }
  .rc-phone-input .gl {
    background-position: -176px -44px; }
  .rc-phone-input .gm {
    background-position: -192px -44px; }
  .rc-phone-input .gn {
    background-position: -208px -44px; }
  .rc-phone-input .gp {
    background-position: -224px -44px; }
  .rc-phone-input .gq {
    background-position: -240px -44px; }
  .rc-phone-input .gr {
    background-position: 0 -55px; }
  .rc-phone-input .gt {
    background-position: -16px -55px; }
  .rc-phone-input .gu {
    background-position: -32px -55px; }
  .rc-phone-input .gw {
    background-position: -48px -55px; }
  .rc-phone-input .gy {
    background-position: -64px -55px; }
  .rc-phone-input .hk {
    background-position: -80px -55px; }
  .rc-phone-input .hn {
    background-position: -96px -55px; }
  .rc-phone-input .hr {
    background-position: -112px -55px; }
  .rc-phone-input .ht {
    background-position: -128px -55px; }
  .rc-phone-input .hu {
    background-position: -144px -55px; }
  .rc-phone-input .id {
    background-position: -160px -55px; }
  .rc-phone-input .ie {
    background-position: -176px -55px; }
  .rc-phone-input .il {
    background-position: -192px -55px; }
  .rc-phone-input .in {
    background-position: -208px -55px; }
  .rc-phone-input .io {
    background-position: -224px -55px; }
  .rc-phone-input .iq {
    background-position: -240px -55px; }
  .rc-phone-input .ir {
    background-position: 0 -66px; }
  .rc-phone-input .is {
    background-position: -16px -66px; }
  .rc-phone-input .it {
    background-position: -32px -66px; }
  .rc-phone-input .jm {
    background-position: -48px -66px; }
  .rc-phone-input .jo {
    background-position: -64px -66px; }
  .rc-phone-input .jp {
    background-position: -80px -66px; }
  .rc-phone-input .ke {
    background-position: -96px -66px; }
  .rc-phone-input .kg {
    background-position: -112px -66px; }
  .rc-phone-input .kh {
    background-position: -128px -66px; }
  .rc-phone-input .ki {
    background-position: -144px -66px; }
  .rc-phone-input .km {
    background-position: -160px -66px; }
  .rc-phone-input .kn {
    background-position: -176px -66px; }
  .rc-phone-input .kp {
    background-position: -192px -66px; }
  .rc-phone-input .kr {
    background-position: -208px -66px; }
  .rc-phone-input .kw {
    background-position: -224px -66px; }
  .rc-phone-input .ky {
    background-position: -240px -66px; }
  .rc-phone-input .kz {
    background-position: 0 -77px; }
  .rc-phone-input .la {
    background-position: -16px -77px; }
  .rc-phone-input .lb {
    background-position: -32px -77px; }
  .rc-phone-input .lc {
    background-position: -48px -77px; }
  .rc-phone-input .li {
    background-position: -64px -77px; }
  .rc-phone-input .lk {
    background-position: -80px -77px; }
  .rc-phone-input .lr {
    background-position: -96px -77px; }
  .rc-phone-input .ls {
    background-position: -112px -77px; }
  .rc-phone-input .lt {
    background-position: -128px -77px; }
  .rc-phone-input .lu {
    background-position: -144px -77px; }
  .rc-phone-input .lv {
    background-position: -160px -77px; }
  .rc-phone-input .ly {
    background-position: -176px -77px; }
  .rc-phone-input .ma {
    background-position: -192px -77px; }
  .rc-phone-input .mc {
    background-position: -208px -77px; }
  .rc-phone-input .md {
    background-position: -224px -77px; }
  .rc-phone-input .me {
    background-position: -112px -154px;
    height: 12px; }
  .rc-phone-input .mg {
    background-position: 0 -88px; }
  .rc-phone-input .mh {
    background-position: -16px -88px; }
  .rc-phone-input .mk {
    background-position: -32px -88px; }
  .rc-phone-input .ml {
    background-position: -48px -88px; }
  .rc-phone-input .mm {
    background-position: -64px -88px; }
  .rc-phone-input .mn {
    background-position: -80px -88px; }
  .rc-phone-input .mo {
    background-position: -96px -88px; }
  .rc-phone-input .mp {
    background-position: -112px -88px; }
  .rc-phone-input .mq {
    background-position: -128px -88px; }
  .rc-phone-input .mr {
    background-position: -144px -88px; }
  .rc-phone-input .ms {
    background-position: -160px -88px; }
  .rc-phone-input .mt {
    background-position: -176px -88px; }
  .rc-phone-input .mu {
    background-position: -192px -88px; }
  .rc-phone-input .mv {
    background-position: -208px -88px; }
  .rc-phone-input .mw {
    background-position: -224px -88px; }
  .rc-phone-input .mx {
    background-position: -240px -88px; }
  .rc-phone-input .my {
    background-position: 0 -99px; }
  .rc-phone-input .mz {
    background-position: -16px -99px; }
  .rc-phone-input .na {
    background-position: -32px -99px; }
  .rc-phone-input .nc {
    background-position: -48px -99px; }
  .rc-phone-input .ne {
    background-position: -64px -99px; }
  .rc-phone-input .nf {
    background-position: -80px -99px; }
  .rc-phone-input .ng {
    background-position: -96px -99px; }
  .rc-phone-input .ni {
    background-position: -112px -99px; }
  .rc-phone-input .nl,
  .rc-phone-input .bq {
    background-position: -128px -99px; }
  .rc-phone-input .no {
    background-position: -144px -99px; }
  .rc-phone-input .np {
    background-position: -160px -99px; }
  .rc-phone-input .nr {
    background-position: -176px -99px; }
  .rc-phone-input .nu {
    background-position: -192px -99px; }
  .rc-phone-input .nz {
    background-position: -208px -99px; }
  .rc-phone-input .om {
    background-position: -224px -99px; }
  .rc-phone-input .pa {
    background-position: -240px -99px; }
  .rc-phone-input .pe {
    background-position: 0 -110px; }
  .rc-phone-input .pf {
    background-position: -16px -110px; }
  .rc-phone-input .pg {
    background-position: -32px -110px; }
  .rc-phone-input .ph {
    background-position: -48px -110px; }
  .rc-phone-input .pk {
    background-position: -64px -110px; }
  .rc-phone-input .pl {
    background-position: -80px -110px; }
  .rc-phone-input .pm {
    background-position: -96px -110px; }
  .rc-phone-input .pr {
    background-position: -112px -110px; }
  .rc-phone-input .ps {
    background-position: -128px -110px; }
  .rc-phone-input .pt {
    background-position: -144px -110px; }
  .rc-phone-input .pw {
    background-position: -160px -110px; }
  .rc-phone-input .py {
    background-position: -176px -110px; }
  .rc-phone-input .qa {
    background-position: -192px -110px; }
  .rc-phone-input .re {
    background-position: -208px -110px; }
  .rc-phone-input .ro {
    background-position: -224px -110px; }
  .rc-phone-input .rs {
    background-position: -240px -110px; }
  .rc-phone-input .ru {
    background-position: 0 -121px; }
  .rc-phone-input .rw {
    background-position: -16px -121px; }
  .rc-phone-input .sa {
    background-position: -32px -121px; }
  .rc-phone-input .sb {
    background-position: -48px -121px; }
  .rc-phone-input .sc {
    background-position: -64px -121px; }
  .rc-phone-input .sd {
    background-position: -80px -121px; }
  .rc-phone-input .se {
    background-position: -96px -121px; }
  .rc-phone-input .sg {
    background-position: -112px -121px; }
  .rc-phone-input .sh {
    background-position: -128px -121px; }
  .rc-phone-input .si {
    background-position: -144px -121px; }
  .rc-phone-input .sk {
    background-position: -160px -121px; }
  .rc-phone-input .sl {
    background-position: -176px -121px; }
  .rc-phone-input .sm {
    background-position: -192px -121px; }
  .rc-phone-input .sn {
    background-position: -208px -121px; }
  .rc-phone-input .so {
    background-position: -224px -121px; }
  .rc-phone-input .sr {
    background-position: -240px -121px; }
  .rc-phone-input .ss {
    background-position: 0 -132px; }
  .rc-phone-input .st {
    background-position: -16px -132px; }
  .rc-phone-input .sv {
    background-position: -32px -132px; }
  .rc-phone-input .sx {
    background-position: -48px -132px; }
  .rc-phone-input .sy {
    background-position: -64px -132px; }
  .rc-phone-input .sz {
    background-position: -80px -132px; }
  .rc-phone-input .tc {
    background-position: -96px -132px; }
  .rc-phone-input .td {
    background-position: -112px -132px; }
  .rc-phone-input .tg {
    background-position: -128px -132px; }
  .rc-phone-input .th {
    background-position: -144px -132px; }
  .rc-phone-input .tj {
    background-position: -160px -132px; }
  .rc-phone-input .tk {
    background-position: -176px -132px; }
  .rc-phone-input .tl {
    background-position: -192px -132px; }
  .rc-phone-input .tm {
    background-position: -208px -132px; }
  .rc-phone-input .tn {
    background-position: -224px -132px; }
  .rc-phone-input .to {
    background-position: -240px -132px; }
  .rc-phone-input .tr {
    background-position: 0 -143px; }
  .rc-phone-input .tt {
    background-position: -16px -143px; }
  .rc-phone-input .tv {
    background-position: -32px -143px; }
  .rc-phone-input .tw {
    background-position: -48px -143px; }
  .rc-phone-input .tz {
    background-position: -64px -143px; }
  .rc-phone-input .ua {
    background-position: -80px -143px; }
  .rc-phone-input .ug {
    background-position: -96px -143px; }
  .rc-phone-input .us {
    background-position: -112px -143px; }
  .rc-phone-input .uy {
    background-position: -128px -143px; }
  .rc-phone-input .uz {
    background-position: -144px -143px; }
  .rc-phone-input .va {
    background-position: -160px -143px; }
  .rc-phone-input .vc {
    background-position: -176px -143px; }
  .rc-phone-input .ve {
    background-position: -192px -143px; }
  .rc-phone-input .vg {
    background-position: -208px -143px; }
  .rc-phone-input .vi {
    background-position: -224px -143px; }
  .rc-phone-input .vn {
    background-position: -240px -143px; }
  .rc-phone-input .vu {
    background-position: 0 -154px; }
  .rc-phone-input .wf {
    background-position: -16px -154px; }
  .rc-phone-input .ws {
    background-position: -32px -154px; }
  .rc-phone-input .ye {
    background-position: -48px -154px; }
  .rc-phone-input .za {
    background-position: -64px -154px; }
  .rc-phone-input .zm {
    background-position: -80px -154px; }
  .rc-phone-input .zw {
    background-position: -96px -154px; }
  .rc-phone-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .rc-phone-input .hide {
    display: none; }
  .rc-phone-input .v-hide {
    visibility: hidden; }
  .rc-phone-input .flag-dropdown {
    position: absolute;
    left: -30px;
    top: -7px;
    padding: 0;
    border-radius: 2px 0 0 2px; }
  .rc-phone-input .flag-dropdown,
  .rc-phone-input .flag-dropdown.open-dropdown .selected-flag,
  .rc-phone-input .flag-dropdown:hover .selected-flag {
    background-color: transparent; }
  .rc-phone-input .flag-dropdown.open-dropdown {
    border-bottom: none;
    border-radius: 3px 0 0 0; }
  .rc-phone-input .flag-dropdown.open-dropdown .selected-flag {
    border-radius: 3px 0 0 0; }
  .rc-phone-input .flag-dropdown:hover {
    cursor: pointer; }
  .rc-phone-input input[disabled] + .flag-dropdown:hover {
    cursor: default; }
  .rc-phone-input input[disabled] + .flag-dropdown:hover .selected-flag {
    background-color: transparent; }
  .rc-phone-input .selected-flag {
    position: relative;
    width: 38px;
    height: 40px;
    padding: 0 0 0 8px;
    border-radius: 2px 0 0 2px; }
  .rc-phone-input .selected-flag .flag {
    position: absolute;
    top: 50%;
    margin-top: -5px; }
  .rc-phone-input .selected-flag .arrow {
    display: none; }
  .rc-phone-input .selected-flag .arrow.up {
    border-top: none;
    border-bottom: 4px solid #555; }
  .rc-phone-input .country-list {
    list-style: none;
    position: absolute;
    z-index: 20;
    padding: 0;
    margin: 0 0 0 -1px;
    background-color: white;
    border: 1px solid #dce4e7;
    width: 300px;
    max-height: 200px;
    overflow-y: scroll;
    border-radius: 0 0 2px 2px;
    top: 54px;
    left: 32px; }
  .rc-phone-input .country-list .flag {
    display: inline-block; }
  .rc-phone-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc; }
  .rc-phone-input .country-list .country {
    padding: 12px 12px;
    font-size: 14px; }
  .rc-phone-input .country-list .country .dial-code {
    color: #788388; }
  .rc-phone-input .country-list .country:hover {
    background-color: #f6f8f9; }
  .rc-phone-input .country-list .country.highlight {
    background-color: #dce4e7; }
  .rc-phone-input .country-list .flag {
    margin-right: 6px;
    margin-top: 2px; }
  .rc-phone-input .country-list .country-name {
    margin-right: 6px;
    color: black !important;
    opacity: 0.5; }

@media screen and (min-width: 1025px) {
  .rc-phone-input .country-list {
    list-style: none;
    position: absolute;
    z-index: 20;
    padding: 0;
    margin: 0 0 0 -1px;
    background-color: white;
    border: 1px solid #dce4e7;
    width: 300px;
    max-height: 200px;
    overflow-y: scroll;
    border-radius: 0 0 2px 2px;
    top: 55px;
    left: 24px; }
  .rc-phone-input .selected-flag .flag {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    transform: scale(1.2); }
  .rc-phone-input .flag-dropdown {
    position: absolute;
    left: -32px;
    top: -4px;
    padding: 0;
    border-radius: 2px 0 0 2px; } }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.bounceIn {
    animation-duration: .7s; }
  .animated.bounceOut {
    animation-duration: .5s; }
  .animated.bounceIn {
    animation-name: bounceIn; }
  .animated.bounceOut {
    animation-name: bounceOut; }
  .animated.fadeIn {
    animation-name: fadeIn;
    animation-duration: .7s; }
  .animated.fadeOut {
    animation-name: fadeOut;
    animation-duration: .3s; }
  .animated.bounceInDown {
    animation-name: bounceInDown; }
  .animated.bounceOutUp {
    animation-name: bounceOutUp; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: perspective(1px) scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: perspective(1px) scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: perspective(1px) scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: perspective(1px) scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: perspective(1px) scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: perspective(1px) scale3d(1, 1, 1); } }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.rrt-confirm-holder {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999; }
  .rrt-confirm-holder .shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(50, 58, 68, 0.8); }
  .rrt-confirm-holder .rrt-confirm {
    width: 320px;
    background-color: white;
    position: absolute;
    z-index: 9;
    top: 20%;
    left: 50%;
    margin-left: -160px;
    box-shadow: 3px 3px 20px #333;
    border-radius: 4px;
    overflow: hidden; }
    .rrt-confirm-holder .rrt-confirm .rrt-message {
      width: 100%;
      padding: 5%;
      min-height: 50px;
      font-size: 1em;
      background-color: white;
      text-align: center;
      font-family: 'open-sanscondensed-light', sans-serif;
      clear: both; }
    .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder {
      display: flex; }
      .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button {
        flex-grow: 1;
        height: 50px;
        text-transform: capitalize;
        border: none;
        background-color: transparent;
        padding: 0;
        margin: 0;
        float: left;
        border-top: 1px solid #f0f0f0;
        font-size: 14px;
        overflow: hidden;
        cursor: pointer; }
        .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:hover {
          background-color: #f5f5f5; }
        .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-ok-btn:active {
          background-color: #60bb71;
          color: white; }
        .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-cancel-btn:active {
          background-color: #db6a64;
          color: white; }
        .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:focus {
          outline: none; }

body.toastr-confirm-active {
  overflow: hidden; }

.redux-toastr *, .redux-toastr *:before, .redux-toastr *:after {
  box-sizing: border-box; }

.redux-toastr .top-left, .redux-toastr .top-right, .redux-toastr .top-center, .redux-toastr .bottom-left, .redux-toastr .bottom-right, .redux-toastr .bottom-center {
  width: 350px;
  position: fixed;
  z-index: 99999999;
  padding: 0 10px; }

.redux-toastr .top-left, .redux-toastr .top-right, .redux-toastr .top-center {
  top: 0; }

.redux-toastr .top-right, .redux-toastr .bottom-right {
  right: 0; }

.redux-toastr .bottom-left, .redux-toastr .bottom-right, .redux-toastr .bottom-center {
  bottom: 0; }

.redux-toastr .top-left, .redux-toastr .bottom-left {
  left: 0; }

.redux-toastr .top-center, .redux-toastr .bottom-center {
  left: 50%;
  margin-left: -175px; }

@media (max-width: 320px) {
  .redux-toastr .top-left, .redux-toastr .top-right, .redux-toastr .top-center, .redux-toastr .bottom-left, .redux-toastr .bottom-right, .redux-toastr .bottom-center {
    width: 320px; }
  .redux-toastr .top-center, .redux-toastr .bottom-center {
    margin-left: -160px; } }

.redux-toastr .toastr {
  background-color: #fcfcfc;
  width: 100%;
  min-height: 70px;
  overflow: hidden;
  margin: 10px 0;
  border-radius: 4px;
  position: relative;
  z-index: 2;
  color: #333;
  opacity: .94;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4); }
  .redux-toastr .toastr:hover:not(.rrt-message) {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    opacity: 1; }
  .redux-toastr .toastr .toastr-status {
    width: 100%;
    height: 5px; }
    .redux-toastr .toastr .toastr-status.success {
      background-color: #60bb71; }
    .redux-toastr .toastr .toastr-status.warning {
      background-color: #f7a336; }
    .redux-toastr .toastr .toastr-status.info {
      background-color: #58abc3; }
    .redux-toastr .toastr .toastr-status.error {
      background-color: #db6a64; }
  .redux-toastr .toastr .rrt-left-container, .redux-toastr .toastr .rrt-right-container {
    float: left;
    text-align: center;
    overflow: hidden; }
  .redux-toastr .toastr .rrt-left-container {
    width: 80px;
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0; }
    .redux-toastr .toastr .rrt-left-container .rrt-holder {
      width: 70px;
      height: 70px;
      position: absolute;
      top: 50%;
      margin-top: -35px;
      left: 5px;
      line-height: 60px; }
    .redux-toastr .toastr .rrt-left-container .toastr-icon {
      fill: white;
      vertical-align: middle;
      margin-top: 5px; }
  .redux-toastr .toastr .rrt-middle-container {
    width: 65%;
    margin-left: 80px;
    position: relative;
    float: left;
    font-family: Arial, Helvetica, sans-serif, sans-serif;
    font-size: 1em;
    text-align: left;
    padding: 10px 5px; }
    .redux-toastr .toastr .rrt-middle-container .rrt-title {
      font-size: 1.1em;
      font-weight: bold;
      margin-bottom: 5px; }
  .redux-toastr .toastr .rrt-right-container {
    width: 10%; }
  .redux-toastr .toastr .close-toastr {
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    font-size: 22px;
    border: none;
    outline: none;
    opacity: 0.5;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial sans-serif; }
    .redux-toastr .toastr .close-toastr:hover {
      opacity: 1; }
    .redux-toastr .toastr .close-toastr:focus {
      outline: none; }
  .redux-toastr .toastr.rrt-info, .redux-toastr .toastr.rrt-success, .redux-toastr .toastr.rrt-warning, .redux-toastr .toastr.rrt-error {
    color: white; }
  .redux-toastr .toastr.rrt-info {
    background-color: #58abc3; }
    .redux-toastr .toastr.rrt-info .rrt-progressbar {
      background-color: #378298; }
  .redux-toastr .toastr.rrt-success {
    background-color: #60bb71; }
    .redux-toastr .toastr.rrt-success .rrt-progressbar {
      background-color: #3e914d; }
  .redux-toastr .toastr.rrt-warning {
    background-color: #f7a336; }
    .redux-toastr .toastr.rrt-warning .rrt-progressbar {
      background-color: #d87e09; }
  .redux-toastr .toastr.rrt-error {
    background-color: #db6a64; }
    .redux-toastr .toastr.rrt-error .rrt-progressbar {
      background-color: #c5352e; }
  .redux-toastr .toastr.rrt-light .rrt-progressbar {
    background-color: #ccc; }
  .redux-toastr .toastr.rrt-light .toastr-icon {
    fill: #333 !important; }
  .redux-toastr .toastr.rrt-message {
    opacity: 1;
    border: 1px solid #dbdbdb; }
    .redux-toastr .toastr.rrt-message .rrt-title {
      width: 90%;
      height: 50px;
      text-align: center;
      overflow: hidden;
      font-size: 1.2em;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      line-height: 50px;
      padding: 0 20px; }
    .redux-toastr .toastr.rrt-message .rrt-text {
      width: 100%;
      max-height: 400px;
      overflow: hidden;
      overflow-y: auto;
      border-top: 1px solid #f1f1f1;
      border-bottom: 1px solid #f1f1f1;
      background-color: white;
      padding: 15px;
      font-size: 1.1em;
      margin-bottom: 20px; }
      .redux-toastr .toastr.rrt-message .rrt-text img {
        display: block;
        margin: 10px auto;
        max-width: 100%; }
    .redux-toastr .toastr.rrt-message .close-toastr {
      height: 50px; }
  .redux-toastr .toastr .rrt-progress-container {
    height: 5px;
    margin: 0 -20px -20px -60px;
    position: absolute;
    bottom: 20px;
    width: 100%; }
    .redux-toastr .toastr .rrt-progress-container .rrt-progressbar {
      -webkit-border-radius: 0 0 0 4px;
      -moz-border-radius: 0 0 0 4px;
      border-radius: 0 0 0 4px;
      height: 100%; }

.redux-toastr .toastr-attention {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1; }

