:root {
  --blue: #00698b;
  --blueLight: #f0f7fa;
  --mint: #74d1ce;
  --orange: #fdede3;
  --greycliff: 'Greycliff CF', sans-serif;
  --campton: 'Campton', sans-serif;
}

/* old styles */

.header-promo-new {
  padding: 0px;
  margin: -30px 0 25px;
}

header a {
  margin: 0px;
}

.header-fixed {
  padding: 30px 0 30px;
}

nav .btn-main.bg-theme-white {
  border: 1px solid #1f6a8c;
  color: #1f6a8c;
  background: #ffffff !important;
}

.content > .box-wr:not(.box-top-banner):first-child {
  padding-top: 185px;
}

footer p {
  padding: 5px 0 5px;
  line-height: 1.4em;
  margin-bottom: 0.3em;
}

footer p a {
  color: #5a8397 !important;
}

@media screen and (max-width: 767px) {
  .content > .box-wr:not(.box-top-banner):first-child {
    padding-top: 145px;
  }

  .header-promo-new {
    padding: 0px;
    margin: -15px 0 15px;
  }

  .header-fixed {
    padding: 15px 0 15px;
  }

  .header-logo-left .navbar-collapse {
    background: unset;
    backdrop-filter: unset;
  }
}

.footer-copy * {
  color: white !important;
}

.last-footer .center,
.last-footer .center a {
  font-size: 16px !important;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 40px;
  }
}

/* end old styles */

/* GENERAL */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
b {
  font-weight: 600;
}
.container {
  max-width: 1425px;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 52px;
  border-radius: 30px;
  background: var(--blue);
  color: #fff;
  min-width: 157px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  gap: 7px;
  overflow: hidden;
  padding: 0 30px;
  transition: all 0.3s;
  animation: shadow-pulse 3s infinite;
  border: none;
  width: fit-content;
}
.btn:focus {
  color: #fff;
}
.btn:after {
  content: '';
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: var(--mint);
  transition: all 0.3s;
}
.btn:hover:after {
  width: 100%;
}
.btn span {
  position: relative;
  z-index: 2;
  top: -1px;
}
.btn svg {
  fill: #fff;
  width: 11px;
  height: 11px;
  position: relative;
  z-index: 2;
  font-size: 14px;
}
.btn.invert {
  background: #fff;
  color: var(--blue);
  border: 1px solid rgba(15, 92, 120, 0.22);
}
.btn.invert:hover {
  color: #fff;
  border-color: var(--blue);
}
.btn.invert svg {
  fill: var(--blue);
}
.btn.invert:hover svg {
  fill: #fff;
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

.join-waitlist .modal-dialog {
  max-width: 500px;
}

.join-waitlist .modal-content {
  padding: 45px 50px 45px;
  border-radius: 25px;
}

.join-waitlist .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 25px 25px;
  font-size: 20px;
}

@media screen and (max-width: 1199px) {
  .join-waitlist .modal-content {
    padding: 30px 30px 30px;
    border-radius: 15px;
  }
}

@media screen and (max-width: 767px) {
  .join-waitlist .btn-close {
    margin: 6px 6px;
    z-index: 5;
  }
  .join-waitlist .modal-content {
    padding: 15px 15px 15px;
  }
}
.supernova {
  background-color: none;
}

/* HERO */
.hero {
  background-color: var(--blueLight);
  padding: 240px 0 120px 0;
}
.hero .container {
  display: flex;
  gap: 40px;
}
.hero .hero-content {
  flex: 1;
  display: grid;
  gap: 20px;
}
.hero .hero-image {
  flex: 1;
}
.hero .hero-content h1 {
  font-size: 60px;
  color: var(--blue);
}
.hero-content h1 span {
  background: linear-gradient(90deg, var(--blue), var(--mint));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-content p {
  font-size: 18px;
  max-width: 600px;
  color: var(--blue);
}
.hero .mobile-hero-image {
  display: none;
}

@media (max-width: 1200px) {
  .hero .hero-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding: 140px 0 40px 0;
  }
  .hero .container {
    display: grid;
  }
  .hero .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .hero .hero-content h1 {
    font-size: 36px;
  }
  .hero .mobile-hero-image {
    display: block;
  }
  .hero .hero-image {
    display: none;
  }
}

/* BENEFITS */
.benefits {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background: var(--blueLight);
  border-top: 1px solid rgba(0, 105, 139, 0.1);
}
.benefits .marquee {
  display: flex;
  width: fit-content;
  animation: marquee 30s linear infinite;
}
.benefits .marquee-item {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 32px;
  font-size: 18px;
}
.benefits img {
  height: 20px;
  width: 20px;
}

