.elementor-108 .elementor-element.elementor-element-7b43aa5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-108 .elementor-element.elementor-element-338a8f2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-108 .elementor-element.elementor-element-e2ed740{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-108 .elementor-element.elementor-element-411522a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-108 .elementor-element.elementor-element-f5063d5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-108 .elementor-element.elementor-element-855cdc4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-108 .elementor-element.elementor-element-b483fde{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c294d54 */.nexa-packages-hero{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  min-height:85vh;
  overflow:hidden;
  background:#071b22;
  font-family:'Poppins',sans-serif;
  color:#fff;
}

.nexa-packages-hero,
.nexa-packages-hero *{
  box-sizing:border-box;
}

.nexa-packages-hero__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      110deg,
      rgba(7,27,34,.96) 0%,
      rgba(7,27,34,.84) 46%,
      rgba(24,169,163,.38) 100%
    ),
    url("https://images.unsplash.com/photo-1576091160550-2173dba999ef?q=80&w=1600&auto=format&fit=crop") center/cover no-repeat;
}

.nexa-packages-hero__wrap{
  position:relative;
  z-index:2;
  width:100%;
  min-height:85vh;
  display:grid;
  grid-template-columns:minmax(0,1fr) 390px;
  align-items:center;
  gap:60px;
  padding:105px clamp(24px,6vw,110px);
}

.nexa-packages-hero__content{
  max-width:820px;
}

.nexa-packages-hero__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
  color:#a8fff8;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.nexa-packages-hero__eyebrow::before{
  content:"";
  width:38px;
  height:2px;
  background:#c40000;
}

.nexa-packages-hero h1{
  margin:0;
  max-width:820px;
  font-size:clamp(38px,5vw,68px);
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:750;
  color:#fff;
}

.nexa-packages-hero p{
  margin:24px 0 0;
  max-width:700px;
  color:rgba(255,255,255,.76);
  font-size:16px;
  line-height:1.8;
}

.nexa-packages-hero__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}

.nexa-packages-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 26px;
  border-radius:999px;
  text-decoration:none;
  font-size:13.5px;
  font-weight:800;
}

