:root {
  /* Spaces */
  --home-base-size-025: 1px;
  --home-base-size-05: 2px;
  --home-base-size-2: 8px;
  --home-base-size-4: 16px;
  --home-base-size-5: 20px;
  --home-base-size-6: 24px;
  --home-base-size-8: 32px;
  --home-base-size-10: 40px;
  --home-base-size-11: 44px;
  --home-base-size-12: 48px;

  --home-usage-border-radius-full: 9999px;

  /* Border Radius */
  --home-usage-border-radius-button: var(--home-base-size-2);

  /* Font Size */
  --home-base-font-family-body: 12.8px;
  --home-base-font-size-small: 16px;
  --home-base-font-size-medium: 16px;
  --home-base-font-size-x-medium: 25px;
  --home-base-font-size-large: 31.25px;
  --home-base-font-size-x-large: 39.06px;
  --home-base-font-size-xx-large: 25px;
  --home-base-font-size-xxx-large: 25px;

  --home-usage-type-heading-1-size: var(--home-base-font-size-xxx-large);
  --home-usage-type-heading-2-size: var(--home-base-font-size-xx-large);
  --home-usage-type-heading-3-size: var(--home-base-font-size-x-large);
  --home-usage-type-heading-4-size: var(--home-base-font-size-large);
  --home-usage-type-heading-5-size: var(--home-base-font-size-x-medium);
  --home-usage-type-heading-6-size: var(--home-base-font-size-medium);
  --home-usage-type-action-size: var(--home-base-font-size-medium);
  --home-usage-type-body-default-size: var(--home-base-font-size-medium);
  --home-usage-type-body-display-size: var(--home-base-font-size-medium);
  --home-usage-type-body-small-size: var(--home-base-font-size-small);
  --home-usage-type-body-x-small-size: var(--home-base-font-family-body);
  --home-usage-type-body-xx-small-size: var(--home-base-font-family-body);

  /* Font Weight */
  --home-usage-type-heading-1-font-weight: 700;
  --home-usage-type-heading-2-font-weight: 700;
  --home-usage-type-heading-3-font-weight: 700;
  --home-usage-type-heading-4-font-weight: 700;
  --home-usage-type-heading-5-font-weight: 700;
  --home-usage-type-heading-6-font-weight: 700;
  --home-usage-type-action-font-weight: 500;
  --home-usage-type-body-default-font-weight: 400;
  --home-usage-type-body-display-font-weight: 400;
  --home-usage-type-body-small-font-weight: 400;
  --home-usage-type-body-x-small-font-weight: 400;
  --home-usage-type-body-xx-small-font-weight: 300;

  /* Line Height */
  --home-usage-type-heading-1-line-height: 32px;
  --home-usage-type-heading-2-line-height: 32px;
  --home-usage-type-heading-3-line-height: 56px;
  --home-usage-type-heading-4-line-height: 56px;
  --home-usage-type-heading-5-line-height: 56px;
  --home-usage-type-heading-6-line-height: 56px;
  --home-usage-type-action-line-height: 24px;
  --home-usage-type-body-default-line-height: 56px;
  --home-usage-type-body-display-line-height: 25px;
  --home-usage-type-body-small-line-height: 25px;
  --home-usage-type-body-x-small-line-height: 56px;
}

@media screen and (min-width: 959px) {
  :root {
    /* Font Size */
    --home-base-font-size-xx-large: 48.83px;
    --home-base-font-size-medium: 20px;
    --home-base-font-size-xxx-large: 60px;
    --home-usage-type-body-xx-small-size: 14px;

    /* Font Weight */
    --home-usage-type-body-display-font-weight: 500;
    --home-usage-type-body-xx-small-font-weight: 500;

    /* Line Height */
    --home-usage-type-heading-1-line-height: 56px;
    --home-usage-type-heading-2-line-height: 56px;
    --home-usage-type-action-line-height: 30px;
    --home-usage-type-body-display-line-height: 32px;
  }
}

