body.notloggedin .mainnav {
  padding-right: 170px;
}
@media only screen and (max-width: 767px) {
  body.notloggedin .mainnav {
    padding-right: 0;
  }
}

.mainnav {
  --bs-navbar-nav-link-padding-x: 0.7rem;
  z-index: 1000;
  position: absolute;
  top: 0;
  width: 100%;
  justify-content: end;
  background-color: white;
}
@media only screen and (max-width: 780px) {
  .mainnav {
    padding-right: inherit;
  }
}
.mainnav .nav-item {
  text-align: right;
}
.mainnav .nav-link {
  color: var(--Neutral10);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.mainnav .navbar-brand img {
  height: 42px;
}
@media only screen and (max-width: 540px) {
  .mainnav .navbar-brand img {
    height: 28px;
  }
}
.mainnav .navbar-toggler {
  background-color: var(--Neutral10);
  color: white;
  text-align: center;
  vertical-align: baseline;
  font-style: normal;
  font-weight: 700;
  flex-shrink: 0;
  padding: 0 5px 0 5px;
  width: 88px;
  height: 42px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 6px;
}
@media only screen and (max-width: 540px) {
  .mainnav .navbar-toggler {
    width: 55px;
    height: 27px;
    font-size: 12px;
    line-height: 22px;
  }
}
.mainnav .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.mainnav .navBtn {
  border: 1px solid, var(--Neutral10);
  border-radius: 8px;
  background-color: var(--Neutral10);
  color: white;
  width: 160px;
  height: 42px;
  margin-left: 0.5rem;
  position: fixed;
  right: 16px;
}

@media only screen and (max-width: 767px) {
  .navbar-collapse .navbar-nav {
    background-color: white;
    margin-left: auto;
    width: 200px;
    padding: 10px;
    border-radius: 8px;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  }
  .navbar-collapse .navbar-nav .dropdown-menu {
    border: 0;
    text-align: right;
    margin-right: 10px;
  }
}
:root {
  --bs-body-font-family: "Manrope", sans-serif;
  --Neutral0: #FFF;
  --Neutral1: #EDEDF0;
  --Neutral2: #DBDBE2;
  --Neutral4: #B6B6C5;
  --Neutral6: #858594;
  --Neutral9: #28282D;
  --Neutral10: #09090B;
  --Neutral7: #666672;
  --neutral-05: #F6F6F8;
  --Primary-4: #8560FD;
  --Primary5: #6638FC;
  --Positive-5: #15C77C;
  --FontFamily: "Manrope", sans-serif;
  --gradient-primary-4: linear-gradient(100deg,rgba(112,160,255,1),rgba(133,59,255,1));
  --gradient-primary4-03: linear-gradient(100deg,rgba(112,160,255,0.3),rgba(133,59,255,0.3));
  --gradient-primary4-012: linear-gradient(100deg,rgba(112,160,255,0.12),rgba(133,59,255,0.12));
  --gradient-primary-5: linear-gradient(100deg, #4984F6 0%, #6202FF 100%);
}

.subs-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.subs-wrap .pcard-wrapper {
  flex-grow: 1;
  min-height: 400px;
  min-width: 200px;
  position: relative;
}
.subs-wrap .price-wrap {
  max-width: 220px;
  border-radius: 15px;
  border: 1px solid var(--Gradient-Primary4, #70A0FF);
  padding: 20px;
  margin-bottom: 20px;
}
.subs-wrap input[type=checkbox] {
  margin-left: 20px;
  margin-right: 15px;
  width: 21px;
  height: 21px;
}
.subs-wrap .p-right {
  display: flex;
  flex-direction: column;
  min-width: 240px;
  max-width: 250px;
  width: 250px;
  padding-left: 25px;
}
.subs-wrap .price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  color: var(--Neutral9, #28282D);
  /* Body Large */
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.subs-wrap .p-total {
  color: var(--Neutral10, #09090B);
  /* Headline Small */
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 170% */
  border-top: 2px solid #EDEDF0;
  padding-top: 20px;
  margin-top: 20px;
}
.subs-wrap h3 {
  color: var(--Neutral10, #09090B);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.subs-wrap .pay-error {
  color: red;
  visibility: hidden;
  display: none;
  font-size: 14px;
  margin-bottom: 15px;
}
.subs-wrap .pay-error.show {
  visibility: visible;
  display: block;
}
.subs-wrap .l-loading {
  display: none;
  visibility: hidden;
}
.subs-wrap .l-loading .err-icon {
  width: 30px;
  height: 30px;
  visibility: hidden;
  display: none;
  margin-right: 10px;
}
.subs-wrap .l-loading #loading-err-msg {
  visibility: hidden;
  display: none;
}
.subs-wrap .l-loading .spinner-border {
  visibility: hidden;
  display: none;
}
.subs-wrap .l-loading #loadMsg {
  visibility: hidden;
  display: none;
}
.subs-wrap .l-loading.show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  z-index: 1000;
  justify-content: center;
  background-color: white;
  opacity: 0.8;
  align-items: center;
  visibility: visible;
}
.subs-wrap .l-loading.show .spinner-border {
  margin-right: 10px;
}
.subs-wrap .l-loading.loading .spinner-border {
  visibility: visible;
  display: block;
}
.subs-wrap .l-loading.loading #loadMsg {
  visibility: visible;
  display: block;
}
.subs-wrap .l-loading.error {
  color: red;
}
.subs-wrap .l-loading.error .err-icon {
  visibility: visible;
  display: block;
}
.subs-wrap .l-loading.error #loading-err-msg {
  visibility: visible;
  display: block;
  color: red;
}
.subs-wrap .fieldErr {
  color: red;
  margin-top: 2px;
  margin-left: 15px;
  visibility: hidden;
  display: none;
}
.subs-wrap .fieldErr ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.subs-wrap .fieldErr.validation-summary-errors,
.subs-wrap .fieldErr.show {
  visibility: visible;
  display: block;
}
.subs-wrap input.form-control {
  border-radius: 12px;
}
.subs-wrap .input-group.code-input-group.hide-btn input.form-control {
  border-radius: 12px;
  font-size: 14px;
}
.subs-wrap .input-group.code-input-group.hide-btn button {
  visibility: hidden;
  display: none;
  margin: -4px;
}
.subs-wrap span.field-validation-error {
  display: none;
  visibility: hidden;
}
.subs-wrap .form-group:has(.input-validation-error) > .input-group {
  border: 1px solid red;
  border-radius: 12px;
}
.subs-wrap .form-group:has(.input-validation-error) > .input-group input {
  border: none;
  border-radius: 12px;
}
.subs-wrap .form-group:has(.input-validation-error) > span.field-validation-error {
  font-size: 14px;
  visibility: visible;
  display: inline;
}
.subs-wrap .code-input-group input {
  line-height: 25px;
  font-weight: 500;
  font-size: 14px;
}
.subs-wrap .code-input-group .l-btn-primary {
  line-height: 25px;
  height: auto;
  border-radius: 12px;
}

@media only screen and (max-width: 770px) {
  .subs-wrap {
    flex-wrap: wrap;
  }
  .subs-wrap .p-right {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .subs-wrap .stripe-btn {
    margin-bottom: 20px;
  }
  .subs-wrap .pcard-wrapper {
    min-height: 300px;
    min-width: 200px;
    margin-bottom: 20px;
  }
  .subs-wrap .pcard-wrapper.loading {
    min-height: 200px;
    background-color: aqua;
    min-width: 200px;
  }
  .subs-wrap iframe {
    height: 200px;
  }
  .subs-wrap .price-wrap {
    max-width: 100%;
  }
}
:root {
  --account-lm-height: 58px;
}

body {
  padding: 0;
  margin: 0;
}

.a-header {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 140px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 91px;
  border-bottom: solid 1px var(--Neutral1, #EDEDF0);
  background-color: white;
  margin: 0 0 0 140px;
  z-index: 10;
  padding: 0 50px 0 41px;
}

.a-left-panel {
  box-sizing: border-box;
  display: flex;
  position: fixed;
  width: 140px;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  background-color: white;
  border-right: solid 1px var(--Neutral1, #EDEDF0);
}

.a-main-wrapper {
  margin: 91px 0 0 140px;
  padding: 45px;
}

.a-noheader-wrapper {
  margin: 0 0 0 140px;
  padding: 50px 10px 50px 10px;
}

.modal-content {
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 25px;
}
.modal-content .btn-close {
  position: absolute;
  right: 17px;
  top: 17px;
}
.modal-content .btn-back {
  position: absolute;
  left: 17px;
  top: 17px;
}

.wait-modal {
  padding: 60px;
}
.wait-modal .spiner-border {
  width: 58px;
  height: 58px;
}
.wait-modal h3 {
  margin-top: 40px;
  color: var(--Neutral10, #09090B);
  text-align: center;
  font-family: Manrope;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 161.538% */
}
.wait-modal p {
  margin-top: 10px;
  color: var(--Neutral7, #666672);
  text-align: center;
  /* Headline Extra Small */
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
}

@media only screen and (max-width: 540px) {
  .a-header {
    height: var(--account-lm-height);
    margin-left: 0;
    padding: 7px 16px;
    width: 100%;
  }
  .a-left-panel {
    top: unset;
    bottom: 0;
    height: 58px;
    width: 100%;
    border-right: none;
    box-shadow: 0px -1px 10px 0px rgba(10, 6, 27, 0.18);
  }
  .a-main-wrapper {
    margin-left: 0;
    margin-top: var(--account-lm-height);
    margin-bottom: 60px;
    width: 100%;
    padding: 5px 15px;
  }
  .a-noheader-wrapper {
    margin: 0 0 60px 0px;
    padding: 10px 10px 10px 10px;
  }
  .modal-content {
    padding: 16px;
    border-radius: 15px;
  }
  .modal-content .btn-close {
    position: absolute;
    right: 17px;
    top: 17px;
  }
  .wait-modal {
    padding: 60px;
  }
  .wait-modal h3 {
    color: var(--Neutral10, #09090B);
    text-align: center;
    /* Headline Medium */
    font-family: Manrope;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 154.545% */
  }
  .wait-modal p {
    color: var(--Neutral7, #666672);
    text-align: center;
    /* Body Large */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }
}
/*Frame around platform account section. Use in Profile and CodeCheck pages*/
.plt-frame {
  background: linear-gradient(white, white) padding-box, var(--gradient-primary4-03) border-box;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 28px 30px;
}

.plt-logo {
  background: var(--gradient-primary4-03);
  flex-grow: 0;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 16px;
}
.plt-logo img {
  margin: auto;
}

input.form-control {
  border-radius: 7px;
}
input.form-control:focus {
  box-shadow: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea.form-control {
  border-radius: 7px;
}
textarea.form-control:focus {
  box-shadow: none;
}

select.form-select {
  border-radius: 7px;
}
select.form-select:focus {
  box-shadow: none;
}

.d-table-head {
  display: table-header-group !important;
}

@media (min-width: 768px) {
  .d-table-dmd-head {
    display: table-header-group !important;
  }
}

.btn-back {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E %3Cpath d='M12.0371 0.355131C11.5587 -0.118377 10.783 -0.118377 10.3046 0.355131L4.3172 6.28679C3.36115 7.23398 3.36152 8.76873 4.31793 9.71543L10.309 15.6448C10.7874 16.1184 11.5632 16.1184 12.0416 15.6448C12.52 15.1713 12.52 14.4036 12.0416 13.9301L6.91387 8.85518C6.43535 8.38171 6.43548 7.61397 6.91387 7.1405L12.0371 2.06983C12.5156 1.59633 12.5156 0.828627 12.0371 0.355131Z' fill='%2309090B'/%3E %3C/svg%3E") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.display-large {
  color: var(--Neutral10);
  /* Display Small */
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 147.059% */
}

.display-medium {
  color: var(--Neutral10);
  /* Display Medium */
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 140% */
}

.display-small {
  color: var(--Neutral10);
  /* Display Small */
  font-family: Manrope;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 147.059% */
}

.display-esmall {
  color: var(--Neutral10);
  /* Display Extra Small */
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 133.333% */
}

.head-large {
  color: var(--Neutral10);
  /* Headline Large */
  font-family: Manrope;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 161.538% */
}

.head-medium {
  color: var(--Neutral10);
  /* Headline Medium */
  font-family: Manrope;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 154.545% */
}

.head-small {
  color: var(--Neutral10);
  /* Headline Small */
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 170% */
}

.head-esmall {
  color: var(--Neutral10);
  /* Headline Extra Small */
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
}

.body-large {
  color: var(--Neutral10);
  font-family: Manrope;
  /* Body Large */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.body-medium {
  color: var(--Neutral10);
  font-family: Manrope;
  /* Body Medium */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.body-small {
  color: var(--Neutral10);
  /* Body Small */
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 183.333% */
}

.body-esmall {
  color: var(--Neutral10);
  /* Body Extra Small */
  font-family: Manrope;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 181.818% */
}

.color-n6 {
  color: var(--Neutral6);
}

.color-n7 {
  color: var(--Neutral7);
}

.animate-up {
  transition-duration: 0.1s;
}
.animate-up:hover {
  transform: translateY(-2px);
}

.a-body {
  display: flex;
  flex-direction: row !important;
  min-height: 100vh;
  height: 100vh;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 540px) {
  .a-body {
    flex-direction: column !important;
    min-height: 100vh;
    height: 100vh;
  }
}
.burger {
  padding: 0.25rem 0.75rem;
  background-color: transparent;
  font-size: 1.25em;
  line-height: 1;
  color: rgba(0, 0, 0, 0.65);
  border: none;
  border-radius: 0.375em;
  cursor: pointer;
}
.burger .burger-icon {
  display: inline-block;
  width: 37px;
  height: 24px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 30'%3E%3Cpath stroke='%2328282D' stroke-linecap='round' stroke-miterlimit='10' stroke-width='5' d='M3 3H40 M3 15H40 M3 27H40'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 540px) {
  .burger .burger-icon {
    width: 18px;
    height: 12px;
  }
}

.account-container {
  padding-top: 70px;
  min-height: 100vh;
}
.account-container .navbar-nav {
  width: 100%;
}

.a-container {
  max-width: 674px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.a-container-left {
  max-width: 674px;
  width: 100%;
  margin-right: auto;
}

.account-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  color: var(--Neutral9, #28282D);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 40px;
}
.account-wrapper .text-gray {
  color: var(--Neutral-6, #858594);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.account-wrapper h2 {
  color: var(--Neutral10, #09090B);
  text-align: center;
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 140% */
}

.page-modal {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
  width: 460px;
  padding: 40px;
  border-radius: 30px;
}

.lk-content {
  padding: 50px;
  color: var(--Neutral9, #28282D);
  /* Headline Extra Small */
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
  max-width: 800px;
}
.lk-content h2 {
  color: var(--Neutral10, #09090B);
  font-family: Manrope;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 133.333% */
  margin-bottom: 25px;
}

.a-register .shield {
  background: var(--gradient-primary4-012);
  padding: 10px;
  border-radius: 12px;
}
.step-display {
  margin-bottom: 40px;
}
.step-display h6 {
  color: var(--Neutral10);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 9px;
}
.step-display .progress {
  height: 4px;
}
.step-display img {
  width: 74px;
  height: 28px;
  display: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
}

#chEmailModal .form-control {
  height: 50px;
  border-radius: 7px;
}

#chEmailModal .form-control:focus, #chEmailModal .form-control:focus-visible {
  outline: none;
  box-shadow: none;
}

.form-error {
  visibility: hidden;
  display: none;
  color: red;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 150% */
}

.form-error.validation-summary-errors {
  display: block;
  visibility: visible;
}

@media only screen and (max-width: 540px) {
  .step-display {
    margin-bottom: 32px;
  }
  .step-display img {
    display: block;
  }
  .account-wrapper {
    padding: 15px;
    margin-bottom: 100px;
    overflow-y: scroll;
  }
  .page-modal {
    width: 100%;
    border: none;
    padding: 20px;
    border-radius: 30px;
  }
}
.a-header h1 {
  color: var(--Neutral10);
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 147.059% */
  margin: 0;
}
.a-header .dropdown-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: var(--Neutral10);
}
.a-header .dropdown-toggle .avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  text-align: center;
}
.a-header .dropdown-toggle img {
  width: 50px;
  height: 50px;
}
.a-header .dropdown-toggle .user-name {
  color: var(--Primary5);
  font-size: 16px;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-left: 19px;
  margin-right: 6px;
}

@media only screen and (max-width: 540px) {
  .a-header h1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 170% */
  }
  .a-header .dropdown-toggle .avatar {
    width: 34px;
    height: 34px;
  }
  .a-header .dropdown-toggle img {
    width: 31px;
    height: 31px;
  }
  .a-header .dropdown-toggle .user-name {
    visibility: hidden;
    display: none;
  }
}
.a-left-panel {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.a-left-panel .logo img {
  height: 37px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.a-left-panel .lp-menu {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}
.a-left-panel .lp-menu .menu-btn:not(:last-child) {
  margin-bottom: 44px;
}
.a-left-panel .lp-nav {
  margin: 0;
}
.a-left-panel .menu-btn {
  display: flex;
  flex-direction: column;
  color: var(--Neutral-6, #858594);
  text-align: center;
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  position: relative;
}
.a-left-panel .menu-btn.disabled .img-menu-lock {
  width: 9px;
  height: 11px;
  flex-shrink: 0;
  position: absolute;
  left: 50%;
  margin-left: 18px;
  display: block;
  visibility: visible;
}
.a-left-panel .menu-btn.disabled a {
  pointer-events: none;
}
.a-left-panel .menu-btn a {
  color: var(--Neutral-6);
}
.a-left-panel .menu-btn a:hover {
  color: var(--Primary-4);
}
.a-left-panel .menu-btn a.disabled {
  pointer-events: none;
}
.a-left-panel .menu-btn i {
  margin-bottom: 13px;
}
.a-left-panel .menu-btn i:before {
  color: var(--Neutral-6);
  font-size: 35px;
}
.a-left-panel .menu-btn .img-menu-lock {
  display: none;
  visibility: hidden;
}
.a-left-panel .menu-btn.active {
  color: var(--Primary-4);
}

@media only screen and (max-width: 540px) {
  .a-left-panel {
    flex-direction: row;
  }
  .a-left-panel .lp-menu {
    flex-direction: row;
    flex-grow: 1;
    justify-content: center;
  }
  .a-left-panel .lp-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
  }
  .a-left-panel .logo {
    visibility: hidden;
    display: none !important;
  }
  .a-left-panel .menu-btn {
    margin-bottom: 0;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
  .a-left-panel .menu-btn i {
    margin-bottom: 3px;
  }
  .a-left-panel .menu-btn i:before {
    font-size: 20px;
  }
  .a-left-panel .menu-btn.disabled .img-menu-lock {
    width: 7px;
    height: 9px;
    margin-left: 15px;
  }
  .a-left-panel .lp-menu .menu-btn:not(:last-child) {
    margin-bottom: 0px;
  }
}
.modal-content h3 {
  color: var(--Neutral10, #09090B);
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 147.059% */
  margin: 0 0 25px 0;
}
.modal-content p {
  color: var(--Neutral9, #28282D);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.modal-dialog:has(.new-claim-modal) {
  max-width: 582px;
}

.modal-dialog:has(.a-mod-lmd-fulls) {
  max-width: 579px;
}

@media only screen and (max-width: 768px) {
  .modal-content h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 154.545% */
    margin: 0 0 25px 0;
  }
  .a-mod-lmd-fulls {
    border-radius: 0;
    min-height: 100%;
    height: auto;
    padding: 16px;
  }
  .modal-dialog:has(.a-mod-lmd-fulls) {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.email-confirm p {
  color: var(--Neutral7, #666672);
  text-align: center;
  /* Body Large */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.email-confirm h2 {
  color: var(--Neutral10, #09090B);
  text-align: center;
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 140% */
  margin-bottom: 30px;
}
.email-confirm .link-btn {
  color: var(--Neutral7, #666672);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

@media only screen and (max-width: 540px) {
  .email-confirm h2 {
    color: var(--Neutral10, #09090B);
    text-align: center;
    /* Display Extra Small */
    font-family: Manrope;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px; /* 133.333% */
    margin-bottom: 24px;
  }
}
.list-table {
  display: table;
  width: 100%;
  box-sizing: border-box;
  empty-cells: show;
  color: var(--Neutral9);
  table-layout: fixed;
}
.list-table .accordion-button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.list-table .accordion-button:active {
  box-shadow: none;
}
.list-table .number-btn {
  border: none;
  background: none;
  box-shadow: none;
}
.list-table thead th {
  color: var(--Neutral10, #09090B);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.list-table .table-td {
  display: table-cell;
  padding: 23px 10px;
}
.list-table .table-body {
  display: table-row-group;
}
.list-table .table-row {
  display: table-row;
}
.list-table .table-row:not(:first-child) {
  border-top: 1px solid var(--Neutral1);
}
.list-table .status-badge {
  color: var(--Neutral10);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 183.333% */
  white-space: nowrap;
  padding: 6px;
  border-radius: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-table .table-colapse {
  padding: 0;
}
.list-table .detail-wrap {
  background-color: rgb(246, 246, 248);
  padding: 30px;
  border-radius: 15px;
  margin-left: 10px;
  box-shadow: none;
  margin-bottom: 23px;
  opacity: 0.8;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  overflow: hidden;
}
.list-table .detail-info {
  padding-right: 30px;
  min-width: 350px;
}
.list-table .detail-row {
  padding: 8px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  color: var(--Neutral10);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.list-table .detail-row .head {
  min-width: 144px;
}
.list-table .acc-info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.list-table .acc-info .up-logo {
  content: "";
  background: var(--gradient-primary4-03);
  flex-grow: 0;
  width: 37px;
  height: 37px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 16px;
}
.list-table .acc-info .up-logo img {
  margin: auto;
}
.list-table .acc-info .l-btn-primary {
  height: 27px;
  width: 100%;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.list-table .host-link {
  color: var(--Neutral8, #47474F);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 183.333% */
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid rgb(71, 71, 79);
  height: 27px;
  display: block;
  text-align: center;
  padding: 0 10px;
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-table .cl-action-btn {
  height: 27px;
  min-width: 68px;
  color: var(--Neutral8, #47474F);
  text-align: center;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 183.333% */
  border: 1px solid #47474F;
  background-color: transparent;
  outline: 0;
  box-shadow: 0;
  border-radius: 5px;
}
.list-table .cl-action-btn:not(:last-child) {
  margin-right: 20px;
}
.list-table .detail-history {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
}
.list-table .ch-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100% !important;
}
.list-table .ch-date {
  margin-right: 5px;
  flex-shrink: 0;
}
.list-table .ch-text {
  flex-shrink: 1;
  flex-grow: 1;
  min-width: 0;
  flex-basis: 50%;
}
.list-table .link-btn {
  color: var(--Primary5, #6638FC);
  /* Body Medium */
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}
.list-table .small {
  visibility: hidden;
  display: none;
}
.list-table .col-btn {
  width: 20px;
}
.list-table .btn-head {
  width: 40px;
}

@media only screen and (max-width: 900px) {
  .list-table .detail-history {
    visibility: hidden;
  }
  .list-table .small {
    visibility: visible;
    display: block;
  }
}
@media only screen and (max-width: 740px) {
  .list-table .head {
    visibility: hidden;
    display: none;
  }
  .list-table .detail-info {
    padding-right: 0;
    min-width: 100%;
    width: 100%;
  }
  .list-table .cl-action-btn {
    flex-grow: 1;
  }
  .list-table thead {
    visibility: hidden;
    display: none;
  }
  .list-table .table-body {
    display: flex;
    flex-direction: column;
  }
  .list-table .table-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 16px 0;
    align-items: center;
  }
  .list-table .table-td {
    display: unset;
    padding: 0;
  }
  .list-table .t-number {
    order: 1;
    width: 40%;
    flex-shrink: 1;
    flex-grow: 1;
    padding: 0;
    margin-left: 0;
  }
  .list-table .number-btn {
    margin-left: 0;
    padding-left: 0;
  }
  .list-table .t-status {
    order: 2;
    width: calc(60% - 20px) !important;
    max-width: calc(60% - 20px) !important;
    flex-shrink: 1;
    flex-grow: 1;
    text-align: right;
    padding-right: 10px;
  }
  .list-table .t-type {
    order: 5;
    width: 100%;
  }
  .list-table .t-date {
    order: 4;
  }
  .list-table .table-row .table-td:not(:last-child) {
    margin-bottom: 5px;
  }
  .list-table .col-btn {
    order: 3;
    width: 20px;
    margin: auto;
    padding: 0;
  }
  .list-table #noDataMessage td {
    text-align: center;
  }
  .list-table .h-small {
    visibility: hidden;
    display: none;
  }
}
.claims-table {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  empty-cells: show;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  color: var(--Neutral9);
  table-layout: fixed;
}
.claims-table thead th {
  color: var(--Neutral10, #09090B);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.claims-table .table-body {
  display: table-row-group;
}
.claims-table .table-row {
  display: table-row;
}
.claims-table .table-row:not(:first-child) {
  border-top: 1px solid var(--Neutral1);
}
.claims-table .table-td {
  display: table-cell;
  padding: 23px 10px;
}
.claims-table .status-badge {
  color: var(--Neutral10);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 183.333% */
  white-space: nowrap;
  padding: 6px;
  border-radius: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.claims-table .table-colapse {
  padding: 0;
}
.claims-table .detail-wrap {
  background-color: rgb(246, 246, 248);
  padding: 30px;
  border-radius: 15px;
  margin-left: 10px;
  box-shadow: none;
  margin-bottom: 23px;
  opacity: 0.8;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
}
.claims-table .detail-info {
  padding-right: 20px;
  min-width: 450px;
}
.claims-table .detail-history {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
}
.claims-table .ch-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.claims-table .ch-date {
  margin-right: 5px;
  flex-shrink: 0;
}
.claims-table .ch-text {
  flex-shrink: 1;
  flex-grow: 1;
  min-width: 0;
  flex-basis: 50%;
}
.claims-table dt {
  color: var(--Neutral10, #09090B);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  margin-top: auto;
  margin-bottom: auto;
}
.claims-table dd {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: auto;
  margin-bottom: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.claims-table .accordion-button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.claims-table .accordion-button:active {
  box-shadow: none;
}
.claims-table .cl-action-btn {
  height: 27px;
  min-width: 68px;
  color: var(--Neutral8, #47474F);
  text-align: center;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 183.333% */
  border: 1px solid rgb(71, 71, 79);
  background-color: transparent;
  outline: 0;
  box-shadow: 0;
  border-radius: 5px;
}
.claims-table .cl-action-btn:not(:last-child) {
  margin-right: 20px;
}
.claims-table .host-link {
  color: var(--Neutral8, #47474F);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 183.333% */
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid rgb(71, 71, 79);
  height: 27px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.cl-hist-content {
  width: 100%;
  max-height: 70vh;
  overflow-x: hidden;
  overflow-y: scroll;
  color: var(--Neutral9, #28282D);
  /* Body Medium */
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  scrollbar-width: thin;
}

.new-claim-btn {
  width: 140px;
  height: 40px;
  border-radius: 8px;
  background: var(--Gradient-Primary5, linear-gradient(100deg, #4984F6 0%, #6202FF 100%));
  color: var(--Neutral0, #FFF);
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  border: none;
  position: fixed;
  top: 25px;
  left: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 15;
}
.new-claim-btn img {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

.new-claim-modal h4 {
  color: var(--Neutral10, #09090B);
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 147.059% */
  margin: 0 0 50px 0;
}
.new-claim-modal form-text {
  color: var(--Neutral-6, #858594);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin: 0;
}
.new-claim-modal label {
  margin: 0;
}
.new-claim-modal .ncBtnWraper {
  display: flex;
  flex-direction: row;
}
.new-claim-modal .ncBtnWraper .ncSelectBtn {
  position: relative;
  border-radius: 25px;
  padding: 30px 10px;
  flex-grow: 1;
  border: 1px solid #cac2ff;
  transition: all ease-out 2.2s;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: calc(50% - 15px);
  cursor: pointer;
  transition: all ease-out 0.2s;
}
.new-claim-modal .ncBtnWraper .ncSelectBtn::before {
  opacity: 0;
  background: var(--gradient-primary-4);
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  transition: all ease-out 0.2s;
  border-radius: inherit;
  border: 1px solid transparent;
}
.new-claim-modal .ncBtnWraper .ncSelectBtn:hover::before {
  opacity: 0.12;
  transition: all ease-out 0.2s;
}
.new-claim-modal .ncBtnWraper .ncSelectBtn img {
  width: 46px;
  height: 46px;
  transition: all ease-out 0.2s;
  margin-bottom: 20px;
  transition: all ease-out 0.2s;
}
.new-claim-modal .ncBtnWraper .ncSelectBtn:hover img {
  transform: scale(1.04);
  transition: all ease-out 0.2s;
}
.new-claim-modal .ncBtnWraper .ncSelectBtn h5 {
  color: var(--Neutral10, #09090B);
  text-align: center;
  /* Headline Small */
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 170% */
  margin-bottom: 10px;
}
.new-claim-modal .ncBtnWraper .ncSelectBtn p {
  color: var(--Neutral-6, #858594);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.new-claim-modal textarea {
  height: 150px;
}
.new-claim-modal .form-check {
  width: 25px;
  height: 25px;
  margin: 0 15px 0 0;
}
.new-claim-modal .ncBtnWraper .ncSelectBtn:not(:last-child) {
  margin-right: 30px;
}
.new-claim-modal p {
  /* Body Medium */
}
.new-claim-modal p a {
  text-decoration: none;
  color: var(--Primary5, #6638FC);
}
.new-claim-modal p .bold-accent {
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .claims-table {
    color: var(--Neutral10, #09090B);
    font-weight: 400;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  .claims-table thead {
    visibility: hidden;
    display: none;
  }
  .claims-table .table-body {
    display: flex;
    flex-direction: column;
  }
  .claims-table .table-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 16px 0;
  }
  .claims-table .table-td {
    display: unset;
    padding: 0;
  }
  .claims-table .t-number {
    order: 1;
    width: 40%;
    flex-shrink: 1;
    flex-grow: 1;
  }
  .claims-table .t-status {
    order: 2;
    width: calc(60% - 20px) !important;
    max-width: calc(60% - 20px) !important;
    flex-shrink: 1;
    flex-grow: 1;
    text-align: right;
  }
  .claims-table .col-btn {
    order: 3;
    width: 20px;
    margin: auto;
    padding: 0;
  }
  .claims-table .expand-btn {
    margin: auto;
    order: 3;
  }
  .claims-table .t-type {
    order: 5;
    width: 100%;
  }
  .claims-table .t-date {
    order: 4;
  }
  .claims-table .table-row .table-td:not(:last-child) {
    margin-bottom: 5px;
  }
  .claims-table .accordion-button {
    width: 10px;
    height: 10px;
    margin: auto;
    padding: 0;
  }
  .claims-table .accordion-button:after {
    width: 10px;
    height: 10px;
    background-size: 10px;
  }
  .claims-table .detail-wrap {
    padding: 16px;
    margin-bottom: 16px;
    margin-left: 0;
    color: var(--Neutral10, #09090B);
    /* Body Medium */
  }
  .claims-table .detail-history {
    display: none;
    visibility: hidden;
  }
  .claims-table .detail-info {
    min-width: unset;
    width: 100%;
  }
  .claims-table dt {
    color: var(--Neutral10, #09090B);
    /* Body Medium */
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  .claims-table .d-btn {
    height: 27px;
    color: var(--Neutral8, #47474F);
    text-align: center;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 183.333% */
    text-align: center;
  }
  .claims-table .full-link a {
    height: 27px;
    color: var(--Neutral8, #47474F);
    text-align: center;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 183.333% */
    text-decoration: none;
    border: 1px solid #666672;
    border-radius: 7px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    opacity: 1;
  }
  .claims-table .full-link dt {
    display: none;
    visibility: hidden;
  }
  .claims-table .full-link dd {
    width: 100%;
  }
  .claims-table .full-link a::before {
    content: attr(data-site);
  }
  .claims-table .mask-img {
    width: 100%;
    height: 78px;
  }
  .claims-table .mask-img img {
    object-fit: scale-down;
    max-width: 200%;
    max-height: 140px;
  }
  .new-claim-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: var(--Neutral0, #FFF);
    text-align: center;
    position: fixed;
    top: unset;
    left: unset;
    bottom: calc(var(--account-lm-height) + 25px);
    right: 25px;
  }
  .new-claim-btn span {
    display: none;
    visibility: hidden;
  }
  .new-claim-btn img {
    width: 21px;
    height: 21px;
    margin: 0;
  }
  .new-claim-modal h4 {
    /* Headline Medium */
    font-family: Manrope;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 154.545% */
    margin: 0 0 24px 0;
  }
  .new-claim-modal .ncBtnWraper {
    flex-direction: column;
    align-items: start;
  }
  .new-claim-modal .ncBtnWraper .ncSelectBtn:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .new-claim-modal .ncBtnWraper .ncSelectBtn {
    border-radius: 20px;
    padding: 20px;
    flex-grow: 1;
    align-items: start;
    margin: 0;
    flex-direction: row;
    text-align: center;
    width: 100%;
    cursor: pointer;
    min-height: 125px !important;
  }
  .new-claim-modal .ncBtnWraper .ncSelectBtn img {
    width: 28px;
    height: 28px;
    margin-bottom: 0;
    margin-right: 20px;
    margin-top: 4px;
  }
  .new-claim-modal .ncBtnWraper .ncSelectBtn h5 {
    margin-bottom: 8px;
    text-align: left;
  }
  .new-claim-modal .ncBtnWraper .ncSelectBtn p {
    text-align: left;
    margin-bottom: 0;
  }
}
.mon-detail-info {
  padding-right: 0px;
  width: 100%;
}
.mon-detail-info .l-btn-primary {
  height: 27px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 183.333% */
  border-radius: 5px;
  width: 150px;
}
.mon-detail-info .cl-action-btn {
  width: 150px;
}
.mon-detail-info button {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mon-detail-info button:not(:last-child) {
  margin-right: 20px;
}
.mon-detail-info .host-link {
  max-width: 345px;
}

@media only screen and (max-width: 740px) {
  .mon-detail-info .detail-row {
    flex-wrap: wrap;
  }
  .mon-detail-info .cl-action-btn {
    width: 40%;
  }
  .mon-detail-info .host-link {
    max-width: 100%;
    width: 100%;
  }
  .mon-detail-info .l-btn-primary {
    min-width: 100%;
    width: 100% !important;
    flex-grow: 1;
    margin-bottom: 16px;
  }
}
.l-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  line-height: 34px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.l-btn-primary2 {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  background: var(--gradient-primary-5);
  border: none;
  height: 50px;
}

.l-btn-primary {
  border: none;
  background-image: linear-gradient(100deg, #4984F6 0%, #6202FF 100%);
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  border-radius: 8px;
  padding: 0 15px;
  height: 50px;
  cursor: pointer;
  transition: all 0.5s;
}

.l-btn-primary:hover {
  background-image: linear-gradient(100deg, #70A0FF 0%, #853BFF 100%);
  color: #FFF;
}

.l-btn-primary2:hover {
  background: var(--gradient-primary-4);
}

.l-btn-gray {
  background: var(--Neutral1, #EDEDF0);
}

.l-btn-white {
  border: 1px solid var(--Primary5);
  color: var(--Primary5);
  background-color: var(--Neutral0);
  min-width: 142px;
  transition-duration: 0.2s;
  transition-property: color;
}

.l-btn-white:hover {
  color: var(--Primary-4, #8560FD);
}

.imp-btn {
  position: fixed;
  bottom: 30px;
  right: 20px;
  border: none;
  background-image: linear-gradient(100deg, #4984F6 0%, #6202FF 100%);
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  border-radius: 8px;
  padding: 0 15px;
  height: 50px;
  cursor: pointer;
  transition: all 0.5s;
}

footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: var(--Neutral10);
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  border-top: solid 1px rgba(164, 164, 182, 0.05);
  justify-content: space-between;
  margin-top: auto;
}
footer .footer-col {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100px;
}
footer .left-col .footer-logo {
  height: 33px;
  width: auto;
  align-self: flex-start;
  margin-bottom: 20px;
}
footer .left-col p {
  max-width: 192px;
  margin-left: auto;
}
footer .right-col .l-btn {
  border: 1px solid #ACACAC;
  max-width: 180px;
  min-width: 170px;
  font-size: 16px;
  line-height: 24px;
  height: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  footer .right-col {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 55px;
    text-align: right;
  }
  footer .right-col p {
    flex-grow: 1;
    padding-right: 10px;
    margin-top: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 540px) {
  footer .right-col {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
  }
  footer .right-col .l-btn {
    width: 100%;
    max-width: unset;
    margin-bottom: 15px;
  }
}
footer .footer-menu {
  flex-grow: 0;
  min-width: 500px;
  flex-shrink: 0;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 9px 10px;
}
footer .footer-menu nav {
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 750px) {
  footer .footer-menu {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 540px) {
  footer .footer-menu {
    min-width: unset;
    justify-items: center;
    justify-content: center;
    width: 100%;
    flex-grow: 1;
  }
  footer .footer-menu nav {
    width: 100%;
  }
  footer .footer-menu .menu-title {
    text-align: center;
  }
  footer .footer-menu .menu-item {
    text-align: center;
  }
}
footer .menu-title {
  color: #FFF;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
footer .menu-item a {
  color: rgba(255, 255, 255, 0.4);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  text-decoration: none;
}
footer .menu-item a:hover {
  color: var(--Primary5, #6638FC);
}
@media only screen and (max-width: 950px) {
  footer {
    justify-content: center;
  }
  footer .left-col {
    width: 100%;
    max-width: 708px;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 55px;
  }
  footer .left-col p {
    flex-grow: 1;
    max-width: none;
    margin-left: 35px;
  }
  footer .right-col {
    flex-grow: 0;
  }
}
@media only screen and (max-width: 540px) {
  footer .left-col {
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center;
    margin-bottom: 15px;
    text-align: center;
  }
  footer .left-col p {
    margin-bottom: 0;
  }
  footer .left-col .footer-logo {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    height: 45px;
  }
  footer .l-social {
    align-items: center;
  }
}

.btn-tr:hover {
  background-color: #ACACAC;
  color: white;
}

footer2 {
  color: rgba(255, 255, 255, 0.4);
  font-style: normal;
  line-height: 24px; /* 150% */
  font-weight: 500;
  border-top: solid 1px rgba(164, 164, 182, 0.05);
  padding-top: 48px;
}
footer2 .nav-link {
  color: rgba(255, 255, 255, 0.4);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  white-space: nowrap;
}
footer2 .def-text {
  font-size: 12px;
  line-height: 18px; /* 150% */
}
footer2 .btn-tr {
  border: solid 1px white;
  color: #FFF;
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
footer2 .title {
  color: #FFF;
  font-size: 16px;
}
footer2 .logo {
  height: 33px;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.s-code-form {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.s-code-form .s-code {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.s-code-form .s-code input[type=number] {
  height: 50px;
  width: 50px;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 7px;
  color: #A4A4B6;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-right: 15px;
}
.s-code-form .s-code input:focus, .s-code-form .s-code input:active, .s-code-form .s-code input:focus-visible {
  border: 2px solid #6638FC;
  outline: none;
}
.s-code-form .s-code input:last-child {
  margin-right: 0;
}
.s-code-form input[type=number]::-webkit-inner-spin-button,
.s-code-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ps-example-wrapper {
  width: 100%;
}
.ps-example-wrapper .ps-example {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding: 15px 25px;
  border-radius: 15px;
  background: var(--gradient-primary4-012);
  color: var(--Neutral10, #09090B);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 166.667% */
}
.ps-example-wrapper .ps-example p {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.ps-example-wrapper .ps-example .copy-btn {
  cursor: copy;
  width: 40px;
  height: 40px;
}
.ps-example-wrapper .ps-example .copy-btn svg {
  opacity: 0.5;
  width: 40px;
  height: 40px;
  pointer-events: none;
}
.ps-example-wrapper .ps-example .copy-btn:hover svg {
  opacity: 1;
}
.ps-example-wrapper .ps-example .copy-btn:hover {
  opacity: 1;
}
.ps-example-wrapper .gray-title {
  color: #A4A4B6;
  /* Body Small */
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 183.333% */
  margin-bottom: 5px;
}
.ps-example-wrapper .m-link {
  color: var(--Primary5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: auto;
}

.ps-example-modal img {
  width: 100%;
  height: auto;
}
.ps-example-modal h2 {
  color: var(--Neutral10, #09090B);
  text-align: center;
  /* Display Small */
  font-family: Manrope;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 147.059% */
}

@media only screen and (max-width: 540px) {
  .ps-example-wrapper .ps-example {
    color: var(--Neutral9, #28282D);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    margin-bottom: 7px;
    padding: 15px 16px;
  }
  .ps-example-wrapper .gray-title {
    color: #A4A4B6;
    /* Body Small */
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 183.333% */
  }
  .ps-example-wrapper .m-link {
    color: var(--Primary5, #6638FC);
    text-align: center;
    /* Body Medium */
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  .ps-example-modal {
    padding-top: 60px;
  }
  .ps-example-modal img {
    width: 100%;
    height: auto;
  }
  .ps-example-modal h2 {
    color: var(--Neutral10, #09090B);
    text-align: center;
    /* Headline Medium */
    font-family: Manrope;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 154.545% */
  }
}
.post-register h2 {
  color: var(--Neutral10, #09090B);
  text-align: center;
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 140% */
  margin-bottom: 30px;
}
.post-register .form-control {
  height: 50px;
  border-radius: 7px;
  color: var(--Neutral10, #09090B);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.post-register .icon-text {
  align-items: start;
  padding: 0;
  color: var(--Neutral10, #09090B);
  /* Headline Small */
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 170% */
}
.post-register .icon-text img {
  margin-right: 10px;
}
.post-register .timeline-sep {
  height: 60px !important;
  margin: 5px 18px;
  border-left: 1px solid var(--Primary5);
}

.verify-modal {
  width: 582px;
}
.verify-modal p {
  margin-bottom: 25px;
}
.verify-modal .ps-example-img {
  max-width: 304px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
.verify-modal .text-gray {
  color: var(--Neutral-6, #858594);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  .verify-modal {
    width: 100%;
    padding-top: 60px;
  }
}

@media only screen and (max-width: 540px) {
  .post-register h2 {
    color: var(--Neutral10, #09090B);
    text-align: center;
    /* Display Extra Small */
    font-family: Manrope;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px; /* 133.333% */
    margin-bottom: 24px;
  }
  .post-register .icon-text {
    align-items: start;
    padding: 0 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 166.667% */
  }
  .post-register .icon-text img {
    margin-right: 10px;
  }
  .post-register .timeline-sep {
    display: none;
    visibility: hidden;
  }
}
.subscription-page .l-btn {
  max-width: 263px;
}
@media only screen and (max-width: 540px) {
  .subscription-page .l-btn {
    max-width: 100%;
  }
}

.platform-confirm .ps-example-wrapper {
  margin-bottom: 20px;
}
.platform-confirm #addServiceFrm {
  margin-top: 32px;
  margin-bottom: 15px;
}
.platform-confirm .text-gray {
  color: var(--Neutral-6, #858594);
  text-align: center;
  /* Body Medium */
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.platform-confirm .text-gray a {
  text-decoration: none;
  color: var(--Primary5, #6638FC);
  /* Body Medium */
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.step-desc {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.step-desc p {
  padding: 0;
  margin: 0;
  color: var(--Neutral9, #28282D);
  /* Body Large */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.step-desc .num {
  flex-grow: 0;
  flex-shrink: 0;
  color: var(--Primary5, #6638FC);
  text-align: center;
  /* Headline Small */
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 170% */
  width: 36px !important;
  height: 36px !important;
  border-radius: 50%;
  border: 1px solid var(--Primary-4);
  text-align: center;
  margin-right: 10px;
}
.step-desc .num span {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 540px) {
  .step-desc {
    align-items: start;
  }
  .step-desc p {
    padding: 0;
    margin: 0;
    color: var(--Neutral9, #28282D);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .step-desc .num {
    flex-grow: 0;
    flex-shrink: 1;
    color: var(--Primary5, #6638FC);
    text-align: center;
    padding: 0;
    margin: 0;
    color: var(--Neutral9, #28282D);
    /* Body Large */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    width: unset;
    height: unset;
    border-radius: 0;
    border: none;
    text-align: center;
    margin-right: 2px;
  }
  .step-desc .num span {
    display: inline;
    visibility: visible;
  }
}
.profile-wrapper {
  max-width: 800px;
  padding-bottom: 30px;
}
.profile-wrapper .l-btn-primary {
  height: 40px;
}
.profile-wrapper .field-validation-valid-del {
  visibility: hidden;
  display: none;
}
.profile-wrapper .field-validation-error-del {
  padding: 0;
  margin: 0;
  color: red;
}
.profile-wrapper h2 {
  color: var(--Neutral10, #09090B);
  /* Headline Large */
  font-family: Manrope;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 161.538% */
  margin: 0 0 20px 0;
}
.profile-wrapper p {
  color: var(--Neutral9, #28282D);
  /* Body Large */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin: 0 0 20px 0;
}
.profile-wrapper .ps-example-wrapper {
  margin-bottom: 30px;
}
.profile-wrapper h5 {
  color: var(--Neutral9, #28282D);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  padding: 0;
  margin: 0;
  margin-right: 16px;
  flex-grow: 0;
}
.profile-wrapper h5 span {
  color: var(--Primary5, #6638FC);
  /* Body Large */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.profile-wrapper input:read-only {
  border-radius: 7px;
  border: 1px solid var(--Neutral3, #C8C8D3);
  background: #FFF;
  height: 50px;
}
.profile-wrapper dt {
  color: var(--Neutral10, #09090B);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin: auto;
}
.profile-wrapper dd input {
  color: var(--Neutral10, #09090B);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.profile-wrapper hr {
  margin: 30px 0;
}

.u-platform {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.u-platform button {
  width: 89px;
  height: 40px;
  color: #FFF;
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.u-platform input {
  margin-right: 16px;
  max-width: 470px;
  border-radius: 7px;
  background: var(--neutral-05, #F6F6F8);
  padding: 8px 15px;
  color: #A4A4B6;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  border: none;
}
.u-platform input:focus-visible {
  outline: none;
  background-color: white;
  background: linear-gradient(white, white) padding-box, var(--gradient-primary4-03) border-box;
  border: 1px solid transparent;
  color: var(--Neutral9, #28282D);
}
.u-platform .up-logo {
  background: var(--gradient-primary4-03);
  flex-grow: 0;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 16px;
}
.u-platform .up-logo img {
  margin: auto;
}

.up-approv {
  height: 40px;
  width: 256px;
  border-radius: 8px;
  background: var(--positive-05, #E8F9F2);
  color: var(--Positive-5, #15C77C);
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  padding: 0 15px;
}
.up-approv img {
  width: 21px;
  height: 21px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 15px;
}

.u-platform-list {
  margin-bottom: 60px;
}

.u-platform-list .u-platform:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .profile-wrapper h5 {
    color: var(--Neutral9, #28282D);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
  .profile-wrapper dd {
    margin-top: 1px;
  }
  .u-platform {
    padding: 10px;
    flex-wrap: wrap;
  }
  .u-platform .up-pl-name {
    width: 100%;
    margin-bottom: 10px;
  }
  .u-platform input {
    width: 100px;
    height: 40px;
    margin-right: 4px;
  }
  .up-approv {
    width: 100%;
  }
}
.subscription-info .line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 23px 0;
}
.subscription-info .line .c1 {
  width: 140px;
}
.subscription-info .line:not(:last-child) {
  border-bottom: 1px solid var(--Neutral1);
}
.subscription-info .status-badge {
  border-radius: 20px;
  flex-shrink: 0;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  background: var(--Neutral4);
  padding: 5px 10px;
  color: var(--Neutral0);
}
.subscription-info .status-badge.active {
  background: var(--Positive-5);
}
.subscription-info .link {
  color: var(--Primary5);
  text-align: right;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-decoration: none;
  cursor: pointer;
}

.hiw {
  width: 100%;
  border: 1px solid #cac2ff;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  height: 100%;
  transition: all ease-out 0.2s;
}
.hiw img {
  height: 58px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 540px) {
  .hiw img {
    height: 48px;
  }
}
.hiw .hiw-title {
  color: var(--Neutral10);
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 540px) {
  .hiw .hiw-title {
    font-size: 20px;
    line-height: 34px;
  }
}
.hiw .hiw-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #666672;
  text-align: center;
}

.hiw:hover {
  background: var(--gradient-primary4-012);
}
.hiw:hover img {
  transform: scale(1.1);
}

.hiw-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
.hiw-row .col-md-4 {
  flex-shrink: initial;
}
@media (min-width: 768px) {
  .hiw-row {
    flex-wrap: nowrap;
  }
}

.hiw-col {
  flex-shrink: 1;
  width: 33.3333333333%;
}
@media only screen and (max-width: 767px) {
  .hiw-col {
    width: 100%;
  }
}

.hiw-separator {
  background-image: url("/img/land/ArrowRight.svg");
  width: 64px;
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .hiw-separator {
    width: 100%;
    height: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
    transform: rotate(90deg);
  }
}

.l-reviews-row {
  width: 100% !important;
}
@media only screen and (max-width: 768px) {
  .l-reviews-row {
    overflow-x: auto;
  }
}
.l-reviews-row .l-review-box2:last-child {
  margin-right: 0;
}
.l-reviews-row .l-review-box2 {
  height: 100% !important;
  width: 30%;
  overflow: hidden;
  padding: 20px;
  margin-right: 15px;
}
.l-reviews-row .l-review-box2 .l-user-name {
  color: var(--Neutral10, #09090B);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px; /* 166.667% */
}
.l-reviews-row .l-review-box2 .l-user-nick {
  color: var(--Primary5, #6638FC);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.l-reviews-row .l-review-box2 .blog-post-date {
  color: #000000;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.l-reviews-row .l-review-box2 .blog-post {
  color: black;
}
.l-reviews-row .l-review-box2 .client-review {
  color: #666672;
}
.l-reviews-row .l-review-box2 .l-review-name {
  padding: 0;
  margin: 0;
}
.l-reviews-row .l-review-box2 .l-review-name-colored {
  color: var(--Primary5, #6638FC);
  font-weight: 500;
}
.l-reviews-row .l-review-box2 .check-icon {
  width: 18px;
  margin-left: 8px;
}
@media only screen and (max-width: 768px) {
  .l-reviews-row .l-review-box2 {
    min-width: 300px;
  }
}
@media only screen and (max-width: 540px) {
  .l-reviews-row .l-review-box2 {
    min-width: 250px;
  }
}
.l-reviews-row .l-review-box2 .l-star {
  margin-right: 5px;
}
.l-reviews-row .l-review-box2 img.blog {
  width: 100%;
  border-radius: 20px;
}
.l-reviews-row .l-review-box2 img.user {
  width: 96px;
  height: auto;
  background: linear-gradient(100deg, rgba(112, 160, 255, 0.12), rgba(133, 59, 255, 0.12));
  border-radius: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .l-reviews-row .l-review-box2 img.user {
    width: 52px;
  }
}
.l-reviews-row .l-review-box2 p {
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  .l-reviews-row .l-review-box2 p {
    font-size: 16px;
    line-height: 24px;
  }
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.faq-accordion .accordion-item {
  border: none;
  border-bottom: solid 1px #DBDBE2;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: initial;
  color: var(--Primary5);
  border: none;
}
.faq-accordion .accordion-item button {
  color: var(--Neutral10, #09090B);
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}
@media (max-width: 768px) {
  .faq-accordion .accordion-item button {
    font-size: 18px;
    line-height: 24px;
  }
}

.masthead .section-text-18-100 {
  color: #666672;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  width: 56%;
  z-index: 10;
  line-height: 34px; /* 150% */
}
.masthead .section-text-18-100 p {
  margin-bottom: 30px;
  max-width: 370px;
}
@media only screen and (max-width: 760px) {
  .masthead .section-text-18-100 p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .masthead .section-text-18-100 p {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .masthead .section-text-18-100 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 34px;
    padding-top: 16px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 540px) {
  .masthead .section-text-18-100 {
    font-size: 17px;
    line-height: 26px;
  }
}

.masthead .section-text {
  color: #666672;
  font-family: Manrope;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  width: 50%;
  z-index: 10;
  line-height: 34px; /* 150% */
}
.masthead .section-text p {
  margin-bottom: 30px;
  max-width: 370px;
}
@media only screen and (max-width: 760px) {
  .masthead .section-text p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .masthead .section-text p {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .masthead .section-text {
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 34px;
    padding-top: 16px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 540px) {
  .masthead .section-text {
    font-size: 17px;
    line-height: 26px;
  }
}

.masthead .section-text-18 {
  color: #666672;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  width: 50%;
  z-index: 10;
  line-height: 34px; /* 150% */
}
.masthead .section-text-18 p {
  margin-bottom: 30px;
  max-width: 370px;
}
@media only screen and (max-width: 760px) {
  .masthead .section-text-18 p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .masthead .section-text-18 p {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .masthead .section-text-18 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 34px;
    padding-top: 16px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 540px) {
  .masthead .section-text-18 {
    font-size: 17px;
    line-height: 26px;
  }
}

.masthead .section-content {
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.land-section {
  padding-top: 40px;
  padding-bottom: 70px;
}
.land-section h1 {
  color: var(--Neutral10);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
}

.section-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  color: var(--Neutral10);
  margin-bottom: 40px;
}
@media only screen and (max-width: 540px) {
  .section-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 32px;
  }
}

.read-more-max-width {
  max-width: 263px;
}

.section-title-small {
  color: var(--Neutral10, #09090B);
  text-align: center;
  font-family: Manrope;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 147.059% */
  margin-bottom: 40px;
}
@media only screen and (max-width: 540px) {
  .section-title-small {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 170% */
  }
}

.trust-section {
  border-radius: 20px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.trust-section .title {
  font-weight: 800;
  font-size: 65px;
  line-height: 75px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .trust-section .title {
    font-size: 40px;
    line-height: 56px;
  }
}
.trust-section .text {
  color: var(--Neutral7);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}
@media only screen and (max-width: 768px) {
  .trust-section {
    margin-left: 0;
    margin-right: 0;
  }
}

.land-gray {
  background-color: var(--neutral-05);
}

.l-section {
  padding-top: 40px;
  padding-bottom: 70px;
}
.l-section h1 {
  color: var(--Neutral10);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 140% */
  margin-bottom: 40px;
}
@media only screen and (max-width: 540px) {
  .l-section h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 32px;
  }
}
.l-section h2 {
  color: var(--Neutral10);
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 147.059% */
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .l-section h2 {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .l-section h2 {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 40px;
  }
}

.dark-section .section-title {
  color: var(--Neutral0);
}

.subs-table {
  border-radius: 25px;
}
.subs-table .service-row {
  padding: 12px 0px;
}
.subs-table .service-row .service-descr {
  color: var(--Neutral10);
  opacity: 0.3;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
@media (max-width: 768px) {
  .subs-table .service-row .service-descr {
    font-size: 14px;
    line-height: 20px;
  }
}
.subs-table .service-row .service-name {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.subs-table .service-row .service-name .service-title {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 154.545% */
}
@media (max-width: 768px) {
  .subs-table .service-row .service-name .service-title {
    font-size: 18px;
    line-height: 30px;
  }
}
.subs-table .comment {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: #15C77C;
  margin-top: 15px;
  text-align: center;
}

.light-price .subs-table {
  width: 752px;
  padding: 30px 80px;
  border: 1px rgba(112, 160, 255, 0.4) solid;
}
@media (max-width: 768px) {
  .light-price .subs-table {
    padding: 24px 24px;
  }
}

.dark-price .subs-table {
  width: 580px;
  background-color: rgba(40, 40, 45, 0.5);
  padding: 30px 40px;
}
.dark-price .subs-table .service-row:not(:last-child) {
  border-bottom: solid 1px rgba(255, 255, 255, 0.06);
}
.dark-price .subs-table .service-row .service-descr {
  color: var(--Neutral0);
}
.dark-price .subs-table .service-row .service-name .service-title {
  color: #F6F6F8;
}
@media (max-width: 768px) {
  .dark-price .subs-table {
    padding: 24px 24px;
  }
}

.cut-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .carousel-inner {
    display: flex;
  }
  .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
    flex: 0 0 auto;
    width: 33.33333333%;
    height: 400px;
  }
}
/* ---------- Takedown ------------- */
.takedown-container {
  text-align: top;
}

.takedown-baner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 873px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/img/takedown-baner-bg.jpg");
}
@media only screen and (max-width: 1920px) {
  .takedown-baner {
    height: 655px;
  }
}
@media only screen and (max-width: 768px) {
  .takedown-baner {
    background-image: url("/img/takedown-baner-sm.jpg");
    position: inherit;
    height: 680px;
    background-position: center;
    background-size: contain;
    top: unset;
  }
}
@media only screen and (max-width: 540px) {
  .takedown-baner {
    height: 284px;
  }
}
@media only screen and (max-width: 320px) {
  .takedown-baner {
    background-image: url("/img/takedown-baner-sm.jpg");
  }
}

@media (min-width: 1512px) {
  .takedown-container {
    max-width: 1150px !important;
  }
}

/* --------- Get shield --------------- */
.getshield-baner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 873px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/img/getshield-baner.jpg");
}
@media only screen and (max-width: 1920px) {
  .getshield-baner {
    height: 655px;
  }
}
@media only screen and (max-width: 768px) {
  .getshield-baner {
    background-image: url("/img/getshield-baner-sm.png");
    position: inherit;
    height: 680px;
    background-position: center;
    background-size: contain;
    top: unset;
  }
}
@media only screen and (max-width: 540px) {
  .getshield-baner {
    height: 284px;
  }
}
@media only screen and (max-width: 320px) {
  .getshield-baner {
    background-image: url("/img/getshield-baner-sm.png");
  }
}

.blockfakes-baner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 873px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/img/blockfakes-baner.jpg");
}
@media only screen and (max-width: 1920px) {
  .blockfakes-baner {
    height: 655px;
  }
}
@media only screen and (max-width: 768px) {
  .blockfakes-baner {
    background-image: url("/img/blockfakes-baner-sm.png");
    position: inherit;
    height: 680px;
    background-position: center;
    background-size: contain;
    top: unset;
  }
}
@media only screen and (max-width: 540px) {
  .blockfakes-baner {
    height: 284px;
  }
}
@media only screen and (max-width: 320px) {
  .blockfakes-baner {
    background-image: url("/img/blockfakes-baner-sm.png");
  }
}

.monitoring-baner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 873px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/img/monitoring-baner.png");
}
@media only screen and (max-width: 1920px) {
  .monitoring-baner {
    height: 655px;
  }
}
@media only screen and (max-width: 768px) {
  .monitoring-baner {
    background-image: url("/img/monitoring-baner-sm.png");
    position: inherit;
    height: 680px;
    background-position: center;
    background-size: contain;
    top: unset;
  }
}
@media only screen and (max-width: 540px) {
  .monitoring-baner {
    height: 284px;
  }
}
@media only screen and (max-width: 320px) {
  .monitoring-baner {
    background-image: url("/img/monitoring-baner-sm.png");
  }
}

.pricing-baner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 873px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/img/pricing-baner.png");
}
@media only screen and (max-width: 1920px) {
  .pricing-baner {
    height: 655px;
  }
}
@media only screen and (max-width: 768px) {
  .pricing-baner {
    background-image: url("/img/pricing-baner-sm.png");
    position: inherit;
    height: 680px;
    background-position: center;
    background-size: contain;
    top: unset;
  }
}
@media only screen and (max-width: 540px) {
  .pricing-baner {
    height: 284px;
  }
}
@media only screen and (max-width: 320px) {
  .pricing-baner {
    background-image: url("/img/pricing-baner-sm.png");
  }
}

.code-cert h1 {
  margin-top: 30px;
  color: var(--Neutral10);
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 67px; /* 119.643% */
}
.code-cert h5 {
  color: var(--Neutral9, #28282D);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.code-cert h5 span {
  color: var(--Primary5, #6638FC);
  /* Body Large */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.code-cert p {
  text-align: justify;
}
.code-cert .status-wrap span {
  color: var(--Neutral0, #FFF);
  text-align: center;
  /* Headline Extra Small */
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
  border-radius: 20px;
  background: var(--Positive-5, #15C77C);
  padding: 2px 10px;
}
@media only screen and (max-width: 768px) {
  .code-cert h1 {
    margin-top: 0px;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 133.333% */
  }
  .code-cert h5 {
    color: var(--Neutral9, #28282D);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
}

.l-service-banner-section .service {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding: 30px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
.l-service-banner-section .service .background {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.2s ease-out;
}
.l-service-banner-section .service h5 {
  display: block;
  z-index: 100;
  position: relative;
  margin-bottom: 13px;
  color: var(--Neutral10);
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 161.538% */
  pointer-events: none;
}
@media (max-width: 576px) {
  .l-service-banner-section .service h5 {
    font-size: 20px;
    line-height: 34px;
  }
}
.l-service-banner-section .service p {
  flex-grow: 1;
  text-align: center;
  position: relative;
  display: block;
  z-index: 100;
  margin-bottom: 175px;
  pointer-events: none;
  color: #666672;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
@media (max-width: 576px) {
  .l-service-banner-section .service p {
    margin-bottom: 148px;
  }
}
.l-service-banner-section .service a {
  color: var(--Primary5);
  position: relative;
  display: block;
  z-index: 100;
  background-color: var(--Neutral0);
  width: 172px;
  border: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  transition: all ease-out 0.2s;
}
.l-service-banner-section .service a:active {
  background: linear-gradient(70deg, rgb(73, 132, 246), rgb(98, 2, 255));
  color: rgb(255, 255, 255);
}
.l-service-banner-section .service a:hover {
  background: linear-gradient(70deg, rgb(73, 132, 246), rgb(98, 2, 255));
  color: rgb(255, 255, 255);
}
.l-service-banner-section .service .s1 {
  background: url("/img/land/service1.png") no-repeat center/100%, var(--gradient-primary4-012) center/100%;
  background-position-y: bottom;
  background-size: auto 90%;
  background-position-x: center;
}
.l-service-banner-section .service .s2 {
  background: url("/img/land/service2.png") no-repeat center, var(--gradient-primary4-012);
  background-position-y: bottom;
  background-size: auto 90%;
  background-position-x: center;
}
.l-service-banner-section .service .s3 {
  background: url("/img/land/service3.png") no-repeat center, var(--gradient-primary4-012);
  background-position-y: bottom;
  background-size: auto 90%;
  background-position-x: center;
}
.l-service-banner-section .service .s4 {
  background: url("/img/land/service4.png") no-repeat center, var(--gradient-primary4-012);
  background-position-y: bottom;
  background-size: auto 90%;
  background-position-x: center;
}
.l-service-banner-section .service .s1:hover, .l-service-banner-section .service a:hover ~ .s1 {
  background: url("/img/land/service1.png") no-repeat center, var(--gradient-primary4-03);
  background-position-y: bottom;
  background-size: auto 90%;
  background-position-x: center;
  transform: scale(1.04, 1.04);
}
.l-service-banner-section .service .s2:hover, .l-service-banner-section .service a:hover ~ .s2 {
  background: url("/img/land/service2.png") no-repeat center, var(--gradient-primary4-03);
  background-position-y: bottom;
  background-size: auto 90%;
  background-position-x: center;
  transform: scale(1.04, 1.04);
}
.l-service-banner-section .service .s3:hover, .l-service-banner-section .service a:hover ~ .s3 {
  background: url("/img/land/service3.png") no-repeat center, var(--gradient-primary4-03);
  background-position-y: bottom;
  background-size: auto 90%;
  background-position-x: center;
  transform: scale(1.04, 1.04);
}
.l-service-banner-section .service .s4:hover, .l-service-banner-section .service a:hover ~ .s4 {
  background: url("/img/land/service4.png") no-repeat center, var(--gradient-primary4-03);
  background-position-y: bottom;
  background-size: auto 90%;
  background-position-x: center;
  transform: scale(1.04, 1.04);
}

#claimWiz .validateError input {
  border: 1px solid red; /*here change the color*/
}
#claimWiz .validateError .ps-example {
  border: 1px solid red; /*here change the color*/
}

.newClaim2 {
  margin-top: -17px;
}
.newClaim2 .img-cont {
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 320px !important;
  height: 234px !important;
  background-repeat: no-repeat;
  background-size: 320px 234px;
}
@media only screen and (max-width: 768px) {
  .newClaim2 .img-cont {
    margin-top: 10px;
  }
}
.newClaim2 .ps-example-img {
  width: 304px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 45px;
  margin-bottom: 25px;
}
.newClaim2 .img-select-acc {
  background-image: url("/img/claim/selectaccount.jpg");
}
.newClaim2 .img-start {
  background-image: url("/img/claim/startconfirm.png");
}
.newClaim2 .img-verify-acc {
  background-image: url("/img/claim/verifyaccount.png");
}
.newClaim2 .img-confirm-acc {
  background-image: url("/img/claim/confirmacc.jpg");
}

.newClaimStartConfirm img {
  width: 320px;
}
@media only screen and (max-width: 768px) {
  .newClaimStartConfirm img {
    width: 234px;
  }
}
.newClaimStartConfirm h2 {
  color: var(--Neutral10);
  text-align: center;
  font-family: Manrope;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 147.059% */
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .newClaimStartConfirm h2 {
    font-size: 22px;
    line-height: 34px; /* 154.545% */
  }
}
.newClaimStartConfirm .text-sec {
  color: var(--Neutral10);
  margin-bottom: 24px;
}
.newClaimStartConfirm .text-sec p {
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  color: var(--Neutral10);
}

body {
  color: var(--Neutral10);
}

.mb-10p {
  margin-bottom: 10px;
}

.mb-15p {
  margin-bottom: 15px;
}

.mb-20p {
  margin-bottom: 20px;
}

.mb-25p {
  margin-bottom: 25px;
}

.mb-30p {
  margin-bottom: 30px;
}

.mb-40p {
  margin-bottom: 40px;
}

.mb-60p {
  margin-bottom: 60px;
}

.pt-60p {
  padding-top: 60px;
}

.r-container {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  width: 100%;
  z-index: 10;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .r-container {
    max-width: 756px;
  }
}
@media (min-width: 1020px) {
  .r-container {
    max-width: 766px;
  }
}
@media (min-width: 1512px) {
  .r-container {
    max-width: 840px;
  }
}

.l-container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .l-container {
    max-width: 708px;
  }
}
@media (min-width: 1020px) {
  .l-container {
    max-width: 960px;
  }
}
@media (min-width: 1512px) {
  .l-container {
    max-width: 1052px;
  }
}

.accent {
  color: var(--Primary5);
}

.main-wrapper {
  padding-top: 90px;
}

.dark-background {
  background-color: var(--Neutral10);
  color: var(--Neutral0);
}

.gray-round-border {
  border: 1px solid var(--Neutral2);
  border-radius: 12px;
}

.m-center {
  margin-left: auto;
  margin-right: auto;
}

.mt-40p {
  margin-top: 40px;
}

.transparent {
  background-color: transparent;
}

.l-np-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Neutral2);
  border-radius: 20px;
  padding-top: 30px;
  padding-bottom: 40px;
  transition-duration: 2s;
  transition: background 2s linear;
}
.l-np-wrapper img {
  background-color: transparent;
}
.l-np-wrapper h3 {
  color: var(--Primary5);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 166.667% */
  margin-bottom: 8px;
}
.l-np-wrapper small {
  color: var(--Neutral7);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.l-np-wrapper:hover {
  background: linear-gradient(100deg, rgba(112, 160, 255, 0.12), rgba(133, 59, 255, 0.12));
}

.landframe {
  margin-top: 40px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 0px;
  overflow: hidden;
}
.landframe .row > * {
  padding: 0;
}
.landframe .land-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
}
.landframe .land-card img {
  height: 40px;
}
@media only screen and (max-width: 760px) {
  .landframe .land-card img {
    height: 36px;
  }
}
.landframe .land-card h5 {
  padding-top: 5px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
@media only screen and (max-width: 760px) {
  .landframe .land-card h5 {
    font-size: 18px;
    line-height: 30px;
  }
}
.landframe .land-card.active {
  background: linear-gradient(to right, rgba(73, 132, 246, 0.05), rgba(98, 2, 255, 0.05));
  background-position: 0;
  color: var(--Primary5);
}
.landframe .land-card:hover {
  background: linear-gradient(to right, rgba(73, 132, 246, 0.05), rgba(98, 2, 255, 0.05));
  color: var(--Primary5);
}
.landframe-content {
  padding-top: 42px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #666672;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .landframe-content {
    font-size: 14px;
    line-height: 24px;
  }
}

.appModal .modal-dialog {
  width: 460px;
}
.appModal .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
}
.appModal .modal-content {
  padding: 60px;
  border-radius: 22px;
}
.appModal .form-group {
  margin-bottom: 10px;
}
.appModal button[disabled] .btn-text {
  visibility: hidden;
  display: none;
}
.appModal .form-group {
  margin-bottom: 20px;
}
.appModal .btn-extlogin {
  background-color: #EDEDF0;
  color: var(--Neutral9);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  position: relative;
  border: none;
  height: 50px;
  margin-bottom: 14px;
}
.appModal .btn-extlogin img {
  margin-left: 20px;
  width: 23px;
  position: absolute;
  left: 0;
}
.appModal p {
  margin-bottom: 14px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  color: var(--Neutral-6, #858594);
}
.appModal .devider {
  margin-bottom: 30px;
}
.appModal input {
  padding: 12px 20px 14px 20px;
  box-shadow: none;
  border-radius: 8px;
}
.appModal input:hover {
  border-color: rgb(102, 56, 252);
  box-shadow: none;
}
.appModal input:focus {
  border-color: rgb(102, 56, 252);
  border-width: 2px;
  box-shadow: none;
}
.appModal input[type=checkbox] {
  width: 23px;
  height: 23px;
  border-radius: 6px;
}
.appModal label {
  margin-left: 12px;
}
.appModal .input-validation-error {
  border: 1px solid red;
}
@media only screen and (max-width: 540px) {
  .appModal .modal-dialog {
    width: unset;
  }
  .appModal .modal-content {
    padding: 40px 20px 20px 29px;
  }
  .appModal input {
    padding: 6px 20px 6px 10px;
  }
  .appModal .btn-close {
    right: 10px;
    top: 5px;
    width: 20px;
    height: 20px;
  }
}

select.field-validation-error {
  border: 1px solid red;
}

input.field-validation-error {
  border: 1px solid red;
}

span.field-validation-error {
  display: block;
  width: 100%;
  margin-right: auto;
  color: red;
  font-size: 12px;
  text-align: left;
  padding-bottom: 5px;
  margin-top: 3px;
}

span.field-validation-valid {
  display: none;
  visibility: hidden;
}

/*# sourceMappingURL=main.css.map */
