.hero-annual .hero-annual-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hero-annual .hero-annual-container .description {
  border-radius: 24px;
  border: 1px solid #004750;
  color: #004750;
  font-family: "GaspoSlab-Bold", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 12px;
  @media (min-width: 768px) { /* Assuming md breakpoint is 768px */
    padding: 12px 16px;
    margin-bottom: 40px;

  }
}

.hero-annual .hero-annual-container .body {
  width: 100%;
  text-align: center;
  font-size: 48px;
  font-family: "GaspoSlab-Bold", sans-serif;
  font-weight: 700;
  line-height: 48px;
  word-wrap: break-word;
  color: transparent; /* Make the text transparent */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #004750;
  padding-bottom: 40px;
  font-style: italic;
}

@media (min-width: 768px) { /* Assuming md breakpoint is 768px */
  .hero-annual .hero-annual-container .body {
    font-size: 96px;
    line-height: 96px;
  }
}

@media (min-width: 1200px) { /* Assuming xl breakpoint is 1200px */
  .hero-annual .hero-annual-container .body {
    font-size: 128px;
    line-height: 112px;
  }
}

.hero-annual .hero-annual-container .button-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 768px) { /* Assuming md breakpoint is 768px */
  .hero-annual .hero-annual-container .button-container {
    flex-direction: row;
  }
}

.hero-annual .hero-annual-container .button-container .button-common {
  font-family: "AvenirLTStd-Medium", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px; /* 125% */
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  gap: 4px;
  display: inline-flex;
  overflow: hidden;
  cursor: pointer;
}

@media (min-width: 768px) { /* Assuming md breakpoint is 768px */
  .hero-annual .hero-annual-container .button-container .button-common {
    width: auto;
  }
}

.hero-annual .hero-annual-container .button-container .button-common a {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hero-annual .hero-annual-container .button-container .button-left {
  border: #006680;
  background: linear-gradient(180deg, #28A3C2 0%, #006680 100%);
  box-shadow: 0px 1px 3px 0px rgba(26, 41, 61, 0.15), 0px 7px 12px -5px rgba(26, 41, 61, 0.18), 0px 1px 1px 1px rgba(255, 255, 255, 0.30) inset, 0px 6px 12px -8px rgba(0, 0, 0, 0.42), 0px 1px 3px 0px rgba(39, 44, 48, 0.20);
  border-radius: 6px;
  border: 1px #006680 solid;
}
.hero-annual .hero-annual-container .button-container .button-left:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%), linear-gradient(180deg, #47C0BB 0%, #006680 100%);
  box-shadow: 0px 1px 3px 0px rgba(26, 41, 61, 0.15), 0px 7px 12px -5px rgba(26, 41, 61, 0.18), 0px 6px 12px -8px rgba(0, 0, 0, 0.42), 0px 1px 3px 0px rgba(39, 44, 48, 0.20), 0px 1px 1px 0px rgba(255, 255, 255, 0.20) inset;
}

.hero-annual .hero-annual-container .button-container .button-right {
  background: white;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 3px 0px rgba(26, 41, 61, 0.15), 0px 7px 11px -5px rgba(26, 41, 61, 0.11), 0px 0px 0px 1px rgba(26, 41, 61, 0.08);
  border-radius: 6px;
  margin-left: 0;
  margin-top: 12px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.hero-annual .hero-annual-container .button-container .button-right:hover {
  box-shadow: 0px 1px 3px 0px rgba(26, 41, 61, 0.15), 0px 7px 11px -5px rgba(26, 41, 61, 0.10), 0px 1px 3px 0px rgba(26, 41, 61, 0.15), 0px 7px 11px -5px rgba(26, 41, 61, 0.08);
}

@media (min-width: 768px) { /* Assuming md breakpoint is 768px */
  .hero-annual .hero-annual-container .button-container .button-right {
    margin-left: 12px;
    margin-top: 0;
  }
}

.hero-annual .hero-image-container {
  margin-top: 96px;
  border-radius: 8px;
  background: rgba(17, 24, 39, 0.05);
  box-shadow: 0px 0px 0px 0px #FFF inset, 0px 0px 0px 1px rgba(17, 24, 39, 0.10) inset;
  width: 100%;
  height: auto;
  padding: 16px;
}
.hero-annual .hero-image-container .hero-image {
  border-radius: 4px;
  box-shadow: 0px 0px 0px 1px rgba(17, 24, 39, 0.10), 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  height: 480px;
  @media (max-width: 499px) {
    background: url('assets/hero-image.webp') lightgray 50% / cover no-repeat;
  }
  @media (min-width: 500px) { /* Assuming md breakpoint is 768px */
    height: 683px;
    background: url('assets/hero-image.webp') lightgray 50% / cover no-repeat;
  }
  @media (min-width: 768px) {
    background: url('assets/hero-image.webp') lightgray 50% / cover no-repeat;
  }
}

.hero-image-container {
  opacity: 0;
}
