:root {
  color-scheme: dark;
}

html {
  margin: 0;
  padding: 0;
  background: #0e1116;
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
}

body {
  margin: 0;
  padding: 0;
  background: #0e1116;
  font-family: "Akrobat", -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #e9edf1;
  overflow: hidden;
  min-height: 100%;
}

html::-webkit-scrollbar {
  width: 10px;
}

html::-webkit-scrollbar-track {
  background: #0e1116;
  border-left: 1px solid rgba(239, 215, 160, .15);
}

html::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #EFD7A0 0%, #b8935e 100%);
  border-radius: 6px;
  border: 2px solid #0e1116;
}

html::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #f5e5bc 0%, #EFD7A0 100%);
  box-shadow: 0 0 8px rgba(239, 215, 160, .4);
}

html::-webkit-scrollbar-thumb:active {
  background: #EFD7A0;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #EFD7A0 #0e1116;
}

body * {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body *::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.lucrar-level-up-company {
  --accent: #EFD7A0;
  --fg: #fff;
  --title-size: clamp(20px, 2.9vw, 32px);
  --pack-w: 980px;
  --pack-h: 190px;
  --pack-scale: .95;
  --pack-shift-y: 60px;
  --contact-size: 22px;
  --contact-gap: 10px;
  --contact-y: 0px;
  --pointer-x: 0px;
  --pointer-y: 0px;
  --pointer-size: 20px;
  --down-length: 2600px;
  --down-x: 0px;
  --down-head: 22;
  --down-stroke: 9;
  --down-trigger: .22
}

.lucrar-level-up-company {
  color: var(--fg);
  padding: 40px 0 52px;
  width: 100%;
  max-width: 100%;
  font-family: "Akrobat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
  overflow-y: visible;
  z-index: 15;
}

.lucrar-level-up-company * {
  box-sizing: border-box;
}

main {
  width: 100%;
  max-width: 100%;
  overflow: visible
}

.bar-title {
  max-width: min(1150px, 90vw);
  margin: 0 auto 18px;
  width: 100%;
  overflow: hidden
}

.bar-title::before,
.bar-title::after {
  content: "";
  display: block;
  height: 2px;
  background: #fff;
  opacity: .95
}

.bar-heading {
  font-size: var(--title-size);
  text-align: center;
  font-weight: 700;
  margin: 10px 0;
  text-transform: uppercase
}

.liq-wrap {
  max-width: min(1150px, 90vw);
  margin: 0 auto 18px;
  text-align: center;
  width: 100%;
  overflow: hidden
}

.liq-amount {
  font-family: "SegoePrint", cursive !important;
  font-size: clamp(36px, 6vw, 64px);
  color: var(--accent);
  line-height: 1
}

.liq-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
  flex-wrap: wrap
}

.liq-row svg {
  width: 110px;
  height: 60px;
}

.liq-note {
  font-family: "SegoePrint", cursive !important;
  font-size: clamp(14px, 2.4vw, 20px);
  color: #fff
}

.title-wrap {
  max-width: min(1100px, 90vw);
  margin: 12px auto 0;
  width: 100%;
  overflow: hidden
}

.title-wrap::before,
.title-wrap::after {
  content: "";
  display: block;
  height: 2px;
  background: #fff;
  opacity: .95
}

.main-title {
  font-size: var(--title-size);
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0px;
  font-weight: 700
}

.contact-cluster {
  position: relative;
  max-width: min(980px, 94vw);
  margin: clamp(12px, 1.8vw, 16px) auto 0;
  overflow: visible;
  padding: clamp(40px, 8vw, 100px) 0 clamp(16px, 3vw, 24px)
}

.pack-outer {
  width: calc(var(--pack-w)*var(--pack-scale));
  height: calc(var(--pack-h)*var(--pack-scale));
  margin: 0 auto;
  position: relative;
  transform: translateY(0);
  overflow: visible
}

.curvy-pack {
  inset: 0;
  width: var(--pack-w);
  height: var(--pack-h);
  transform: scale(var(--pack-scale));
  transform-origin: 0 0;
  pointer-events: none;
  overflow: visible;
  width: max-content;
  margin: auto;
}

.curvy-pack>* {
  position: absolute
}

.curvy-pack .q {
  text-align: center;
  color: #fff;
  font-size: clamp(18px, 2.6vw, 28px);
  line-height: 1.25;
  margin: 0;
  position: relative !important;
}

.arrow {
  position: absolute;
  pointer-events: none;
  transform-origin: center center
}

.arrow img {
  width: 100%;
  display: block;
  height: auto;
}

.arrow.lt {
  left: 22%;
  top: 2%;
  width: 84px;
  transform: rotate(210deg)
}

.arrow.lb {
  left: 22%;
  top: 15%;
  width: 84px;
  transform: rotate(-50deg)
}

.arrow.rt {
  right: 23%;
  top: 15%;
  width: 72px;
  transform: rotate(-110deg)
}

.arrow.rb {
  right: 24%;
  top: 2%;
  width: 54px;
  transform: rotate(30deg) scaleY(-1)
}

.label {
  position: absolute;
  pointer-events: none;
  transform-origin: center center
}

.label svg {
  display: block;
  width: 100%;
  height: 90px;
  overflow: visible
}

.label text {
  font-family: "SegoePrint", cursive !important;
  fill: var(--accent);
  font-size: 18px
}

.label.lt {
  left: -2%;
  top: -14%;
  width: 360px;
  transform: rotate(-3deg)
}

.label.lb {
  left: -10%;
  top: 28%;
  width: 380px;
  transform: rotate(-25deg)
}

.label.rt {
  left: auto;
  top: -14%;
  width: 380px;
  transform: rotate(-16deg)
}

.label.rb {
  left: auto;
  top: 28%;
  width: 380px;
  transform: rotate(16deg)
}

.contact-curve {
  display: block;
  margin: clamp(12px, 2vw, 16px) auto 0;
  max-width: min(620px, 90vw);
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: -20px;
}

.contact-curve text {
  font-family: "SegoePrint", cursive !important;
  fill: var(--accent);
  font-size: 35px;
  text-anchor: middle
}

.contact-curve a {
  fill: var(--accent);
  color: var(--accent);
  text-decoration: none;
  pointer-events: auto;
  cursor: pointer
}