.h1 {
  color: var(--usage-color-text-default);
  font-family: var(--base-font-family-heading);
  font-size: var(--home-usage-type-heading-1-size);
  font-weight: var(--home-usage-type-heading-1-font-weight);
  line-height: var(--home-usage-type-heading-1-line-height);
}

.dark-mode:not(.modal-open) .h1 {
  color: var(--growku-text-dark);
}

.h2 {
  color: var(--usage-color-text-default);
  font-family: var(--base-font-family-heading);
  font-size: var(--home-usage-type-heading-2-size);
  font-weight: var(--home-usage-type-heading-2-font-weight);
  line-height: var(--home-usage-type-heading-2-line-height);
}

.dark-mode:not(.modal-open) .h2 {
  color: var(--growku-text-dark);
}

.h3 {
  color: var(--usage-color-text-default);
  font-family: var(--base-font-family-heading);
  font-size: var(--home-usage-type-heading-3-size);
  font-weight: var(--home-usage-type-heading-3-font-weight);
  line-height: var(--home-usage-type-heading-3-line-height);
}

.dark-mode:not(.modal-open) .h3 {
  color: var(--growku-text-dark);
}

.h4 {
  color: var(--usage-color-text-default);
  font-family: var(--base-font-family-heading);
  font-size: var(--home-usage-type-heading-4-size);
  font-weight: var(--home-usage-type-heading-4-font-weight);
  line-height: var(--home-usage-type-heading-4-line-height);
}

.dark-mode:not(.modal-open) .h4 {
  color: var(--growku-text-dark);
}

.h5 {
  color: var(--usage-color-text-default);
  font-family: var(--base-font-family-heading);
  font-size: var(--home-usage-type-heading-5-size);
  font-weight: var(--home-usage-type-heading-5-font-weight);
  line-height: var(--home-usage-type-heading-5-line-height);
}

.dark-mode:not(.modal-open) .h5 {
  color: var(--growku-text-dark);
}

.h6 {
  color: var(--usage-color-text-default);
  font-family: var(--base-font-family-heading);
  font-size: var(--home-usage-type-heading-6-size);
  font-weight: var(--home-usage-type-heading-6-font-weight);
  line-height: var(--home-usage-type-heading-6-line-height);
}

.dark-mode:not(.modal-open) .h6 {
  color: var(--growku-text-dark);
}

.text-body-default {
  color: var(--usage-color-text-default);
  font-family: var(--base-font-family-body);
  font-size: var(--home-usage-type-body-default-size);
  font-weight: var(--home-usage-type-body-default-font-weight);
  line-height: var(--home-usage-type-body-default-line-height);
}

.dark-mode:not(.modal-open) .text-body-default {
  color: var(--growku-text-dark);
}

.text-body-display {
  color: var(--usage-color-text-default);
  font-family: var(--base-font-family-body);
  font-size: var(--home-usage-type-body-display-size);
  font-weight: var(--home-usage-type-body-display-font-weight);
  line-height: var(--home-usage-type-body-display-line-height);
}

.dark-mode:not(.modal-open) .text-body-display {
  color: var(--growku-text-dark);
}

.text-body-small {
  color: var(--usage-color-text-default);
  font-family: var(--base-font-family-body);
  font-size: var(--home-usage-type-body-small-size);
  font-weight: var(--home-usage-type-body-small-font-weight);
  line-height: var(--home-usage-type-body-small-line-height);
}

.dark-mode:not(.modal-open) .text-body-small {
  color: var(--growku-text-dark);
}

.text-body-x-small {
  color: var(--usage-color-text-default);
  font-family: var(--base-font-family-body);
  font-size: var(--home-usage-type-body-x-small-size);
  font-weight: var(--home-usage-type-body-x-small-font-weight);
  line-height: var(--home-usage-type-body-x-small-line-height);
}