@media (max-width: 1200px) {
}
@media (max-width: 767px) {
}

/* NEW STANDARD */
.new-standard {
  padding: 100px 0 100px 0;
}
.new-standard .container {
  display: grid;
  gap: 54px;
}
.new-standard h2 {
  font-size: 40px;
  color: var(--blue);
  text-align: center;
}
.new-standard .items {
  display: flex;
  border-top: 1px solid var(--mint);
  border-bottom: 1px solid var(--mint);
}
.new-standard .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 40px;
  align-items: center;
}
.new-standard .item:nth-child(2) {
  border-left: 1px solid var(--mint);
  border-right: 1px solid var(--mint);
}
.new-standard .item img {
  width: 66px;
  height: 66px;
}
.new-standard .item h3 {
  font-size: 24px;
  color: var(--blue);
  text-align: center;
}
.new-standard .item p {
  font-size: 18px;
  color: var(--blue);
  text-align: center;
}

@media (max-width: 1200px) {
}
@media (max-width: 767px) {
  .new-standard {
    padding: 60px 0 60px 0;
  }
  .new-standard .container {
    gap: 40px;
  }
  .new-standard h2 {
    font-size: 30px;
  }
  .new-standard .items {
    display: grid;
    border: none;
  }
  .new-standard .item {
    padding: 24px;
  }
  .new-standard .item:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid var(--mint);
    border-bottom: 1px solid var(--mint);
  }
}

/* SYMPTOMS */
.symptoms .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-bottom: 100px;
}
.symptoms h3 {
  font-size: 24px;
  color: var(--blue);
  text-align: center;
}
.symptoms .hr {
  height: 2px;
  width: 40px;
  background: var(--mint);
  margin: 10px 0 20px 0;
}
.symptoms .symptoms-items {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
}
.symptoms .symptoms-items .item {
  background-color: rgba(253, 237, 227, 0.5);
  padding: 20px 40px;
  font-size: 21px;
  border-radius: 40px;
  color: var(--blue);
}

@media (max-width: 1200px) {
}
@media (max-width: 767px) {
  .symptoms .container {
    padding-bottom: 60px;
  }
  .symptoms .symptoms-items .item {
    padding: 10px 20px;
    font-size: 16px;
  }
}