.nexa-packages-hero__btn--main{
  background:linear-gradient(135deg,#44cfc7,#18a9a3);
  color:#062126;
  box-shadow:0 18px 45px rgba(68,207,199,.24);
}

.nexa-packages-hero__btn--outline{
  color:#fff;
  border:1px solid rgba(255,255,255,.38);
  background:rgba(255,255,255,.05);
}

.nexa-packages-hero__panel{
  padding:30px;
  border-radius:30px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(16px);
  display:grid;
  gap:18px;
}

.nexa-packages-hero__panel div{
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.nexa-packages-hero__panel div:last-child{
  padding-bottom:0;
  border-bottom:0;
}

.nexa-packages-hero__panel span{
  display:block;
  color:#44cfc7;
  font-size:11px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-bottom:8px;
}

.nexa-packages-hero__panel strong{
  display:block;
  color:#fff;
  font-size:15px;
  line-height:1.5;
  font-weight:600;
}

@media(max-width:900px){
  .nexa-packages-hero__wrap{
    grid-template-columns:1fr;
    min-height:auto;
    padding:85px 22px;
  }
}

@media(max-width:520px){
  .nexa-packages-hero h1{
    font-size:34px;
  }

  .nexa-packages-hero p{
    font-size:14.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ca841d */.nexa-hcp{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  overflow:hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(68,207,199,.14), transparent 28%),
    linear-gradient(180deg,#f7fbfb 0%,#eef7f7 100%);
  font-family:'Poppins',sans-serif;
  color:#071b22;
}

.nexa-hcp,
.nexa-hcp *{
  box-sizing:border-box;
}

.nexa-hcp__wrap{
  width:100%;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);
  gap:70px;
  align-items:center;
  padding:105px clamp(24px,6vw,110px);
}

.nexa-hcp__content{
  max-width:850px;
}

.nexa-hcp__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  color:#18a9a3;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.nexa-hcp__eyebrow::before{
  content:"";
  width:38px;
  height:2px;
  background:#c40000;
}

.nexa-hcp h2{
  margin:0;
  max-width:780px;
  font-size:clamp(34px,4vw,56px);
  line-height:1.08;
  letter-spacing:-1.6px;
  font-weight:750;
  color:#071b22;
}

.nexa-hcp p{
  margin:20px 0 0;
  max-width:720px;
  color:#52616b;
  font-size:15.5px;
  line-height:1.8;
}

.nexa-hcp__list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin-top:36px;
}

.nexa-hcp__list div{
  padding:22px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(24,169,163,.13);
  box-shadow:0 16px 45px rgba(7,27,34,.07);
}

.nexa-hcp__list b{
  display:inline-flex;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:#e9fbfa;
  color:#18a9a3;
  font-size:12px;
  font-weight:800;
  margin-bottom:16px;
}

.nexa-hcp__list strong{
  display:block;
  color:#071b22;
  font-size:15px;
  line-height:1.35;
  margin-bottom:8px;
}

.nexa-hcp__list span{
  display:block;
  color:#52616b;
  font-size:13px;
  line-height:1.6;
}

.nexa-hcp__visual{
  position:relative;
}

.nexa-hcp__image{
  width:100%;
  aspect-ratio:1/1;
  overflow:hidden;
  border-radius:36px;
  background:#e9fbfa;
  border:1px solid rgba(24,169,163,.13);
  box-shadow:0 28px 80px rgba(7,27,34,.14);
}

.nexa-hcp__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.nexa-hcp__badge{
  position:absolute;
  left:-24px;
  bottom:44px;
  width:285px;
  padding:24px;
  border-radius:26px;
  background:#071b22;
  color:#fff;
  box-shadow:0 24px 60px rgba(7,27,34,.24);
  border-top:5px solid #44cfc7;
}

.nexa-hcp__badge strong{
  display:block;
  font-size:34px;
  line-height:1;
  color:#44cfc7;
  margin-bottom:8px;
}

.nexa-hcp__badge span{
  display:block;
  color:rgba(255,255,255,.72);
  font-size:13px;
  line-height:1.5;
}

@media(max-width:980px){
  .nexa-hcp__wrap{
    grid-template-columns:1fr;
    gap:45px;
    padding:75px 22px;
  }

  .nexa-hcp__list{
    grid-template-columns:1fr;
  }

  .nexa-hcp__badge{
    left:18px;
    bottom:18px;
  }
}

@media(max-width:520px){
  .nexa-hcp h2{
    font-size:30px;
  }

  .nexa-hcp__badge{
    position:relative;
    left:auto;
    bottom:auto;
    width:100%;
    margin-top:18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2355e62 */.nexa-wellness{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  overflow:hidden;
  background:#071b22;
  font-family:'Poppins',sans-serif;
  color:#fff;
}

.nexa-wellness,
.nexa-wellness *{
  box-sizing:border-box;
}

.nexa-wellness__bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 14% 18%, rgba(68,207,199,.20), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(196,0,0,.12), transparent 28%),
    linear-gradient(135deg,#071b22 0%,#082b32 55%,#061117 100%);
}

.nexa-wellness__wrap{
  position:relative;
  z-index:2;
  width:100%;
  display:grid;
  grid-template-columns:minmax(420px,.92fr) minmax(0,1.08fr);
  gap:70px;
  align-items:center;
  padding:105px clamp(24px,6vw,110px);
}

.nexa-wellness__visual{
  position:relative;
}

.nexa-wellness__image{
  width:100%;
  aspect-ratio:1/1;
  overflow:hidden;
  border-radius:36px;
  background:#e9fbfa;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 32px 90px rgba(0,0,0,.30);
}

.nexa-wellness__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.nexa-wellness__badge{
  position:absolute;
  right:-24px;
  bottom:44px;
  width:285px;
  padding:24px;
  border-radius:26px;
  background:#fff;
  color:#071b22;
  box-shadow:0 24px 60px rgba(0,0,0,.26);
  border-top:5px solid #44cfc7;
}

.nexa-wellness__badge strong{
  display:block;
  font-size:28px;
  line-height:1.05;
  color:#18a9a3;
  margin-bottom:8px;
}

.nexa-wellness__badge span{
  display:block;
  color:#52616b;
  font-size:13px;
  line-height:1.5;
}

.nexa-wellness__content{
  max-width:850px;
}

.nexa-wellness__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  color:#a8fff8;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.nexa-wellness__eyebrow::before{
  content:"";
  width:38px;
  height:2px;
  background:#c40000;
}

.nexa-wellness h2{
  margin:0;
  max-width:780px;
  font-size:clamp(34px,4vw,56px);
  line-height:1.08;
  letter-spacing:-1.6px;
  font-weight:750;
  color:#fff;
}

.nexa-wellness__content > p{
  margin:20px 0 0;
  max-width:720px;
  color:rgba(255,255,255,.72);
  font-size:15.5px;
  line-height:1.8;
}

.nexa-wellness__grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin-top:36px;
}