.dark-mode:not(.modal-open) .text-body-x-small {
  color: var(--growku-text-dark);
}

.growku-primary-button a {
  height: 54px;
  width: 100%;
  background-color: var(--growku-brand-color);
  color: var(--growku-text-dark);
  font-family: var(--base-font-family-heading);
  font-size: var(--home-usage-type-action-size);
  font-weight: var(--home-usage-type-action-font-weight);
  line-height: var(--home-usage-type-action-line-height);
  border-radius: var(--home-usage-border-radius-button);
}

.growku-primary-button a:hover {
  background-color: var(--growku-brand-color);
  opacity: 0.9;
}

.growku-secondary-button a {
  height: 54px;
  width: 100%;
  background-color: transparent;
  color: var(--growku-text-dark);
  font-family: var(--base-font-family-heading);
  font-size: var(--home-usage-type-action-size);
  font-weight: var(--home-usage-type-action-font-weight);
  line-height: var(--home-usage-type-action-line-height);
  border: 1px solid var(--growku-action-secondary-border);
  border-radius: var(--home-usage-border-radius-button);
  padding: 0;
}

.growku-secondary-button a:hover {
  background-color: transparent;
  opacity: 0.9;
}

.editor-visual-editor__post-title-wrapper,
.hero-section {
  display: none;
}

.ct-container-full[data-vertical-spacing*="bottom"] {
  padding: 0;
}

.hero-section-columns-wrapper {
  max-width: unset !important;
  margin: 0 !important;
  width: 100% !important;
}

.hero-section-columns-wrapper .wp-block-cover {
  max-width: unset !important;
  width: 100% !important;
  padding: 0;
}

.hero-section-columns-wrapper .wp-block-cover .wp-block-cover__background {
  opacity: 1 !important;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.7)
  ) !important;
}

.secondary-hero.hero-section-columns-wrapper
  .wp-block-cover
  .wp-block-cover__background {
  opacity: 1 !important;
  background: linear-gradient(
    0deg,
    rgba(22, 22, 22, 0.6),
    rgba(22, 22, 22, 0.6)
  ) !important;
}

.hero-section-columns-wrapper
  .wp-block-cover
  .wp-block-cover__image-background {
  filter: blur(62px);
}

.hero-section-columns-wrapper .hero-header {
  height: 72px;
  margin: 0;
  width: 100%;
  padding: 0px 32px;
}

.hero-header .hero-header-left img {
  width: 79px;
  height: 69px;
  margin-left: 1px;
  margin-bottom: 1px;
}

