:root {
  --gleneagles-blue: #00769c;
  --text-gray: #58595b;
  --gleneagles-textteal: #00a3a8;
  --bg-gray: #d9d9d9;
  --gleneagles-light-orange: rgba(224, 160, 71, .2);
  --gleneagles-teal: #3eaaad;
  --text-white: white;
  --gleneagles-brown: #ac5b5a;
  --gleneagles-orange: #ed8b00;
  --gleneagles-content-brown: #e0a047;
  --pantai-pale-blue\<deleted\|variable-b882ca28-feea-0a6d-497a-d8fb2465f6d5\>: #f4fbfd;
  --bg-yellow: #f1f2f4;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.container {
  max-width: 120rem;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container.hero-container {
  height: 540px;
  max-width: 100%;
  background-image: url('../images/hero_1.png');
  background-position: 54%;
  background-size: cover;
}

.container.story-container {
  flex-direction: column;
  justify-content: space-between;
  font-family: Poppins, sans-serif;
}

.container.milestones-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Poppins, sans-serif;
}

.container.storybook-container {
  max-width: 100%;
}

.container.storybook-content-container {
  color: var(--gleneagles-blue);
  align-items: center;
}

.container.packages-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  font-family: Poppins, sans-serif;
}

.container.campaign-specials-container {
  align-items: center;
}

.container.footer-container {
  grid-column-gap: .125em;
  grid-row-gap: .125em;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  padding-top: 2rem;
  padding-left: 100px;
}

.body {
  color: var(--text-gray);
  letter-spacing: .05em;
  font-size: 16px;
  line-height: 1.2em;
}

