@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Racing+Sans+One&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap');

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:hover {
  color: #32c6ea;
}

.text-left {
  text-align: left !important;
}

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



/* General spacing */
.header .h-items a,
.header .btns a {
  transition: all 0.3s;
}

/* Mobile adjustments */
@media (max-width: 991px) {
  .h-items,
  .btns {
    flex-direction: column;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 60px; /* below header */
    left: 0;
    padding: 0 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    overflow: hidden;
    max-height: 0; /* hidden by default */
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
    z-index: 999;
  }

  .h-items.show,
  .btns.show {
    max-height: 500px; /* adjust as needed */
    opacity: 1;
    padding: 10px 20px;
  }

  .h-items a,
  .btns a {
    font-size: 16px;
    padding: 8px 0;
    width: 100%;
  }

  .hamburger {
    cursor: pointer;
  }

  .logo img {
    height: 40px;
  }
}

/* Tablet adjustments */
@media (min-width: 768px) and (max-width: 991px) {
  .h-items a, .btns a {
    font-size: 15px;
  }
}

input[type="number"] {
  -moz-appearance: textfield;
}

body {
  top: 0 !important;
  overflow-x: hidden;
  background-image: url(../img/sections/elements/bg-d.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.dash {
  background-image: none !important;
}

.skiptranslate {
  display: none;
  height: 0;
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
  background-color: inherit !important;
  box-shadow: inherit !important;
}

#goog-gt-vt,
#goog-gt-tt {
  display: none !important;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  display: none !important;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1262px;
}

body {
  margin: 0;
}

h1 {
  color: rgb(0, 0, 0);
  font-family: Poppins;
  font-size: 56px;
  font-weight: 600;
  letter-spacing: 0.37px;
  text-align: left;
}

h2 {
  color: rgb(0, 0, 0);
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.37px;
  text-align: left;
}

h3 {
  color: rgb(0, 0, 0);
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.37px;
  text-align: left;
}

h4 {
  color: rgb(0, 0, 0);
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.37px;
  text-align: left;
}

.btn-1 {
  position: relative;
  /* border: 1px solid #3ACFE7; */
  border-radius: 12px;
  text-decoration: none;
  color: rgb(6, 6, 36);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-align: left;

  min-width: 123px;
  height: 43px;

  padding: 0 25px;

  display: flex;
  justify-content: center;
  align-items: center;

  transition: .2s ease;
}

.btn-1:hover,
.btn-1.actived {
  color: rgb(6, 6, 36);
  background: rgba(0, 136, 254, 0.1);
}

.btn-2 {
  background: linear-gradient(133.23deg, rgb(58, 207, 231) 0.642%, rgb(0, 136, 254) 100%);
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-align: left;

  min-width: 123px;
  height: 43px;

  padding: 0 25px;

  display: flex;
  justify-content: center;
  align-items: center;

  transition: .2s ease;
}

.btn-2:hover,
.btn-2.actived {
  color: #fff;
  background: linear-gradient(133.23deg, rgb(0, 136, 254) 0.642%, rgb(0, 136, 254) 100%);
}

.btn-3 {
  border: 1px solid rgba(6, 6, 36, 0.4);
  border-radius: 8px;
  text-decoration: none;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-align: left;

  min-width: 123px;
  height: 48px;

  padding: 0 25px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;

  transition: .2s ease;
}

.btn-3:hover {
  color: #000;
  background: rgba(0, 136, 254, 0.1);
}

.btn-3.actived {
  color: #fff;
  background: rgb(0, 136, 254);
  border: none;
}

.btn-3.actived img {
  filter: invert(1);
}

.header {
  position: relative;
  margin-bottom: 54px;
  margin-top: 24px;
  border: 2px solid rgba(15, 39, 42, 0.06);
  border-radius: 72px;

  backdrop-filter: blur(52px);
  background: rgba(184, 246, 255, 0.1);

  width: 100%;
  height: 75px;
  padding: 16px 32px 16px 32px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sticky-head {
  position: sticky;
  top: 15px;
  z-index: 998;
}

.logo img {
  max-height: 35px;
}

.big-body {
  color: #000;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.37px;
  text-align: left;
}

.small-body {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.37px;
  text-align: left;

  transition: .2s;
}

.h-items a {
  width: 66px;
  display: flex;
  justify-content: center;
}

.active-menu,
.h-items a:hover {
  background: linear-gradient(133.23deg, rgb(58, 207, 231), rgb(0, 136, 254));
  -webkit-background-clip:
    text;
  -webkit-text-fill-color:
    transparent;
  background-clip:
    text;
  text-fill-color:
    transparent;
  font-size: 16px;
  font-weight: 600;
}

.c-box {
  width: 34.15px;
  height: 34.15px;
  border-radius: 47.8px;

  display: flex;
  justify-content: center;
  align-items: center;

  background: rgba(34, 143, 158, 0.12);
  cursor: pointer;
}

.c-box i {
  color: #000;
}

.subtitle-big {
  color: rgb(0, 0, 0);
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.37px;
  text-align: left;
}

.subtitle-small {
  color: rgb(0, 0, 0);
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.37px;
  text-align: left;
}

.subtitle-main {
  background: linear-gradient(133.23deg, rgb(58, 207, 231), rgb(0, 136, 254));
  -webkit-background-clip:
    text;
  -webkit-text-fill-color:
    transparent;
  background-clip:
    text;
  text-fill-color:
    transparent;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 2%;
  text-transform: uppercase;
  text-align: center;
}

.ellips-header {
  position: absolute;
  width: 1200px;
  height: 32px;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: #dcf0f9;
  box-shadow: 0 0 20px 10px rgba(95, 175, 221, 0.2);
}

.br {
  user-select: none;
  cursor: pointer;
}

.dropdown-arrow {
  transition: .2s ease;
}

.show .dropdown-arrow {
  transform: rotate(180deg);
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: rgb(0, 136, 254);
}

.l-icon {
  width: 23px;
}


.title-sub {
  color: rgb(6, 6, 36);
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;

  opacity: .7;

  max-width: 900px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  margin-bottom: 56px;
}

.section-title h1 {
  max-width: 691px;
}

.accordion-header {
  padding: 0px !important;
  border-bottom: none;
  background-color: transparent;
}

.accordion-item {
  border-radius: 12px !important;
  border: 2px solid rgba(15, 39, 42, 0.06);

  backdrop-filter: blur(52px);
  background: linear-gradient(146.03deg, rgba(89, 151, 160, 0) -115.087%, rgba(89, 151, 160, 0.14) 134.043%);
}

.accordion-body {
  color: rgb(6, 6, 36);
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  padding: 0px 56px 16px 56px;
  opacity: .7;
}

.accordion-button {
  padding: 16px 56px;
  box-shadow: none !important;
  color: rgb(6, 6, 36) !important;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0px;
  text-align: left;

  box-sizing: border-box;
  border-radius: 12px !important;
  background-color: transparent !important;
}

.lined-downed {
  margin-bottom: 16px;
  width: 100%;
  height: 1px;
  background: rgb(121, 144, 189);
}

.accordion {
  display: grid;
  gap: 30px;
}

.accordion-button::after {
  background-image: url('../img/icons/plus.svg');
}

.accordion-button:not(.collapsed)::after {
  background-image: url('../img/icons/minus.svg');
}

.mt-128 {
  margin-top: 128px;
}

.Inter {
  font-family: 'Inter';
}

.footer {
  margin-top: 96px;
  background: rgb(14, 17, 53);
  padding-top: 56px;
  padding-bottom: 40px;
}

.footer .logo-white {
  width: 262px;
  max-height: 54px;
}

.text-gray {
  color: rgb(224, 224, 224) !important;
}

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

.footer-link {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.c-box2 {
  background: rgba(255, 255, 255, 0.12);
}

.c-box2 i {
  color: #fff;
}

.sub-footer {
  margin-top: 72px;
}

.big-label {
  color: rgb(0, 0, 0);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.37px;
  text-align: left;
}

.small-label {
  color: rgb(0, 0, 0);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.37px;
  text-align: left;
  margin-bottom: 6px;
}

.txd {
  text-decoration-line: underline;
  text-transform: capitalize
}

.fw-400 {
  font-weight: 400;
}

.lined {
  margin: 64px 0;
  height: 2px;
  width: 100%;
  background: rgb(255, 255, 255);
  opacity: .3;
}

.form-footer {
  width: 399px;
  height: 65px;
  border-radius: 16px;

  backdrop-filter: blur(9.73px);
  background: rgb(255, 255, 255);

  color: rgb(130, 130, 130) !important;
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: left;

  padding: 0 17px;
  outline: none;
  border: none;
}

button {
  outline: none;
  border: none;
}

.btn-group {
  display: flex;
  align-items: center;
  position: relative;
}

.btn-group button {
  position: absolute;
  right: 17px;
}

.map-if {
  border-radius: 16px;
  background: #dff3f9;
}

.form-control {
  box-sizing: border-box;
  border: 1px solid rgb(119, 161, 200);
  border-radius: 8px;

  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background: linear-gradient(146.03deg, rgba(255, 255, 255, 0) -98.447%, rgba(255, 255, 255, 0.06) 133.168%) !important;

  color: rgb(6, 6, 36);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;

  min-height: 48px;
}

.contact-section input,
.contact-section textarea {
  background: hsl(190.91deg 31.43% 93.14%) !important;
}

textarea {
  max-height: 123px;
}

.form-control:focus {
  color: inherit;
}

.text-grayed {
  color: rgba(6, 6, 36, 0.7);
}

.cent-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14.13px;

  box-shadow: 0px 0px 14.13px 0px rgba(70, 163, 180, 0.44);
  background: rgb(238, 253, 255);
  border: 2px solid rgb(19 159 247);
}

.main-block {
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 16px;

  box-shadow: 0px 4px 49px 0px rgba(0, 7, 72, 0.08);
  backdrop-filter: blur(15px);
  background: linear-gradient(136.67deg, rgba(255, 255, 255, 0) -2.103%, rgba(143, 206, 215, 0.15) 136.531%);

  border: 2px solid hsl(187.06deg 48.57% 93.14%);
}

.main-block .upper img {
  border-radius: 8px;
  width: 100%;
  height: 170px;
}

.badge_blog {
  margin-top: 16px;
  border-radius: 48px;
  background: rgb(223, 242, 246);
  padding: 6px 12px 6px 12px;
  display: inline-block;
}

.badge_blog span {
  background: linear-gradient(133.23deg, rgb(58, 207, 231), rgb(0, 136, 254));
  -webkit-background-clip:
    text;
  -webkit-text-fill-color:
    transparent;
  background-clip:
    text;
  text-fill-color:
    transparent;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}

.theme-color {
  color: rgb(0, 136, 254) !important;
}

.theme-gradient {
  background: linear-gradient(133.23deg, rgb(58, 207, 231), rgb(0, 136, 254));
  -webkit-background-clip:
    text;
  -webkit-text-fill-color:
    transparent;
  background-clip:
    text;
  text-fill-color:
    transparent;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: left;
}

.fw-600 {
  font-weight: 600 !important;
}

.swd {
  color: rgba(6, 6, 36, 0.7);
}

.plan-block {
  box-sizing: border-box;
  border-radius: 16px;

  background: rgb(222, 243, 246);
  width: 100%;
  padding: 24px;
}

.plan-block .upper img {
  border-radius: 12px;
  width: 100%;
  height: 201px;
}

.priced {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.priced h4 {
  max-width: 266px;
}

.badge-plan {
  border-radius: 4px;
  background: linear-gradient(133.23deg, rgb(58, 207, 231) 1.687%, rgb(0, 136, 254) 100%);

  padding: 6px;

  color: rgb(255, 255, 255);
  font-family: Racing Sans One;
  font-size: 17.11px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;

  display: block;
  margin: 0 auto;
}

.mini-label {
  color: rgb(6, 6, 36);
  font-family: Poppins;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 5px;
}

.plan-block .content {
  margin-top: 30px;
}

.contents-plan li {
  padding: 19px 0;
  border-bottom: 1px solid rgb(87, 105, 152);
}

.contents-plan li:first-child {
  padding-top: 0px;
}

.contents-plan li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.btn-disabled {
  background: rgb(90, 100, 111) !important;
}

.contents-plan .small-body {
  opacity: .7;
}

.lh32 {
  line-height: 32px;
}

.blog-img {
  margin-top: 48px;
  border: 3px dashed #ccc;
}

.blog-content {
  margin-top: 32px;
}

.blog-content * {
  max-width: 100% !important;
  color: rgba(6, 6, 36, 0.8);
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
}

.blog-upper {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 24px;
}

.rsd1 .rsd2 {
  padding: 25px 0;
  border-bottom: 1px solid rgb(121, 144, 189);
}

.rsd1 .rsd2:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.rsd1 .rsd2:first-child {
  padding-top: 0px;
}

.facebook i {
  font-size: 20px;
  color: rgb(44, 112, 255);
}

.twitter i {
  font-size: 20px;
  color: #000;
}

.linkedin i {
  font-size: 20px;
  color: rgb(17, 147, 216);
}

.instagram i {
  color: rgb(231, 38, 148);
  font-size: 20px;
}


.sold-badge {
  border-radius: 40px;
  background: rgb(247, 85, 85);
  padding: 8px 12px 8px 12px;

  color: rgb(255, 255, 255);
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: left;

  position: absolute;
  right: 20px;
  top: -20px;
}

.badge-plan2 {
  border-radius: 40px;

  background: rgba(6, 6, 36, 0.1);
  padding: 4px 12px 4px 12px;
  color: rgb(6, 6, 36);
  font-family: Poppins;
  font-size: 16.49px;
  font-weight: 400;
  line-height: 23.08px;
  letter-spacing: 0%;
  text-align: left;
  display: inline-block;
  margin-bottom: 32px;
}

.bl-plan {
  color: #727171;
  width: 100%;
  border-radius: 8px;
  background: rgba(17, 94, 105, 0.1);
  padding: 16px;

  text-align: center;

  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: center;
}

.grd-plan {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  grid-gap: 64px;
  row-gap: 24px;
}

.ac-light {
  border-radius: 12px;

  backdrop-filter: blur(52px);
  background: linear-gradient(146.03deg, rgba(6, 6, 36, 0) -127.294%, rgba(6, 6, 36, 0.02) 134.684%);
}

.ac-light .accordion-button {
  padding: 30px 56px;
}

.ac-light .accordion-body {
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
}

.border-img {
  border-radius: 20px;
}

.ab-sect img {
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 525px;
  height: 370px;
}

.mw-181 {
  max-width: 181px;
}

.mt-40 {
  margin-top: 40px;
}

.big-line {
  margin: 100px 0;
  width: 100%;
  background: rgb(121, 144, 189);
  height: 1px;
}

.o7 {
  opacity: .7;
}

.mt-100 {
  margin-top: 100px;
}

.g-team {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 88px;
  row-gap: 20px;
}

.brd-image {
  border: 1px solid rgba(6, 6, 36, 0.3);
  border-radius: 15px;
  margin-bottom: 15px;
}

.fw-500 {
  font-weight: 500 !important;
}

.ref-promo {
  width: 100%;
  height: 448px;

  border-radius: 16px;
  background: linear-gradient(147.08deg, rgb(78, 58, 185) -6.502%, rgb(27, 22, 71) 79.262%);
  background-image: url('../img/sections/elements/bg.png');


  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.c-block3 {
  position: relative;
  border-radius: 16.14px;

  box-shadow: 0px 0px 30px 0px #129ff7cc;
  background: rgb(238, 253, 255);
  width: 64px;
  height: 64px;

  display: flex;
  align-items: center;
  justify-content: center;
}


.table tbody tr td:last-child,
.table thead tr th:last-child {
  text-align: right;
}

.table tbody tr td {
  padding: 24px 8px;
  vertical-align: middle;
  border-bottom: 1px solid rgb(186, 221, 226);

  color: rgb(6, 6, 36);
  font-family: Inter;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}

.table thead tr th {
  text-transform: uppercase;

  color: rgba(6, 6, 36, 0.6);
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 15.4px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 16px;
}

.table>:not(:last-child)>:last-child>* {
  border-bottom-color: rgb(180, 198, 201);
}

.m-img {
  border-radius: 12px;
  width: 40px;
  height: 40px;
}

.block-stat {
  border-radius: 40px;

  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(146.02deg, rgba(143, 206, 215, 0.11) -2.275%, rgba(143, 206, 215, 0.11) 48.576%, rgba(143, 206, 215, 0.01) 96.184%);
  padding: 50px 0 100px 0;
}

.block-stat .container {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.block-feat {
  position: relative;
  box-sizing: border-box;
  border: 1.5px solid rgba(87, 157, 241, 0.1);
  border-radius: 24px;

  background: linear-gradient(136.67deg, rgba(255, 255, 255, 0.02) -1.444%, rgba(255, 255, 255, 0.15) 135.367%), rgba(220, 238, 240, 0.43);
  width: 100%;
  padding: 48px;
}

.active_block::before,
.c-block3::before,
.btn-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(133.23deg, rgb(58, 207, 231), rgb(0, 136, 254));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  z-index: 1;
}

.fw-300 {
  font-weight: 300 !important;
}

.box-shadow-no {
  box-shadow: none;
}

.banner_badge {
  box-sizing: border-box;
  border-radius: 24px;

  background: radial-gradient(98.02% 70.71% at 50% 50%, rgb(236, 251, 253) 50.029%, rgb(100, 186, 245) 100%), rgba(6, 6, 36, 0.1);
  background-image: url('../img/icons/tab1.png');
  background-size: cover;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 10px 20px;

  color: rgb(6, 6, 36);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 2%;
  text-align: left;

  width: max-content;
  gap: 10px;
}

.banner_title {
  margin-top: 24px;
  font-weight: 600;
  line-height: 76.4px;
  letter-spacing: 1%;
  margin-bottom: 48px;
}

.banner_title span {
  /* text-shadow: 0px -2px 0px rgba(0, 0, 0, 1); */
  background: linear-gradient(133.23deg, rgb(58, 207, 231), rgb(0, 136, 254));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.d-banner {
  width: 100%;
  max-width: 343px;
}

.d-banner h4 {
  margin-top: 30px !important;
}

.d-banner p {
  color: rgb(6, 6, 36);
  opacity: .7;
  font-weight: 400;
}

.pag {
  display: flex;
  align-items: center;
  gap: 16px;
}

.pag a {
  color: rgb(6, 6, 36);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}

.pag .active-pag {
  border-radius: 40px;
  background: rgb(0, 136, 254);
  color: #fff;
  padding: 0px 9px;
  font-weight: 600;
}

.actived svg path {
  stroke: #fff;
}

.actived svg g path {
  fill: #fff;
}

.tb {
  line-height: normal;
}

@media (min-width: 992px) {
  .main_modal {
    border: none;
    max-width: 429px;
    width: 100%;
  }

  .modal-dialog-centered {
    max-width: 429px;
    width: 100%;
  }
}

.main_modal .modal-body {
  border-radius: 20px;
  background: #fff;
}

.modal-title {
  color: rgb(6, 6, 36);
  font-family: DM Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -2%;
  text-align: left;
}

.cursor-pointer {
  cursor: pointer;
}

.main_modal .modal-body {
  padding: 40px;
}

.modal-flex {
  display: grid;
  gap: 24px;
}

.modal-flex li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sm-m-text {
  color: rgb(6, 6, 36);
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: left;
  opacity: .7;
  margin: 0;
}

.bg-m-text {
  color: rgb(6, 6, 36);
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: right;

  margin: 0;
}

.DMSANS {
  font-family: 'DM Sans';
}

.mb-50 {
  margin-bottom: 50px;
}

.modal-content {
  border: none;
  background: none;
}

.modal-buttons {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.form-num {
  border-radius: 12px;
  background: rgb(226, 226, 226);
  width: 100%;
  border: none;
  height: 43px;

  color: rgb(6, 6, 36);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

.form-num:focus {
  outline: none;
  border: none;
}
@media (max-width: 576px) {   /* Mobile phones */
  .banner_title {
    font-size: 28px !important; /* smaller size for mobile */
    line-height: 1.3;
  }
}

@media (min-width: 577px) and (max-width: 991px) {  /* Tablets */
  .banner_title {
    font-size: 36px !important; /* medium size for tablets */
  }
}

.input-c {
  position: relative;
  display: flex;
  align-items: center;
}

.input-c .cb {
  user-select: none;
  border-radius: 32px;
  background: rgba(6, 6, 36, 0.1);
  width: 24px;
  height: 24px;

  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  position: absolute;
}

.input-c .cb:first-child {
  left: 25px;
}

.input-c .cb:last-child {
  right: 25px;
}

.cld {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(24, 24, 49, 0.02);
  height: 100%;
}

.max-h {
  height: 100vh;
}

.logo-log {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 50px;
}

.f2 {
  border: 1px solid rgb(89, 105, 141);
  height: 56px;
}

.log-title {
  font-size: 30px;
}

.links {
  color: rgb(0, 136, 254) !important;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  display: inline-block;
}

.black-link {
  color: rgb(6, 6, 36);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: right;
}

.form-check label {
  color: rgb(6, 6, 36);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}

.form-check {
  margin: 0;
}

.form-check-input:checked {
  background-color: #000;
  border: none;
}

.form-check-input:focus {
  box-shadow: none;
}

.s2g button {
  right: 7px;
}

#qr svg {
  box-shadow: 0 0 10px #ccc;
}

.app-block {
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 16px;
  background: linear-gradient(147.08deg, rgb(78, 58, 185) -6.55%, rgb(27, 22, 71) 79.426%);
  width: 100%;
  height: 456px;

  margin-top: 136px;

  background-image: url('../img/icons/bg2.png');
  background-size: cover;
  padding: 53px 67px;

  position: relative;
}

.app-block .cont {
  max-width: 589px;
}

.app-block #qr svg {
  width: 113px;
  height: 113px;
  box-shadow: none;
}

.app-block h1,
.app-block p {
  color: #fff;
}

.act-menu,
.left-menu li:hover,
.dropdown_menu.opened li {
  width: 100%;
  border-radius: 10px;
  background: rgba(171, 181, 234, 0.3);
  color: rgb(6, 6, 36) !important;
}

.left-menu {
  padding-top: 6px;
  display: grid;
  gap: 8px;
}

.left-menu li {
  padding: 0px 16px;
  height: 52px;

  display: flex;
  align-items: center;
  gap: 18px;

  color: rgb(71, 71, 95);
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 1%;
  text-align: left;

  transition: .2s ease;
  cursor: pointer;
}

.logo-left img {
  height: 44px;
  display: block;
  margin: 27px auto;
}

.us-head {
  box-sizing: border-box;
  border-bottom: 1.5px solid rgb(223, 223, 238);
  background: #fff;
  position: sticky;
  top: 0;
  right: 0;
  height: 92px;
  width: 100%;
  z-index: 100;

}

.left-head {
  padding: 0 18px;
  width: 302px;
  height: 100vh;
  border-right: 1.5px solid rgb(223, 223, 238);
  background: rgb(255, 255, 255);

  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
}

.dash-line {
  background: rgb(223, 223, 238);
  width: 100%;
  height: 1px;
  margin: 18px auto;
  display: block;
}

.up-big {
  margin-top: 24px;
}

.us-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 56px;
}

.sdf {
  display: flex;
  align-items: center;
  gap: 24px;
}

.user-badge {
  border-radius: 100px;
  background: rgb(244, 247, 254);
  padding: 6px 8px;

  display: flex;
  align-items: center;
  gap: 8px;

  color: rgb(6, 6, 36);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: left;

  cursor: pointer;
}

.user-badge img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.dropdown_menu {
  position: relative;
  user-select: none;
}

.dropdown_menu .dropdown-arrow {
  position: absolute;
  right: 27px;
}

.mini_drop {
  display: grid;
  gap: 11px;
  margin-left: 55px;
  padding-top: 9px;

  visibility: hidden;
  height: 0px;
  opacity: 0;

  transition: .2s ease;
}

.dropdown_menu.opened .mini_drop {
  visibility: visible;
  height: 125px;
  opacity: 1;
}

.dropdown_menu.opened .dropdown-arrow {
  transform: rotate(-180deg);
}

.mini_drop a {
  color: rgb(71, 71, 95);
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 1%;
  text-align: left;
}

.mini_drop a.act-menu {
  font-weight: 600;
}

.dashboard-content {
  padding-left: 336px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 34px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.dash_block {
  border-radius: 20px;
  padding: 20px 17px;
  background: rgb(244, 247, 254);
}

.c-bl {
  background: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-small {
  color: #000;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -2%;
  text-align: left;
  margin: 0;
}

.d-big {
  color: rgb(6, 6, 36);
  font-family: DM Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -2%;
  text-align: left;
  margin: 0;
}

.d-gray {
  color: rgb(131, 131, 155) !important;
}

.mt-24 {
  margin-top: 24px;
}

.dash_block2 {
  width: 100%;
  border: 2px solid rgb(223, 223, 238);
  border-radius: 20px;
  padding: 22px 31px;

  z-index: 1;
}

.green_block {
  border-radius: 8px;
  background: rgba(5, 205, 153, 0.1);
  border-right: 4px solid rgb(5, 205, 153);

  padding: 15px 23px;
}

.red_block {
  border-radius: 8px;
  border-right: 4px solid rgb(255, 74, 74);

  padding: 15px 23px;
  background: rgba(255, 74, 74, 0.1);
}

.mt-28 {
  margin-top: 28px;
}

.b1 {
  border-width: 1px;
}

.d-spbig {
  color: rgb(6, 6, 36);
  font-family: DM Sans;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -2%;
  text-align: center;
}

.badge_partners {
  border-radius: 58px;

  background: rgba(5, 205, 153, 0.1);

  color: rgb(16, 161, 123);
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -2%;
  text-align: center;
  padding: 5px 8px 5px 8px;
}

.d-title {
  color: rgb(6, 6, 36);
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;

  margin-top: 32px;
  margin-bottom: 16px;
}

.form-dash {
  border-radius: 16px;

  background: rgb(244, 247, 254);

  color: rgb(131, 131, 155);
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: left;

  padding: 16px;

  border: none;
}

.form-dash:focus {
  border: none;
  outline: none;
}

.copyd {
  cursor: pointer;
  background-image: url('../img/icons/copy2.svg');
  background-repeat: no-repeat;
  background-position: 97% center;
}

.d-box {
  width: 51.34px;
  height: 51.34px;
  background: rgb(244, 247, 254);
}

.d-box i {
  font-size: 20px;
}

.dash_table {
  box-sizing: border-box;
  border: 2px solid rgb(223, 223, 238);
  border-radius: 20px;
}

.head_table {
  padding: 28px 56px;
  border-bottom: 1px solid rgb(223, 223, 238);
}

.head_table .col {
  color: rgb(131, 131, 155);
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
}

.head_table .col:last-child,
.body_table .col:last-child {
  text-align: right;
}

.body_table .col:last-child {
  display: flex;
  justify-content: end;
  align-items: center;
}

.body_table {
  padding: 32.5px 56px;
  display: grid;
  gap: 56px;
}

.body_table .col {
  color: rgb(6, 6, 36);
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: left;

  display: flex;
  align-items: center;
}

.emp {
  display: block;
  margin: 0 auto;
}

.mini_badge {
  border-radius: 7px;
  background: rgb(244, 247, 254);
  width: 30px;
  height: 30px;

  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 22px;
  right: 23px;
}

.relative {
  position: relative;
}

.dash_pag .d-flex {
  margin-top: 45px !important;
}

.d-medium {
  color: #000;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: left;
}

.vline {
  background: rgb(223, 223, 238);
  width: 2px;
  height: 56px;
}

.table_button {
  text-decoration-line: underline;
  color: rgb(0, 136, 254) !important;
  cursor: pointer;
}

.statused {
  display: inline-block;
  border-radius: 40px;

  padding: 8px 12px 8px 12px;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
}

.statused.pending {
  background: rgba(46, 169, 238, 0.15);
  color: rgb(46, 169, 238);
}

.statused.green {
  color: rgb(16, 161, 123);
  background: rgba(16, 161, 123, 0.15);
}

.statused.red {
  color: rgb(255, 70, 70);
  background: rgba(255, 70, 70, 0.15);
}

.fz20 {
  font-size: 20px !important;
}

.head_block {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 26px 30px;

  border-bottom: 1px solid rgb(223, 223, 238);
}

.body_block {
  padding: 26px 30px;
}

.form-v2 {

  border: 1px solid rgb(223, 223, 238);
  border-radius: 12px;

  background: rgba(29, 29, 51, 0.02) !important;

  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 1%;
  text-align: left;
  height: 52px;
}

.form-control:focus {
  box-shadow: none !important;
}

.d-label {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 600;

  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 8px;
}

.d-grid-40 {
  display: grid;
  gap: 40px;
}


.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  display: flex;
  gap: 8px;
  align-items: center;

  color: rgb(6, 6, 36);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 1%;
  text-align: left;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.select-bar {
  width: 100%;
  background: var(--color-eight);
  border: none;
  color: var(--color-six);
}

.select-bar .current {
  color: var(--color-six);
  display: flex;
  align-items: center;
  gap: 8px;
}

.select-bar .list {
  width: 100%;
  border-radius: 12px;
  background: rgb(255, 255, 255);
}

.select-bar .list li {
  color: rgb(6, 6, 36);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 1%;
  text-align: left;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: var(--main-color) !important;
}

.round-gate {
  border-radius: 6px;
}

.icon-dep {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.dw {
  border: 1px solid rgb(223, 223, 238);
  border-radius: 12px;
  background: rgba(29, 29, 51, 0.02) !important;
  color: rgb(131, 131, 155);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 1%;
  text-align: left;
  height: 52px;

  display: flex;
  align-items: center;
}

.dw .current {
  font-weight: 400;
}

.dash_modal .modal-flex {
  gap: 16px;
}

.dash_modal .dash-line {
  margin: 8px auto;
}

.lined-b {
  border-bottom: 1px solid rgb(223, 223, 238);
  width: 100%;
  padding-bottom: 24px;
  margin-bottom: 32px;
}

.d-h6 {
  color: rgb(6, 6, 36);
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -2%;
  text-align: left;
}

.d-color {
  color: rgb(163, 174, 208);
}

.block-info {
  border-radius: 8px;
  background: rgba(255, 74, 74, 0.1);
  padding: 24px 32px;
  border-left: 5px solid rgb(255, 74, 74);

  margin-top: 48px;
}

.block-info h1 {
  color: rgb(237, 54, 54);
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 800;
  line-height: 23px;
  letter-spacing: -2%;
  text-align: left;
  font-style: italic;
  margin: 0;
}

.block-info p {
  color: rgb(192, 74, 74);
  font-family: DM Sans;
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -2%;
  text-align: left;

  margin-top: 8px;
  margin-bottom: 0px;
}

.showedb {
  display: block !important;
}

.mt-32 {
  margin-top: 32px;
}

.qr-code * {
  width: 146px;
  height: 146px;
}

.qr-code {
  box-shadow: 0 0 10px #ccc;
  display: inline-block;
  padding: 10px;
  border-radius: 9px;
}

.code_input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;

  width: 100%;
}

.input-verify {
  border: 1px solid rgb(131, 131, 155);
  border-radius: 10px;
  max-width: 56px;
  max-height: 56px;
  width: 100%;
  height: 100%;
  text-align: center;

  font-size: 24px;
  font-weight: 600;

  padding: 0px !important;
}

.actionModal .modal-content h5 {
  font-family: DM Sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -2%;
  text-align: center;
  margin-bottom: 8px;
  margin-top: 8px;
}

.actionModal .modal-content p {
  color: rgb(6, 6, 36);
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -2%;
  text-align: center;
  margin: 0;

  opacity: .7;
}

.actionModal .modal-content img {
  width: 72px;
  height: 72px;

  margin: 0 auto;
  display: block;
}

.style-2 {
  background: none !important;
}

.left-menu {
  height: 85%;
  overflow-y: scroll;
}


.left-menu::-webkit-scrollbar {
  width: 0px;
}


.switcher {
  border-radius: 8px;

  background: rgb(244, 244, 245);
  position: relative;

  display: flex;
  align-items: center;
  height: 24px;
  width: 45px;

  cursor: pointer;
}

.switcher_in {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 4px;

  position: absolute;
  left: 4.5px;
}

.sv1,
.sv2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.switcher.checked .switcher_in {
  right: 4.5px;
  left: auto;
}

.switcher.checked .switcher_in .sv1 {
  display: none;
}

.switcher.checked .switcher_in .sv2 {
  display: flex !important;
}

.cb3 {
  background: rgb(244, 247, 254);
}

.btn-4 {
  border-radius: 10.61px;
  padding: 11px 24px 11px 24px;
  background: rgb(244, 247, 254);

  color: rgb(6, 6, 36);
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 16.97px;
  letter-spacing: 0%;
  text-align: left;
}

.avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.close_btn {
  background: rgb(226, 226, 226);
  height: 43px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-4 span {
  padding-left: 5px;
}

.block-photo {
  width: 100%;
  height: auto;
  border: 2px dashed rgb(71, 71, 120);
  border-radius: 8.31px;

  background: rgba(6, 6, 36, 0.05);
  padding: 32px 37px;

  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;

  color: rgb(131, 131, 155);
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 11.38px;
  letter-spacing: 0%;
  text-align: center;

  cursor: pointer;
  gap: 12px;

  transition: .2s ease;
}

.block-photo img {
  max-width: 64px;
  max-height: 64px;
  border-radius: 9px;
}

.main_copy_btn {
  margin-left: 6px;
}

.cord {
  height: 212px;
  width: 32px;
  min-width: 32px;
  position: relative;
}

.d-label2 {
  color: rgb(131, 131, 155);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 1%;
  text-align: left;

  display: inline-block;
}

.badge_cord {
  border-radius: 8px;
  background: rgb(106, 106, 124);
  color: rgb(255, 255, 255);
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;

  width: 100%;
  height: 32px;
}

.bc1 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.line-1 {
  width: 4px;
  height: 50%;

  position: absolute;
  background: rgb(106, 106, 124);
  z-index: 1;

  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.line-2 {
  width: 4px;
  height: 50%;

  position: absolute;
  background: rgb(6, 6, 36);
  z-index: 1;

  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s ease;
}

.policy_text * {
  font-family: 'Poppins';
}

.bc2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;

  background: rgb(6, 6, 36);
  transition: .5s ease;
}

.active-bc {
  background: rgb(6, 6, 36);
}

.dash_block3 {
  border: 1px solid rgb(223, 223, 238);
  border-radius: 12px;

  background: rgba(29, 29, 51, 0.02);
  padding: 16px 18px;

  margin-top: 16px;
}

.fz16 {
  font-size: 16px !important;
}

.sds {
  list-style-type: disc;
  padding-left: 18px;
  padding-right: 50px;
}

.sds li {
  color: rgb(131, 131, 155);
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 1%;
  text-align: left;

  opacity: .8;
  margin: 16px 0px;
}

.deact .b {
  opacity: .7;
}

.deact .main-dep {
  display: none;
}

.deact .line-2,
.deact .bc2 {
  background: rgb(106, 106, 124);
}

.addrd {
  display: inline-block;
  word-break: break-word;
  width: 100%;
}

.arws {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.main_dropdown {
  border-radius: 12px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(223, 223, 238);

  opacity: 0;
  transition: .3s ease;
}

.main_dropdown.show {
  animation: opacity .3s ease forwards;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.main_dropdown li {
  color: rgb(71, 71, 95);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 1%;
  text-align: left;

  cursor: pointer;

  padding: 9px 24px;

  transition: .2s ease;
}

.act_button,
.main_dropdown li:hover,
.language__img_active {
  background: #f5f5f5;
}

@keyframes skeleton-loading {
  0% {
    background-position: right;
  }

  100% {
    background-position: left;
  }
}

.skeleton {
  content: ' ';
  cursor: progress;

  background: linear-gradient(90deg, #ddda 40%, #efefefaa, #ddda 60%) right / 300% 100%;
  animation: skeleton-loading 1.5s linear infinite;
}

.not {
  padding-bottom: 24px;
  padding-top: 24px;
  border-bottom: 1px solid rgb(223, 223, 238);
}

.not:first-child {
  padding-top: 0px;
}

.not:last-child {
  padding-bottom: 0px;
  border: none;
}

.not_block * {
  color: rgb(131, 131, 155);
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}

.sbtn {
  border-radius: 6px;
  background: rgb(244, 247, 254);

  color: rgb(6, 6, 36);
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: center;
  padding: 8px 12px 8px 12px;

  opacity: .7;
}

.sbtn.active {
  opacity: 1;
}

.messages {
  min-height: 400px;
  max-height: 500px;
  overflow-y: auto;
}

.gp12 {
  gap: 12px;
}

.title_user {
  color: rgb(6, 6, 36);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 1px;
}

.date-t {
  color: rgb(131, 131, 155);
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0%;
  text-align: left;

  margin: 0;
}

.user_message {
  color: rgb(6, 6, 36);
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;

  margin-top: 16px;
  margin-bottom: 0px;

  width: 100%;
  white-space: break-spaces;
  word-wrap: break-word;
}

.message-user {
  width: 100%;
  max-width: 760px;

  padding-bottom: 24px;
  padding-top: 32px;

  border-bottom: 1px solid rgb(223, 223, 238);
}

.message-user:first-child {
  padding-top: 0px;
}

.message-user:last-child {
  padding-bottom: 0px;
  border: none;
}

.w36 {
  width: 36px;
  height: 36px;
}

.attach {
  margin-top: 22px;

  display: flex;
  align-items: center;
  gap: 14px;

  color: rgb(0, 136, 254) !important;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: left;
}

.type_msg {
  width: 100%;
}

.msg-d {
  border: 1px solid rgb(223, 223, 238);
  border-radius: 11px;

  background: rgba(29, 29, 51, 0.05) !important;

  min-height: 67px !important;
  padding-top: 14px;
}

.send-btn {
  position: absolute;
  right: 21.5px;
  background: none;
}

.marker {
  font-size: 14px;

  border-radius: 40px;
  background: rgba(6, 6, 36, 0.1);
  padding: 8px 20px 8px 20px;
}

.attach2 {
  color: rgb(6, 6, 36);
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: left;
  text-decoration-line: underline;

  cursor: pointer;

  display: flex;
  align-items: center;
  gap: 6px;
}

.white {
  display: none;
}

.notify_drop {
  padding: 0px;

  max-height: 400px;
  min-width: 279px;
  min-height: 250px;
  overflow-y: auto;
}

.head_b {
  padding: 16px;
  border-bottom: 1px solid rgb(64, 64, 111);

  color: rgb(6, 6, 36);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1%;
  text-align: left;
  margin: 0;

  min-width: 279px;
}

.notify_drop li {
  padding: 16px;

  border-bottom: 1px solid rgb(64, 64, 111);
}


.notify_drop::-webkit-scrollbar {
  width: 1px;
}

.n-title {
  color: rgb(6, 6, 36);
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -2%;
  text-align: left;

  opacity: .6;

  margin-top: 0px;
  margin-bottom: 7px;
}

.n-msg {
  color: rgb(6, 6, 36);
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 1%;
  text-align: left;

  margin: 0;
}

.dash_drop.show {
  left: 50% !important;
  transform: translate(-50%, 57px) !important;
}

.dash_drop,
.profile_h,
.langs_drop {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.profile_h {
  min-width: 279px;
  padding: 16px 0px;
}

.profile_h.show {
  left: 50% !important;
  transform: translate(-50%, 69px) !important;
}

.langs_drop.show {
  transform: translate(30px, 57px) !important;
}

.profile_h li {
  padding: 10px 24px;

  display: flex;
  align-items: center;
  gap: 18px;

  color: rgb(71, 71, 95);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1%;
  text-align: left;
}


.chrt {
  position: absolute;
  left: 0px;
  bottom: 0px;

  width: 100%;
  height: 166px;
  z-index: -1;
}

.ch2 {
  height: 163px;
  display: flex;
  justify-content: center;
}

.m-cont {
  padding: 0 20px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.m-header {
  height: 69px;
  width: 100%;
  border-bottom: 1px solid rgba(6, 6, 36, 0.2);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  background: rgba(255, 255, 255, 0.12);
  z-index: 999;

  position: fixed;
  top: 0;
  left: 0;

  display: flex;
  align-items: center;
  padding: 0 16px;
}

.h-space {
  height: 69px;
  margin-bottom: 24px;
  width: 100%;
}

.title-m {
  color: rgb(6, 6, 36);
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 1%;
  text-align: left;

  margin: 0;
}

.burder {
  cursor: pointer;
}

.d-grid-30 {
  display: grid;
  gap: 30px;
}

.m-table {
  display: grid;
  gap: 16px;
}

.m-table .dash_block2 {
  padding: 20px;
  border-width: 1px;
  border-radius: 20px;
}

.m-tab li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.m-title {
  margin: 0;
  color: rgb(131, 131, 155);
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
}

.m-value {
  color: rgb(6, 6, 36);
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
}

.m-tab {
  display: grid;
  gap: 16px;
}

.ch1 {
  left: -3px;
  width: 101%;
}

.f-header {
  width: 100%;
  height: 100%;
  position: fixed;

  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;

  visibility: hidden;
  opacity: 0;

  transition: .2s ease;
}

.f-header.opened {
  visibility: visible;
  opacity: 1;
}

.f-content {
  padding: 40px 0;

  width: 237px;
  display: block;
  margin: 0 auto;

  position: relative;

  height: 100%;
  overflow-y: auto;
}

.close-cont {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: 16px;
}

.f-ul li {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgb(223, 223, 238);

  color: rgb(131, 131, 155);
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 1%;
  text-align: left;

  display: flex;
  align-items: center;
  gap: 13px;
}

.m-act-menu {
  color: #000 !important;
}

.f-ul li svg path {
  stroke: rgb(131, 131, 155);
}

.m-act-menu svg path {
  stroke: #000 !important;
}

.us-head-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.f-ul li svg {
  width: 20px;
  height: 20px;

  color: red;
}

.m-drop .dropdown-arrow {
  width: 16px;
  height: 16px;
  right: 15px;
}

.m-drop.opened li {
  background: transparent !important;
}

.m-drop .mini_drop {
  margin-left: 20px;
}

.gr-1 {
  filter: blur(594.51px);
  background: rgba(58, 207, 231, 0.15);

  position: absolute;
  transform: rotate(-79.75deg);

  top: 0px;
  right: 0;

  width: 661.4px;
  height: 1440.73px;

  z-index: -1;
}

.app-block .back {
  position: absolute;
  bottom: -1px;
  right: 50px;
  z-index: 2;
  height: 342px;
}

.app-tp {
  background: linear-gradient(133.23deg, rgb(58, 207, 231), rgb(0, 136, 254));
  -webkit-background-clip:
    text;
  -webkit-text-fill-color:
    transparent;
  background-clip:
    text;
  text-fill-color:
    transparent;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 2%;
  text-align: left;
  text-transform: uppercase;
}

.zh1 {
  background: rgb(218, 233, 255);
  opacity: 0.4;
}

.zh2 {
  background: rgb(218, 233, 255);
  opacity: 0.4;
}

.m-act-menu {
  color: #000 !important;
}

.m-act-menu svg path {
  stroke: #000 !important;
}


@media (max-width: 992px) {
  .dash_block2 {
    padding: 20px;
  }

  .main_modal .modal-body {
    padding: 30px;
  }

  .body_block {
    padding: 18px;
  }

  .head_block {
    padding: 20px 18px;
  }

  .d-medium {
    font-size: 14px;
  }

  .d-h6 {
    font-size: 14px;
  }

  .d-title {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 16px;
  }

  .badge_partners {
    font-size: 12px;
  }

  h1 {
    font-family: Poppins;
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1%;
  }

  .form-v2 {
    height: 39px;
  }

  .d-label {
    font-size: 14px;
  }

  .sbtn {
    padding: 6px 9px 6px 9px;
    font-size: 12px;
  }

  .emp_b {
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 16px;
  }

  .fz-12 {
    font-size: 12px !important;
  }

  .text-wrap {
    white-space: break-spaces;
    word-wrap: break-word;
  }

  .marker {
    font-size: 12px;
  }

  .user_message,
  .attach,
  .attach2 {
    font-size: 14px;
  }

  .title-user,
  .date-t {
    font-size: 12px;
  }

  .msg-d {
    min-height: 70px !important;
  }

  .m-p {
    padding: 6px 15px 6px 15px;
  }

  .vline {
    width: 1px;
  }

  .cb3 {
    width: 36px;
    height: 36px;
  }

  .cb3 img {
    width: 18px;
    height: 18px;
  }

  .not {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .dash_pag .d-flex {
    margin-top: 15px !important;
  }

  .arw {
    width: 18px;
    height: 18px;
  }

  .not_block * {
    font-size: 14px;
  }

  .statused {
    padding: 6px 9px 6px 9px;
    font-size: 14px;
  }

  .modal-title {
    font-size: 18px;
  }

  .lined-b {
    margin-bottom: 24px;
    padding-bottom: 19px;
  }

  .sm-m-text,
  .bg-m-text {
    font-size: 14px;
  }

  .dash_modal .modal-flex {
    gap: 9px;
  }

  .btn-4 {
    padding: 9px 18px 9px 18px;
    font-size: 14px;
  }

  .btn-4 .dropdown-arrow {
    width: 15px;
    height: 15px;
  }

  .arws {
    gap: 6px;
  }

  .main_dropdown li {
    font-size: 14px;
  }

  .btn-2,
  .btn-1 {
    font-size: 14px;
    font-weight: 500;
    height: 39px;
  }

  .priced h4 {
    font-size: 22px;
  }

  .badge-plan {
    font-size: 16px;
  }

  .small-body {
    font-size: 14px;
  }

  .subtitle-small {
    font-size: 18px;
  }

  .contents-plan li {
    padding: 16px 0;
  }

  .actionModal .modal-content h5 {
    font-size: 18px;
  }

  .actionModal .modal-content p {
    font-size: 12px;
  }

  .block-info h1 {
    font-size: 14px;
  }

  .block-info p {
    font-size: 12px;
  }

  .block-info {
    margin-top: 33px;
    padding: 12px 23px;
  }

  .qr-code * {
    width: 105px;
    height: 105px;
  }

  .mt-40 {
    margin-top: 30px !important;
  }

  .code_input {
    gap: 12px;
  }

  .d-small {
    font-size: 12px;
  }

  /* .modal-dialog-centered {
    min-height: auto !important;
  } */

  .d-label2 {
    font-size: 12px;
  }

  .sds li {
    font-size: 12px;
  }

  .sds {
    padding-left: 0px;
  }

  .fz16 {
    font-size: 14px !important;
  }

  .select-bar .list li {
    font-size: 12px;
    gap: 4px;

    padding-left: 12px;
    padding-right: 20px;
  }

  .dw .current {
    font-size: 12px;
  }

  .fz20 {
    font-size: 16px !important;
  }

  .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .c-box,
  .c-bl {
    width: 38px;
    height: 38px;
  }

  .c-bl svg {
    width: 18px;
    height: 18px;
  }

  .dash_block {
    padding: 16px 13px;
  }

  .d-big {
    font-size: 18px;
    line-height: normal;
  }

  .form-dash {
    font-size: 14px;
    height: 48px;
  }

  .copyd {
    background-size: 18px 18px;
  }

  .d-box i {
    font-size: 16px;
  }

  .mt-20 {
    margin-top: 20px;
  }

  .ch1 {
    height: 87px;
  }

  .ch1 img {
    height: 100%;
  }

  .m-value {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
  }

  .d-spbig {
    font-size: 24px;
  }

  .ch2 {
    height: 133px;
  }

  .m-cont {
    padding-bottom: 40px;
  }

  .fz-11 {
    font-size: 11px !important;
  }

  .logo-log {
    top: 20px;
    left: 30px;
  }

  .logo-log img {
    width: 141px;
  }

  .brd {
    max-width: 300px;
    margin-top: 40px;
  }

  .cld {
    background: none !important;
  }

  .log-title {
    font-size: 22px;
  }

  .f2 {
    height: 42px;
    font-size: 14px;
  }

  .small-label {
    font-weight: 600;
  }

  .form-check-label {
    font-size: 14px !important;
    transform: translateY(-2px);
  }

  .y2 {
    transform: translateY(-2px);
  }

  .black-link {
    font-size: 14px;
  }

  .mt-30 {
    margin-top: 30px;
  }

  .links {
    font-size: 14px;
  }

  .asd {
    overflow: hidden;
  }

  .marker {
    font-weight: 400;
    font-size: 12px;
  }

  .attach2 {
    font-size: 12px;
    gap: 2px;
  }

  html {
    overflow-x: hidden;
  }

  h3 {
    font-size: 22px;
  }

  .brd {
    margin-bottom: 30px;
    margin-top: 50px;
  }

  .pdb {
    padding-bottom: 50px;
  }

  .w-213 {
    max-width: 213px;
    margin-top: 80px;
  }

  .section-title h1 {
    font-size: 34px;
    font-weight: 600;
  }

  .subtitle-main {
    font-size: 12px;
    margin: 0;
  }

  .title-sub {
    color: rgb(6, 6, 36);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
  }

  .accordion-button,
  .ac-light .accordion-button {
    padding: 24px;
    font-size: 16px;
    line-height: normal;
  }

  .accordion-body,
  .ac-light .accordion-body {
    padding: 0px 24px 24px 24px;

    font-size: 14px;
    opacity: 1;
    line-height: 23px;
    letter-spacing: 0px;
  }

  .mt-128 {
    margin-top: 65px;
  }

  .section-title {
    margin-bottom: 32px;
  }

  .small-body {
    color: rgb(6, 6, 36);
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
  }

  .bl-plan {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 3px;

    padding: 12px 30px;

    text-align: left;
    font-size: 12px;
  }

  .bl-plan span {
    width: 100%;
  }

  .grd-plan {
    column-gap: 24px;
  }

  .mb-50 {
    margin-bottom: 35px;
  }

  .modal-flex {
    gap: 18px;
  }

  .badge-plan2 {
    font-size: 14px;
  }

  .sold-badge {
    font-size: 12px;
  }

  .blog {
    border-radius: 14.81px;
    backdrop-filter: blur(11.11px);
    background: linear-gradient(146.03deg, rgba(6, 6, 36, 0) -168.815%, rgba(6, 6, 36, 0.06) 136.865%);
    box-shadow: none;
  }

  .badge_blog span {
    font-size: 14px;
  }

  .blog .small-body {
    color: rgba(6, 6, 36, 0.7);
    font-family: Poppins;
    font-size: 14.81px;
    font-weight: 400;
    line-height: 22.21px;
    letter-spacing: 0px;
    text-align: left;
  }

  .blog-content * {
    font-size: 16px;
    width: 100% !important;
  }

  .nav-block {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    color: rgb(6, 6, 36);
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1%;
    text-align: center;
  }

  .nav-content {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .navigation_bar {
    width: 100%;
    height: 72px;

    position: fixed;
    bottom: 0;
    left: 0;

    display: flex;
    align-items: center;

    border-top: 1px solid rgb(223, 223, 238);
    border-radius: 16px 16px 0px 0px;
    box-shadow: 0px 0px 20px 0px rgba(94, 229, 250, 0.05);
    background: rgb(255, 255, 255);

    z-index: 999;
  }

  .lined {
    margin: 32px auto;
    height: 1px;
  }

  .text-footer {
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-size: 12px;
    font-weight: 300 !important;
    line-height: 21.75px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
  }

  .logo-footer img {
    width: auto !important;
    height: 42px;
  }

  .footer {
    margin-top: 64px;
    padding-top: 38px;
    padding-bottom: 30px;
  }

  h2 {
    font-family: Poppins;
    font-size: 34px;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: 0%;
    text-align: center;
  }

  .t2 {
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
  }

  .subtitle-big {
    font-size: 18px;
    line-height: normal;
  }

  .footer-link {
    margin-top: 16px;
    gap: 12px;
  }

  .footer-link li a {
    color: rgb(224, 224, 224);
    font-family: Poppins;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: capitalize;
  }

  .p20 {
    padding: 0 20px;
  }

  .copyright p {
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;

    opacity: .8;
  }

  .form-footer {
    border-radius: 13.45px;
    backdrop-filter: blur(8.18px);
    background: rgb(255, 255, 255);
    height: 54px;

    color: rgb(130, 130, 130);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
  }

  .btn-group button {
    right: 9px;
  }

  .txd {
    font-weight: 300 !important;
  }

  .g-team {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .ttext {
    color: rgb(6, 6, 36);
    font-family: Poppins;
    font-size: 15.01px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0%;
    text-align: left;
  }

  .big-body {
    color: rgb(6, 6, 36);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.4px;
    letter-spacing: 0px;
    text-align: left;
  }

  .big-line {
    margin: 40px auto;
    width: 95%;
    height: 1px;
  }

  .mt-100 {
    margin-top: 85px;
  }

  .title-com {
    color: rgb(6, 6, 36);
    font-family: Poppins;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0%;
    text-align: left;
  }

  .ref-promo {
    height: auto;
    min-height: 303px;
    padding: 28px 15px;
    background-image: url(../img/sections/elements/bg2.png);
    background-size: cover;
  }

  .fbs {
    color: rgb(6, 6, 36);
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: left;
  }

  .c-block3 {
    box-shadow: 0px 0px 15px 0px #129ff7cc;
  }

  .block-stat {
    padding: 44px 20px;

    border-radius: 30px;

    box-shadow: 0px 3px 4.5px 0px rgba(0, 0, 0, 0.25);
    background: linear-gradient(146.02deg, rgba(6, 6, 36, 0.044) -10.344%, rgba(6, 6, 36, 0.044) 53.302%, rgba(6, 6, 36, 0.004) 112.891%);

  }

  .fc {
    color: rgb(6, 6, 36);
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1%;
  }

  .map-if {
    min-height: 337px;
  }

  .fs1 {
    color: rgba(6, 6, 36, 0.7);
    font-family: Poppins;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
  }

  .fs2 {
    color: rgb(6, 6, 36);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    letter-spacing: 0%;
    text-align: left;
  }

  .cent-block {
    width: 50px;
    height: 50px;
  }

  .cent-block img {
    width: 60%;
  }

  .c-block3 {
    width: 48px;
    height: 48px;
    padding: 12px;
  }

  .c-block3 img {
    width: 100%;
  }

  .banner_title {
    line-height: 47.3px;
  }

  .brds {
    color: rgb(6, 6, 36);
    font-family: Poppins;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: left;
  }

  .app-block {
    padding: 25px 12px;
    height: auto;
    min-height: 550px;
    align-items: start;
    justify-content: center;
    background-image: url('../img/sections/elements/bg3.png');
    background-size: cover;
  }

  .app-block .back {
    left: 50%;
    transform: translateX(-50%);
    height: 256px;
  }

  .app-block p {
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: center;
  }

  .app-block h1 {
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1%;
    text-align: center;

    margin-bottom: 16px;
  }

  .s123 {
    color: rgb(6, 6, 36);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.4px;
    letter-spacing: 0px;
    text-align: left;
  }

  .led {
    height: 50px;
  }

  body {
    background-image: url(../img/sections/elements/bg-m.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
  }

  .banner_badge {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 2%;
    text-align: left;
    padding: 7.5px 15px 7.5px 15px;
  }

  .d-banner {
    border: 1px solid rgba(87, 157, 241, 0.2);
    border-radius: 24px;
    padding: 16px;

    height: 100%;
    width: 100%;
    max-width: 600px !important;
  }

  .frg {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 20.51px;
    letter-spacing: 0%;
    text-align: left;

    margin-top: 27px;
  }

  .frg2 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
  }

  .block-feat {
    padding: 36px;
    height: 100%;
  }

  .btn-3 {
    font-size: 12px;
    height: 36px;
    padding: 0 15px;
    gap: 7px;
  }

  .btn-3 img {
    width: 18px;
    height: 18px;
  }

  .brs {
    border-radius: 50%;
  }

  .depw {
    padding: 16px 22px 16px 22px;
    border-bottom: 1px solid rgb(223, 223, 238);
  }

  .depw:last-child {
    border: none;
  }

  .d-email {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: left;
  }

  .d-name {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 15.4px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;

    opacity: 0.6;
  }

  .d-value {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: left;
  }

  .fw-700 {
    font-weight: 700;
  }

  .f-home li {
    color: rgb(6, 6, 36);
    font-family: Poppins;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
  }

  .sdsdd {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0%;
    text-align: left;
  }

  .mob-drop {
    width: 100%;
  }
  .f-content .sdsdd {
    color: rgb(131, 131, 155);
  }
  .gl-us path {
    fill: rgb(131, 131, 155);
  }
  .drwn path {
    stroke: rgb(131, 131, 155);
  }
  .dot-not {
    width: 6px;
    height: 6px;
  }
}

@media (max-width: 393px) {
  .d-big {
    font-size: 16px;
  }
}

.lh26 {
  line-height: 26px !important;
}

.rc-block {
  padding: 16px 10px;
  width: 100%;
  border-radius: 8px;
  background: rgba(125, 247, 151, 0.20);
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 6px;
  color: #41BB5B !important;
  font-family: 'DM Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.r2 {
  color: #CAA761 !important;
  background: rgba(247, 219, 162, 0.20);
}

.dot-not {
  width: 8px;
  height: 8px;

  position: absolute;
  right: -2px;
  top: -2px;
  background: rgb(5, 205, 153);
  border-radius: 50%;

  z-index: 1;
}

.dot-not::before {
  content: "";

  position: absolute;
  z-index: -1;
  background: rgb(5, 205, 153);
  border-radius: 50%;

  width: 100%;
  height: 100%;

  opacity: .4;

  animation: dot-p 1s forwards infinite;
}

@keyframes dot-p {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(2);
  }
}