.hero-header .hero-header-left .wp-block-site-logo {
  width: fit-content;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-header .hero-header-right {
  display: flex;
  justify-content: end;
  align-items: center;
}

.hero-header-wrapper {
  margin: 0;
  margin-bottom: 0 !important;
  position: absolute;
  z-index: 1;
  width: 100% !important;
  max-width: 100%;
  top: 0;
  background: linear-gradient(
    90.09deg,
    rgba(255, 255, 255, 0.18) 0%,
    rgba(255, 255, 255, 0.03) 100%
  );
  backdrop-filter: blur(50px);
}

.hero-header .hero-header-right .wp-block-image {
  width: fit-content;
  margin-right: -3px;
}

@media screen and (min-width: 959px) {
  .hero-section-columns-wrapper .hero-header {
    height: 96px;
  }

  .hero-header .hero-header-right .wp-block-image {
    margin-right: 0;
  }

  .hero-header .hero-header-right img {
    width: 60px;
    height: 58px;
    margin-right: 8px;
  }

  .hero-header .hero-header-left img {
    width: 191px;
    height: 158px;
    margin: 0;
  }

  .hero-header .hero-header-left .wp-block-site-logo {
    width: 100%;
    position: relative;
  }

  .hero-header .hero-header-left .wp-block-site-logo a {
    position: absolute;
    top: 16px;
    left: 5px;
  }
}

.hero-section-columns {
  width: 100% !important;
  gap: 0;
}

.hero-section-columns.wp-block-columns.has-background {
  padding: 0;
}

.hero-section-columns .hero-section-info {
  margin: var(--home-base-size-8);
  margin-top: 115px;
  margin-bottom: 31px;
  text-align: center;
}

@media screen and (min-width: 959px) {
  .hero-section-columns {
    max-width: 1276px;
    height: calc(100vh - 74px);
    min-height: 1000px;
  }

  .hero-section-media .wp-block-gallery {
    width: 588px;
  }

  .hero-section-columns .hero-section-info {
    text-align: left;
    max-width: 618px;
    margin: 0 var(--home-base-size-8);

    display: flex;
    flex-direction: column;
    margin-top: 279px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 42px;
  }
}

.hero-section-columns .hero-section-media {
  margin: 0;
  margin-bottom: var(--home-base-size-8);
}

.hero-section-columns .hero-section-media .hero-gallery {
  margin-left: 37px;
  margin-right: 23px;
}

.hero-section-columns .hero-section-media .hero-reviews {
  margin-left: 33px;
  margin-right: 31px;
  padding-top: 3px;
}

.hero-section-columns
  .hero-section-media
  .hero-gallery
  figure.wp-block-image
  img {
  box-shadow: 0px 0px 80px 30px rgba(0, 0, 0, 0.4);
  border-radius: 16px !important;
}

@media screen and (min-width: 959px) {
  .hero-section-columns
    .hero-section-media
    .hero-gallery
    figure.wp-block-image
    img {
    border-radius: 40px !important;
  }

  .hero-section-columns
    .hero-section-media
    .hero-gallery
    figure.wp-block-image
    img {
    width: 502px !important;
    max-height: 401px !important;
  }

  .hero-section-columns
    .hero-section-media
    .hero-gallery
    figure.wp-block-image:nth-of-type(1)
    img {
    max-height: 402px !important;
  }

  .hero-section-columns
    .hero-section-media
    .hero-gallery
    figure.wp-block-image:nth-of-type(2)
    img {
    width: 588px !important;
    max-height: 427px !important;
  }

  .hero-section-columns .hero-section-media .wp-block-gallery {
    gap: 48px;
    margin-left: 39px;
  }

  .hero-section-columns .hero-section-media .wp-block-gallery .wp-block-image {
    align-items: center;
  }
}

.hero-section-columns .hero-section-media figure {
  margin-block-end: var(--home-base-size-8);
  border-radius: 16px;
}

.hero-section-columns .hero-section-media .hero-reviews figure {
  min-width: unset;
}

.hero-section-columns .hero-section-info .h1 {
  margin: 0px -8px;
  margin-bottom: 27px;
}

.hero-section-columns .hero-section-info .text-body-display {
  margin-bottom: 26px;
  margin-left: -2px;
}

.hero-section-columns .hero-section-info .wp-block-buttons {
  width: 100%;
  flex-wrap: nowrap;
  gap: 20px;
  margin: 0;
  margin-left: 2px;
}

.hero-section-columns
  .hero-section-info
  .wp-block-button.growku-primary-button {
  width: 176px;
}

.hero-section-columns
  .hero-section-info
  .wp-block-button.growku-secondary-button {
  width: 172px;
}

@media screen and (min-width: 959px) {
  .hero-section-columns .hero-section-info .h1 {
    margin: 0;
    margin-bottom: var(--home-base-size-12);
  }

  .hero-section-columns .hero-section-info .text-body-display {
    margin-bottom: 57px;
    margin-right: 16px;
    line-height: 30px;
    font-size: 20px;
  }

  .hero-section-columns .hero-section-info .wp-block-buttons {
    gap: 40px;
    margin-left: 0;
  }

  .hero-section-columns .hero-section-info .wp-block-button a {
    height: 62px;
    font-size: 20px;
  }

  .hero-section-columns
    .hero-section-info
    .wp-block-button.growku-primary-button {
    width: 221px;
  }

  .hero-section-columns
    .hero-section-info
    .wp-block-button.growku-secondary-button {
    width: 236px;
  }
}

.hero-reviews {
  gap: 0;
  flex-wrap: nowrap !important;
}

.hero-reviews .wp-block-image {
  width: 40px !important;
  max-width: 40px !important;
}

.hero-section-columns
  .wp-block-gallery.has-nested-images
  figure.wp-block-image
  img {
  width: 40px;
  height: 40px;
}

.hero-reviews figure.wp-block-gallery {
  gap: 0;
  margin-bottom: 0;
}

.hero-reviews figure.wp-block-image {
  margin-right: -12px !important;
}

.hero-reviews figure.wp-block-gallery img {
  border: 2px solid white;
  border-radius: var(--home-usage-border-radius-full);
}

.hero-reviews .hero-reviews-starts {
  gap: 0;
  justify-content: end;
  margin-bottom: 0;
}

.hero-reviews .hero-reviews-starts + p {
  text-align: right;
  font-size: 12.8px;
}

.hero-reviews .review-label {
  color: var(--growku-text-dark);
  font-family: var(--base-font-family-heading);
  font-size: var(--home-usage-type-body-xx-small-size);
  font-weight: var(--home-usage-type-body-xx-small-font-weight);
  line-height: 19.2px;
  text-align: right;
}

@media screen and (min-width: 959px) {
  .hero-reviews {
    margin-top: 49.5px !important;
  }

  .hero-reviews .wp-block-column {
    max-width: fit-content;
  }

  .hero-reviews .wp-block-column:first-of-type {
    margin-right: var(--home-base-size-8);
  }

  .hero-reviews .hero-reviews-starts {
    justify-content: start;
    margin-left: -1px;
    margin-top: -1px;
  }

  .hero-reviews .review-label,
  .hero-reviews .hero-reviews-starts + p {
    text-align: left;
    font-size: 14px;
    line-height: 21px;
  }
}

@media screen and (max-width: 959px) {
  .hero-reviews .review-label {
    line-height: 21px;
  }
}

.mobile-hidden {
  display: none !important;
}

.desktop-hidden {
  display: flex !important;
}

@media screen and (min-width: 959px) {
  .desktop-hidden {
    display: none !important;
  }

  .mobile-hidden {
    display: flex !important;
  }
}

.wp-block-gallery.has-nested-images figure.wp-block-image.mobile-hidden {
  display: flex;
}

@media screen and (max-width: 959px) {
  .wp-block-gallery.has-nested-images figure.wp-block-image.mobile-hidden {
    display: none;
  }
}

/* Popular Item */
.growku-popular-items {
  background-color: #211f1f;
  width: 100% !important;
  margin-bottom: 0 !important;
  max-width: unset !important;
}

.growku-popular-items {
  max-width: unset !important;
  margin: 0 !important;
  width: 100% !important;
}

.growku-popular-items .wp-block-cover {
  max-width: unset !important;
  width: 100% !important;
  padding: 0;
  padding-top: var(--home-base-size-6);
  padding-bottom: var(--home-base-size-11);
  min-height: unset;
}

.growku-popular-items .wp-block-cover .wp-block-group {
  margin: 0 auto !important;
  width: 100%;
}

.growku-popular-items .wp-block-cover .wp-block-cover__background {
  opacity: 1 !important;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.8)
  ) !important;
}