.header-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar {
  width: 100%;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-container {
  max-width: 1920px;
}

.nav-menu {
  float: none;
  text-align: center;
  flex-wrap: wrap;
  font-size: 15px;
  display: flex;
}

.nav-link {
  color: var(--gleneagles-blue);
  -webkit-text-stroke-color: var(--gleneagles-textteal);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.hero-title {
  width: 354px;
  text-align: left;
  align-self: center;
  margin-top: 40px;
  position: relative;
  top: 40px;
  left: auto;
}

.section {
  font-family: Poppins, sans-serif;
}

.section.milestones-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--bg-gray);
  color: var(--gleneagles-blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.section.storybook-section {
  color: #fff;
  background-position: 50% 0;
  background-size: cover;
  padding-top: 0;
}

.section.campaign-specials-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--gleneagles-light-orange);
  color: var(--gleneagles-blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.section.packages-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--bg-gray);
  color: var(--gleneagles-blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.section.footer-section {
  height: 10rem;
  background-color: var(--gleneagles-teal);
  color: var(--text-white);
}

.section.header-section {
  background-color: #fff;
}

.section.story-section {
  background-color: var(--gleneagles-teal);
  color: #fff;
}

.section.campaign-locations-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--gleneagles-blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.section.story-section-placeholder {
  background-color: var(--gleneagles-teal);
  color: #fff;
  display: none;
}

.text-block {
  width: 19em;
  text-align: center;
  align-self: center;
  position: relative;
  top: 60px;
}

.text-block.milestones-introduction {
  width: 36.4em;
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.2em;
  position: static;
}

.text-block.storybook-introduction {
  width: 32.5em;
  letter-spacing: .05em;
  text-indent: 1em;
  margin-bottom: 4em;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em;
}

.text-block.regular-text {
  letter-spacing: .05em;
  font-size: 20px;
  line-height: 1.2em;
}

.text-block.packages-introduction {
  width: 37.85em;
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.2em;
  position: static;
}

.stanndard-header {
  width: 22em;
  text-align: center;
  align-self: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: 800;
  line-height: 1em;
}

.story-video {
  width: 80%;
  max-width: 72rem;
  align-self: center;
  margin-bottom: 100px;
}

.milestones-heading {
  width: 16.5em;
  text-align: center;
  align-self: center;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1em;
}

.storybook-form-container {
  grid-column-gap: 4em;
  align-self: center;
  margin-top: 40px;
  display: flex;
}

.storybook-selector-item {
  border-radius: .5em;
}

.storybook-option {
  display: block;
}

.storybook-option.w--redirected-checked {
  display: none;
}

.storybook-option.storybook-excellence-1 {
  width: 196px;
  height: 348px;
  background-image: url('../images/excellence-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 5%;
}

.storybook-option.storybook-excellence-1.w--redirected-checked {
  border-width: 6px;
  border-color: #fff;
  display: block;
  box-shadow: 0 2px 5px #000;
}

.storybook-option.storybook-teamwork-2 {
  width: 196px;
  height: 348px;
  background-image: url('../images/teamwork-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 5%;
}

.storybook-option.storybook-teamwork-2.w--redirected-checked {
  border-width: 6px;
  border-color: #fff;
  display: block;
  box-shadow: 0 2px 5px #000;
}

.storybook-option.storybook-care-3 {
  width: 196px;
  height: 348px;
  background-image: url('../images/care-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 5%;
}

.storybook-option.storybook-care-3.w--redirected-checked {
  border-width: 6px;
  border-color: #fff;
  display: block;
  box-shadow: 0 2px 5px #000;
}

.radio-button-label {
  display: none;
}

.storybook-form {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

.customisation-heading {
  width: 17.5em;
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  display: block;
}

.story-creation-heading {
  width: 24.5em;
  color: var(--gleneagles-blue);
  text-align: center;
  text-indent: 1em;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

.button {
  align-self: center;
  margin-top: 40px;
}

.button.story-creation-button {
  background-color: var(--gleneagles-teal);
  color: #fff;
  border-radius: 1em;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: .5em 2em;
  font-size: 18px;
  font-weight: 700;
  line-height: 2em;
  transition: background-color .5s;
}

.button.story-creation-button:hover {
  background-color: var(--text-white);
  color: var(--gleneagles-teal);
  border: .125em solid #4bb747;
  line-height: 2em;
}

.button.discover-package-button {
  background-color: var(--gleneagles-teal);
  color: #fff;
  border-radius: 1em;
  margin-top: -1.5em;
  margin-bottom: 2rem;
  padding: .5em 2em;
  font-size: 14px;
  font-weight: 700;
  line-height: 2em;
  transition: background-color .5s;
  border: .125em solid #4bb747;
}

.make-an-appointment-button {
  z-index: 100;
  width: 210px;
  height: 145px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/make-an-appointment.svg');
  background-position: 50%;
  background-size: cover;
  position: fixed;
  top: auto;
  bottom: 2em;
  left: auto;
  right: 2em;
}

.packages-heading {
  width: 53.625rem;
  text-align: center;
  align-self: center;
  margin-top: 60px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2em;
}

.storybook-selector {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.heading {
  width: 22.25em;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 1em;
}

.storybook-character-label {
  color: var(--text-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.name-input-parent {
  width: 19.2em;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  margin-bottom: 1em;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.text-field {
  height: 4em;
  border: 2px solid var(--gleneagles-textteal);
  color: var(--gleneagles-textteal);
  -webkit-text-stroke-color: var(--gleneagles-textteal);
  border-radius: 1em;
  margin-bottom: 0;
}

.radio-button-label-2 {
  display: none;
}

.gender-option {
  border-radius: 0%;
}

.gender-option.male-option {
  width: 58px;
  height: 58px;
  background-image: url('../images/male.svg');
  background-position: 50%;
  background-size: contain;
  border-style: none;
}

.gender-option.male-option:hover {
  border: 2px solid var(--gleneagles-blue);
}

.gender-option.male-option.w--redirected-checked {
  background-image: url('../images/male-selected.svg');
  border-style: none;
}

.gender-option.female-option {
  width: 58px;
  height: 58px;
  background-image: url('../images/female.svg');
  background-position: 50%;
  background-size: contain;
  border-style: none;
}

.gender-option.female-option:hover {
  border: 2px solid var(--gleneagles-brown);
}

.gender-option.female-option.w--redirected-checked {
  background-image: url('../images/female-selected.svg');
}

.campaign-specials-heading {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1em;
}

.campaigns-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.campaign-image {
  width: 100px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.campaign-specials-subheading {
  margin-top: 2em;
  margin-bottom: .5em;
  font-size: 26px;
  line-height: 1em;
}

.campaign-specials-article {
  width: 43em;
  text-align: center;
  margin-bottom: 2em;
  font-size: 20px;
  line-height: 1.2em;
}

.campaign-locations-container {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  margin-bottom: 4em;
  display: flex;
}

.campaign-location-block {
  width: 17rem;
  height: 11rem;
  border: .25rem solid var(--gleneagles-blue);
  border-radius: 1.25rem;
}

.location-line {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  display: flex;
}

.location-title-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.location-item-text {
  font-weight: 400;
  line-height: 1em;
}

.location-title-line {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: stretch;
  margin: 1rem 1.5rem .5em;
  display: flex;
}

.image {
  margin-left: 3px;
  margin-right: 3px;
}

.footer-links {
  width: 40rem;
  height: 2rem;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.footer-text-line {
  font-size: 12px;
}

.footer-link {
  color: var(--text-white);
  text-decoration: none;
}

.form-block {
  margin-bottom: 40px;
}

.story-subcontainer {
  width: 100%;
  height: 100%;
  max-width: none;
  border: .625em solid #fff;
  flex-direction: column;
  margin: 20px 25px;
  display: flex;
}

#email-form-2 {
  display: flex;
  gap: 1rem;
}

@media (max-width: 850px) {
  #email-form-2 {
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }

  .w-form, .hospital-selector {
    width: 100% !important;
  }
}

.hospital-selector {
  width: 22em;
  height: 3.5em;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/down-arrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border: .175em solid #00a3a8;
  border-radius: 2em;
  padding-left: 25px;
  font-size: 16px;
}

.compaign-container {
  width: 282px;
  border: 1px solid var(--gleneagles-orange);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.campaign-image-title {
  width: 100%;
  background-color: var(--gleneagles-orange);
  color: var(--text-white);
  text-align: center;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1em;
}

.campaign-description-article {
  width: 100%;
  color: var(--text-gray);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.campaign-divider {
  width: 2px;
  height: 220px;
  background-color: #fff;
}

.packages-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.packages-container-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991.98px) {
  .packages-container-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .packages-container-grid .package-container {
    max-width: unset;
  }

  .packages-container-grid .package-container .package-subcontainer img {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .packages-container-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .packages-container-grid {
    grid-template-columns: repeat(1, 1fr);
    padding: 0px 5px;
  }
}

.package-container:hover .button.discover-package-button {
  background-color: var(--text-white);
  color: var(--gleneagles-teal);
  line-height: 2em;
}

.package-subcontainer {
  /* min-height: 415px; */
  box-shadow: 0 3px 5px 0 var(--text-gray);
  color: var(--text-gray);
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
  height: 100%;
}

.package-image {
  width: 237px;
  margin-bottom: 10px;
}

.package-image-title {
  width: 100%;
  color: var(--gleneagles-textteal);
  text-align: center;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1em;
  text-decoration: none;
  padding: 0px 15px;
}

.package-description-article {
  width: 15.23em;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.package-container {
  width: 100%;
  max-width: 237px;
  flex-direction: column;
  display: flex;
  text-decoration: none;
}

.swiper-container {
  z-index: 1;
  height: 700px;
}

.swiper-slide-content {
  width: 480px;
  height: 600px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-image {
  width: 100%;
  max-height: 375px;
  margin-left: auto;
  margin-right: auto;
}

.slider-image.milestone-1 {
  width: 100%;
  height: 300px;
  max-height: 374px;
  max-width: 675px;
  background-image: url('../images/milestone-1.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.slider-image.milestone-3 {
  width: 100%;
  height: 300px;
  max-height: 374px;
  max-width: 675px;
  background-image: url('../images/milestone-3.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.slider-image.milestone-4 {
  width: 100%;
  height: 300px;
  max-height: 374px;
  max-width: 675px;
  background-image: url('../images/milestone-4.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.slider-image.milestone-5 {
  width: 100%;
  height: 300px;
  max-height: 374px;
  max-width: 675px;
  background-image: url('../images/milestone-5.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.slider-image.milestone-6 {
  width: 100%;
  height: 300px;
  max-height: 374px;
  max-width: 675px;
  background-image: url('../images/milestone-6.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.slider-image.milestone-7 {
  width: 100%;
  height: 300px;
  max-height: 374px;
  max-width: 675px;
  background-image: url('../images/milestone-7.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.swiper-pagination {
  text-align: center;
}

.milestone-content {
  width: 100%;
  height: 300px;
  max-width: 675px;
  background-color: var(--gleneagles-content-brown);
  color: var(--text-white);
  text-align: center;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}

.milestone-article {
  width: 28em;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 600;
}

.link {
  color: var(--gleneagles-brown);
  margin-bottom: 20px;
  text-decoration: none;
}

.getting-ready-section {
  height: 75vh;
  font-family: Poppins, sans-serif;
}

.getting-ready-container {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.heading-3 {
  color: var(--gleneagles-textteal);
  text-align: center;
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
}

.storybook-section {
  background-image: url('../images/storybook-banner.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 40px;
  font-family: Poppins, sans-serif;
}

.storybook-container {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.storybook-video {
  width: 360px;
  height: 640px;
  margin-bottom: 40px;
}

.storybook-article-container {
  width: 22.6em;
  background-color: var(--gleneagles-brown);
  color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 15px;
}

.storybook-article {
  text-align: center;
  line-height: 1.2em;
}

.storybook-share-container {
  width: 24em;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.header-logo-navigator {
  display: none;
}

.social-follow {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
}

.campaign-description-footercopy {
  width: 100%;
  color: var(--text-gray);
  text-align: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.storybook-share-button {
  width: 99px;
  height: 35px;
  background-color: var(--gleneagles-textteal);
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.header-logo-container {
  max-width: 120rem;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.header-logo-container.hero-container {
  height: 768px;
  max-width: 100%;
  background-image: url('../images/hero.png');
  background-position: 50% 30%;
  background-size: cover;
}

.header-logo-container.story-container {
  outline-offset: -2em;
  outline: 1em solid #fff;
  flex-direction: column;
  justify-content: space-between;
  font-family: Poppins, sans-serif;
}

.header-logo-container.milestones-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Poppins, sans-serif;
}

.header-logo-container.storybook-container {
  max-width: 100%;
  background-image: url('../images/storybook-banner.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.header-logo-container.storybook-content-container {
  color: var(--gleneagles-blue);
  align-items: center;
}

.header-logo-container.packages-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  font-family: Poppins, sans-serif;
}

.header-logo-container.campaign-specials-container {
  align-items: center;
}

.header-logo-container.footer-container {
  grid-column-gap: .125em;
  grid-row-gap: .125em;
  padding-top: 2rem;
  padding-left: 100px;
}

.storybook-mama-block {
  width: 17.6em;
}

.storybook-baby-block {
  width: 17.6em;
  justify-content: space-between;
}

.storybook-gender-label {
  color: var(--text-gray);
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.body-2 {
  background-color: var(--pantai-pale-blue\<deleted\|variable-b882ca28-feea-0a6d-497a-d8fb2465f6d5\>);
}

.heading-subtitle {
  color: var(--gleneagles-textteal);
  text-align: center;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
}

@media screen and (min-width: 1920px) {
  .container.hero-container {
    background-position: 50%;
  }

  .container.storybook-container {
    background-size: cover;
  }

  .container.packages-container {
    margin-top: 0;
  }

  .storybook-section {
    /* height: 100vh; */
    align-items: flex-start;
  }

  .header-logo-container.hero-container {
    background-position: 50%;
  }

  .header-logo-container.storybook-container {
    background-size: cover;
  }

  .header-logo-container.packages-container {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .container.hero-container {
    height: 1024px;
    background-image: url('../images/hero-portrait_1.png');
    background-position: 50%;
    background-size: cover;
  }

  .container.story-container {
    width: 100%;
    max-width: none;
    flex-direction: column;
  }

  .container.storybook-container {
    flex-direction: column;
  }

  .container.footer-container {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    align-items: center;
    padding-left: 10px;
  }

  .navbar {
    top: 0;
  }

  .hero-title {
    width: 354px;
  }

  .section.footer-section {
    height: 15rem;
  }

  .text-block {
    align-self: center;
  }

  .text-block.milestones-introduction, .text-block.storybook-introduction {
    width: 36rem;
  }

  .text-block.regular-text {
    color: #000;
    font-size: 20px;
  }

  .text-block.packages-introduction {
    width: 36rem;
  }

  .stanndard-header {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .story-video {
    width: 100%;
    max-width: 42rem;
    flex: 0 auto;
  }

  .milestones-heading, .storybook-form-container {
    width: 100%;
  }

  .customisation-heading {
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
  }

  .story-creation-heading {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
  }

  .make-an-appointment-button {
    width: 157.5px;
    height: 111px;
    background-size: cover;
  }

  .packages-heading, .campaign-specials-heading {
    width: 100%;
  }

  .campaigns-container {
    width: 100%;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .campaign-specials-subheading {
    font-size: 22px;
  }

  .campaign-specials-article {
    width: 36rem;
  }

  .campaign-locations-container {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
  }

  .footer-links {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-end;
    font-size: 12px;
  }

  .footer-text-line {
    font-size: 12px;
  }

  .form-block {
    width: 100%;
  }

  .story-subcontainer {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .campaign-image-title {
    font-size: 15px;
  }

  .packages-container {
    width: 100%;
  }

  .package-description-article {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-logo-navigator {
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .header-logo-container {
    display: none;
  }

  .header-logo-container.hero-container {
    height: 1150px;
    background-image: url('../images/hero-portrait.png');
    background-position: 50%;
    background-size: cover;
  }

  .header-logo-container.story-container {
    width: 100%;
    max-width: none;
    flex-direction: column;
  }

  .header-logo-container.storybook-container {
    flex-direction: column;
  }

  .header-logo-container.footer-container {
    align-items: center;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .container.hero-container {
    height: 1118px;
  }

  .container.storybook-content-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container.footer-container {
    flex-direction: column-reverse;
    padding-top: 0;
  }

  .section.footer-section {
    height: 18rem;
  }

  .text-block.milestones-introduction {
    width: 32rem;
  }

  .text-block.storybook-introduction {
    width: 90%;
  }

  .text-block.packages-introduction {
    width: 32rem;
  }

  .stanndard-header {
    font-size: 24px;
  }

  .story-video {
    width: 90%;
    max-width: 100%;
  }

  .storybook-selector-item {
    justify-content: space-between;
    align-items: flex-start;
  }

  .storybook-option.storybook-excellence-1 {
    width: 176px;
    height: 294.5px;
    background-size: cover;
  }

  .storybook-option.storybook-teamwork-2, .storybook-option.storybook-care-3 {
    width: 176px;
    height: 294.5px;
  }

  .storybook-form {
    width: 100%;
  }

  .customisation-heading {
    width: 100%;
    font-size: 24px;
  }

  .story-creation-heading {
    font-size: 24px;
  }

  .button.discover-package-button {
    font-size: 12px;
  }

  .storybook-selector {
    grid-column-gap: .3em;
    grid-row-gap: .3em;
    justify-content: center;
  }

  .campaigns-container {
    flex-direction: column;
    align-items: center;
  }

  .campaign-specials-article {
    width: 90%;
  }

  .footer-links {
    width: 100%;
    height: 3rem;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .footer-text-line {
    text-align: center;
  }

  .compaign-container {
    width: 90%;
  }

  .campaign-description-article {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .swiper-slide-content {
    width: 400px;
  }

  .milestone-article {
    font-size: 12px;
  }

  .youtube {
    flex-direction: column;
    align-items: center;
  }

  .header-logo-container.hero-container {
    height: 1118px;
  }

  .header-logo-container.storybook-content-container {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container.hero-container {
    width: 100vw;
    height: 220vw;
  }

  .container.storybook-container {
    width: 100vw;
    background-image: url('../images/storybook-banner-portrait.png');
    background-size: cover;
  }

  .container.footer-container {
    align-items: flex-start;
    padding-top: 0;
  }

  .header-logo {
    width: 50%;
  }

  .navbar-container {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .hero-title {
    width: 75%;
    margin-top: 20px;
    top: 10px;
  }

  .text-block {
    width: 12em;
    font-size: 18px;
  }

  .text-block.milestones-introduction {
    width: 80%;
    font-size: 14px;
  }

  .text-block.regular-text {
    font-size: 14px;
    top: 10px;
  }

  .text-block.packages-introduction {
    width: 18rem;
    font-size: 14px;
  }

  .story-video {
    width: 80%;
  }

  .milestones-heading {
    font-size: 32px;
  }

  .customisation-heading {
    font-size: 14px;
  }

  .make-an-appointment-button {
    width: 130px;
    height: 88px;
  }

  .packages-heading {
    font-size: 32px;
  }

  .storybook-selector {
    flex-direction: column;
  }

  .heading {
    width: 100%;
  }

  .storybook-character-label {
    width: 100%;
    text-align: left;
  }

  .name-input-parent {
    width: 100%;
    grid-column-gap: .2em;
    grid-row-gap: .2em;
  }

  .gender-option.male-option, .gender-option.female-option {
    width: 44px;
    height: 44px;
  }

  .campaign-specials-subheading {
    text-align: center;
  }

  .campaign-specials-article {
    width: 90%;
  }

  .footer-links {
    height: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    display: flex;
  }

  .footer-text-line {
    text-align: left;
  }

  .hospital-selector {
    width: 100%;
    font-size: 14px;
  }

  .compaign-container {
    width: 100%;
  }

  .packages-container {
    flex-direction: column;
    align-items: center;
  }

  .swiper-container {
    height: 900px;
  }

  .swiper-slide-content {
    width: 100%;
    height: 800px;
  }

  .slider-image.milestone-1, .slider-image.milestone-3, .slider-image.milestone-4, .slider-image.milestone-5, .slider-image.milestone-6, .slider-image.milestone-7 {
    height: 400px;
  }

  .milestone-content {
    height: 450px;
  }

  .milestone-article {
    width: 18em;
    margin-bottom: 20px;
  }

  .header-logo-navigator {
    width: 50%;
  }

  .header-logo-container.hero-container {
    width: 100vw;
    height: 220vw;
    background-image: url('../images/hero-portrait.png');
    background-size: cover;
  }

  .header-logo-container.storybook-container {
    width: 100vw;
    background-image: url('../images/storybook-banner-portrait.png');
  }

  .storybook-mama-block, .storybook-baby-block, .storybook-gender-label {
    width: 100%;
  }
}

.show-more-btn {
  --btn-color: var(--gleneagles-orange);

  padding: 0.5em 2em;
  margin: 15px;
  font-size: 14px;
  line-height: 2em;
  color: white;
  font-weight: bold;
  border: 0.125em solid var(--btn-color);
  background: var(--btn-color);
  border-radius: 1em;
  transition: background-color .5s;
}

.show-more-btn:hover {
  background: white;
  color: var(--btn-color);
}

.form-text-warning {
  color: #e83e8c;
  font-size: 14px;
  display: none;
}

.storybook.storybook-container {
  justify-content: center;
  gap: 3rem;
  flex-direction: row;
}

@media (max-width: 767.98px) {
  .storybook.storybook-container {
    gap: unset;
    flex-direction: column;
  }
}

.storybook-share-button img {
  pointer-events: none;
}