.stats-frame {
  position: relative;
  max-width: min(1150px, 92vw);
  margin: 1px auto 0;
  padding: clamp(16px, 3vw, 24px);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  width: 92%;
}

.stats-frame::before,
.stats-frame::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #fff
}

.stats-frame::before {
  left: 0
}

.stats-frame::after {
  right: 0
}

.improve-top {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 6px;
  color: rgba(239, 215, 160, .6);
  font-weight: 700
}

.improve-big {
  font-size: 34px;
  text-transform: capitalize;
  color: var(--accent);
  margin: 0 0 14px;
  font-weight: 700
}

.stats-title {
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 16px
}

.icons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(12px, 4vw, 40px);
  row-gap: clamp(16px, 3vw, 22px);
  max-width: 980px;
  margin: 0 auto
}

.item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: clamp(8px, 2vw, 14px)
}

.item .meta {
  display: grid;
  grid-template-rows: auto auto;
  align-content: center
}

.item .meta .num {
  justify-self: center;
  text-align: center
}

.item .icon {
  width: clamp(50px, 12vw, 78px);
  height: clamp(50px, 12vw, 78px);
  object-fit: contain;
  justify-self: center
}

.lbl {
  font-size: clamp(11px, 2.2vw, 14px);
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase
}

.num {
  font-family: "SegoePrint", cursive !important;
  font-size: clamp(20px, 4.5vw, 28px);
  line-height: 1;
  color: var(--accent);
  margin-top: 4px
}

.contact-pointer {
  position: absolute;
  left: calc(50% + var(--pointer-x));
  top: 0;
  transform: translate(-50%, calc(-52px + var(--pointer-y)));
  width: var(--pointer-size);
  height: auto;
  z-index: 2;
  pointer-events: none
}

.contact-pointer .fill {
  fill: var(--accent)
}

.bg-logo {
  position: absolute;
  right: 0;
  top: 0;
  opacity: .1;
  z-index: 0;
  width: min(64%, 740px);
  transform: translate(clamp(-100px, 10vw, 150px), 350px) rotate(-45deg);
  transform-origin: 100% 50%;
  pointer-events: none
}

.bg-logo img {
  width: 100%;
  max-width: 100%
}

.liq-row svg path,
.downline .shaft,
.contact-curve path {
  vector-effect: non-scaling-stroke;
}

.st-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2147483000;
}
.st-modal[aria-hidden="false"] {
  display: flex;
}
.st-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}
.st-dialog {
  position: relative;
  width: min(96vw, 1140px);
  max-height: 88vh;
  background: #0f1217;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.st-body {
  padding: 0;
  background: #0f1217;
}

.st-body #st-calendly {
  width: 100%;
  height: min(78vh, 760px);
  display: flex;
  align-items: stretch;
}

.st-modal .calendly-inline-widget {
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
}

.st-close {
  width: 46px !important;
  height: 46px !important;
  border-radius: 999px !important;
  --accent1: #36fba1;
  --accent2: #0c8f52;
  --ring: rgba(255, 255, 255, 0.18);
  background: radial-gradient(
    120% 120% at 30% 30%,
    var(--accent1),
    var(--accent2)
  ) !important;
  color: #0b1217 !important;
  border: 0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45), 0 0 22px rgba(54, 251, 161, 0.34) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  font-size: 22px !important;
  position: absolute !important;
  right: 14px !important;
  top: 12px !important;
  isolation: isolate;
  cursor: pointer;
  z-index: 2;
  padding: 0 !important;
}
.st-close::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  box-shadow: inset 0 0 0 2px var(--ring);
}
@keyframes stPulse {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.08);
  }
}
.st-modal[aria-hidden="false"] .st-close {
  animation: stPulse 2.8s ease-in-out infinite;
}

@media (min-width: 641px) and (max-width: 1024px) {
  .st-dialog {
    width: 86vw;
    max-height: 82vh;
    border-radius: 12px;
  }
  .st-body #st-calendly {
    height: min(66vh, 600px);
  }
}

@media (max-width: 640px) {
  .st-dialog {
    width: 92vw;
    max-height: 84vh;
    border-radius: 14px;
  }
  .st-body #st-calendly {
    height: min(68vh, 520px);
  }
  .st-close {
    width: 52px !important;
    height: 52px !important;
    font-size: 24px !important;
    right: 10px !important;
    top: 10px !important;
  }
  
}

.liq-note {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px 0px 40px 0px;
}
.arrow-img img {
  width: 40px;
  vertical-align: middle;
  margin-bottom: -2px;
}
.down-arrow.arrow-img {
  padding-top: 20px;
}
.arrow-img {
  text-align: center;
}
.arrow-icon {
  margin-right: 6px;
}
.arrow-icon img {
  width: 80px;
  transform: rotate(243deg);
  position: relative;
  top: -9px;
}

.curvy-pack .q {
  max-width: 420px !important;
  width: 100% !important;
  font-weight: 500;
  padding: 8px 0px !important;
}

@media (min-width:1025px) {

  .pack-outer {
    max-height: 220px !important;
    padding: 50px 24px !important;
  }

  .curvy-pack {
    max-height: 160px !important;
  }

  .arrow.lt {
    left: -80px;
    top: 39px;
    width: 84px;
    transform: rotate(169deg);
  }

  .arrow.lb {
    left: -81px;
    top: -16px;
    width: 84px;
    transform: rotate(2deg);
  }

  .arrow.rt {
    right: -76px;
    top: -23px;
    width: 72px;
    transform: rotate(-166deg);
  }

  .arrow.rb {
    right: -69px;
    top: 15px;
    width: 54px;
    transform: rotate(80deg) scaleY(-1);
  }

  .label {
    height: 90px
  }

  .label text {
    font-size: 17px
  }

  .label.lt {
    left: -253px;
    top: -106px;
    width: 360px;
    transform: rotate(-12deg);
  }

  .label.lb {
    left: -314px;
    top: 20px;
    width: 380px;
    transform: rotate(20deg);
  }

  .label.rt {
    right: -226px;
    top: -90px;
    width: 380px;
    transform: rotate(12deg);
  }

  .label.rb {
    right: -317px;
    top: 20px;
    width: 380px;
    transform: rotate(-20deg);
  }

  .english-content .label.lt {
    left: -212px;
    top: -61px;
    transform: rotate(-18deg);
  }

  .english-content .label.lb {
    left: -268px;
    top: 49px;
  }

  .english-content .label.rb {
    right: -308px;
    top: 33px;
    width: 380px;
    transform: rotate(-28deg);
  }

  .curvy-pack .q {
    max-width: 80%;
    font-size: clamp(18px, 2.1vw, 24px);
    line-height: 1.45;
    padding: 0 clamp(16px, 2.6vw, 22px);
  }
}