.growku-popular-items .wp-block-cover .wp-block-cover__image-background {
  filter: blur(25px);
  background-size: cover;
  background-attachment: initial;
}

@media screen and (min-width: 959px) {
  .growku-popular-items .wp-block-cover .wp-block-cover__background {
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.9)
    ) !important;
  }

  .growku-popular-items .wp-block-cover .wp-block-cover__image-background {
    background-size: initial;
  }
}

.growku-popular-items .h2 {
  text-align: center;
  margin: 0;
  margin-bottom: var(--home-base-size-4);
  line-height: 56px;
  padding-right: 13px;
  font-size: 25px;
}

.growku-popular-items .wc-block-grid__products {
  display: flex !important;
  flex-wrap: nowrap;
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 !important;
}

.growku-popular-items .wc-block-grid__products::-webkit-scrollbar {
  display: none;
}

.growku-popular-items .wc-block-grid__product {
  border: none;
}

.growku-popular-items .wc-block-grid__product img {
  border-radius: var(--home-base-size-10);
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.18);
}

.growku-popular-items .wc-block-grid__product .wc-block-grid__product-image {
  margin-bottom: 0 !important;
}

.growku-popular-items .wp-block-product-tag {
  margin-right: 0 !important;
  margin-left: 30px !important;
  width: 100%;
  padding-right: var(--home-base-size-8);
}

