/* hero */
.vCgkPb {
  padding: 180px 0 100px;
  text-align: center;
  position: relative;
}

.vCgkPb::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 70%;
  height: 780px;
  background: url('../i/hero-bg.png') no-repeat center bottom;
  z-index: -1;
}

.qyvGFq {
  font-size: 78px;
  font-weight: 700;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.pYWQNQ {
  opacity: 0;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.nmToJe {
  padding: 100px 0;
}

.wmqarh {
  margin-bottom: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.lvteDI {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-size: 42px;
  font-weight: 700;
  opacity: 0;
}

.qrCnHi {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #DD5C13;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
}

.WccUWh {
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  backdrop-filter: blur(7px);
  background: rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  position: relative;
}

.WccUWh::before,
.WccUWh::after {
  content: "";
  position: absolute;
  border-radius: 100px;
}

.WccUWh::before {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -2;
  background: linear-gradient(300deg, rgba(255, 255, 255, 0.10) 10%, rgba(255, 255, 255, 0.42) 88.43%);
}

.WccUWh::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.65);
}

.pHujbS {
  width: 1px;
  height: 22px;
  background-color: #575757;
  margin: 0 10px;
}

.Kawfry {
  color: rgba(255, 255, 255, 0.64);
  font-size: 18px;
  font-weight: 500;
  padding: 0 10px;
  cursor: pointer;
  transition: 0.2s ease;
}

[data-js="plan-duration"][data-active="true"] {
  color: #008CFF;
  pointer-events: none;
}

.brDQYP {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.peTYHA {
  background: rgba(0, 0, 0, 0.54);
  border-radius: 24px;
  padding: 30px 20px;
  box-shadow: 0 73px 79px 0 rgba(22, 25, 46, 0.10);
  backdrop-filter: blur(30px);
  cursor: pointer;
  transition: all 0.3s ease;
  min-height: 554px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  border: 1px solid transparent;
}

[data-js="plan-card"][data-active="true"] {
  backdrop-filter: blur(7px);
  background: rgba(0, 0, 0, 0.05);
}

.peTYHA::before,
.peTYHA::after {
  content: "";
  position: absolute;
  border-radius: 24px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.peTYHA::before {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -2;
  background: linear-gradient(300deg, rgba(255, 255, 255, 0.10) 10%, rgba(255, 255, 255, 0.42) 88.43%);
}

.peTYHA::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(3deg, rgba(16, 16, 16, 0.20) 0%, rgba(0, 140, 255, 0.45) 89.16%), rgba(0, 0, 0, 0.5);
}

[data-js="plan-card"][data-active="true"]::before,
[data-js="plan-card"][data-active="true"]::after {
  opacity: 1;
  visibility: visible;
}

.peTYHA:not([data-active="true"]):hover {
  border-color: #2b82ff;
  box-shadow: 0 10px 30px rgba(0, 140, 255, 0.2);
}

.XtrwPN {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 180px;
  z-index: 2;
  padding: 8px 20px;
  background: #008CFF;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.XtrwPN::before,
.XtrwPN::after {
  content: "";
  position: absolute;
  border-radius: 100px;
}

.XtrwPN::before {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  background: linear-gradient(300deg, rgba(255, 255, 255, 0.12) 5.9%, rgba(255, 255, 255, 0.32) 88.43%);
}

.XtrwPN::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #008CFF;
}

.xjAdLB {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 40px;
  min-height: 50px;
}

.ugZeky {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.oWPAgD {
  font-size: 32px;
  font-weight: 700;
}

.TaoCvw {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: relative;
}

.TaoCvw .mSPMQi {
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.TaoCvw .zMzcxL {
  opacity: 0;
}

[data-js="plan-card"][data-active="true"] .TaoCvw .zMzcxL {
  opacity: 1;
}

[data-js="plan-card"][data-active="true"] .TaoCvw .TNzDOt {
  opacity: 0;
}

.moMRZt {
  font-size: 36px;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 10px;
}

.VSOasA {
  opacity: 0.54;
}

.DVUCBP {
  margin-left: 4px;
}

.WBvhvT {
  font-size: 15px;
  margin-bottom: 40px;
}

.FECNem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}

.FECNem li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.FECNem .mSPMQi {
  font-size: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0), #00FF66);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.VWiGaK {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.bZNsGp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #2ecc71;
}

.bZNsGp .mSPMQi {
  font-size: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0), #00FF66);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.xDFzmn {
  position: relative;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: auto;
}

.xDFzmn [data-role="select-trigger"] {
  font-size: 14px;
  font-weight: 500;
}

.xDFzmn [data-role="select-menu"] {
  border-radius: 12px;
  background: #0F0F0F;
}

.xDFzmn [data-role="select-option"] {
  font-size: 14px;
  border-radius: 12px;
  padding: 5px 10px;
}

.xDFzmn [data-role="select-option"]::after {
  display: none;
}

.xDFzmn [data-role="select-option"][data-selected="true"] {
  background: rgba(0, 255, 102, 0.2);
  pointer-events: none;
}

.ORMLcQ {
  padding: 100px 0;
}

.CLtpcq {
  margin-top: 60px;
  width: 100%;
  padding: 30px 20px;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.54);
  display: -ms-grid;
  display: grid;
  box-shadow: 0 73.058px 78.981px 0 rgba(22, 25, 46, 0.10);
  backdrop-filter: blur(30px);
}

.MdHNYT {
  color: #2b82ff;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
}

.GnNoYa {
  padding: 100px 0;
  margin-bottom: 80px;
  background: url('../i/last-bg.png') no-repeat center top;
}

.wqPgyE {
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.54);
  box-shadow: 0 73px 79px 0 rgba(22, 25, 46, 0.10);
  backdrop-filter: blur(30px);
  padding: 30px 20px;
  display: -ms-grid;
  display: grid;
  gap: 40px;
  margin-top: 60px;
}

.wdGxob {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  position: relative;
}

.UnCvNT {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ENGqnR {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: relative;
}

.ENGqnR .mSPMQi {
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ENGqnR .zMzcxL {
  opacity: 0;
}

[data-js="payment-option"][data-active="true"] .ENGqnR .zMzcxL {
  opacity: 1;
}

[data-js="payment-option"][data-active="true"] .ENGqnR .TNzDOt {
  opacity: 0;
}

.wdGxob img {
  height: 24px;
}

.pvtXrL {
  margin: 60px auto 40px;
  width: 100%;
  max-width: 280px;
  z-index: 1;
  position: relative;
}

.pvtXrL::before {
  z-index: -2;
}

.pvtXrL::after {
  content: "";
  z-index: -1;
  background: #008CFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100px;
}

.GnNoYa .bZNsGp {
  margin-bottom: 40px;
}

.UjvNIK {
  font-size: 16px;
  opacity: 0.74;
  text-align: center;
}

.UjvNIK a {
  text-decoration: underline;
}

.fqpVKF {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 38px;
  margin-top: 40px;
}

.fqpVKF img {
  height: 40px;
  margin-bottom: 20px;
}