.elementor-1962 .elementor-element.elementor-element-5b07541{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1962 .elementor-element.elementor-element-5b07541.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1962 .elementor-element.elementor-element-d22fee8{--spacer-size:100px;}.elementor-1962 .elementor-element.elementor-element-ad27b96{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1962 .elementor-element.elementor-element-dbc8479{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1962 .elementor-element.elementor-element-5b07541{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-d587b27 */.lp-offer,
.lp-offer *{
  box-sizing:border-box;
}

.lp-offer{
  position:relative;
  padding:110px 20px;
  background:transparent;
}

.lp-offer__container{
  width:min(1400px,100%);
  margin:0 auto;
}

.lp-offer__heading{
  max-width:960px;
  margin:0 auto 46px;
  text-align:center;
}

.lp-offer__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  margin-bottom:18px;
  border-radius:999px;
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.12);
  color:rgba(255,255,255,0.88);
  font-size:14px;
  line-height:1;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.lp-offer__heading h2{
  margin:0 0 18px;
  color:#ffffff;
  font-size:clamp(34px,4.5vw,62px);
  line-height:1.03;
  font-weight:800;
  letter-spacing:-0.04em;
}

.lp-offer__heading p{
  margin:0 auto;
  max-width:820px;
  color:rgba(255,255,255,0.72);
  font-size:clamp(16px,2vw,20px);
  line-height:1.75;
}

.lp-offer__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
  align-items:stretch;
}

.lp-offer__card{
  position:relative;
  display:flex;
  flex-direction:column;
  padding:30px 26px 28px;
  border-radius:30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  border:1px solid rgba(255,255,255,0.10);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  box-shadow:
    0 12px 34px rgba(0,0,0,0.20),
    inset 0 1px 0 rgba(255,255,255,0.08);
  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}

.lp-offer__card:hover{
  transform:translateY(-6px);
  border-color:rgba(255,255,255,0.16);
  box-shadow:
    0 18px 42px rgba(0,0,0,0.24),
    0 0 28px rgba(122,140,255,0.10);
}

.lp-offer__card--featured{
  border-color:rgba(116,255,230,0.22);
  box-shadow:
    0 18px 44px rgba(0,0,0,0.24),
    0 0 34px rgba(116,255,230,0.12),
    inset 0 1px 0 rgba(255,255,255,0.10);
}

.lp-offer__flag{
  position:absolute;
  top:18px;
  right:18px;
  padding:8px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  color:#08101d;
  background:linear-gradient(135deg,#7a8cff,#74ffe6);
  box-shadow:0 10px 24px rgba(92,143,255,0.22);
}

.lp-offer__top{
  padding-bottom:18px;
  margin-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,0.10);
}

.lp-offer__top h3{
  margin:0 0 10px;
  color:#ffffff;
  font-size:clamp(24px,2.3vw,34px);
  line-height:1.05;
  font-weight:800;
  letter-spacing:-0.03em;
}

.lp-offer__price{
  color:rgba(255,255,255,0.92);
  font-size:26px;
  font-weight:800;
  letter-spacing:-0.03em;
}

.lp-offer__intro{
  margin:0 0 18px;
  color:rgba(255,255,255,0.82);
  font-size:16px;
  line-height:1.7;
  font-weight:600;
}

.lp-offer__list{
  margin:0 0 22px;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}

.lp-offer__list li{
  position:relative;
  padding-left:24px;
  color:rgba(255,255,255,0.78);
  font-size:15px;
  line-height:1.68;
}

.lp-offer__list li::before{
  content:"";
  position:absolute;
  left:0;
  top:10px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg,#7a8cff,#74ffe6);
  box-shadow:0 0 12px rgba(116,255,230,0.32);
}

.lp-offer__meta{
  margin-top:auto;
  margin-bottom:14px;
  color:#ffffff;
  font-size:15px;
  font-weight:700;
}

.lp-offer__summary{
  margin:0;
  color:rgba(255,255,255,0.72);
  font-size:15px;
  line-height:1.7;
}

.lp-offer__cta{
  display:flex;
  justify-content:center;
  margin-top:34px;
}

.lp-offer__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:210px;
  padding:16px 30px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  font-size:16px;
  color:#08101d;
  background:linear-gradient(135deg,#7a8cff,#74ffe6);
  box-shadow:
    0 14px 34px rgba(92,143,255,0.30),
    0 0 18px rgba(122,140,255,0.15);
  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.lp-offer__button:hover{
  transform:translateY(-3px);
  box-shadow:
    0 18px 40px rgba(92,143,255,0.35),
    0 0 28px rgba(116,255,230,0.20);
}

@media (max-width:1100px){
  .lp-offer__grid{
    grid-template-columns:1fr;
  }

  .lp-offer__card{
    padding:28px 22px 26px;
  }
}

@media (max-width:767px){
  .lp-offer{
    padding:90px 16px;
  }

  .lp-offer__heading{
    margin-bottom:34px;
  }

  .lp-offer__top h3{
    font-size:28px;
  }

  .lp-offer__price{
    font-size:24px;
  }

  .lp-offer__button{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d3aebd3 */.lp-offer,
.lp-offer *{
  box-sizing:border-box;
}

.lp-offer{
  position:relative;
  padding:110px 20px;
  background:transparent;
}

.lp-offer__container{
  width:min(1400px,100%);
  margin:0 auto;
}

.lp-offer__heading{
  max-width:960px;
  margin:0 auto 46px;
  text-align:center;
}

.lp-offer__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  margin-bottom:18px;
  border-radius:999px;
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.12);
  color:rgba(255,255,255,0.88);
  font-size:14px;
  line-height:1;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.lp-offer__heading h2{
  margin:0 0 18px;
  color:#ffffff;
  font-size:clamp(34px,4.5vw,62px);
  line-height:1.03;
  font-weight:800;
  letter-spacing:-0.04em;
}

.lp-offer__heading p{
  margin:0 auto;
  max-width:820px;
  color:rgba(255,255,255,0.72);
  font-size:clamp(16px,2vw,20px);
  line-height:1.75;
}

.lp-offer__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
  align-items:stretch;
}

.lp-offer__card{
  position:relative;
  display:flex;
  flex-direction:column;
  padding:30px 26px 28px;
  border-radius:30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  border:1px solid rgba(255,255,255,0.10);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  box-shadow:
    0 12px 34px rgba(0,0,0,0.20),
    inset 0 1px 0 rgba(255,255,255,0.08);
  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}

.lp-offer__card:hover{
  transform:translateY(-6px);
  border-color:rgba(255,255,255,0.16);
  box-shadow:
    0 18px 42px rgba(0,0,0,0.24),
    0 0 28px rgba(122,140,255,0.10);
}

.lp-offer__card--featured{
  border-color:rgba(116,255,230,0.22);
  box-shadow:
    0 18px 44px rgba(0,0,0,0.24),
    0 0 34px rgba(116,255,230,0.12),
    inset 0 1px 0 rgba(255,255,255,0.10);
}

.lp-offer__flag{
  position:absolute;
  top:18px;
  right:18px;
  padding:8px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  color:#08101d;
  background:linear-gradient(135deg,#7a8cff,#74ffe6);
  box-shadow:0 10px 24px rgba(92,143,255,0.22);
}

.lp-offer__top{
  padding-bottom:18px;
  margin-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,0.10);
}

.lp-offer__top h3{
  margin:0 0 10px;
  color:#ffffff;
  font-size:clamp(24px,2.3vw,34px);
  line-height:1.05;
  font-weight:800;
  letter-spacing:-0.03em;
}

.lp-offer__price{
  color:rgba(255,255,255,0.92);
  font-size:26px;
  font-weight:800;
  letter-spacing:-0.03em;
}

.lp-offer__intro{
  margin:0 0 18px;
  color:rgba(255,255,255,0.82);
  font-size:16px;
  line-height:1.7;
  font-weight:600;
}

.lp-offer__list{
  margin:0 0 22px;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}

.lp-offer__list li{
  position:relative;
  padding-left:24px;
  color:rgba(255,255,255,0.78);
  font-size:15px;
  line-height:1.68;
}

.lp-offer__list li::before{
  content:"";
  position:absolute;
  left:0;
  top:10px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg,#7a8cff,#74ffe6);
  box-shadow:0 0 12px rgba(116,255,230,0.32);
}

.lp-offer__meta{
  margin-top:auto;
  margin-bottom:14px;
  color:#ffffff;
  font-size:15px;
  font-weight:700;
}

.lp-offer__summary{
  margin:0;
  color:rgba(255,255,255,0.72);
  font-size:15px;
  line-height:1.7;
}

.lp-offer__cta{
  display:flex;
  justify-content:center;
  margin-top:34px;
}

.lp-offer__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:210px;
  padding:16px 30px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  font-size:16px;
  color:#08101d;
  background:linear-gradient(135deg,#7a8cff,#74ffe6);
  box-shadow:
    0 14px 34px rgba(92,143,255,0.30),
    0 0 18px rgba(122,140,255,0.15);
  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.lp-offer__button:hover{
  transform:translateY(-3px);
  box-shadow:
    0 18px 40px rgba(92,143,255,0.35),
    0 0 28px rgba(116,255,230,0.20);
}

@media (max-width:1100px){
  .lp-offer__grid{
    grid-template-columns:1fr;
  }

  .lp-offer__card{
    padding:28px 22px 26px;
  }
}

@media (max-width:767px){
  .lp-offer{
    padding:90px 16px;
  }

  .lp-offer__heading{
    margin-bottom:34px;
  }

  .lp-offer__top h3{
    font-size:28px;
  }

  .lp-offer__price{
    font-size:24px;
  }

  .lp-offer__button{
    width:100%;
  }
}/* End custom CSS */