.growku-popular-items
  .wp-block-product-tag
  .wc-block-grid__products
  .wc-block-grid__product {
  max-width: 220px !important;
  margin-right: var(--home-base-size-5);
}

.growku-popular-items
  .wc-block-grid__products
  .wc-block-grid__product-image
  img {
  width: 220px;
  height: 220px;
  object-fit: cover;
}

@media screen and (min-width: 959px) {
  .growku-popular-items {
    padding: 0 !important;
  }
}
.growku-popular-items .wc-block-grid__product .wc-block-grid__product-title {
  display: block;
  color: var(--growku-color-white);
  line-height: 56px;
  font-family: var(--base-font-family-heading);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  position: absolute;
  bottom: 25px;
  left: 14px;
  text-align: left;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 190px;
}

.growku-popular-items .wc-block-grid__product-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    179.89deg,
    rgba(0, 0, 0, 0) 25.82%,
    rgba(0, 0, 0, 0.7) 99.91%
  );
  border-radius: 40px;
}

.growku-popular-items .wc-block-grid__product .wc-block-grid__product-price {
  display: block;
  margin-bottom: 0;
  position: absolute;
  top: 165px;
  left: 14px;
}

.growku-popular-items
  .wc-block-grid__product
  .wc-block-grid__product-price
  span {
  color: var(--growku-color-white);
  line-height: 56px;
  font-family: var(--base-font-family-body);
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
}

@media screen and (min-width: 959px) {
  .growku-popular-items .wc-block-grid__product .wc-block-grid__product-title {
    line-height: 56px;
    font-family: var(--base-font-family-heading);
    font-weight: 700;
    font-size: var(--home-base-font-size-x-medium);
    margin-bottom: 0;
    position: absolute;
    bottom: 54px;
    left: 33px;
    width: 290px;
  }

  .growku-popular-items .wc-block-grid__product .wc-block-grid__product-price {
    display: block;
    margin-bottom: 0;
    position: absolute;
    top: 297px;
    left: 33px;
  }

  .growku-popular-items
    .wc-block-grid__product
    .wc-block-grid__product-price
    span {
    color: var(--growku-color-white);
    line-height: 56px;
    font-family: var(--base-font-family-body);
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
  }
}

.growku-popular-items .wp-block-button {
  display: none;
}

@media screen and (min-width: 959px) {
  .growku-popular-items {
    padding: 0;
  }

  .growku-popular-items .wp-block-product-tag {
    padding-bottom: 98px;
    justify-content: center;
    display: flex;
    max-width: 100%;
    padding-right: 12px;
  }

  .growku-popular-items .wp-block-cover {
    padding: 0;
  }

  .growku-popular-items .h2 {
    padding-top: 80px;
    padding-bottom: 72px;
    margin-bottom: 0;
    font-size: 48.83px;
  }

  .growku-popular-items
    .wc-block-grid__products
    .wc-block-grid__product-image
    img {
    width: 370px;
    height: 370px;
  }

  .growku-popular-items
    .wp-block-product-tag
    .wc-block-grid__products
    .wc-block-grid__product {
    max-width: 370px !important;
    margin-right: 50px;
  }
}