@media all and (min-width:601px) {

  .english-content .label.lt {
    left: -242px;
    top: -95px;
    transform: rotate(-18deg);
  }

  .english-content .label.lb {
    left: -303px;
    top: 20px;
  }

  .english-content .label.rb {
    right: -330px;
    top: -5px;
    width: 380px;
    transform: rotate(-40deg);
  }
}

@media (max-width:1024px) {
  .lucrar-level-up-company {
    padding: 40px 0 20px
  }

  .bar-heading {
    font-size: clamp(16px, 2.4vw, 22px)
  }

  .liq-amount {
    font-size: clamp(32px, 5.5vw, 56px)
  }

  .liq-note {
    font-size: clamp(13px, 2.2vw, 18px)
  }

  .main-title {
    font-size: clamp(18px, 2.7vw, 28px)
  }

  .pack-outer {
    width: calc(var(--pack-w)*0.9);
    height: 108px
  }


  .label {
    height: 90px
  }

  .label text {
    font-size: 17px
  }

  .arrow.lt {
    left: -82px;
    top: 39px;
    width: 84px;
    transform: rotate(169deg);
  }

  .arrow.lb {
    left: -81px;
    top: -16px;
    width: 84px;
    transform: rotate(2deg);
  }

  .arrow.rt {
    right: -76px;
    top: -23px;
    width: 72px;
    transform: rotate(-166deg);
  }

  .arrow.rb {
    right: -69px;
    top: 15px;
    width: 54px;
    transform: rotate(80deg) scaleY(-1);
  }

  .label {
    height: 90px
  }

  .label text {
    font-size: 17px
  }

  .label.lt {
    left: -253px;
    top: -106px;
    width: 360px;
    transform: rotate(-12deg);
  }

  .label.lb {
    left: -314px;
    top: 20px;
    width: 380px;
    transform: rotate(20deg);
  }

  .label.rt {
    right: -226px;
    top: -90px;
    width: 380px;
    transform: rotate(12deg);
  }

  .label.rb {
    right: -317px;
    top: 20px;
    width: 380px;
    transform: rotate(-20deg);
  }

  .curvy-pack .q {
    font-size: 24px;
    padding: 8px 0px;
  }

  .improve-top {
    font-size: 15px
  }

  .improve-big {
    font-size: clamp(28px, 5vw, 32px)
  }

  .stats-title {
    font-size: clamp(16px, 2.8vw, 17px)
  }
}

@media (max-width:950px) {
  .lucrar-level-up-company {
    padding: 28px 0 38px
  }

  .bar-title,
  .liq-wrap,
  .title-wrap {
    max-width: 94vw
  }

  .contact-cluster {
    max-width: 96vw
  }

  .bar-heading {
    font-size: clamp(15px, 2.3vw, 21px)
  }

  .liq-amount {
    font-size: clamp(30px, 5.3vw, 52px)
  }

  .liq-note {
    font-size: clamp(12px, 2.1vw, 17px)
  }

  .main-title {
    font-size: clamp(17px, 2.6vw, 26px)
  }

  .pack-outer {
    width: calc(var(--pack-w)*0.87);
    height: calc(var(--pack-h)*0.87);
    max-width: 96vw
  }


  .label text {
    font-size: 16px
  }

  .curvy-pack .q {
    padding: 8px 0px !important;
  }

  .improve-big {
    font-size: clamp(26px, 4.8vw, 30px)
  }

  .stats-frame {
    max-width: 96vw
  }

  .contact-curve {
    margin-top: -20px !important;
  }
}