/* INSURANCE */
.insurance {
  padding: 100px 0;
  background: var(--blueLight);
}
.insurance .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.insurance .image {
  max-width: 700px;
}
.insurance .content {
  max-width: 580px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.insurance h2 {
  font-size: 40px;
  color: var(--blue);
}
.insurance p {
  font-size: 18px;
  color: var(--blue);
}
.insurance .items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.insurance .item {
  display: flex;
  gap: 10px;
  align-items: start;
}
.insurance .item img {
  margin-top: 5px;
}

@media (max-width: 1200px) {
}
@media (max-width: 767px) {
  .insurance {
    padding: 30px 0;
  }
  .insurance .container {
    display: grid;
    gap: 40px;
  }
  .insurance .content {
    gap: 30px;
  }
  .insurance h2 {
    font-size: 30px;
  }
}

/* WAILTLIST */
.waitlist {
  padding: 100px 0;
}
.waitlist .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.waitlist .image {
  max-width: 700px;
}
.waitlist .content {
  max-width: 580px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.waitlist h2 {
  font-size: 40px;
  color: var(--blue);
}
.waitlist p {
  font-size: 18px;
  color: var(--blue);
}

@media (max-width: 1200px) {
}
@media (max-width: 767px) {
  .waitlist {
    padding: 30px 0;
  }
  .waitlist .container {
    display: grid;
    gap: 40px;
  }
  .waitlist .container .content {
    order: 2;
  }
  .waitlist h2 {
    font-size: 30px;
  }
}

/* PLAN */
.plan {
  padding: 100px 0;
  background: var(--blueLight);
}
.plan h2 {
  font-size: 40px;
  color: var(--blue);
  text-align: center;
}
.plan h2 span {
  background: linear-gradient(90deg, var(--mint), var(--blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plan .plan-cards {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 60px;
}
.plan .plan-card {
  display: flex;
  align-items: center;
}
.plan .plan-card .image {
  flex: 1;
  min-height: 450px;
  background-size: cover;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: end;
}
.plan .plan-card:nth-child(1) .image {
  background-image: url('../img/plan-1.webp');
}
.plan .plan-card:nth-child(2) .image {
  background-image: url('../img/plan-2.webp');
}
.plan .plan-card:nth-child(3) .image {
  background-image: url('../img/plan-3.webp');
}
.plan .plan-card .item {
  display: flex;
  gap: 10px;
  align-items: start;
  padding: 10px 20px;
  background: #fff;
  border-radius: 10px;
  font-size: 18px;
}
.plan .plan-card .item img {
  margin-top: 5px;
}
.plan .plan-card .content {
  flex: 1;
  padding-left: 90px;
}
.plan .plan-card .content h3 {
  font-size: 30px;
  color: var(--blue);
  padding-bottom: 20px;
}
.plan .plan-card .content p {
  font-size: 18px;
  color: var(--blue);
}

@media (max-width: 1200px) {
}
@media (max-width: 767px) {
  .plan {
    padding: 60px 0;
  }
  .plan h2 {
    font-size: 30px;
  }
  .plan .plan-cards {
    gap: 40px;
    margin-top: 40px;
  }
  .plan .plan-card {
    display: grid;
    gap: 40px;
  }
  .plan .plan-card .item {
    font-size: 16px;
  }
  .plan .plan-card .content {
    padding-left: 0;
  }
  .plan .plan-card .content h3 {
    font-size: 26px;
  }
}

/* LOGOES */
.logoes {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 24px 0;
}
.logoes .marquee {
  display: flex;
  align-items: center;
  gap: 150px;
  width: fit-content;
  animation: marquee 30s linear infinite;
}
.logoes .marquee img {
  height: auto;
}

@media (max-width: 1200px) {
}
@media (max-width: 767px) {
  .logoes .marquee {
    animation: marquee 10s linear infinite;
    gap: 90px;
  }
}

/* TESTIMONIALS */
.testimonials {
  padding: 100px 0;
}
.testimonials-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonials-header .see-all-button {
  display: flex;
  font-size: 21px;
  color: var(--blue);
  gap: 10px;
  align-items: center;
}
.testimonials .title h2 {
  font-size: 40px;
  color: var(--blue);
  padding-bottom: 10px;
}
.testimonials .title p {
  font-size: 18px;
  color: var(--blue);
}
.testimonials .testimonials-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
}
.testimonials .testimonials-card {
  border-radius: 10px;
  padding: 30px 30px 40px 30px;
  background-color: var(--blueLight);
}
.testimonials .testimonials-card-header {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 32px;
}
.testimonials .testimonials-card-header img {
  height: 80px;
  width: 80px;
}
.testimonials .testimonials-card-header h4 {
  font-size: 21px;
  color: var(--blue);
}
.testimonials .testimonials-card-header p {
  font-size: 18px;
  color: var(--blue);
}
.testimonials .testimonials-card {
  font-size: 18px;
  color: var(--blue);
}

@media (max-width: 1200px) {
  .testimonials .testimonials-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .testimonials {
    padding: 30px 0;
  }
  .testimonials .title h2 {
    font-size: 30px;
  }
  .testimonials-header {
    display: grid;
    gap: 40px;
  }
  .testimonials .testimonials-cards {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
  }
  .testimonials .testimonials-card {
    font-size: 16px;
    padding: 20px;
  }
  .testimonials .testimonials-card-header {
    margin-bottom: 20px;
  }
}

/* WOMENS-HEALTH */
.womens-health {
  padding: 100px 0;
  background-color: var(--blueLight);
}
.womens-health .container {
  display: flex;
  align-items: center;
  gap: 40px;
}
.womens-health .content {
  flex: 1;
}
.womens-health h2 {
  font-size: 40px;
  color: var(--blue);
  margin-bottom: 30px;
  max-width: 580px;
}
.womens-health .list {
  flex: 1;
}
.womens-health .item {
  display: flex;
  gap: 10px;
  font-size: 18px;
  color: var(--blue);
  margin-bottom: 20px;
}
.womens-health img {
  height: 20px;
  width: 20px;
  margin-top: 6px;
}

@media (max-width: 1200px) {
}
@media (max-width: 767px) {
  .womens-health {
    padding: 60px 0;
  }
  .womens-health .container {
    display: grid;
  }
  .womens-health h2 {
    font-size: 30px;
  }
  .womens-health .item {
    margin-bottom: 0;
  }
}

/* BANNER */
.banner {
  padding: 70px 0 90px 0;
  background-color: var(--blue);
}
.banner .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.banner h2 {
  font-size: 48px;
  color: #fff;
  text-align: center;
}

@media (max-width: 1200px) {
}
@media (max-width: 767px) {
  .banner {
    padding: 60px 0 60px 0;
  }
  .banner h2 {
    font-size: 30px;
  }
}