.growku-landing-page .secondary-hero {
  width: 100%;
  padding: 0 !important;
}

.growku-landing-page .secondary-hero .wp-block-cover {
  padding: 41px 25px !important;
  padding-bottom: 30px !important;
  z-index: 0;
}

@media screen and (min-width: 959px) {
  .growku-landing-page .secondary-hero .wp-block-cover {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.growku-landing-page .secondary-hero .info-column {
  text-align: center;
}

.growku-landing-page .secondary-hero .info-column .h2 {
  margin-bottom: 27px;
  font-size: 25px;
  padding-left: 6px;
}

.growku-landing-page .secondary-hero .info-column .text-body-display {
  margin-bottom: 38px;
  padding: 0 5px;
}

.growku-landing-page .secondary-hero .info-column .wp-block-buttons {
  margin-bottom: 30px;
  flex-wrap: nowrap;
  margin-left: 7px;
  gap: 20px;
}

@media screen and (min-width: 959px) {
  .growku-landing-page .secondary-hero .info-column .wp-block-buttons {
    margin-top: 9px;
    margin-left: 0;
    gap: 40px;
  }

  .growku-landing-page .secondary-hero .info-column .h2 {
    font-size: 48.83px;
    padding-left: 0;
  }
}

.growku-landing-page .secondary-hero .wp-block-columns {
  gap: 10px;
}

.growku-landing-page
  .secondary-hero
  .info-column
  .wp-block-buttons
  .wp-block-button
  a {
  width: 100%;
}

.growku-landing-page
  .secondary-hero
  .info-column
  .wp-block-buttons
  .wp-block-button {
  flex: 1;
}

.growku-landing-page
  .secondary-hero
  .info-column
  .wp-block-buttons
  .growku-secondary-button {
  max-width: 172px;
}

.growku-landing-page
  .secondary-hero
  .info-column
  .wp-block-buttons
  .growku-primary-button {
  max-width: 176px;
}

@media screen and (min-width: 959px) {
  .growku-landing-page
    .secondary-hero
    .info-column
    .wp-block-buttons
    .growku-secondary-button {
    max-width: 236px;
  }

  .growku-landing-page
    .secondary-hero
    .info-column
    .wp-block-buttons
    .growku-primary-button {
    max-width: 221px;
  }
}

.growku-landing-page .secondary-hero .media-column {
  order: 1;
  margin-top: 13px;
}

.growku-landing-page .secondary-hero .media-column img {
  border-radius: 40px;
  height: 319px;
  box-shadow: 0px 0px 80px 30px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 959px) {
  .growku-landing-page .secondary-hero {
    padding: 0 !important;
  }

  .growku-landing-page .secondary-hero .wp-block-cover__inner-container {
    padding-top: 132px !important;
    padding-bottom: 113px !important;
  }

  .growku-landing-page .secondary-hero .media-column {
    order: 0;
  }

  .growku-landing-page .secondary-hero .media-column {
    margin-top: 0;
    margin-left: 41px;
  }

  .growku-landing-page .secondary-hero .media-column img {
    height: auto;
  }

  .growku-landing-page .secondary-hero .info-column {
    text-align: left;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-left: 30px;
  }

  .growku-landing-page .secondary-hero .info-column .h2 {
    padding-right: 60px;
    margin-bottom: 59px;
    margin-top: 31px;
  }

  .growku-landing-page .secondary-hero .info-column .text-body-display {
    margin-bottom: 48px;
    padding: 0;
    padding-right: 60px;
    font-size: 20px;
  }

  .growku-landing-page
    .secondary-hero
    .info-column
    .wp-block-buttons
    .wp-block-button
    a {
    width: 100%;
    height: 62px;
    font-size: 20px;
  }
}