.nexa-wellness__grid div{
  padding:22px;
  border-radius:24px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(12px);
}

.nexa-wellness__grid b{
  display:inline-flex;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:rgba(68,207,199,.14);
  color:#44cfc7;
  font-size:12px;
  font-weight:800;
  margin-bottom:16px;
}

.nexa-wellness__grid h3{
  margin:0 0 8px;
  color:#fff;
  font-size:16px;
  line-height:1.35;
}

.nexa-wellness__grid p{
  margin:0;
  color:rgba(255,255,255,.66);
  font-size:13px;
  line-height:1.6;
}

@media(max-width:980px){
  .nexa-wellness__wrap{
    grid-template-columns:1fr;
    gap:45px;
    padding:75px 22px;
  }

  .nexa-wellness__grid{
    grid-template-columns:1fr;
  }

  .nexa-wellness__badge{
    right:18px;
    bottom:18px;
  }
}

@media(max-width:520px){
  .nexa-wellness h2{
    font-size:30px;
  }

  .nexa-wellness__badge{
    position:relative;
    right:auto;
    bottom:auto;
    width:100%;
    margin-top:18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-858661a */.nexa-annual{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  overflow:hidden;
  background:#f7fbfb;
  font-family:'Poppins',sans-serif;
  color:#071b22;
}

.nexa-annual,
.nexa-annual *{
  box-sizing:border-box;
}

.nexa-annual__wrap{
  width:100%;
  padding:105px clamp(24px,6vw,110px);
}

.nexa-annual__head{
  max-width:920px;
  margin-bottom:52px;
}

.nexa-annual__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  color:#18a9a3;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.nexa-annual__eyebrow::before{
  content:"";
  width:38px;
  height:2px;
  background:#c40000;
}

.nexa-annual__head h2{
  margin:0;
  max-width:850px;
  font-size:clamp(34px,4vw,56px);
  line-height:1.08;
  letter-spacing:-1.6px;
  font-weight:750;
}

.nexa-annual__head p{
  margin:20px 0 0;
  max-width:720px;
  color:#52616b;
  font-size:15.5px;
  line-height:1.8;
}

.nexa-annual__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.nexa-annual__card{
  min-height:280px;
  padding:28px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(24,169,163,.13);
  box-shadow:0 20px 60px rgba(7,27,34,.08);
}

.nexa-annual__card span{
  display:inline-flex;
  width:44px;
  height:44px;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:#e9fbfa;
  color:#18a9a3;
  font-size:12px;
  font-weight:800;
  margin-bottom:20px;
}

.nexa-annual__card h3{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.28;
}

.nexa-annual__card p{
  margin:0;
  color:#52616b;
  font-size:13.5px;
  line-height:1.65;
}

@media(max-width:1000px){
  .nexa-annual__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:560px){
  .nexa-annual__wrap{
    padding:75px 22px;
  }

  .nexa-annual__head h2{
    font-size:30px;
  }

  .nexa-annual__grid{
    grid-template-columns:1fr;
  }

  .nexa-annual__card{
    min-height:auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-271b4a7 */.nexa-package-cta{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  overflow:hidden;
  background:#071b22;
  font-family:'Poppins',sans-serif;
  color:#fff;
}

.nexa-package-cta,
.nexa-package-cta *{
  box-sizing:border-box;
}

.nexa-package-cta__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      110deg,
      rgba(7,27,34,.96) 0%,
      rgba(7,27,34,.86) 46%,
      rgba(24,169,163,.42) 100%
    ),
    url("https://images.unsplash.com/photo-1582750433449-648ed127bb54?q=80&w=1600&auto=format&fit=crop") center/cover no-repeat;
  transform:scale(1.03);
}

.nexa-package-cta__wrap{
  position:relative;
  z-index:2;
  width:100%;
  min-height:620px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 390px;
  gap:60px;
  align-items:center;
  padding:105px clamp(24px,6vw,110px);
}

.nexa-package-cta__content{
  max-width:820px;
}

.nexa-package-cta__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
  color:#a8fff8;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.nexa-package-cta__eyebrow::before{
  content:"";
  width:38px;
  height:2px;
  background:#c40000;
}