@media (max-width:880px) {
  .lucrar-level-up-company {
    padding: 26px 0 36px
  }

  .bar-title,
  .liq-wrap,
  .title-wrap {
    max-width: 95vw
  }

  .contact-cluster {
    max-width: 97vw
  }

  .bar-heading {
    font-size: clamp(15px, 2.3vw, 20px)
  }

  .liq-amount {
    font-size: clamp(29px, 5.2vw, 50px)
  }

  .liq-note {
    font-size: clamp(12px, 2vw, 16px)
  }

  .main-title {
    font-size: clamp(16px, 2.6vw, 25px)
  }

  .pack-outer {
    width: calc(var(--pack-w)*0.85);
    height: calc(var(--pack-h)*0.85);
    max-width: 97vw
  }


  .label text {
    font-size: 15px
  }

  .curvy-pack .q {
    font-size: 24px;
    width: calc(var(--pack-w) - 160px)
  }
  .arrow-icon img {
    width: 60px;
    top: -8px;
  }
  .improve-top {
    font-size: 14px
  }

  .improve-big {
    font-size: clamp(25px, 5.1vw, 29px)
  }

  .stats-title {
    font-size: clamp(15px, 3.1vw, 16px)
  }

  .stats-frame {
    max-width: 97vw
  }

  .contact-curve {
    margin-top: -24px !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width:850px) {
  .lucrar-level-up-company {
    padding: 24px 0 34px
  }

  .bar-title,
  .liq-wrap,
  .title-wrap {
    max-width: 96vw
  }

  .contact-cluster {
    max-width: 98vw
  }

  .bar-heading {
    font-size: clamp(15px, 2.3vw, 20px)
  }

  .liq-amount {
    font-size: clamp(28px, 5.2vw, 48px)
  }

  .liq-note {
    font-size: clamp(12px, 2vw, 16px)
  }

  .main-title {
    font-size: clamp(16px, 2.5vw, 25px)
  }

  .pack-outer {
    width: calc(var(--pack-w)*0.83);
    height: calc(var(--pack-h)*0.83);
    max-width: 98vw
  }

  .label text {
    font-size: 15px
  }

  .curvy-pack .q {
    font-size: 23px;
    width: calc(var(--pack-w) - 160px)
  }

  .improve-top {
    font-size: 14px
  }

  .improve-big {
    font-size: clamp(25px, 5.2vw, 29px)
  }

  .stats-title {
    font-size: clamp(15px, 3.2vw, 16px)
  }

  .stats-frame {
    max-width: 98vw
  }

  .contact-curve {
    margin-top: -28px !important;
    margin-bottom: 0 !important;
  }
}


@media (max-width:810px) {
  .lucrar-level-up-company {
    padding: 22px 0 34px
  }

  .bar-title,
  .liq-wrap,
  .title-wrap {
    max-width: 97vw
  }

  .contact-cluster {
    max-width: 99vw
  }

  .bar-heading {
    font-size: clamp(15px, 2.3vw, 19px)
  }

  .liq-amount {
    font-size: clamp(27px, 5.1vw, 46px)
  }

  .liq-note {
    font-size: clamp(11px, 2vw, 15px)
  }

  .main-title {
    font-size: clamp(16px, 2.5vw, 24px)
  }

  .pack-outer {
    width: calc(var(--pack-w)*0.81);
    height: calc(var(--pack-h)*0.81);
    max-width: 99vw
  }

  .label text {
    font-size: 15px
  }

  .curvy-pack .q {
    font-size: 23px;
    width: calc(var(--pack-w) - 180px)
  }

  .improve-top {
    font-size: 13px
  }

  .improve-big {
    font-size: clamp(24px, 5.1vw, 28px)
  }

  .stats-title {
    font-size: clamp(15px, 3.2vw, 16px)
  }

  .stats-frame {
    max-width: 99vw
  }

  .icons {
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(15px, 3vw, 22px);
    row-gap: clamp(18px, 3.5vw, 24px);
  }


  .contact-curve {
    margin-top: -32px !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width:768px) {
  .lucrar-level-up-company {
    padding: 20px 0 32px
  }

  .bar-title,
  .liq-wrap,
  .title-wrap {
    max-width: 97vw
  }

  .contact-cluster {
    max-width: 99vw;
    padding: clamp(32px, 6vw, 50px) 0 clamp(12px, 2.5vw, 16px);
    margin-top: clamp(8px, 2vw, 12px)
  }

  .bar-heading {
    font-size: clamp(14px, 2.5vw, 19px)
  }

  .liq-amount {
    font-size: clamp(26px, 5.5vw, 45px)
  }

  .liq-note {
    font-size: clamp(11px, 2.2vw, 15px)
  }

  .main-title {
    font-size: clamp(15px, 3vw, 23px)
  }

  .pack-outer {
    width: calc(var(--pack-w)*0.78);
    height: calc(var(--pack-h)*0.78);
    max-width: 99vw
  }

  .label {
    height: 90px
  }

  .label text {
    font-size: 18px
  }



  .curvy-pack .q {
    font-size: 24px;
    width: calc(var(--pack-w) - 180px)
  }

  .contact-curve {
    margin: clamp(8px, 2vw, 12px) auto 0
  }

  .contact-curve text {
    font-size: 25px;
  }

  .stats-frame {
    max-width: 99vw;
    padding: 15px 11px
  }

  .improve-top {
    font-size: 13px
  }

  .improve-big {
    font-size: clamp(23px, 5.5vw, 28px)
  }

  .stats-title {
    font-size: clamp(14px, 3.3vw, 16px)
  }
  .icons {
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(12px, 3.5vw, 16px);
    row-gap: clamp(12px, 3.5vw, 16px);
    padding: 0 clamp(10px, 2vw, 16px);
  }

  .item {
    column-gap: clamp(10px, 2vw, 14px);
    padding: clamp(8px, 1.5vw, 12px);
    min-height: clamp(72px, 16vw, 88px);
  }

  .item .icon {
    width: clamp(46px, 10vw, 60px);
    height: clamp(46px, 10vw, 60px);
  }

  .lbl {
    font-size: clamp(10px, 1.9vw, 12px)
  }

  .num {
    font-size: clamp(18px, 3.8vw, 22px)
  }

  .bg-logo {
    transform: translate(55px, 545px) rotate(-45deg);
    width: min(80%, 500px)
  }

  .contact-curve {
    margin-top: -38px !important;
    margin-bottom: -20px !important;
  }
}

@media (max-width:730px) {
  .lucrar-level-up-company {
    padding: 19px 0 31px
  }

  .bar-title,
  .liq-wrap,
  .title-wrap,
  .contact-cluster {
    max-width: 98vw
  }

  .contact-cluster {
    padding: clamp(30px, 5.5vw, 45px) 0 clamp(10px, 2vw, 14px)
  }

  .bar-heading {
    font-size: clamp(14px, 3vw, 18px)
  }

  .liq-amount {
    font-size: clamp(25px, 6vw, 43px)
  }

  .liq-note {
    font-size: clamp(11px, 2.5vw, 14px)
  }

  .main-title {
    font-size: clamp(15px, 3.3vw, 21px)
  }

  .pack-outer {
    width: calc(var(--pack-w)*0.75);
    height: calc(var(--pack-h)*0.75);
    max-width: 99vw
  }


  .label text {
    font-size: 17px
  }

  .curvy-pack .q {
    font-size: 23px;
    width: calc(var(--pack-w) - 200px)
  }
  .improve-top {
    font-size: 13px
  }

  .improve-big {
    font-size: clamp(22px, 5.6vw, 27px)
  }

  .stats-title {
    font-size: clamp(14px, 3.4vw, 15px)
  }

  .contact-curve {
    margin-top: -45px !important;
  }
}

@media (max-width:700px) {
  .lucrar-level-up-company {
    padding: 18px 0 30px
  }

  .bar-title,
  .liq-wrap,
  .title-wrap,
  .contact-cluster {
    max-width: 98vw
  }

  .contact-cluster {
    padding: clamp(28px, 5vw, 42px) 0 clamp(10px, 2vw, 14px)
  }

  .bar-heading {
    font-size: clamp(14px, 3.2vw, 18px)
  }

  .liq-amount {
    font-size: clamp(25px, 6.2vw, 42px)
  }

  .liq-note {
    font-size: clamp(11px, 2.8vw, 14px)
  }

  .main-title {
    font-size: clamp(15px, 3.6vw, 20px)
  }

  .pack-outer {
    width: calc(var(--pack-w)*0.72);
    height: calc(var(--pack-h)*0.72);
    max-width: 99vw
  }
  .arrow-img img {
    width: 20px;
  }
  .label text {
    font-size: 17px
  }

  .curvy-pack .q {
    font-size: 22px;
    width: calc(var(--pack-w) - 240px)
  }

  .improve-top {
    font-size: 12px
  }

  .improve-big {
    font-size: clamp(21px, 5.8vw, 26px)
  }

  .stats-title {
    font-size: clamp(13px, 3.5vw, 15px)
  }

  .icons {
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(13px, 2.8vw, 18px);
    row-gap: clamp(16px, 3.3vw, 20px);
  }

  .contact-curve {
    margin-top: -48px !important;
  }
}

@media (max-width:600px) {
  .lucrar-level-up-company {
    padding: 16px 0 28px
  }

  .bar-title,
  .liq-wrap,
  .title-wrap,
  .contact-cluster {
    max-width: 98vw
  }

  .contact-cluster {
    padding: clamp(26px, 4.5vw, 38px) 0 clamp(8px, 1.8vw, 12px)
  }

  .bar-heading {
    font-size: clamp(14px, 3.5vw, 18px)
  }

  .liq-amount {
    font-size: clamp(24px, 7vw, 40px)
  }

  .liq-row {
    gap: 8px
  }

  .liq-note {
    font-size: clamp(11px, 3.2vw, 14px)
  }

  .main-title {
    font-size: clamp(15px, 4vw, 20px)
  }

  .pack-outer {
    width: calc(var(--pack-w)*0.65);
    height: calc(var(--pack-h)*0.65);
    max-width: 98vw
  }

  .curvy-pack {
    width: var(--pack-w);
    height: var(--pack-h);
    transform: scale(0.65)
  }

  .arrow.lt {
    left: 22%;
    top: 6%;
    width: 84px;
    transform: rotate(166deg);
  }

  .arrow.lb {
    left: 22%;
    top: 19%;
    width: 84px;
    transform: rotate(-50deg)
  }

  .arrow.rt {
    right: 22%;
    top: 18%;
    width: 72px;
    transform: rotate(-110deg)
  }

  .arrow.rb {
    right: 22%;
    top: 3%;
    width: 54px;
    transform: rotate(30deg) scaleY(-1)
  }

  .arrow.rb img {
    width: 26px;
  }

  .arrow.rt img {
    width: 35px;
  }

  .label {
    height: 90px
  }

  .label text {
    font-size: 20px
  }

  .label.lt {
    left: 3%;
    top: -5%;
    width: 360px;
    transform: rotate(-3deg)
  }

  .label.lb {
    left: -6%;
    top: 27%;
    width: 380px;
    transform: rotate(-25deg)
  }

  .label.rt {
    left: 59%;
    top: -7%;
    width: 380px;
    transform: rotate(5deg);
  }

  .label.rb {
    left: 69%;
    top: 27%;
    width: 380px;
    transform: rotate(-24deg);
  }

  .curvy-pack .q {
    font-size: 22px;
    width: 82%
  }

  .stats-frame {
    padding: clamp(12px, 3vw, 16px) clamp(8px, 2vw, 12px) !important;
  }

  .improve-top {
    font-size: 12px
  }

  .improve-big {
    font-size: clamp(20px, 6vw, 26px) !important
  }

  .stats-title {
    font-size: clamp(13px, 3.5vw, 15px) !important;
    margin-bottom: 16px !important
  }

  .icons {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: clamp(12px, 3.5vw, 16px) !important;
    row-gap: clamp(12px, 3.5vw, 16px) !important;
    padding: 0 clamp(6px, 2vw, 10px) !important;
  }

  .item {
    column-gap: clamp(10px, 2.5vw, 14px) !important;
    padding: clamp(8px, 2vw, 12px) !important;
    background: rgba(239, 215, 160, 0.03) !important;
    border-radius: 8px !important;
    min-height: clamp(68px, 18vw, 86px) !important;
  }

  .item .icon {
    width: clamp(50px, 11vw, 60px) !important;
    height: clamp(50px, 11vw, 60px) !important;
  }

  .lbl {
    font-size: clamp(10px, 2.5vw, 12px) !important
  }

  .num {
    font-size: clamp(18px, 4.5vw, 22px) !important
  }
}

@media (max-width:520px) {
  .lucrar-level-up-company {
    padding: 14px 0 26px
  }

  .contact-cluster {
    padding: clamp(24px, 4vw, 35px) 0 clamp(8px, 1.5vw, 12px)
  }

  .bar-heading {
    font-size: clamp(13px, 3.8vw, 17px)
  }

  .liq-amount {
    font-size: clamp(23px, 7.5vw, 38px)
  }

  .liq-row {
    gap: 7px
  }

  .liq-note {
    font-size: clamp(10px, 3.4vw, 13px)
  }

  .main-title {
    font-size: clamp(14px, 4.2vw, 19px)
  }

  .pack-outer {
    width: calc(var(--pack-w)*0.6);
    height: calc(var(--pack-h)*0.6)
  }

  .label text {
    font-size: 19px
  }

  .curvy-pack .q {
    font-size: 22px;
    width: 80%
  }

  .label.lt {
    left: 3%;
  }

  .label.lb {
    left: -4%;
  }

  .label.rt {
    left: 58%;
  }

  .label.rb {
    left: 67%;
  }

  .arrow.rt {
    right: 28%;
  }

  .arrow.rb {
    right: 28%;
  }

  .stats-frame {
    padding: 11px 9px !important
  }
  .arrow-icon img {
    width: 40px;
    top: -6px;
  }
  .improve-top {
    font-size: 11px
  }

  .improve-big {
    font-size: clamp(19px, 6.2vw, 25px) !important
  }

  .stats-title {
    font-size: clamp(12px, 3.8vw, 14px) !important;
    margin-bottom: 15px !important
  }

  .item .icon {
    width: clamp(48px, 11.5vw, 58px) !important;
    height: clamp(48px, 11.5vw, 58px) !important;
  }

  .lbl {
    font-size: clamp(9px, 2.6vw, 11px) !important
  }

  .num {
    font-size: clamp(17px, 4.8vw, 21px) !important
  }
}

@media (max-width:480px) {
  .lucrar-level-up-company {
    padding: 12px 0 24px
  }

  .bar-title,
  .liq-wrap,
  .title-wrap,
  .contact-cluster {
    max-width: 98vw
  }

  .contact-cluster {
    padding: clamp(22px, 3.5vw, 32px) 0 clamp(8px, 1.5vw, 12px)
  }

  .bar-heading {
    font-size: clamp(13px, 4vw, 16px)
  }

  .liq-amount {
    font-size: clamp(22px, 8vw, 36px)
  }

  .liq-row {
    gap: 6px;
    flex-wrap: wrap
  }

  .liq-note {
    font-size: clamp(10px, 3.5vw, 13px)
  }

  .main-title {
    font-size: clamp(14px, 4.5vw, 18px)
  }

  .pack-outer {
    width: calc(var(--pack-w)*0.55);
    height: calc(var(--pack-h)*0.55)
  }

  .curvy-pack {
    width: var(--pack-w);
    height: var(--pack-h);
    transform: scale(0.55)
  }

  .arrow.lt {
    left: 20%;
    top: 3%;
    width: 84px;
    transform: rotate(210deg)
  }

  .arrow.lb {
    left: 20%;
    top: 14%;
    width: 84px;
    transform: rotate(-50deg)
  }

  .arrow.rt {
    right: 18%;
    top: 14%;
    width: 72px;
    transform: rotate(-110deg)
  }

  .arrow.rb {
    right: 20%;
    top: 3%;
    width: 54px;
    transform: rotate(30deg) scaleY(-1)
  }

  .label {
    height: 90px
  }

  .label text {
    font-size: 19px
  }

  .label.lt {
    left: -6%;
    top: -12%;
    width: 360px;
    transform: rotate(-3deg)
  }

  .label.lb {
    left: -12%;
    top: 27%;
    width: 380px;
    transform: rotate(-25deg)
  }

  .label.rt {
    left: 63%;
    top: -12%;
    width: 380px;
    transform: rotate(6deg);
  }

  .label.rb {
    left: 74%;
    top: 27%;
    width: 380px;
    transform: rotate(-20deg);
  }

  .curvy-pack .q {
    font-size: 22px
  }

  .curvy-pack .q {
    font-size: 22px;
    width: 78%
  }

  .curvy-pack {
    width: var(--pack-w);
    height: var(--pack-h);
    transform: scale(0.55)
  }

  .stats-frame {
    padding: 10px 8px !important
  }

  .improve-top {
    font-size: 11px
  }

  .improve-big {
    font-size: clamp(18px, 6.5vw, 24px) !important
  }

  .stats-title {
    font-size: clamp(12px, 4vw, 14px) !important;
    margin-bottom: 14px !important
  }

  .icons {
    row-gap: 12px !important;
    padding: 0 6px !important
  }

  .item {
    column-gap: 8px !important;
    padding: 8px !important;
    min-height: clamp(64px, 18vw, 82px) !important;
  }

  .item .icon {
    width: clamp(45px, 12vw, 55px) !important;
    height: clamp(45px, 12vw, 55px) !important;
  }

  .lbl {
    font-size: clamp(9px, 2.8vw, 11px) !important
  }

  .num {
    font-size: clamp(16px, 5vw, 20px) !important
  }
}

@media (max-width:420px) {
  .lucrar-level-up-company {
    padding: 11px 0 22px
  }

  .contact-cluster {
    padding: clamp(20px, 3vw, 30px) 0 clamp(8px, 1.5vw, 12px)
  }

  .bar-heading {
    font-size: clamp(12px, 4.2vw, 15px)
  }

  .liq-amount {
    font-size: clamp(21px, 8.5vw, 34px)
  }

  .liq-note {
    font-size: clamp(9px, 3.8vw, 12px)
  }

  .main-title {
    font-size: clamp(13px, 4.8vw, 17px)
  }

  .pack-outer {
    width: calc(var(--pack-w)*0.52);
    height: calc(var(--pack-h)*0.52)
  }


  .label text {
    font-size: 18px
  }

  .curvy-pack .q {
    font-size: 22px;
    width: 76%
  }

  .stats-frame {
    padding: 9px 7px !important
  }

  .improve-top {
    font-size: 10px
  }

  .improve-big {
    font-size: clamp(17px, 6.8vw, 23px) !important
  }

  .stats-title {
    font-size: clamp(11px, 4.2vw, 13px) !important;
    margin-bottom: 13px !important
  }

  .item .icon {
    width: clamp(42px, 12.5vw, 52px) !important;
    height: clamp(42px, 12.5vw, 52px) !important;
  }

  .lbl {
    font-size: clamp(8px, 3.2vw, 10px) !important
  }

  .num {
    font-size: clamp(15px, 5.3vw, 19px) !important
  }
}

@media (max-width:700px) {

  .curvy-pack .q {
    font-size: 21px;
  }
}

@media (max-width:600px) {

  .arrow.lt,
  .arrow.lb {
    width: 64px;
  }

  .arrow.rt {
    width: 52px;
  }

  .arrow.rb {
    width: 31px;
  }

  .label.lt {
    width: 200px;
  }

  .label.lb,
  .label.rt,
  .label.rb {
    width: 230px;
  }

  .label text {
    font-size: 13px;
  }

  .curvy-pack .q {
    font-size: 20px;
    margin-left: 4%;
  }
}

@media (max-width:520px) {

  .arrow.lt,
  .arrow.lb {
    width: 60px;
  }

  .arrow.rt {
    width: 48px;
    right: -45px;
  }

  .arrow.rb {
    width: 38px;
  }

  .arrow img {
    width: 42px;
  }

  .label.lt {
    width: 245px;
  }

  .label.lb,
  .label.rt,
  .label.rb {
    width: 280px;
  }

  .label text {
    font-size: 12.5px;
  }

  .curvy-pack .q {
    font-size: 19px;
  }
}

@media (max-width:480px) {

  .arrow.lt,
  .arrow.lb {
    width: 56px;
  }

  .arrow.rt {
    width: 44px;
  }

  .arrow.rb {
    width: 34px;
  }

  .label.lt {
    width: 186px;
  }

  .label.lb,
  .label.rt,
  .label.rb {
    width: 260px;
  }

  .label text {
    font-size: 13px;
  }

  .curvy-pack .q {
    font-size: 18px;
  }
}

@media (max-width:420px) {

  .arrow.lt,
  .arrow.lb {
    width: 52px;
  }

  .arrow.rt {
    width: 40px;
  }

  .arrow.rb {
    width: 30px;
  }

  .label.lt {
    width: 200px;
  }

  .label.lb,
  .label.rt,
  .label.rb {
    width: 240px;
  }

  .label text {
    font-size: 13px;
  }

  .curvy-pack .q {
    font-size: 17px;
  }
}

@media (max-width:360px) {

  .arrow.lt,
  .arrow.lb {
    width: 48px;
  }

  .arrow.rt {
    width: 36px;
  }

  .arrow.rb {
    width: 28px;
  }

  .label.lt {
    width: 190px;
  }

  .label.lb,
  .label.rt,
  .label.rb {
    width: 225px;
  }

  .label text {
    font-size: 13px;
  }

  .curvy-pack .q {
    font-size: 17px;
  }
}

@media (max-width:680px) {
  .curvy-pack {
    display: block;
  }

  .curvy-pack .q {
    font-size: 23px;
    width: 100%;
    max-width: 50ch !important;
  }
}

@media (max-width:640px) {
  .curvy-pack {
    display: block;
  }

  .curvy-pack .q {
    font-size: 24px;
    width: 100%;
    max-width: 50ch !important;
  }
}

@media (max-width:700px) {
  .curvy-pack .q {
    max-width: 42ch;
    max-width: 310px !important;
    margin-left: 0px !important;
    padding: 10px 0px !important;
  }

  .label.lt {
    left: -245px;
    top: -108px;
  }
}

@media (max-width:600px) {
  .curvy-pack {
    margin-left: 0px;
    display: block;
    transform: none;
    position: relative !important;
    width: max-content !important;
    margin: auto;
  }

  .curvy-pack .q {
    font-size: 18px;
    width: 80%;
    text-align: center;
    position: relative !important;
  }

  .label.lt {
    left: -170px;
    rotate: calc(9deg);
  }

  .label.lb {
    left: -228px;
    top: 21%;
    rotate: calc(9deg);
  }

  .label.rt {
    left: auto;
    right: -166px;
    top: -10px;
  }

  .label.rb {
    left: auto;
    top: 38px;
    right: -253px;
  }

  .arrow.rt {
    right: -45px;
  }

  .arrow.rb {
    right: -39px;
    top: 2%;
  }

  .arrow.lt {
    left: -62px;
  }

  .arrow.lb {
    left: -42px;
  }
}

@media (max-width:600px) {
  .curvy-pack .q {
    max-width: 315px !important;
    padding: 0px 0px !important;
  }

  .arrow img {
    width: 42px;
  }

  .arrow.lb {
    left: -47px;
    transform: rotate(-5deg);
    top: -10px;
  }

  .arrow.lt {
    left: -65px;
    top: 22px;
    transform: rotate(166deg);
  }

  .arrow.rt {
    right: -43px;
    top: -15px;
    transform: rotate(-163deg);
  }

  .arrow.rb {
    right: -40px;
    transform: rotate(80deg) scaleY(-1);
    top: 10px;
  }

  .label.lt {
    rotate: calc(-10deg);
    width: 201px;
    left: -131px;
    top: -88px;
  }

  .label.lb {
    left: -185px;
    rotate: calc(38deg);
    top: -14px;
  }

  .label.rt {
    right: -120px;
    top: -76px;
  }

  .label.rb {
    right: -208px;
    top: -20px;
  }

  .curvy-pack .q {
    font-size: 18px;
  }

  .english-content .label.lt {
    rotate: calc(-12deg);
    width: 201px;
    left: -130px;
    top: -79px;
  }

  .english-content .label.rb {
    right: -220px;
    top: -12px;
    transform: rotate(-30deg);
  }
}

@media (max-width:520px) {
  .curvy-pack {
    display: block;
  }

  .curvy-pack .q {
    font-size: 17px;
    width: 80%;
    text-align: center;
  }

  .label.lt {
    left: -114px;
    rotate: calc(-11deg);
    top: -88px;
  }

  .arrow.rt {
    right: -36px;
    top: -13px;
    transform: rotate(-163deg);
  }

  .label.lb {
    left: -208px;
    rotate: calc(35deg);
    top: -13px;
  }

  .label.rt {
    right: -141px;
    top: -78px;
  }

  .label.rb {
    right: -227px;
    top: -24px;
    transform: rotate(-25deg);
  }

  .english-content .label.lt {
    top: -77px;
    left: -112px;
  }

  .english-content .label.rb {
    right: -249px;
    top: -18px;
  }

  .arrow.rt {
    right: 28%;
  }

  .arrow.rb {
    right: -38px;
    transform: rotate(80deg) scaleY(-1);
    top: 16px;
  }

  .arrow.lt {
    left: -54px;
    top: 22px;
    transform: rotate(166deg);
  }

  .arrow.lb {
    left: -40px;
    transform: rotate(-10deg);
    top: -8px;
  }
}

@media (max-width:480px) {
  .curvy-pack {
    display: block;
  }

  .curvy-pack .q {
    font-size: 15px;
    width: 80%;
    text-align: center;
    max-width: 268px !important;
  }

  .label.lt {
    rotate: calc(-11deg);
    width: 206px;
    left: -103px;
    top: -68px;
  }

  .arrow img {}

  .arrow.rt img {}

  .arrow.rb img {}

  .label.lb {
    rotate: calc(38deg);
    left: -188px;
    top: 0px;
  }

  .arrow.lt {}

  .arrow.lb {}

  .arrow.rt {}

  .arrow.rb {
    right: -36px;
    transform: rotate(80deg) scaleY(-1);
    top: 11px;
  }

  .label.rt {
    right: -120px;
    top: -82px;
  }

  .label.rb {
    right: -198px;
    top: -24px;
  }

  .arrow.lb {
    left: -40px;
    transform: rotate(0deg);
    top: -10px;
  }

  .arrow.rt {
    right: -36px;
    top: -16px;
    transform: rotate(-168deg);
  }

  .label.lt {
    width: 206px;
    left: -103px;
    top: -94px;
  }

  .label.lb {
    rotate: calc(38deg);
    left: -188px;
    top: -13px;
  }

  .english-content .label.lt {
    top: -82px;
  }

  .english-content .label.rb {
    right: -236px;
    top: -15px;
  }
}

@media (max-width:420px) {
  .curvy-pack {
    display: block;
  }

  .curvy-pack .q {
    font-size: 15px;
    width: 80%;
    text-align: center;
    width: 160px !important;
  }

  .label.lt {
    left: -118px;
    top: -95px;
    rotate: calc(-11deg);
  }

  .arrow.rb {
    right: -42px;
    transform: rotate(80deg) scaleY(-1);
    top: 9px;
  }

  .label.lb {
    left: -190px;
    top: -14px;
    rotate: calc(36deg);
  }

  .label.rt {
    right: -130px;
    top: -82px;
  }

  .label.rb {
    right: -195px;
    top: -21px;
    rotate: calc(2deg);
  }

  .english-content .label.rb {
    right: -236px;
    top: -34px;
  }

  .arrow.lb {
    left: -48px;
    transform: rotate(0deg);
    top: -11px;
  }

  .arrow.rt {
    right: -45px;
    top: -16px;
    transform: rotate(-168deg);
  }

  .arrow.lt {
    left: -55px;
    top: 20px;
    transform: rotate(166deg);
  }

  .english-content .label.lt {
    top: -82px;
  }

  .curvy-pack .q {
    max-width: 35ch;
    width: 180px !important;
  }
}

@media (min-width:1280px) {
  .curvy-pack .q {
    font-size: clamp(18px, 2vw, 24px);
    max-width: 80%;
  }
}

@media (min-width:1440px) {
  .curvy-pack .q {
    font-size: clamp(18px, 1.8vw, 24px);
  }
}

@media (min-width:1680px) {
  .curvy-pack .q {
    font-size: clamp(18px, 1.6vw, 24px);
  }
}

@media (max-width:1024px) {
  .curvy-pack .q {
    max-width: 28ch;
    text-wrap: wrap;
  }
}

@media (max-width:360px) {
  .lucrar-level-up-company {
    padding: 10px 0 20px
  }

  .contact-cluster {
    padding: clamp(18px, 2.5vw, 28px) 0 clamp(8px, 1.5vw, 12px)
  }

  .bar-heading {
    font-size: clamp(12px, 4.5vw, 15px)
  }

  .liq-amount {
    font-size: clamp(20px, 9vw, 32px)
  }

  .liq-note {
    font-size: clamp(9px, 4vw, 12px)
  }

  .main-title {
    font-size: clamp(13px, 5vw, 16px)
  }

  .pack-outer {
    width: calc(var(--pack-w)*0.48);
    height: calc(var(--pack-h)*0.48)
  }

  .curvy-pack {
    width: var(--pack-w);
    height: var(--pack-h);
  }

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

  .curvy-pack .q {
    max-width: 35ch !important;
    width: 100% !important;
  }

  .english-content .label.rb {
    right: -208px;
    top: -6px;
  }

  .curvy-pack {
    display: block;
  }

  .curvy-pack .q {
    font-size: 15px;
    width: 80%;
    text-align: center;
    max-width: 180px !important;
  }

  .label.lt {
    left: -103px;
    top: -93px;
    rotate: calc(-11deg);
  }

  .label.lb {
    left: -178px;
    top: -12px;
    rotate: calc(36deg);
  }

  .label.rt {
    right: -110px;
    top: -79px;
  }

  .label.rb {
    right: -175px;
    top: -20px;
    rotate: calc(2deg);
  }

  .stats-frame {
    padding: 8px 6px !important
  }

  .improve-top {
    font-size: 10px
  }

  .improve-big {
    font-size: clamp(16px, 7vw, 22px) !important
  }

  .stats-title {
    font-size: clamp(11px, 4.5vw, 13px) !important;
    margin-bottom: 12px !important
  }

  .icons {
    row-gap: 10px !important;
    padding: 0 4px !important
  }

  .item {
    column-gap: 6px !important;
    padding: 6px !important;
    min-height: clamp(60px, 19vw, 78px) !important;
  }

  .item .icon {
    width: clamp(40px, 13vw, 50px) !important;
    height: clamp(40px, 13vw, 50px) !important;
  }

  .lbl {
    font-size: clamp(8px, 3vw, 10px) !important
  }

  .num {
    font-size: clamp(14px, 5.5vw, 18px) !important
  }
}


.bar-heading,
.main-title {
  font-size: var(--title-size) !important;
  text-transform: uppercase;
  line-height: 1.2;
}

@media (max-width:700px) {
  .pack-outer {
    height: 105px !important;
    padding: 30px 0px !important;
  }
  .liq-note {
    padding: 0px 0px 30px 0px;
  }
}

.contact-cluster {
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 0 !important;
}

@media (min-width:1025px) {
  .pack-outer {
    height: 120px !important;
  }

  .lucrar-level-up-company {
    padding-top: 40px;
padding-bottom: 40px;  }
}

@media (max-width:1024px) {
  .pack-outer {
    height: 108px !important;
    padding: 40px 0px;
  }
}

.lucrar-level-up-company .bar-heading,
.lucrar-level-up-company .main-title {
    font-family: "Akrobat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}

.lucrar-level-up-company .num,
.lucrar-level-up-company .liq-amount {
    font-family: "SegoePrint", cursive !important;
}

.lucrar-level-up-company .contact-curve text,
.lucrar-level-up-company .contact-curve a {
    font-family: "SegoePrint", cursive !important;
    font-size: 35px !important;
    fill: var(--accent);
}

.lucrar-level-up-company .arrow-img {
    text-align: unset;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.elementor-section.elementor-section-boxed > .elementor-container,
.elementor-section {
  overflow: visible !important;
}

.lucrar-level-up-company {
  overflow-x: visible !important;
  overflow-y: visible !important;
}

@media (min-width: 1800px) {
  .lucrar-level-up-company .bg-logo {
    transform: translate(15vw, 350px) rotate(-45deg);
  }
}


.lucrar-level-up-company .growing-arrow-container {
  position: relative;
  width: 20px;
  margin: 12px auto 10px;
  height: 90px;
  display: block;
}

.lucrar-level-up-company .growing-arrow-head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 16px solid #EFD7A0;
}

.lucrar-level-up-company .growing-arrow-tail {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 6px;
  height: calc(100% - 20px);
  background: #EFD7A0;
  border-radius: 3px;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top center;
  transition: transform 0.08s linear;
}

/* DESKTOP */
@media (min-width: 1025px) {
  .lucrar-level-up-company .growing-arrow-container {
    height: 120px;
    margin: 24px auto 16px;
  }

  .lucrar-level-up-company .growing-arrow-head {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 22px solid #EFD7A0;
  }

  .lucrar-level-up-company .growing-arrow-tail {
    top: 10px;
    height: calc(100% - 10px);
    width: 5px;
  }

  #owner-section.owner-hero {
    margin-top: -20px;
    padding-top: 28px;
  }
}