.nexa-package-cta h2{
  margin:0;
  max-width:820px;
  font-size:clamp(38px,5vw,68px);
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:750;
  color:#fff;
}

.nexa-package-cta p{
  margin:24px 0 0;
  max-width:700px;
  color:rgba(255,255,255,.76);
  font-size:16px;
  line-height:1.8;
}

.nexa-package-cta__buttons{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:34px;
}

.nexa-package-cta__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 26px;
  border-radius:999px;
  text-decoration:none;
  font-size:13.5px;
  font-weight:800;
}

.nexa-package-cta__btn--main{
  background:linear-gradient(135deg,#44cfc7,#18a9a3);
  color:#062126;
  box-shadow:0 18px 45px rgba(68,207,199,.24);
}

.nexa-package-cta__btn--outline{
  color:#fff;
  border:1px solid rgba(255,255,255,.38);
  background:rgba(255,255,255,.05);
}

.nexa-package-cta__panel{
  padding:30px;
  border-radius:30px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(16px);
  display:grid;
  gap:18px;
}

.nexa-package-cta__panel div{
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.nexa-package-cta__panel div:last-child{
  padding-bottom:0;
  border-bottom:0;
}

.nexa-package-cta__panel span{
  display:block;
  color:#44cfc7;
  font-size:11px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-bottom:8px;
}

.nexa-package-cta__panel strong{
  display:block;
  color:#fff;
  font-size:15px;
  line-height:1.5;
  font-weight:600;
}

@media(max-width:900px){
  .nexa-package-cta__wrap{
    grid-template-columns:1fr;
    min-height:auto;
    padding:85px 22px;
  }
}

@media(max-width:520px){
  .nexa-package-cta h2{
    font-size:34px;
  }

  .nexa-package-cta p{
    font-size:14.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e419e2 */.nexa-footer{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  background:#061117;
  color:#fff;
  font-family:'Poppins',sans-serif;
  overflow:hidden;
}

.nexa-footer,
.nexa-footer *{
  box-sizing:border-box;
}

.nexa-footer__wrap{
  width:100%;
  padding:70px clamp(24px,6vw,110px);
  display:grid;
  grid-template-columns:1.35fr .7fr .9fr .9fr;
  gap:42px;
  border-top:1px solid rgba(255,255,255,.08);
}

.nexa-footer__brand img{
  width:160px;
  height:auto;
  display:block;
  margin-bottom:22px;
}

.nexa-footer__brand p{
  max-width:420px;
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:14px;
  line-height:1.8;
}

.nexa-footer__col h3{
  margin:0 0 18px;
  color:#44cfc7;
  font-size:13px;
  font-weight:800;
  letter-spacing:1.1px;
  text-transform:uppercase;
}

.nexa-footer__col a,
.nexa-footer__col p{
  display:block;
  margin:0 0 11px;
  color:rgba(255,255,255,.68);
  font-size:13.5px;
  line-height:1.6;
  text-decoration:none;
}

.nexa-footer__col a:hover{
  color:#44cfc7;
}

.nexa-footer__bottom{
  padding:20px clamp(24px,6vw,110px);
  border-top:1px solid rgba(255,255,255,.08);
}

.nexa-footer__bottom p{
  margin:0;
  color:rgba(255,255,255,.52);
  font-size:12.5px;
}

@media(max-width:900px){
  .nexa-footer__wrap{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:560px){
  .nexa-footer__wrap{
    grid-template-columns:1fr;
    padding:55px 22px;
  }

  .nexa-footer__brand img{
    width:140px;
  }
}/* End custom CSS */