/* color */
:root {
  --i2-theme-color-green: #569A20;
  --i2-theme-color-blue: #2E80BE;
  --i2-theme-color-purple: #975AB6;
  --i2-theme-color-brown: #AC885D;
  --i2-theme-container: 1464px;
  --i2-theme-container-sm: 980px;
  --i2-container-padding: 20px;
  --i2-theme-radius: clamp(80px, 6.7vw, 100px);
  --curve-insect-mob-scale: 0.559;
}

.bepriceless-container {
  max-width: var(--i2-theme-container);
  margin: 0 auto;
}

.bepriceless-container-sm {
  max-width: var(--i2-theme-container-sm);
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  :root {
    --i2-container-padding: 30px;
  }
}

/* system */
main {
  position: relative;
  z-index: 1;
}

.pb-50px {
  padding-bottom: 50px;
}

.pb-30px {
  padding-bottom: 30px;
}

.row,
.row>* {
  --bs-gutter-x: 36px;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-weight: 900;
}

h2,
.h2 {
  line-height: 1.375;
  margin-bottom: 30px;
}

h3,
.h3 {
  color: var(--i2-theme-color-green);
  line-height: 1.375;
}

h4,
.h4 {
  color: var(--i2-theme-color-purple);
  font-size: var(--font-size-md);
  line-height: 1.375;
}

h5,
.h5 {
  color: var(--i2-theme-color-green);
  font-size: var(--font-size-sm);
  line-height: 1.375;
}

h6,
.h6 {
  color: var(--i2-theme-color-purple);
  font-size: var(--font-size-sm);
  line-height: 1.375;
}

h2.learning-journey-title,
.paragraph--type--section-paragraphs h2,
.paragraph--type--card-list h2,
.paragraph--type--block h2,
.paragraph--type--text-two-column h2,
.paragraph--type--image-columns h2,
.paragraph--type--youtube h2,
.paragraph--type--webform h2,
.view:not(.view-block-award-homepage-swiper) .view-header h2 {
  color: var(--i2-theme-color-green);
  line-height: 1.375;
  text-align: center;
  display: block;
  width: fit-content;
  max-width: 1200px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
}

h2.learning-journey-title::after,
.paragraph--type--section-paragraphs h2::after,
.paragraph--type--card-list h2::after,
.paragraph--type--block h2::after,
.paragraph--type--text-two-column h2::after,
.paragraph--type--image-columns h2::after,
.paragraph--type--youtube h2::after,
.paragraph--type--webform h2::after,
.view:not(.view-block-award-homepage-swiper) .view-header h2::after {
  background: url(../images/icon/h2_leaf.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 75px;
  height: 57px;
  position: absolute;
  right: 12px;
  top: 10px;
  transform: translate(100%, -100%);
}

.no-padding .paragraph {
  padding: 0 !important;
  margin-bottom: 40px;
}

.paragraph>.paragraph__column,
.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.region-content {
  padding: 0;
}

.block-field-blocknodepagetitle,
.block-system-breadcrumb-block,
.page-node-type-page .field--name-field-banner-decorate {
  display: none;
}

.js-layout-builder-region .block-field-blocknodepagetitle,
.js-layout-builder-region .block-system-breadcrumb-block,
.page-node-type-page .js-layout-builder-region .field--name-field-banner-decorate {
  display: block;
}

.user-card .card-introduction {
  display: none;
}

#bepricelessModal .user-card .card-introduction {
  display: block;
}

.paragraph--type--fancybox-image-item .field--name-field-introduction {
  display: none;
}

.paragraph--type--youtube .field--type-text-long {
  text-align: center;
  order: 1;
}

.paragraph--type--youtube h2 {
  order: 2;
}

.paragraph--type--youtube .field--name-field-youtube-video {
  order: 3;
}

@media screen and (min-width: 768px) {

  .layout--twocol-section.layout--twocol-section--50-50>.layout__region--first,
  .layout--twocol-section.layout--twocol-section--50-50>.layout__region--second {
    flex: 0 1 50%;
  }

  h2.learning-journey-title,
  .paragraph--type--section-paragraphs h2,
  .paragraph--type--card-list h2,
  .paragraph--type--block h2,
  .paragraph--type--text-two-column h2,
  .paragraph--type--image-columns h2,
  .paragraph--type--youtube h2,
  .paragraph--type--webform h2,
  .view:not(.view-block-award-homepage-swiper) .view-header h2 {
    max-width: calc(100vw - 150px);
  }
}

@media screen and (min-width: 992px) {
  .container-user {
    max-width: 960px;
    display: flex;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    height: 100vh;
    /* 设置容器高度以便于垂直居中 */
  }
}

@media (max-width: 575px) {
  .learning-journey-title {
    font-size: 1.5rem;
  }

  .learning-journey-thumb-swiper-wrapper {
    padding: 0 40px;
  }
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

li {
  margin: 0;
}

.block-block-content.block-broken {
  display: none;
}

body {
  background-color: #DBF9D9;
}

body:not(.path-frontpage) .theme-content-section .block-layout-builder>*:not(.have-bottom-curve, :last-child) {
  padding-bottom: 100px;
}

.theme-content-section>.layout__region>.block-layout-builder>div {
  padding-left: var(--i2-container-padding);
  padding-right: var(--i2-container-padding);
}

hr {
  background: url(../images/icon/hr.svg) no-repeat;
  background-size: contain;
  border: none;
  width: 100%;
  max-width: 1089px;
  height: min(8vw, 81px);
  margin: 60px auto;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .pb-lg-100px {
    padding-bottom: 100px;
  }

  .pb-lg-50px {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  hr {
    background-size: 115% auto;
    height: min(8.8vw, 81px);
    margin: 40px auto;
  }
}

@media screen and (max-width: 767px) {
  hr {
    background-size: 135% auto;
    height: min(10vw, 81px);
    margin: 30px auto;
  }

  body:not(.path-frontpage) .theme-content-section .block-layout-builder>*:not(.have-bottom-curve, :last-child) {
    padding-bottom: 80px;
  }
}

/* paragraph */
body:not(.path-frontpage) .node__content>.layout:not(.banner-section) .paragraph:not(.paragraph--type--banner) {
  max-width: var(--i2-theme-container);
  margin-left: auto;
  margin-right: auto;
}

body:not(.path-frontpage) .node__content>.layout:not(.banner-section) .section-container-sm .paragraph:not(.paragraph--type--banner) {
  max-width: var(--i2-theme-container-sm);
}

.paragraph--type--block>.paragraph__column>h2,
.paragraph--type--view>.paragraph__column>h2 {
  display: none;
}

.paragraph--type--webform>.paragraph__column {
  float: none;
  max-width: 720px;
  margin: 0 auto;
}

.paragraph--type--webform>.paragraph__column p {
  text-align: center;
}

/* paragraph two column */
.paragraph--type--text-two-column>.paragraph__column {
  --bs-gutter-x: 36px;
  display: flex;
  width: calc(100% + var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}

.paragraph--type--text-two-column>.paragraph__column>[class*="column-"] {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  flex: 0 0 auto;
}

.paragraph--type--text-two-column>.paragraph__column>.column-auto {
  flex: 1 1 auto;
}

.paragraph--type--text-two-column>.paragraph__column>.column-50 {
  width: 50%;
}

.paragraph--type--text-two-column>.paragraph__column>.column-25 {
  width: 25%;
}

.paragraph--type--text-two-column>.paragraph__column>.column-33 {
  width: 33%;
}

.paragraph--type--text-two-column>.paragraph__column>.column-67 {
  width: 67%;
}

.paragraph--type--text-two-column>.paragraph__column>.column-75 {
  width: 75%;
}

@media screen and (max-width: 991px) {
  .paragraph--type--text-two-column>.paragraph__column {
    flex-wrap: wrap;
  }

  .paragraph--type--text-two-column>.paragraph__column>.column-25,
  .paragraph--type--text-two-column>.paragraph__column>.column-33,
  .paragraph--type--text-two-column>.paragraph__column>.column-50,
  .paragraph--type--text-two-column>.paragraph__column>.column-67,
  .paragraph--type--text-two-column>.paragraph__column>.column-75 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {

  h2.learning-journey-title::after,
  .paragraph--type--section-paragraphs h2::after,
  .paragraph--type--card-list h2::after,
  .paragraph--type--block h2::after,
  .paragraph--type--text-two-column h2::after,
  .paragraph--type--image-columns h2::after,
  .paragraph--type--youtube h2::after,
  .paragraph--type--webform h2::after,
  .view:not(.view-block-award-homepage-swiper) .view-header h2::after {
    width: 45px;
    height: 35px;
    top: 9px;
    right: 30px;
  }
}

/* swiper */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-top: 30px;
  padding: 9px 0;
  position: relative;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: left;
  }
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #CFCFCF;
  width: 11px;
  height: 11px;
  margin: 0 5px;
  opacity: 1;
  transition: all 0.2s ease;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.swiper-pagination-bullets .swiper-pagination-bullet:focus {
  background-color: #569A20;
}

.swiper-button-next,
.swiper-button-prev {
  background: #fff url(../images/icon/swiper-arrow-green.svg) center center no-repeat;
  border: #CFCFCF 1px solid;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: auto !important;
  bottom: 0;
  transition: all 0.2s ease;
}

.swiper-button-next:hover,
.swiper-button-next:focus,
.swiper-button-prev:hover,
.swiper-button-prev:focus {
  background: #fff url(../images/icon/swiper-arrow-blue.svg) center center no-repeat;
}

.swiper-button-next {
  right: 0 !important;
}

.swiper-button-prev {
  left: auto !important;
  right: 50px !important;
  transform: rotate(180deg);
}

.swiper-button-next svg,
.swiper-button-prev svg {
  display: none;
}

/* global */
.color-blue {
  color: var(--i2-theme-color-blue);
}

.color-purple {
  color: var(--i2-theme-color-purple);
}

.bg-color-white {
  background-color: #fff;
}

.bg-color-green {
  background-color: #DBF9D9;
}

.bg-color-red {
  background-color: #F8EBFF;
}

.bg-color-blue {
  background-color: #E5FEFF;
}

.bg-color-yellow {
  background-color: #FFF7D4;
}

.have-bottom-curve {
  padding-bottom: calc(130px + 8.8542vw);
}

.bg-curve-1,
.bg-curve-2 {
  position: relative;
}

.bg-curve-1::before,
.bg-curve-2::before {
  content: '';
  display: block;
  height: 8.8542vw;
  margin-top: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: -8.8542vw;
}

.bg-color-white.bg-curve-1::before {
  background: url(../images/section-curve/bg_curve_1_white.svg) center bottom no-repeat;
  background-size: 100% 100%;
}

.bg-color-green.bg-curve-1::before {
  background: url(../images/section-curve/bg_curve_1_green.svg) center bottom no-repeat;
  background-size: 100% 100%;
}

.bg-color-red.bg-curve-1::before {
  background: url(../images/section-curve/bg_curve_1_red.svg) center bottom no-repeat;
  background-size: 100% 100%;
}

.bg-color-blue.bg-curve-1::before {
  background: url(../images/section-curve/bg_curve_1_blue.svg) center bottom no-repeat;
  background-size: 100% 100%;
}

.bg-color-yellow.bg-curve-1::before {
  background: url(../images/section-curve/bg_curve_1_yellow.svg) center bottom no-repeat;
  background-size: 100% 100%;
}

.bg-color-white.bg-curve-2::before {
  background: url(../images/section-curve/bg_curve_2_white.svg) center bottom no-repeat;
  background-size: 100% 100%;
}

.bg-color-green.bg-curve-2::before {
  background: url(../images/section-curve/bg_curve_2_green.svg) center bottom no-repeat;
  background-size: 100% 100%;
}

.bg-color-red.bg-curve-2::before {
  background: url(../images/section-curve/bg_curve_2_red.svg) center bottom no-repeat;
  background-size: 100% 100%;
}

.bg-color-blue.bg-curve-2::before {
  background: url(../images/section-curve/bg_curve_2_blue.svg) center bottom no-repeat;
  background-size: 100% 100%;
}

.bg-color-yellow.bg-curve-2::before {
  background: url(../images/section-curve/bg_curve_2_yellow.svg) center bottom no-repeat;
  background-size: 100% 100%;
}

.bg-reverse::before {
  transform: scaleX(-1);
}

/* curve insect */
[class*="curve-bug-"]::after {
  background: url(../images/section-curve/bg_curve_bug.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: min(26.3vw, 501px);
  height: min(4.83vw, 92px);
  position: absolute;
  top: -9.816vw;
}

[class*="curve-flower-"]::after {
  background: url(../images/section-curve/bg_curve_flower.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: min(17.64vw, 336px);
  height: min(5.72vw, 109px);
  position: absolute;
  top: -12vw;
}

[class*="curve-bee-"]::after {
  background: url(../images/section-curve/bg_curve_bee.svg) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: min(26.7vw, 511px);
  height: min(6.93vw, 133px);
  position: absolute;
  top: -11.85vw;
}

[class*="curve-fly-"]::after {
  background: url(../images/section-curve/bg_curve_fly.svg) no-repeat;
  background-size: contain;
  background-position-x: 6px;
  content: '';
  display: block;
  width: min(27.4vw, 526px);
  height: min(6.93vw, 133px);
  position: absolute;
  top: -11.8vw;
}

[class*="curve-song-"]::after {
  background: url(../images/section-curve/bg_curve_song.svg) no-repeat;
  background-size: auto 100%;
  content: '';
  display: block;
  width: min(25.9vw, 497px);
  height: min(6vw, 115px);
  position: absolute;
  top: -10.8vw;
}

[class*="curve-seed-"]::after {
  background: url(../images/section-curve/bg_curve_seed.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: min(17.64vw, 336px);
  height: min(3.99vw, 76px);
  position: absolute;
  top: -10.8vw;
}

.curve-bee-fly::after {
  background: url(../images/section-curve/bg_curve_bee_fly.svg) no-repeat;
  content: '';
  display: block;
  width: 171px;
  height: 93px;
  position: absolute;
  left: var(--i2-container-padding);
  top: -4.4vw;
  transform: translateY(-70%);
}

.curve-bug-right::after,
.curve-flower-right::after,
.curve-bee-right::after,
.curve-fly-right::after,
.curve-song-right::after,
.curve-seed-right::after {
  right: var(--i2-container-padding);
}

.curve-bug-left::after,
.curve-flower-left::after,
.curve-bee-left::after,
.curve-fly-left::after,
.curve-song-left::after,
.curve-seed-left::after {
  left: var(--i2-container-padding);
  transform: scaleX(-1);
}

/* button */
.block-layout-builder .btn {
  background-color: #B66CDD;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  line-height: 20px;
  min-width: 150px;
}

.block-layout-builder .btn.btn-green {
  background-color: #569A20;
}

.block-layout-builder .btn.btn-blue {
  background-color: #4D95CB;
}

.block-layout-builder .btn.btn-more {
  background: #B66CDD url(../images/icon/btn_more_arrow.svg) right 22px center no-repeat;
  border-radius: 50px;
  color: #fff;
  font-size: 22px;
  line-height: calc(100% + 8px);
  padding: 10px 52px 10px 21px;
}

.block-layout-builder .btn.btn-more.btn-green {
  background: #569A20 url(../images/icon/btn_more_arrow.svg) right 22px center no-repeat;
}

.block-layout-builder .btn.btn-more.btn-blue {
  background: #4D95CB url(../images/icon/btn_more_arrow.svg) right 22px center no-repeat;
}

.block-layout-builder .btn.btn:hover,
.block-layout-builder .btn.btn:focus {
  background-color: #4D95CB;
  color: #fff;
}

.block-layout-builder .btn.btn.btn-blue:hover,
.block-layout-builder .btn.btn.btn-blue:focus {
  background-color: #569A20;
  color: #fff;
}

@media screen and (min-width: 1500px) {

  .curve-bug-right::after,
  .curve-flower-right::after,
  .curve-bee-right::after,
  .curve-fly-right::after,
  .curve-song-right::after,
  .curve-seed-right::after {
    left: calc(50% + (var(--i2-theme-container) * 0.5));
    transform: translateX(-100%);
  }

  .curve-bug-left::after,
  .curve-flower-left::after,
  .curve-bee-left::after,
  .curve-fly-left::after,
  .curve-song-left::after,
  .curve-seed-left::after {
    left: calc(50% - (var(--i2-theme-container) * 0.5));
  }

  .curve-bee-fly::after {
    left: calc(50% - (var(--i2-theme-container) * 0.5));
    top: -6.2vw;
  }
}

@media screen and (max-width: 1199px) {
  .curve-bee-fly::after {
    transform: translateY(-55%);
  }

  .have-bottom-curve {
    padding-bottom: calc(100px + 8.8542vw);
  }
}

@media screen and (max-width: 991px) {
  .have-bottom-curve {
    padding-bottom: 160px;
  }

  /* curve insect */
  [class*="curve-bug-"]::after {
    width: calc(501px * var(--curve-insect-mob-scale));
    height: calc(92px * var(--curve-insect-mob-scale));
  }

  [class*="curve-flower-"]::after {
    width: calc(336px * var(--curve-insect-mob-scale));
    height: calc(109px * var(--curve-insect-mob-scale));
  }

  [class*="curve-bee-"]::after {
    width: calc(511px * var(--curve-insect-mob-scale));
    height: calc(133px * var(--curve-insect-mob-scale));
  }

  [class*="curve-fly-"]::after {
    width: calc(526px * var(--curve-insect-mob-scale));
    height: calc(133px * var(--curve-insect-mob-scale));
  }

  [class*="curve-song-"]::after {
    width: calc(497px * var(--curve-insect-mob-scale));
    height: calc(115px * var(--curve-insect-mob-scale));
  }

  [class*="curve-seed-"]::after {
    width: calc(336px * var(--curve-insect-mob-scale));
    height: calc(76px * var(--curve-insect-mob-scale));
  }
}

@media screen and (max-width: 767px) {

  .bg-curve-1::before,
  .bg-curve-2::before {
    height: 19.833vw;
    top: -19.833vw;
  }

  .bg-color-white.bg-curve-1::before,
  .bg-color-green.bg-curve-1::before,
  .bg-color-red.bg-curve-1::before,
  .bg-color-blue.bg-curve-1::before,
  .bg-color-yellow.bg-curve-1::before,
  .bg-color-white.bg-curve-2::before,
  .bg-color-green.bg-curve-2::before,
  .bg-color-red.bg-curve-2::before,
  .bg-color-blue.bg-curve-2::before,
  .bg-color-yellow.bg-curve-2::before {
    background-size: cover;
  }

  /* curve insect */
  [class*="curve-bug-"]::after {
    top: -22vw;
  }

  [class*="curve-flower-"]::after {
    top: calc(-19.833vw - 20px);
  }

  [class*="curve-bee-"]::after {
    top: calc(-19.833vw - 26px);
  }

  [class*="curve-fly-"]::after {
    top: calc(-12.5vw - 80px);
  }

  [class*="curve-song-"]::after {
    top: calc(-12.5vw - 80px);
  }

  [class*="curve-seed-"]::after {
    top: calc(-18vw - 20px);
  }

  .curve-bee-fly::after {
    width: 116px;
    height: 63px;
    top: -15.5vw;
  }
}

/* Webforms */
.webform-submission-form {
  background: #FFFFF9;
  border: 1px solid #EEE;
  border-radius: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  max-width: 980px;
  /* 714px */
  margin: 0 auto;
  padding: 25px;
}

.webform-submission-form .form-item,
.webform-submission-form .captcha {
  margin-top: 0;
  margin-bottom: 20px;
}

.webform-submission-form #edit-form-title {
  text-align: center;
  margin-bottom: 40px;
}

.webform-submission-form #edit-form-title p {
  color: var(--i2-theme-color-purple);
  font-size: 24px;
  font-weight: 900;
}

.webform-submission-form label {
  margin-bottom: 5px;
}

.webform-submission-form .form-required::after {
  background-image: url(../images/icon/required.svg);
  margin: 0 2px;
}

.webform-submission-form .captcha__description {
  display: none;
}

.webform-submission-form textarea.form-control {
  min-height: 197px;
}

.webform-submission-form .form-actions {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.webform-submission-form .form-actions .btn {
  background-color: #B66CDD;
  border: none;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  min-width: 140px;
  padding: 9px;
  transition: all 0.2s ease;
}

.webform-submission-form .form-actions .btn:hover,
.webform-submission-form .form-actions .btn:focus {
  background-color: var(--i2-theme-color-blue);
}

.form-section-style1 .webform-submission-form,
.form-section-style2 .webform-submission-form {
  position: relative;
  max-width: 714px;
}

.form-section-style1 .webform-submission-form::before {
  background-image: url(../images/form/form_style1_boy.png), url(../images/form/form_style1_grass.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  content: '';
  display: block;
  width: 203px;
  height: 318px;
  position: absolute;
  left: -124px;
  bottom: -22px;
}

.form-section-style1 .webform-submission-form::after {
  background: url(../images/form/form_style1_bubble.svg) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 91px;
  height: 111px;
  position: absolute;
  right: -17px;
  top: -21px;
}

.form-section-style2 .webform-submission-form::before {
  background-image: url(../images/form/form_style1_grass.png), url(../images/form/form_style2_girl.png);
  background-position: right bottom, left top;
  background-repeat: no-repeat;
  content: '';
  display: block;
  width: 163px;
  height: 319px;
  position: absolute;
  left: -84px;
  bottom: -24px;
}

.form-section-style2 .webform-submission-form::after {
  background: url(../images/form/form_style2_heart.svg) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 122px;
  height: 112px;
  position: absolute;
  right: -47px;
  top: -24px;
}

/* Webforms - image picker */
.webform-submission-form ul.thumbnails.image_picker_selector {
  display: flex;
}

.webform-submission-form ul.thumbnails.image_picker_selector li {
  width: 100px;
}

.webform-submission-form ul.thumbnails.image_picker_selector li:last-child {
  margin-right: 0;
}

.webform-submission-form ul.thumbnails.image_picker_selector li .thumbnail {
  border: none;
  border-radius: 8px;
  height: 100%;
}

main .webform-submission-form ul.thumbnails.image_picker_selector li .thumbnail.selected {
  background-color: var(--i2-theme-color-green) !important;
}

main .webform-submission-form ul.thumbnails.image_picker_selector li .thumbnail.selected p {
  color: #fff;
}

.webform-submission-form ul.thumbnails.image_picker_selector .image_picker_image {
  border-radius: 4px;
  max-width: 60px;
  margin: 2px auto 5px;
}


/* Webforms - table radios */
.custom_course_survey_form table fieldset.form-item>.fieldset-wrapper {
  padding: 0;
}

.custom_course_survey_form table .webform-options-display-side-by-side>div {
  display: block;
  width: 260px;
  margin-right: 0;
}

/* Webforms - Donation */
.webform-submission-form #edit-donation-frequency-and-amount {
  margin: 0 -10px;
}

.webform-submission-form #edit-donation-frequency-and-amount .form-check,
.webform-submission-form #edit-donation-amount-new-radios .form-check {
  margin-bottom: 0;
  padding-left: 0;
}

.webform-submission-form #edit-donation-frequency-and-amount .webform-options-display-buttons-wrapper {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0;
}

.webform-submission-form #edit-donation-amount-new-radios .webform-options-display-buttons-wrapper {
  flex: 0 0 auto;
  margin-bottom: 0;
  min-width: 70px;
}

.webform-submission-form #edit-donation-frequency-and-amount label,
.webform-submission-form #edit-donation-amount-new-radios label {
  border: #D9D9D9 1px solid;
  border-radius: 40px;
  color: #4D95CB;
  cursor: pointer;
  font-weight: 700;
  padding: 8px 15px;
}

.webform-submission-form #edit-donation-frequency-and-amount .form-check-input:checked+label,
.webform-submission-form #edit-donation-amount-new-radios .form-check-input:checked+label {
  background-color: #DCF0FF;
  border-color: #4D95CB;
}

.webform-submission-form .webform-radios-other .webform-radios-other-input {
  max-width: 100%;
  margin-top: 20px;
}

.webform-submission-donate-to-support-form ul.thumbnails.image_picker_selector {
  display: flex;
  column-gap: 20px;
}

.webform-submission-donate-to-support-form ul.thumbnails.image_picker_selector li {
  flex: 1 1 auto;
  margin: 0;
}

.webform-submission-donate-to-support-form ul.thumbnails.image_picker_selector li .thumbnail {
  border: #D9D9D9 1px solid;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 77px;
  width: 100%;
  padding: 0;
}

.webform-submission-donate-to-support-form ul.thumbnails.image_picker_selector li .thumbnail.selected {
  border-color: #4D95CB;
  background-color: #fff !important;
}

.webform-submission-donate-to-support-form ul.thumbnails.image_picker_selector li .thumbnail img {
  max-width: 100%;
  height: auto;
}

.webform-submission-form #edit-card-number {
  background: url(../images/icon/form_card.svg) 10px center no-repeat;
  padding-left: 34px;
}

.webform-submission-form #edit-card-row[style="display: block;"] {
  display: flex !important;
}

.webform-submission-form #edit-cvv+.text-count-wrapper {
  display: none !important;
}

@media screen and (max-width: 991px) {

  .form-section-style1 .webform-submission-form::before,
  .form-section-style2 .webform-submission-form::before {
    background: url(../images/form/form_style1_grass.png) no-repeat;
    background-size: contain;
    width: 92px;
    height: 79px;
    left: -13px;
  }

  .form-section-style2 .webform-submission-form::after {
    right: -30px;
  }
}

@media screen and (max-width: 767px) {

  .form-section-style1 .webform-submission-form::before,
  .form-section-style2 .webform-submission-form::before {
    width: 72px;
    height: 62px;
  }

  .form-section-style1 .webform-submission-form::after {
    width: 72px;
    height: 88px;
  }

  .form-section-style2 .webform-submission-form::after {
    width: 98px;
    height: 90px;
    right: -18px;
  }

  .webform-submission-donate-to-support-form ul.thumbnails.image_picker_selector {
    column-gap: 10px;
  }

  .webform-submission-donate-to-support-form ul.thumbnails.image_picker_selector li .thumbnail {
    height: 40px;
  }
}

@media screen and (max-width: 600px) {
  .webform-submission-form #edit-donation-amount-new-radios {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
  }

  .webform-submission-form #edit-donation-amount-new-radios .webform-options-display-buttons-wrapper {
    width: calc(50% - 5px);
  }
}

/* header ***************************************************/
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

body.toolbar-horizontal header,
body.toolbar-vertical header {
  top: 39px;
}

body.toolbar-horizontal.toolbar-tray-open header {
  top: 79px;
}

header .header-section {
  background: url(../images/header/logo_bg.svg) no-repeat;
  background-size: contain;
  filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.06));
  padding-right: 50px;
}

header .region-header-middle,
header .region-header-right .multimedia {
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  top: 30px;
}

header>div>div {
  display: flex;
  align-items: flex-start;
}

header .header-section .region-header-left {
  margin-right: auto;
}

header .header-section .region-header-middle {
  display: flex;
  padding: 5px 5px 5px 20px;
}

/* logo section */
.logo-section {
  display: block;
  width: fit-content;
  height: 200px;
  padding-left: 74px;
  padding-top: 22px;
}

.logo-section a {
  display: block;
  width: 140px;
}

.logo-section a img {
  max-width: 100%;
}

header #block-i2-theme-menusection {
  display: none;
}

#block-i2-theme-mainnavigation ul.navbar-nav {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  position: relative;
}

header .region-header-right .multimedia {
  padding: 3px 7px;
  margin-left: -5px;
}

header .region-header-right .multimedia>ul {
  display: flex;
}

header .region-header-right .multimedia>ul>li>a {
  padding: 5px;
  display: block;
}

header #block-i2-theme-mainnavigation a.nav-link,
header #block-i2-theme-mainnavigation span.nav-link {
  color: var(--i2-theme-color-green);
  font-size: 18px;
  line-height: 24px;
  padding: 10px;
  font-weight: 700;
  transition: all 0.2s ease;
}

header #block-i2-theme-mainnavigation>.navbar-nav>.nav-item:hover>a.nav-link,
header #block-i2-theme-mainnavigation>.navbar-nav>.nav-item:focus>a.nav-link,
header #block-i2-theme-mainnavigation>.navbar-nav>.nav-item:hover>span.nav-link,
header #block-i2-theme-mainnavigation>.navbar-nav>.nav-item:focus>span.nav-link {
  opacity: .3;
}

header #block-i2-theme-mainnavigation a.nav-link.dropdown-toggle::after,
header #block-i2-theme-mainnavigation span.nav-link.dropdown-toggle::after {
  display: none;
}

header #block-i2-theme-headerlogin .header-login-section {
  height: 100%;
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}

header #block-i2-theme-headerlogin .header-login-section::before {
  background-color: #B9C9A3;
  border-radius: 5px;
  content: '';
  width: 2px;
  position: absolute;
  left: -1px;
  top: 8px;
  bottom: 8px;
}

header #block-i2-theme-headerlogin .header-login-section>a {
  color: var(--i2-theme-color-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  padding: 10px;
  transition: all 0.2s ease;
}

header #block-i2-theme-headerlogin .header-login-section>a:hover,
header #block-i2-theme-headerlogin .header-login-section>a:focus {
  opacity: .3;
}

/* 語言切換器下拉選單樣式 */
header #languageDropdown {
  border: none;
  background: none;
  color: var(--i2-theme-color-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  padding: 10px;
}

header #languageDropdown .lang-current-text {
  transition: all 0.2s ease;
}

header #languageDropdown:hover .lang-current-text,
header #languageDropdown:focus .lang-current-text {
  opacity: .3;
}

header #languageDropdown.show img {
  transform: scaleY(-1);
}

header #languageDropdown::after {
  display: none;
}

header #languageDropdown img {
  vertical-align: top;
  margin-top: 9px;
}

#block-i2-theme-languageswitcher .dropdown-menu {
  background-color: #fff;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  min-width: auto;
  padding: 10px;
  top: calc(100% + 10px) !important;
  transform: none !important;
}

#block-i2-theme-languageswitcher .dropdown-menu .dropdown-item {
  font-size: 16px;
  line-height: 24px;
  padding: 5px;
  transition: all 0.2s ease;
}

#block-i2-theme-languageswitcher .dropdown-menu .dropdown-item:hover,
#block-i2-theme-languageswitcher .dropdown-menu .dropdown-item:focus {
  background: none;
  color: var(--i2-theme-color-green);
}

/* Mega Menu */
#block-i2-theme-mainnavigation ul.navbar-nav>li {
  position: unset;
}

#block-i2-theme-mainnavigation ul.navbar-nav>li>ul {
  display: none !important;
}

.menu-section {
  display: none;
  padding-top: 10px;
  position: absolute;
  left: -20px;
  top: 44px;
  z-index: 10;
}

.menu-section .row {
  margin-left: 0;
  margin-right: 0;
}

.menu-section .content {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  width: 928px;
  padding: 30px;
}

.menu-section .content .content-row {
  display: flex;
}

.menu-section-title {
  background: url(../images/header/menu_title_dashed_line.svg) center bottom no-repeat;
  background-size: 100% auto;
  color: var(--i2-theme-color-green);
  font-size: 28px;
  font-weight: 900;
  line-height: calc(100% + 10px);
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.menu-section .custom-menu .dropdown-menu {
  position: static;
  display: block;
  border: none;
  box-shadow: none;
  padding: 0;
  background: transparent;
  margin: 0;
}

.menu-section .custom-menu>.dropdown-menu>li {
  list-style: none;
  margin: 0;
}

.menu-section .custom-menu>.dropdown-menu>li.dropdown>div>.dropdown-toggle-submenu {
  background: url(../images/header/dropdown_submenu_arrow.svg) center center no-repeat;
  border: none;
  display: block;
  flex: 0 0 auto;
  width: 10px;
  height: 6px;
}

.menu-section .custom-menu>.dropdown-menu>li.dropdown>div>.dropdown-toggle-submenu[aria-expanded="true"] {
  transform: scaleY(-1);
}

.menu-section .custom-menu>.dropdown-menu>li.dropdown>div>.dropdown-toggle-submenu::after {
  content: none;
}

.menu-section .custom-menu .dropdown-menu .dropdown-item {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: block;
  width: fit-content;
  padding: 5px 5px 5px 0;
  transition: color 0.2s ease;
}

.menu-section .custom-menu .dropdown-menu .dropdown-item:hover,
.menu-section .custom-menu .dropdown-menu .dropdown-item.active {
  background: none;
  color: var(--i2-theme-color-green);
}

.menu-section .custom-menu .dropdown-menu .nav-level-2 {
  margin-bottom: 20px;
  /* 默認展開顯示 */
  display: block !important;
}

.menu-section .custom-menu .dropdown-menu .nav-level-3 {
  margin-bottom: 20px;
  /* 默認隱藏，通過 JavaScript 和 .show class 控制顯示 */
  display: none !important;
}

.menu-section .custom-menu .dropdown-menu .nav-level-2.show,
.menu-section .custom-menu .dropdown-menu .nav-level-3.show {
  display: block !important;
}

.menu-section .custom-menu .dropdown-menu .nav-level-2 li,
.menu-section .custom-menu .dropdown-menu .nav-level-3 li {
  background: url(../images/header/submenu_line.svg) 4px center no-repeat;
  padding-left: 13px;
}

.menu-section .custom-menu .dropdown-menu .nav-level-2 li .dropdown-item,
.menu-section .custom-menu .dropdown-menu .nav-level-3 li .dropdown-item {
  font-size: 16px;
  line-height: 20px;
  padding: 5px;
}

.menu-section .col-left {
  width: 452px;
}

.menu-section .col-right {
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 0;
  width: 400px;
}

.menu-section .col-right img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  max-width: 350px;
  transform: rotate(2.57deg);
  border-radius: var(--i2-theme-radius);
}

/* 確保菜單區塊在 header 下方正確顯示 */
header .menu-sections-wrapper {
  position: absolute;
  top: calc(100% + 48px);
  left: 0;
  right: 0;
}

#block-i2-theme-mainnavigation>ul.navbar-nav>li .menu-section .col-right .content-img {
  position: relative;
}

#block-i2-theme-mainnavigation>ul.navbar-nav>li .menu-section .col-right .content-img::before {
  content: '';

  background: url('/themes/custom/i2_theme/images/header/flower.svg') no-repeat;
  width: 73px;
  height: 110px;
  position: absolute;
  left: -29px;
  bottom: -14px;
  z-index: 1;
}

#block-i2-theme-mainnavigation>ul.navbar-nav>li .menu-section .col-right .content-img::after {
  content: '';
  background: url('/themes/custom/i2_theme/images/header/line.svg') no-repeat;
  width: 204px;
  height: 116px;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: -21px;
}

#block-i2-theme-mainnavigation>ul.navbar-nav>li .avatar::after {
  content: '';
  width: 109px;
  height: 99px;
  position: absolute;
  top: -19px;
  right: 4px;
  z-index: 2;
}

#block-i2-theme-mainnavigation>ul.navbar-nav>li:first-child .avatar::after {
  background: url('/themes/custom/i2_theme/images/header/menu_avatar_green.svg') no-repeat;
}

#block-i2-theme-mainnavigation>ul.navbar-nav>li:nth-child(2) .avatar::after {
  background: url('/themes/custom/i2_theme/images/header/menu_avatar_red.svg') no-repeat;
}

#block-i2-theme-mainnavigation>ul.navbar-nav>li:nth-child(3) .avatar::after {
  background: url('/themes/custom/i2_theme/images/header/menu_avatar_yellow.svg') no-repeat;
}

#block-i2-theme-mainnavigation>ul.navbar-nav>li:nth-child(4) .avatar::after {
  background: url('/themes/custom/i2_theme/images/header/menu_avatar_blue.svg') no-repeat;
}

#block-i2-theme-mainnavigation>ul.navbar-nav>li:nth-child(5) .avatar::after {
  background: url('/themes/custom/i2_theme/images/header/menu_avatar_pink.svg') no-repeat;
}

#block-i2-theme-mainnavigation>ul.navbar-nav>li:nth-child(6) .avatar::after {
  background: url('/themes/custom/i2_theme/images/header/menu_avatar_blue2.svg') no-repeat;
}

/* Offcanvas Dropdown Menu Styles */
#navbarSupportedContent .dropdown-menu.nav-level-1 {
  /* 默認隱藏，通過 JavaScript 和 .show class 控制顯示 */
  display: none !important;
  position: static !important;
  transform: none !important;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  background: transparent;
}

#navbarSupportedContent .dropdown-menu.nav-level-1.show {
  display: block !important;
}

#navbarSupportedContent .dropdown-menu.nav-level-1 .dropdown-item {
  color: #333;
  padding: 10px 0;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

#navbarSupportedContent .dropdown-menu.nav-level-1 .dropdown-item:hover {
  color: var(--i2-theme-color-green);
}

/* Offcanvas 2級和3級選單樣式 */
#navbarSupportedContent .dropdown-menu.nav-level-2,
#navbarSupportedContent .dropdown-menu.nav-level-3 {
  /* 默認隱藏，通過 JavaScript 和 .show class 控制顯示 */
  display: none !important;
  position: static !important;
  transform: none !important;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  background: transparent;
}

#navbarSupportedContent .dropdown-menu.nav-level-2.show,
#navbarSupportedContent .dropdown-menu.nav-level-3.show {
  display: block !important;
}

#navbarSupportedContent .dropdown-menu.nav-level-2 .dropdown-item,
#navbarSupportedContent .dropdown-menu.nav-level-3 .dropdown-item {
  color: #666;
  padding: 8px 0;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

#navbarSupportedContent .dropdown-menu.nav-level-2 .dropdown-item:hover,
#navbarSupportedContent .dropdown-menu.nav-level-3 .dropdown-item:hover {
  color: var(--i2-theme-color-green);
}

/* Offcanvas Language Switcher Dropdown Styles */
#navbarSupportedContent #block-i2-theme-languageswitcher-2.language-switcher-language-url.dropdown,
#navbarSupportedContent .block-language.language-switcher-language-url.dropdown {
  position: relative;
}

#navbarSupportedContent #languageDropdownOffcanvas {
  border: none;
  background: none;
  color: var(--i2-theme-color-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  padding: 10px 0;
  cursor: pointer;
  align-items: center;
  gap: 8px;
  font-family: 'Nunito', sans-serif;
  border-radius: 0;
  box-shadow: none;
}

#navbarSupportedContent #languageDropdownOffcanvas::after {
  display: none;
}

#navbarSupportedContent #languageDropdownOffcanvas .lang-current-text {
  display: flex;
  align-items: center;
  gap: 8px;
}

#navbarSupportedContent #languageDropdownOffcanvas .lang-dropdown-arrow {
  font-size: 10px;
  color: var(--i2-theme-color-blue);
  transition: transform 0.3s ease;
  line-height: 1;
}

#navbarSupportedContent #languageDropdownOffcanvas .lang-dropdown-arrow img {
  vertical-align: top;
  margin-top: 9px;
}

#navbarSupportedContent #languageDropdownOffcanvas[aria-expanded="true"] .lang-dropdown-arrow {
  transform: rotate(180deg);
}

#navbarSupportedContent #languageDropdownOffcanvas:focus {
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}

#navbarSupportedContent #languageDropdownOffcanvas::before {
  display: none !important;
}

#navbarSupportedContent #languageDropdownOffcanvas:focus,
#navbarSupportedContent #languageDropdownOffcanvas:active,
#navbarSupportedContent #languageDropdownOffcanvas:hover {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* Offcanvas Language Dropdown Menu */
#navbarSupportedContent #block-i2-theme-languageswitcher-2 .dropdown-menu,
#navbarSupportedContent .block-language .dropdown-menu {
  margin-top: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 0.5rem 0;
  min-width: 120px;
  list-style: none;
  margin-left: 0;
  position: static !important;
  display: none !important;
}

#navbarSupportedContent #block-i2-theme-languageswitcher-2 .dropdown-menu.show,
#navbarSupportedContent .block-language .dropdown-menu.show {
  display: block !important;
}

#navbarSupportedContent #block-i2-theme-languageswitcher-2 .dropdown-menu li,
#navbarSupportedContent .block-language .dropdown-menu li {
  margin: 0;
  list-style: none;
}

#navbarSupportedContent #block-i2-theme-languageswitcher-2 .dropdown-menu li a,
#navbarSupportedContent .block-language .dropdown-menu li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  color: #495057;
  text-decoration: none;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color 0.2s ease, color 0.2s ease;
}

#navbarSupportedContent #block-i2-theme-languageswitcher-2 .dropdown-menu li a:hover,
#navbarSupportedContent .block-language .dropdown-menu li a:hover {
  background-color: rgba(46, 128, 190, 0.08);
  color: var(--i2-theme-color-blue);
}

#navbarSupportedContent #block-i2-theme-languageswitcher-2 .dropdown-menu li a.is-active,
#navbarSupportedContent .block-language .dropdown-menu li a.is-active {
  background-color: transparent !important;
  color: #333 !important;
  font-weight: 400 !important;
}

/* Header Login */
.header-pc .header-login-section-dropdown {
  cursor: pointer;
  padding-top: 3px;
  padding-bottom: 3px;
}

.header-pc .header-login-section-dropdown .dropdown-toggle {
  background: #E6EBF7 url(../images/icon/user.svg) no-repeat;
  background-size: contain;
  border-radius: 50%;
  text-indent: -9999px;
  display: block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  margin: 0 10px;
  padding: 0;
}

.header-pc .header-login-section-dropdown .dropdown-toggle {
  pointer-events: none;
}

.header-pc .header-login-section-dropdown .dropdown-toggle::after {
  content: none;
}

.header-pc .header-login-section-dropdown .dropdown-menu-box {
  padding-top: 10px;
  position: absolute;
  top: 44px;
}

.header-pc .header-login-section-dropdown .dropdown-menu-box .dropdown-menu {
  border: none;
  border-radius: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  min-width: 135px;
  padding: 20px 30px;
  position: relative;
  transform: none !important;
}

.header-pc .header-login-section-dropdown .dropdown-menu-box .dropdown-menu li a {
  line-height: 34px;
}

.header-pc .header-login-section-dropdown:hover .dropdown-menu,
.header-pc .header-login-section-dropdown:hover .dropdown-menu {
  display: block;
}

/* Mobile Menu */
header>nav {
  position: unset !important;
}

header>nav>div>button {
  position: absolute;
  right: 20px;
  top: 15px;
}

header .navbar-toggler {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  padding: 15px 12px;
}

header .navbar-toggler .navbar-toggler-icon {
  background: url(../images/header/navbar_toggler_icon.svg) no-repeat;
  width: 26px;
  height: 20px;
}

header .offcanvas {
  background-color: #DBF9D9;
}

header .offcanvas-backdrop.show {
  opacity: 0;
}

header .offcanvas.offcanvas-end {
  width: 100%;
}

header .offcanvas.offcanvas-end .btn-close {
  background: #569A20 url(../images/header/btn_close.svg) center center no-repeat;
  border-radius: 50% 0 50% 50%;
  width: 68px;
  height: 68px;
  opacity: 1;
  position: absolute;
  right: -4px;
  top: -4px;
  z-index: 1;
}

header .offcanvas-body {
  padding: 20px;
}

body.toolbar-vertical header .offcanvas-body {
  padding-top: 59px;
}

header .offcanvas-body .header-login-section {
  margin-bottom: 30px;
}

header .offcanvas-body .header-login-section>a {
  background-color: #2E80BE;
  border-radius: 30px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 900;
  display: block;
  width: fit-content;
  padding: 3px 20px;
}

#navbarSupportedContent .offcanvas-body #languageDropdownOffcanvas {
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
  padding: 0;
}

#navbarSupportedContent .offcanvas-body #languageDropdownOffcanvas .lang-dropdown-arrow img {
  margin-top: 2px;
}

#navbarSupportedContent .offcanvas-body #block-i2-theme-languageswitcher-2 {
  margin-bottom: 15px;
}

#navbarSupportedContent .offcanvas-body #block-i2-theme-languageswitcher-2 .dropdown-menu {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-top: 7px;
  padding: 0;
}

#navbarSupportedContent .offcanvas-body #block-i2-theme-languageswitcher-2 .dropdown-menu li {
  background: url(../images/header/submenu_line_blue.svg) 4px center no-repeat;
  padding-left: 13px;
}

#navbarSupportedContent .offcanvas-body #block-i2-theme-languageswitcher-2 .dropdown-menu li a {
  color: #000 !important;
  font-size: 18px;
  line-height: 38px;
  padding: 5px;
}

#block-i2-theme-mainnavigation-2>ul>li>div>.nav-link {
  background: url(../images/header/menu_mob_dashed_line.svg) center bottom repeat-x;
  color: var(--i2-theme-color-green);
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
  display: block;
  width: 100%;
  padding: 15px 0;
}

#block-i2-theme-mainnavigation-2>ul>li>div>.dropdown-toggle {
  height: 60px;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

#navbarSupportedContent .offcanvas-body .dropdown-menu.nav-level-1 {
  margin-top: 15px;
}

#navbarSupportedContent .offcanvas-body .dropdown-menu.nav-level-1 .dropdown-item {
  color: #000;
  font-size: 18px;
  line-height: 36px;
  padding: 0;
}

#navbarSupportedContent .offcanvas-body .dropdown-menu.nav-level-1 .dropdown-item:hover,
#navbarSupportedContent .offcanvas-body .dropdown-menu.nav-level-1 .dropdown-item.active {
  background: none;
  color: var(--i2-theme-color-green);
}

#navbarSupportedContent .offcanvas-body .dropdown-menu.nav-level-1>li.dropdown>div>.dropdown-item {
  display: block;
  width: fit-content;
  padding-right: 10px;
  transition: color 0.2s ease;
}

#navbarSupportedContent .offcanvas-body .dropdown-menu.nav-level-1>li.dropdown>div>.dropdown-toggle-submenu {
  background: url(../images/header/dropdown_submenu_arrow_mob.svg) center center no-repeat;
  border: none;
  display: block;
  flex: 0 0 auto;
  width: 16px;
  height: 10px;
}

#navbarSupportedContent .offcanvas-body .dropdown-menu.nav-level-1>li.dropdown>div>.dropdown-toggle-submenu[aria-expanded="true"] {
  transform: scaleY(-1);
}

#navbarSupportedContent .offcanvas-body .dropdown-menu.nav-level-1>li.dropdown>div>.dropdown-toggle-submenu::after {
  content: none;
}

#navbarSupportedContent .offcanvas-body .dropdown-menu .nav-level-2,
#navbarSupportedContent .offcanvas-body .dropdown-menu .nav-level-3 {
  margin-bottom: 15px;
}

#navbarSupportedContent .offcanvas-body .dropdown-menu .nav-level-2 li,
#navbarSupportedContent .offcanvas-body .dropdown-menu .nav-level-3 li {
  background: url(../images/header/submenu_line.svg) 4px center no-repeat;
  padding-left: 20px;
}

#navbarSupportedContent .offcanvas-body .multimedia {
  margin-top: 25px;
}

#navbarSupportedContent .offcanvas-body .multimedia>ul {
  display: flex;
  column-gap: 20px;
}

#navbarSupportedContent .offcanvas-body .multimedia>ul>li>a {
  display: block;
}

#navbarSupportedContent .offcanvas-body .multimedia>ul>li>a img {
  width: 50px;
  height: 50px;
}

/* Mobile Header Login */
#navbarSupportedContent .offcanvas-body .header-login-section-dropdown .dropdown-toggle {
  display: none;
}

#navbarSupportedContent .offcanvas-body .dropdown-menu {
  background: none;
  border: none;
  display: block;
  position: relative;
}

#navbarSupportedContent .offcanvas-body .header-login-section .dropdown-menu-box a {
  color: var(--i2-theme-color-blue);
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}


/* footer ***************************************************/
footer {
  background-color: #fff;
  padding: 50px var(--i2-container-padding);
}

footer .region {
  display: flex;
  max-width: var(--i2-theme-container);
  flex-direction: row;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

footer .region-footer {
  margin-bottom: 50px;
}

footer .region .title {
  color: var(--i2-theme-color-green);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

footer .region-footer>div+div {
  margin-left: clamp(60px, 8.6%, 128px);
}

.footer-fundingPartners ul,
.footer-memberOf ul {
  display: flex;
}

.footer-fundingPartners ul li a,
.footer-memberOf ul li a,
#block-i2-theme-footertheonehkaward ul li a {
  display: block;
}

.footer-fundingPartners ul li+li,
.footer-memberOf ul li+li {
  margin-left: 90px;
}

footer .region-footer-bottom {
  justify-content: space-between;
}

.footer-multimedia-list {
  display: flex;
  width: fit-content;
  margin-left: auto;
  gap: 10px;
  margin-bottom: 20px;
}

.footer-multimedia-list a {
  display: block;
}

.footer-multimedia .content {
  text-align: right;
}

.footer-multimedia .content>div,
.footer-multimedia .content>ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.footer-multimedia .content>ul:not(.footer-multimedia-list) {
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-top: 20px;
}

.footer-multimedia .content>ul:not(.footer-multimedia-list) li+li {
  margin-left: 30px;
}

/* footer top ***************************************************/
.theme-content-section .block-layout-builder>:last-child,
/* .view-block-related-course .view-header>:last-child, */
.view-block-related-news .view-header>:last-child {
  background-image: url(../images/footer/end_graphic_left.png), url(../images/footer/end_graphic_right.png);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: min(31.39vw, 598px) auto;
  padding-bottom: clamp(150px, 14.67vw, 280px);
  /* 280px */
}

/* banner ***************************************************/
.banner-section {
  overflow: hidden;
  /* padding-bottom: 5.2vw; */
  position: relative;
}

.banner-swiper .swiper-slide .content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10.42vw;
  position: absolute;
  inset: 0;
}

.banner-swiper .swiper-slide .content::before {
  background: linear-gradient(to top, rgba(80, 50, 13, 0.70) 17.5%, rgba(80, 50, 13, 0.00) 93.4%);
  content: '';
  display: block;
  height: 25.26vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner-style-1 .banner-section .banner-swiper .swiper-slide .content::before {
  content: none;
}

.banner-swiper .swiper-slide .content .description {
  color: #fff;
  font-size: var(--font-size-lg);
  font-weight: 900;
  position: relative;
  z-index: 1;
}

.banner-swiper .swiper-slide .content .title {
  max-width: 980px;
  width: 80%;
  position: relative;
  z-index: 1;
}

.banner-swiper .swiper-slide .content .title h1 {
  color: #fff;
  font-size: var(--font-size-xl);
  font-weight: 900;

  --underline-intrinsic-width: 8;
  --underline-width: 20;
  --underline-color: #76B841;
  --underline-cap-width: 4px;
  --underline-offset-y: -10px;
  --underline-padding-x: -5px;
  --cap-image-left: url(../images/icon/banner_underline_left.svg);
  --cap-image-right: url(../images/icon/banner_underline_right.svg);
  display: inline;
  --underline-width-scale: calc(var(--underline-width) / var(--underline-intrinsic-width));
  padding: 0 calc(var(--underline-padding-x) + calc(var(--underline-cap-width) * var(--underline-width-scale)));
  box-decoration-break: clone;
  background-repeat: no-repeat;
  background-image:
    linear-gradient(180deg, var(--underline-color), var(--underline-color)),
    var(--cap-image-left),
    var(--cap-image-right);
  background-position-x:
    calc(var(--underline-cap-width) * var(--underline-width-scale)),
    0,
    100%;
  background-position-y: calc(100% - var(--underline-offset-y) * -1);
  background-size:
    calc(100% - calc(var(--underline-cap-width) * var(--underline-width-scale) * 2)) calc(var(--underline-width) * 1px),
    auto calc(var(--underline-width) * 1px),
    auto calc(var(--underline-width) * 1px);
}

/* .banner-swiper .swiper-slide .content .title h1 {
  color: #fff;
  font-size: var(--font-size-xl);
  font-weight: 900;
  max-width: 980px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
} */

/* .banner-swiper .swiper-slide .content .title h1::before {
  background-color: #76B841;
  border-radius: 20px;
  content: '';
  height: 20px;
  position: absolute;
  left: -8px;
  right: -10px;
  bottom: 0;
  z-index: -1;
  transform: translateY(-20%);
} */

.banner-swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 1920 / 793;
  object-fit: cover;
}

.banner-section .contextual-region {
  position: initial;
}

.banner-decorate {
  margin-bottom: -1px;
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* decorate background */
.banner-decorate .decorate-bg {
  height: 250px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 0;
}

/* decorate left */
.banner-decorate .decorate-left {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* decorate right */
.banner-decorate .decorate-right {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* decorate background left */
.banner-decorate .decorate-bg-left {
  position: absolute;
  inset: 0;
  z-index: -1;
}

/* decorate background right */
.banner-decorate .decorate-bg-right {
  position: absolute;
  inset: 0;
  z-index: -1;
}

/* style-1 */
.banner-style-1 .banner-decorate .decorate-bg {
  background: url(../images/banner-decorate/banner_bg_light_green.svg) center bottom no-repeat;
  background-size: 100% auto;
}

.banner-style-1 .banner-decorate .decorate-left {
  background: url(../images/banner-decorate/banner_index_left.svg) left bottom no-repeat;
  background-size: contain;
}

.banner-style-1 .banner-decorate .decorate-right {
  background: url(../images/banner-decorate/banner_index_right.svg) right bottom no-repeat;
  background-size: contain;
}

.banner-style-1 .banner-decorate .decorate-bg-left {
  background: url(../images/banner-decorate/banner_index_bg_left.png) left bottom no-repeat;
  background-size: contain;
}

.banner-style-1 .banner-decorate .decorate-bg-right {
  background: url(../images/banner-decorate/banner_index_bg_right.png) right bottom no-repeat;
  background-size: contain;
}

/* style-2 */
.banner-style-2 .banner-decorate .decorate-bg {
  background: url(../images/banner-decorate/banner_about_bg.png) center bottom no-repeat;
  background-size: 100% auto;
}

.banner-style-2 .banner-decorate .decorate-left {
  background: url(../images/banner-decorate/banner_about_left.png) left bottom no-repeat;
  background-size: contain;
}

.banner-style-2 .banner-decorate .decorate-right {
  background: url(../images/banner-decorate/banner_about_right.png) right bottom no-repeat;
  background-size: contain;
}

.banner-style-2 .banner-decorate .decorate-bg-left {
  background: url(../images/banner-decorate/banner_about_bg_left.png) left bottom no-repeat;
  background-size: contain;
}

.banner-style-2 .banner-decorate .decorate-bg-right {
  background: url(../images/banner-decorate/banner_about_bg_right.png) right bottom no-repeat;
  background-size: contain;
}

/* style-3 */
.banner-style-3 .banner-decorate .decorate-bg {
  background: url(../images/banner-decorate/banner_resources_bg.svg) center bottom no-repeat;
  background-size: 100% auto;
}

.banner-style-3 .banner-decorate .decorate-left {
  background: url(../images/banner-decorate/banner_resources_left.png) left bottom no-repeat;
  background-size: contain;
}

.banner-style-3 .banner-decorate .decorate-right {
  background: url(../images/banner-decorate/banner_resources_right.png) right bottom no-repeat;
  background-size: contain;
}

.banner-style-3 .banner-decorate .decorate-bg-left {
  background: url(../images/banner-decorate/banner_resources_bg_left.png) left bottom no-repeat;
  background-size: contain;
}

.banner-style-3 .banner-decorate .decorate-bg-right {
  background: url(../images/banner-decorate/banner_resources_bg_right.png) right bottom no-repeat;
  background-size: contain;
}

/* style-4 */
.banner-style-4 .banner-decorate .decorate-bg {
  background: url(../images/banner-decorate/banner_seed_education_bg.svg) center bottom no-repeat;
  background-size: 100% auto;
}

.banner-style-4 .banner-decorate .decorate-left {
  background: url(../images/banner-decorate/banner_seed_education_left.png) left bottom no-repeat;
  background-size: contain;
}

.banner-style-4 .banner-decorate .decorate-right {
  background: url(../images/banner-decorate/banner_seed_education_right.png) right bottom no-repeat;
  background-size: contain;
}

.banner-style-4 .banner-decorate .decorate-bg-left {
  background: url(../images/banner-decorate/banner_seed_education_bg_left.png) left bottom no-repeat;
  background-size: contain;
}

.banner-style-4 .banner-decorate .decorate-bg-right {
  background: url(../images/banner-decorate/banner_seed_education_bg_right.png) right bottom no-repeat;
  background-size: contain;
}

/* style-5 */
.banner-style-5 .banner-decorate .decorate-bg {
  background: url(../images/banner-decorate/banner_get_involved_bg.svg) center bottom no-repeat;
  background-size: 100% auto;
}

.banner-style-5 .banner-decorate .decorate-left {
  background: url(../images/banner-decorate/banner_get_involved_left.png) left bottom no-repeat;
  background-size: contain;
}

.banner-style-5 .banner-decorate .decorate-right {
  background: url(../images/banner-decorate/banner_get_involved_right.png) right bottom no-repeat;
  background-size: contain;
}

.banner-style-5 .banner-decorate .decorate-bg-left {
  background: url(../images/banner-decorate/banner_get_involved_bg_left.png) left bottom no-repeat;
  background-size: contain;
}

.banner-style-5 .banner-decorate .decorate-bg-right {
  background: url(../images/banner-decorate/banner_get_involved_bg_right.png) right bottom no-repeat;
  background-size: contain;
}

/* style-6 */
.banner-style-6 .banner-decorate .decorate-bg {
  background: url(../images/banner-decorate/banner_stay_connected_bg.svg) center bottom no-repeat;
  background-size: 100% auto;
}

.banner-style-6 .banner-decorate .decorate-left {
  background: url(../images/banner-decorate/banner_stay_connected_left.png) left bottom no-repeat;
  background-size: contain;
}

.banner-style-6 .banner-decorate .decorate-right {
  background: url(../images/banner-decorate/banner_stay_connected_right.png) right bottom no-repeat;
  background-size: contain;
}

.banner-style-6 .banner-decorate .decorate-bg-left {
  background: url(../images/banner-decorate/banner_stay_connected_bg_left.png) left bottom no-repeat;
  background-size: contain;
}

.banner-style-6 .banner-decorate .decorate-bg-right {
  background: url(../images/banner-decorate/banner_stay_connected_bg_right.png) right bottom no-repeat;
  background-size: contain;
}

/* style-7 */
.banner-style-7 .banner-decorate .decorate-bg {
  background: url(../images/banner-decorate/banner_basic_page_bg.svg) center bottom no-repeat;
  background-size: 100% auto;
}

.banner-style-7 .banner-decorate .decorate-left {
  background: url(../images/banner-decorate/banner_basic_page_left.png) left bottom no-repeat;
  background-size: contain;
}

.banner-style-7 .banner-decorate .decorate-right {
  background: url(../images/banner-decorate/banner_basic_page_right.png) right bottom no-repeat;
  background-size: contain;
}

.banner-style-7 .banner-decorate .decorate-bg-left {
  background: url(../images/banner-decorate/banner_basic_page_bg_left.png) left bottom no-repeat;
  background-size: contain;
}

.banner-style-7 .banner-decorate .decorate-bg-right {
  background: url(../images/banner-decorate/banner_basic_page_bg_right.png) right bottom no-repeat;
  background-size: contain;
}

/* homepage ***************************************************/
/* index badge */
.paragraph--id--194 .field__item.field--type-text-long {
  background-image: url(../images/content/homepage/be_priceless_bg_img1.svg), url(../images/content/homepage/be_priceless_bg_img2.svg);
  background-position: calc(43% - 381px) 57%, left calc(63% + 381px) bottom 23px;
  background-repeat: no-repeat;
  padding-bottom: 35px;
}

.index-badge {
  background: url(../images/content/homepage/be_priceless_bg.svg) no-repeat;
  background-size: 100% auto;
  aspect-ratio: 762 / 409;
  text-align: center;
  width: 75%;
  max-width: 762px;
  margin: -4vw auto 0;
  padding: 127px 97px 30px 140px;
  position: relative;
  z-index: 1;
}

.index-badge img {
  max-width: 78%;
}

.index-badge p {
  font-size: 22px;
  font-weight: 500;
  line-height: calc(100% + 8px);
  margin-bottom: 0;
}

/* Your SEED Journey */
.index-your-seed-section {
  background-image: url(../images/content/homepage/index_your_seed_section_fly.svg);
  background-position: 0 98px;
  background-size: 94.58% auto;
  background-repeat: no-repeat;
}

.index-your-seed-section>.paragraph {
  max-width: var(--i2-theme-container);
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 130px;
}

.index-your-seed-section h2 {
  font-size: calc(var(--font-size-lg) + 10px);
}

.index-your-seed-section h2::after {
  right: 17px;
  top: 13px;
}

.index-your-seed-section .row {
  --bs-gutter-x: 36px;
  width: calc(100% + var(--bs-gutter-x));
}

.index-your-seed-section .row>div:nth-child(odd) {
  padding-top: 54px;
}

.index-your-seed-section .card-list {
  border: none;
  background: no-repeat;
  text-align: center;
  max-width: 339px;
  margin: 40px auto 0;
}

.index-your-seed-section .card-list::before {
  content: '';
  display: block;
  width: 23.599%;
  /*80/339*/
  height: 18.1%;
  /*80/442*/
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index-your-seed-section .row>div:nth-child(3) .card-list::before {
  background: url(../images/icon/card_number_1.svg) no-repeat;
  background-size: contain;
}

.index-your-seed-section .row>div:nth-child(4) .card-list::before {
  background: url(../images/icon/card_number_2.svg) no-repeat;
  background-size: contain;
}

.index-your-seed-section .row>div:nth-child(5) .card-list::before {
  background: url(../images/icon/card_number_3.svg) no-repeat;
  background-size: contain;
}

.index-your-seed-section .row>div:nth-child(6) .card-list::before {
  background: url(../images/icon/card_number_4.svg) no-repeat;
  background-size: contain;
}

.index-your-seed-section .card-list .card-img-top {
  background-color: #fff;
  border-radius: 29.5%;
}

.index-your-seed-section .card-list .card-img-top img {
  transition: all 0.2s ease;
}

.index-your-seed-section .card-list:hover .card-img-top img,
.index-your-seed-section .card-list:focus .card-img-top img {
  transform: scale(1.15);
}

.index-your-seed-section .card-list .card-body {
  padding: 0 8.5%;
}

.index-your-seed-section .card-list .card-title {
  font-size: var(--font-size-sm);
  font-weight: 900;
  margin-top: -21px;
  margin-bottom: 10px;
}

.index-your-seed-section .row>div:nth-child(3) .card-list .card-title {
  color: var(--i2-theme-color-green);
}

.index-your-seed-section .row>div:nth-child(4) .card-list .card-title {
  color: var(--i2-theme-color-blue);
}

.index-your-seed-section .row>div:nth-child(5) .card-list .card-title {
  color: var(--i2-theme-color-purple);
}

.index-your-seed-section .row>div:nth-child(6) .card-list .card-title {
  color: var(--i2-theme-color-brown);
}

.index-your-seed-section .card-list .card-text {
  font-size: 18px;
  font-weight: 500;
}

.index-your-seed-section .card-list .card-link {
  overflow: hidden;
  position: absolute;
  inset: 0;
  text-indent: -9999px;
}

/* Ready to start your SEED Journey? */
.index-start-seed-section {
  background-image: url(../images/content/homepage/start_seed_journey_bg.svg), url(../images/content/homepage/start_seed_journey_bg_leaf.png), url(../images/section-curve/bg_curve_index.svg);
  background-size: auto auto, auto auto, 100% auto;
  background-position: 0 15px, 0 0, left 95% bottom -3px;
  background-repeat: no-repeat;
  min-height: 784px;
  /* 683px + 15px + 86px */
  padding-bottom: 10px;
}

.index-start-seed-section>.paragraph {
  background: none;
}

.index-start-seed-section .paragraph__column>h2 {
  display: none;
}

.index-start-seed-journey {
  display: flex;
  align-items: flex-start;
  max-width: 1649px;
  /* 1623px + 98px + 98px */
  margin: 0 auto;
  padding-right: 26px;
}

.index-start-seed-journey .left-image {
  max-width: 436px;
  position: relative;
  margin-top: 122px;
  transform: rotate(-6.16deg);
}

.index-start-seed-journey .left-image::before {
  background: url(../images/content/homepage/start_seed_journey_leaf.svg) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 30.965%;
  /* 135px */
  height: 33.745%;
  /* 110px */
  position: absolute;
  left: -10.35%;
  /* -39px */
  bottom: -20.57%;
  /* -53px */
}

.index-start-seed-journey .right-image {
  max-width: 390px;
  position: relative;
  margin-top: 97px;
}

.index-start-seed-journey .right-image::before {
  background: url(../images/content/homepage/start_seed_journey_pot.svg) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 32.31%;
  /* 126px */
  height: 25.69%;
  /* 75px */
  position: absolute;
  left: -9.745%;
  /* -38px */
  top: -10.62%;
  /* -31px */
  transform: rotate(-25.867deg);
  z-index: 1;
}

.index-start-seed-journey .right-image::after {
  background: url(../images/content/homepage/start_seed_journey_bug.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 133.08%;
  /* 519px */
  height: 33.905%;
  /* 99px */
  position: absolute;
  right: -2.824%;
  /* -11px */
  top: 125%;
  /* 100% + 42px */
  z-index: 1;
}

.index-start-seed-journey .right-image img {
  transform: rotate(9.61deg);
}

.index-start-seed-journey .left-image img,
.index-start-seed-journey .right-image img {
  border-radius: var(--i2-theme-radius);
}

.index-start-seed-journey .content {
  text-align: center;
  padding: 209px 50px 30px;
  position: relative;
}

.index-start-seed-journey .content::before {
  background: url(../images/content/homepage/start_seed_journey_flower.svg) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  aspect-ratio: 89 / 91;
  width: 11.52%;
  /* 89px */
  height: auto;
  /* 91px */
  position: absolute;
  left: 5.05%;
  /* 39px */
  top: 33px;
}

.index-start-seed-journey .content h3 {
  color: #AC885D;
  font-size: var(--font-size-lg);
  line-height: 1.375;
  margin-bottom: 10px;
}

.index-start-seed-journey .content p {
  font-size: 22px;
  font-weight: 500;
  line-height: calc(100% + 10px);
  max-width: 670px;
  margin-bottom: 30px;
}

/* Our Impact */
.index-our-impact-section {
  position: relative;
}

.index-our-impact-section::before {
  background: url(../images/content/homepage/index_our_impact_sun.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 164px;
  height: 164px;
  position: absolute;
  top: -183px;
  left: 71.5%;
}

.our-impact-section {
  background: url(../images/content/homepage/our_impact_section_stroke.svg) 5px 388px no-repeat;
  display: flex;
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
  padding-bottom: 70px;
}

.index-our-impact-section .our-impact-section {
  margin-top: -34px;
}

.our-impact-section .content {
  text-align: center;
  margin-left: -66px;
  margin-right: -157px;
  padding-left: 20px;
  padding-right: 20px;
}

.our-impact-section .content h2 {
  font-size: calc(var(--font-size-lg) + 10px);
}

.our-impact-section .content h2::after {
  right: 17px;
  top: 13px;
}

.our-impact-section .content .title {
  color: var(--i2-theme-color-brown);
  font-size: 70px;
  line-height: 1;
  margin-bottom: 10px;
}

.our-impact-section .content p {
  font-size: 22px;
  line-height: calc(100% + 12px);
}

.our-impact-section .left-image {
  flex: 0 0 auto;
  width: 329px;
  padding-left: 18px;
  padding-top: 63px;
}

.our-impact-section .left-image img {
  display: block;
}

.our-impact-section .left-image .image-content,
.our-impact-section .right-image .image-content {
  text-align: center;
}

.our-impact-section .left-image .image-content p,
.our-impact-section .right-image .image-content p {
  font-size: 18px;
}

.our-impact-section .left-image .image-content .number {
  color: var(--i2-theme-color-blue);
  font-size: calc(var(--font-size-lg) + 10px);
  font-weight: 900;
  margin-bottom: 5px;
}

.our-impact-section .right-image {
  flex: 0 0 auto;
  width: 420px;
  padding-top: 104px;
}

.our-impact-section .right-image img {
  display: block;
  margin-left: auto;
}

.our-impact-section .right-image .image-content ul {
  display: flex;
}

.our-impact-section .right-image .image-content ul li {
  list-style: none;
  width: 50%;
}

.our-impact-section .right-image .image-content ul li:first-child .number {
  color: var(--i2-theme-color-green);
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 5px;
}

.our-impact-section .right-image .image-content ul li:first-child p {
  color: var(--i2-theme-color-green);
  font-size: 22px;
  font-weight: 700;
}

.our-impact-section .right-image .image-content ul li:nth-child(2) .number {
  color: var(--i2-theme-color-purple);
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 5px;
}

.our-impact-section .right-image .image-content ul li:nth-child(2) p {
  color: var(--i2-theme-color-purple);
  font-size: 22px;
  font-weight: 700;
}

/* Annual SEED Journey Award */
.view-block-award-homepage-swiper .view-header h2 {
  color: var(--i2-theme-color-blue);
}

.HomepageAward-Swiper {
  max-width: var(--i2-theme-container);
  margin: 0 auto;
}

.card-inner {
  background: none;
  border: none;
  border-radius: 0;
}

.card-inner .card-image {
  background-color: #fff;
  border-width: 5px;
  border-style: solid;
  border-radius: var(--i2-theme-radius);
  overflow: hidden;
  margin-bottom: 20px;
}

.card-inner .card-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: all 0.2s ease;
}

.card-inner:hover .card-image img,
.card-inner:focus .card-image img {
  transform: scale(1.1);
}

.swiper .swiper-slide:nth-child(3n+1) .card-inner .card-image {
  border-color: var(--i2-theme-color-purple);
}

.swiper .swiper-slide:nth-child(3n+2) .card-inner .card-image {
  border-color: var(--i2-theme-color-green);
}

.swiper .swiper-slide:nth-child(3n+3) .card-inner .card-image {
  border-color: var(--i2-theme-color-blue);
}

.card-inner .card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0 11.5%;
  transition: all 0.2s ease;
}

.swiper .swiper-slide:nth-child(3n+1) .card-inner:hover .card-title,
.swiper .swiper-slide:nth-child(3n+1) .card-inner:focus .card-title {
  color: var(--i2-theme-color-purple);
}

.swiper .swiper-slide:nth-child(3n+2) .card-inner:hover .card-title,
.swiper .swiper-slide:nth-child(3n+2) .card-inner:focus .card-title {
  color: var(--i2-theme-color-green);
}

.swiper .swiper-slide:nth-child(3n+3) .card-inner:hover .card-title,
.swiper .swiper-slide:nth-child(3n+3) .card-inner:focus .card-title {
  color: var(--i2-theme-color-blue);
}

.view-block-award-homepage-swiper .view-footer {
  text-align: center;
  margin-top: 50px;
}

/* Seed Course */
.HomepageCourse-Swiper {
  max-width: var(--i2-theme-container);
  margin: 0 auto;
}

.homepage-course-card {
  border: none;
  border-radius: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  min-height: 365px;
  height: 100%;
  max-width: 339px;
  margin: 0 auto;
}

.homepage-course-card .card-img-top {
  border-radius: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.homepage-course-card .card-img-top img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
}

.homepage-course-card:hover .card-img-top img,
.homepage-course-card:focus .card-img-top img {
  transform: scale(1.1);
}

.homepage-course-card .card-body {
  border-top: #D9D9D9 1px solid;
  padding: 0 20px 20px;
}

.homepage-course-card .card-tags {
  background-color: #DBF9D9;
  border-color: var(--i2-theme-color-green);
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  color: var(--i2-theme-color-green);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  width: fit-content;
  margin-left: -20px;
  margin-top: -18px;
  margin-bottom: 15px;
  padding: 7px 15px 6px;
  position: relative;
  z-index: 1;
}

.homepage-course-card .card-tags.card-tags-1 {
  background-color: #DBF9D9;
  border-color: var(--i2-theme-color-green);
  color: var(--i2-theme-color-green);
}

.homepage-course-card .card-tags.card-tags-2 {
  background-color: #DCF0FF;
  border-color: var(--i2-theme-color-blue);
  color: var(--i2-theme-color-blue);
}

.homepage-course-card .card-tags.card-tags-3 {
  background-color: #FFEEE8;
  border-color: #F2926F;
  color: #F2926F;
}

.homepage-course-card .card-tags.card-tags-4 {
  background-color: #F8EBFF;
  border-color: var(--i2-theme-color-purple);
  color: var(--i2-theme-color-purple);
}

.homepage-course-card .card-body .card-title {
  color: var(--i2-theme-color-green);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 20px;
}

.homepage-course-card .card-body .card-fee {
  color: #000;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 5px;
}

.homepage-course-card .card-body .card-date {
  color: #6C6C6C;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.homepage-course-card .card-body .card-date .datetime {
  font-weight: 500;
}

.homepage-course-card>a {
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  inset: 0;
}

/* Resources - Songs ******************************************/
.youtube-container iframe {
  border-radius: 30px;
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 715px;
  height: auto;
  margin: 0 auto;
}

.media--type-audio {
  background: #EFEFEF url(../images/content/resources/song_wave.png) 50% calc(50% - 10px) no-repeat;
  background-blend-mode: multiply;
  background-size: 23.68% auto;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  aspect-ratio: 16 / 9;
  max-width: 715px;
  height: auto;
  margin: 0 auto;
}

.media--type-audio audio {
  border-radius: 54px;
  margin-bottom: 14px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
}

.paragraph--type--text-two-column .youtube-container {
  margin-bottom: 0;
}

.paragraph--type--text-two-column .youtube-container iframe,
.paragraph--type--text-two-column .media--type-audio {
  max-width: 570px;
}

.paragraph--type--text-two-column .paragraph--type--youtube>.paragraph__column,
.paragraph--type--text-two-column .paragraph--type--audio>.paragraph__column {
  display: flex;
  flex-direction: column-reverse;
}

.paragraph--type--text-two-column .paragraph__column h2,
.paragraph--type--text-two-column .paragraph__column h2 {
  color: var(--i2-theme-color-purple);
  font-size: var(--font-size-sm);
  margin-top: 20px;
  margin-bottom: 0;
}

.paragraph--type--text-two-column>.paragraph__column>:last-child .paragraph__column h2,
.paragraph--type--text-two-column>.paragraph__column>:last-child .paragraph__column h2 {
  color: var(--i2-theme-color-blue);
}

.paragraph--type--text-two-column .paragraph--type--youtube>.paragraph__column h2::after,
.paragraph--type--text-two-column .paragraph--type--audio>.paragraph__column h2::after {
  content: none;
}

/* SEED Education *********************************************/
.course-highlights-section .paragraph--type--text-two-column .paragraph__column h2 {
  color: var(--i2-theme-color-green);
}

/* Learners’ Journey */
.learners-journey-section {
  display: flex;
  align-items: flex-start;
  max-width: 1423px;
  margin: 0 auto 76px;
  padding-top: 20px;
}

.learners-journey-section.blue-section {
  margin-bottom: 0;
}

.learners-journey-section .member,
.learners-journey-section .family {
  border-radius: 50%;
  text-align: center;
  flex: 0 0 auto;
  display: block;
  width: 340px;
  height: 340px;
  position: relative;
  z-index: 0;
}

.learners-journey-section .member {
  background-color: #569A20;
}

.learners-journey-section .family {
  background-color: #10A217;
}

.learners-journey-section.blue-section .member {
  background-color: #4D95CB;
}

.learners-journey-section.blue-section .family {
  background-color: #2D72A6;
}

.learners-journey-section .member .title,
.learners-journey-section .family .title {
  background-color: #fff;
  border-radius: 50px;
  color: var(--i2-theme-color-green);
  font-size: 26px;
  font-weight: 900;
  line-height: 30px;
  width: 180px;
  margin: -20px auto 22px;
  padding: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.learners-journey-section.blue-section .member .title,
.learners-journey-section.blue-section .family .title {
  color: #3983BA;
}

.learners-journey-section .member p,
.learners-journey-section .family p {
  color: #fff;
}

.learners-journey-section .member .month,
.learners-journey-section .family .month {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.learners-journey-section .member .name {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 15px;
}

.learners-journey-section .family .name {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 5px;
}

.learners-journey-section .member img {
  display: block;
  margin: 0 auto 15px;
}

.learners-journey-section .member .hours-title {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 0;
}

.learners-journey-section .family .hours-title {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 15px;
}

.learners-journey-section .member .hours-content {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.learners-journey-section .process {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  margin-left: -25px;
  margin-right: -19px;
  margin-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}

.learners-journey-section .process::before {
  background: url(../images/content/education/journey_process_line_green.svg) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  aspect-ratio: 787 / 113;
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
  z-index: -1;
}

.learners-journey-section.blue-section .process::before {
  background: url(../images/content/education/journey_process_line_blue.svg) no-repeat;
  background-size: contain;
}

.learners-journey-section .process .process-items {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.learners-journey-section.blue-section .process .process-items {
  min-width: 165px;
  padding-left: 8px;
  padding-right: 8px;
}

.learners-journey-section .process .process-items:nth-child(2) {
  margin-top: 96px;
}

.learners-journey-section .process .process-items:nth-child(3) {
  margin-top: 12px;
}

.learners-journey-section.blue-section .process .process-items:nth-child(2) {
  margin-top: 78px;
}

.learners-journey-section.blue-section .process .process-items:nth-child(3) {
  margin-top: 0;
}

.learners-journey-section.blue-section .process .process-items:nth-child(4) {
  margin-top: 59px;
}

.learners-journey-section .process .process-items .process-title {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
  text-align: center;
  display: block;
  width: 181px;
  margin: 0 auto 15px;
  padding: 12px 30px 11px 12px;
}

.learners-journey-section .process .process-items:first-child .process-title {
  background: url(../images/content/education/journey_section_process_title_bg_green1.svg) no-repeat;
  background-size: contain;
}

.learners-journey-section .process .process-items:nth-child(2) .process-title {
  background: url(../images/content/education/journey_section_process_title_bg_green2.svg) no-repeat;
  background-size: contain;
}

.learners-journey-section .process .process-items:nth-child(3) .process-title {
  background: url(../images/content/education/journey_section_process_title_bg_green3.svg) no-repeat;
  background-size: contain;
}

.learners-journey-section.blue-section .process .process-items .process-title {
  width: 124px;
}

.learners-journey-section.blue-section .process .process-items:first-child .process-title {
  background: url(../images/content/education/journey_section_process_title_bg_blue1.svg) no-repeat;
  background-size: contain;
}

.learners-journey-section.blue-section .process .process-items:nth-child(2) .process-title {
  background: url(../images/content/education/journey_section_process_title_bg_blue2.svg) no-repeat;
  background-size: contain;
}

.learners-journey-section.blue-section .process .process-items:nth-child(3) .process-title {
  background: url(../images/content/education/journey_section_process_title_bg_blue3.svg) no-repeat;
  background-size: contain;
}

.learners-journey-section.blue-section .process .process-items:nth-child(4) .process-title {
  background: url(../images/content/education/journey_section_process_title_bg_blue4.svg) no-repeat;
  background-size: contain;
}

.learners-journey-section .process .process-items .process-survey {
  color: var(--i2-theme-color-green);
  font-size: 18px;
  font-weight: 900;
}

.learners-journey-section.blue-section .process .process-items .process-survey {
  color: #3983BA;
}

.learners-journey-section .process .process-items ul {
  text-align: left;
  width: fit-content;
  margin: 0 auto 10px;
  padding-left: 24px;
}

.learners-journey-section .process .process-items ul li {
  width: fit-content;
}

.learners-journey-section .process .process-items p {
  margin-bottom: 10px;
}

/* Seed Health Education */
.health-education-section .paragraph__column>h2 {
  display: none;
}

.health-education-section .health-education-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1222px;
  margin: 0 auto;
}

.health-education-section .health-education-content .content {
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 420px;
  margin-top: 15px;
  position: relative;
}

.health-education-section .health-education-content .content::before {
  background: url(../images/content/education/health_flower.svg) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 69px;
  height: 71px;
  position: absolute;
  right: 20px;
  top: 32px;
}

.health-education-section .health-education-content .content::after {
  background: url(../images/content/education/health_leaf.svg) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 97px;
  height: 77px;
  position: absolute;
  left: 17px;
  bottom: 24px;
}

.health-education-section .health-education-content .content h2 {
  color: var(--i2-theme-color-blue);
  margin-bottom: 10px;
}

.health-education-section .health-education-content .content h2::after {
  content: none;
}

.health-education-section .health-education-content .content-left {
  text-align: center;
  padding: 50px 3px 0;
}

.health-education-section .health-education-content .content-left h3 {
  font-size: var(--font-size-sm);
}

.health-education-section .health-education-content .content-right {
  text-align: center;
}

.health-education-section .health-education-content .content-left h3 {
  color: var(--i2-theme-color-green);
  font-size: var(--font-size-sm);
}

.health-education-section .health-education-content .content-right h3 {
  font-size: var(--font-size-sm);
}

.health-education-section .health-education-content .content-left img,
.health-education-section .health-education-content .content-right img {
  margin-bottom: 15px;
}


/* SEED Education - For Young Learner *************************/
body:not(.path-frontpage) .theme-content-section .layout__region .block-layout-builder>.young-learner-list-section-part-1 {
  padding-bottom: 50px;
}

.young-learner-list-section {
  padding-bottom: 90px;
}

.view-block-seed-course-list .form--inline {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  display: flex;
}

.view-block-seed-course-list .form--inline .form-item label {
  display: none;
}

.view-block-seed-course-list .form--inline .form-item {
  margin: 0;
}

.view-block-seed-course-list .form--inline .form-item.js-form-item-field-course-name-value {
  flex: 1;
  align-items: start;
  display: flex;
  min-width: 230px;
  max-width: 339px;
  padding-left: 20px;
  margin-left: auto;
}

.view-block-seed-course-list .form--inline .form-actions {
  margin: 0;
  position: absolute;
  right: 4px;
  top: 9px;
}

.view-block-seed-course-list .form-item-field-course-name-value label {
  display: none;
}

.view-block-seed-course-list .form-item-field-course-name-value input {
  border: var(--i2-theme-color-green) 1px solid;
  border-radius: 40px;
  font-size: 15px;
  line-height: 20px;
  padding: 8.89px 18px;
}

.view-block-seed-course-list .form--inline .form-actions input {
  background: var(--i2-theme-color-green) url(../images/icon/icon_search.svg) center center no-repeat;
  border-radius: 50%;
  text-indent: -9999px;
  display: block;
  width: 32px;
  min-width: auto;
  height: 32px;
  padding: 0;
  overflow: hidden;
}

.view-block-seed-course-list .form--inline .form-actions input:hover,
.view-block-seed-course-list .form--inline .form-actions input::-moz-focus-inner {
  background-color: var(--i2-theme-color-blue);
}

.view-block-seed-course-list .view-filters {
  margin-bottom: 30px;
}

.view-block-seed-course-list .view-content .views-row .views-field,
.view-block-seed-course-list .view-content .views-row .views-field .field-content {
  display: block;
  height: 100%;
}

.coure-fillter-type-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: left;
  padding: 0;
}

.coure-fillter-type-list li {
  list-style: none;
  border-radius: 50px;
  border: 1px solid #569A20;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  background-color: #DBF9D9;
  color: var(--i2-theme-color-green);
  font-family: Nunito;
  font-size: 18px;
  height: 54px;
  line-height: 54px;
  padding: 0 16px;
  cursor: pointer;
}

.coure-fillter-type-list li.active {
  background: #569A20 !important;
  color: #FFF !important;
  font-weight: 700;
}

.coure-fillter-type-list li.card-tags-1 {
  background-color: #DBF9D9;
  border-color: var(--i2-theme-color-green);
  color: var(--i2-theme-color-green);
}

.coure-fillter-type-list li.card-tags-2 {
  background-color: #DCF0FF;
  border-color: var(--i2-theme-color-blue);
  color: var(--i2-theme-color-blue);
}

.coure-fillter-type-list li.card-tags-3 {
  background-color: #FFEEE8;
  border-color: #F2926F;
  color: #F2926F;
}

.coure-fillter-type-list li.card-tags-4 {
  background-color: #F8EBFF;
  border-color: var(--i2-theme-color-purple);
  color: var(--i2-theme-color-purple);
}

@media (max-width: 768px) {
  .view-block-seed-course-list .form--inline {
    flex-wrap: wrap;
    gap: 10px;
  }

  .view-block-seed-course-list .form--inline .form-actions {
    margin: 0;
    position: relative;
    right: 46px;
    top: 4px;
  }

  .view-block-seed-course-list .form--inline .form-item.js-form-item-field-course-name-value {
    padding-left: 0;
    margin: 0;
  }

  .coure-fillter-type-list li {
    line-height: 44px;
    height: 44px;
    padding: 0 10px;
  }
}

/* ========== Course Calendar Styles ========== */
.calendar-section {
  background: url(../images/content/education/calendar_bg.png) center bottom no-repeat;
  margin-left: calc(var(--i2-container-padding) * -1);
  margin-right: calc(var(--i2-container-padding) * -1);
  padding-left: var(--i2-container-padding);
  padding-right: var(--i2-container-padding);
  padding-bottom: 73px;
  overflow: hidden;
  position: relative;
}

.calendar-section:before {
  background: url(../images/content/education/calendar_young_boy.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 127px;
  height: 239px;
  position: absolute;
  left: calc(50% + 334px);
  bottom: 79px;
}

.calendar-section h3 {
  text-align: center;
}

.calendar-section .content {
  background: #ffffff;
  border-radius: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  max-width: 714px;
  margin: 0 auto;
  position: relative;
}

.calendar-section .content::after {
  background: url(../images/content/education/calendar_grass.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 86px;
  height: 73px;
  position: absolute;
  right: -43px;
  bottom: -31px;
}

/* Calendar Header */
.calendar-header {
  padding: 25px 25px 25px 73px;
}

.calendar-month-nav {
  display: flex;
  column-gap: 10px;
}

.calendar-month-nav::before {
  background: url(../images/content/education/calendar_young_head.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 84px;
  height: 69px;
  transform: rotate(-5.094deg);
  position: absolute;
  left: -20px;
  top: -2px;
}

.calendar-month-year {
  color: var(--i2-theme-color-purple);
  font-size: 24px;
  font-weight: 900;
  line-height: 40px;
  display: flex;
  gap: 8px;
  margin-right: auto;
}

.calendar-nav-btn {
  background: #f5f5f5 url(../images/icon/swiper-arrow-green.svg) center center no-repeat;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
  transition: all 0.2s ease;
}

.calendar-nav-btn.calendar-prev {
  transform: scaleX(-1);
}

.calendar-nav-btn:hover,
.calendar-nav-btn:focus {
  background: #f5f5f5 url(../images/icon/swiper-arrow-blue.svg) center center no-repeat;
}

/* Calendar Grid */
.calendar-grid {
  border-bottom: #D9D9D9 1px solid;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
  position: relative;
}

.calendar-grid::before {
  background-color: #D9D9D9;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: -20px;
  right: -20px;
  top: 35px;
}

.calendar-day-name {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  padding-bottom: 22px;
}

.calendar-day {
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 34px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

.calendar-day.empty {
  cursor: default;
  opacity: 0.3;
}

.calendar-day .day-number {
  font-size: 18px;
  line-height: 34px;
  color: #000;
  z-index: 1;
}

.calendar-day.other-month .day-number {
  color: #6C6C6C;
}

/* Day with course - Green circle */
.calendar-day.has-course:not(.today)::before {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #c8f3c5;
  z-index: 0;
}

.calendar-day.has-course.selected:not(.today)::before {
  background-color: var(--i2-theme-color-green);
  color: #fff;
}

/* .calendar-day.has-course:not(.today) .day-number {
  color: var(--i2-theme-color-green);
} */
.calendar-day.has-course.selected:not(.today) .day-number {
  color: #fff;
}

/* Today - Blue circle (takes precedence over has-course) */
/* Selected day */
.calendar-day.today::before {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--i2-theme-color-blue);
  z-index: 0;
}

.calendar-day.selected::before {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f5f5f5;
  z-index: 0;
}

.calendar-day.today.selected::before {
  background: var(--i2-theme-color-blue);
}

.calendar-day.today .day-number {
  color: #fff;
}

/* Course List */
.course-list {
  opacity: 0;
  padding: 25px 25px 10px;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.course-list.show {
  opacity: 1;
  transform: translateY(0);
}

/* 子菜單展開/收起功能 */
.menu-section .custom-menu .dropdown-menu .nav-level-2 {
  /* 默認展開顯示 */
  display: block !important;
}

.menu-section .custom-menu .dropdown-menu .nav-level-3 {
  /* 默認隱藏，通過 JavaScript 和 .show class 控制顯示 */
  display: none !important;
}

.menu-section .custom-menu .dropdown-menu .nav-level-2.show,
.menu-section .custom-menu .dropdown-menu .nav-level-3.show {
  display: block !important;
}

.course-date-header {
  color: var(--i2-theme-color-green);
  font-size: 24px;
  font-weight: 900;
  line-height: 33px;
  margin-bottom: 5px;
}

.course-card {
  padding-top: 15px;
  padding-bottom: 15px;
}

.course-card+.course-card {
  border-top: #D9D9D9 1px solid;
}

.course-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.course-card-inner {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.course-image {
  background-color: #D9D9D9;
  border-radius: 10px;
  flex: 0 0 auto;
  flex-shrink: 0;
  overflow: hidden;
}

.course-image img {
  width: 100px;
  height: 63px;
  object-fit: cover;
  transition: all 0.2s ease;
}

.course-card:hover .course-image img,
.course-card:focus .course-image img {
  transform: scale(1.25);
}

.course-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.course-title {
  color: #000;
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;
  margin-bottom: 5px;
  transition: all 0.2s ease;
}

.course-card:hover .course-title,
.course-card:focus .course-title {
  color: var(--i2-theme-color-green);
}

.course-audience {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--i2-theme-color-green);
}

.course-empty {
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
}

.course-empty p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0;
}

.calendar-error {
  text-align: center;
  padding: 20px;
  color: #d32f2f;
  background: #ffebee;
  border-radius: 8px;
  margin: 20px 0;
}

/* Voices from Our community */
.voices-from-our-community-section .paragraph>.paragraph__column.row {
  --bs-gutter-x: 54px;
  width: calc(100% + var(--bs-gutter-x));
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  row-gap: 50px;
}

.voices-from-our-community-section .row>* {
  --bs-gutter-x: 54px;
}

.voices-from-our-community-section .row>.col-6 {
  width: 100%;
}

.voices-from-our-community-section .card-list {
  background: none;
  border: none;
  max-width: 452px;
  margin-left: auto;
  margin-right: auto;
}

.voices-from-our-community-section .card-list .card-img-top {
  border-radius: var(--i2-theme-radius);
  overflow: hidden;
}

.voices-from-our-community-section .card-list::before {
  background: url(../images/content/education/card_list_img_bubble.svg) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 60px;
  height: 54px;
  position: absolute;
  left: -15px;
  top: 15px;
  z-index: 1;
}

.voices-from-our-community-section .card-list .card-img-top img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  transition: all 0.2s ease-in-out;
}

.voices-from-our-community-section .card-list:hover .card-img-top img,
.voices-from-our-community-section .card-list:focus .card-img-top img {
  transform: scale(1.1);
}

.voices-from-our-community-section .card-list .card-body {
  background: url(../images/content/education/card_list_body_bg_purple.svg) no-repeat;
  background-size: contain;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 96px;
  margin: -51px auto 0;
  position: relative;
  z-index: 1;
}

.voices-from-our-community-section .card-list .card-body::before {
  background: url(../images/content/education/card_list_body_grass.svg) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 51px;
  height: 59px;
  position: absolute;
  left: -11px;
  top: 10px;
}

.voices-from-our-community-section .row>div:nth-last-child(2) .card-list {
  margin-top: 30px;
}

.voices-from-our-community-section .row>div:nth-last-child(2) .card-list::before {
  background: url(../images/content/education/card_list_img_bubble_green.svg) no-repeat;
  background-size: contain;
}

.voices-from-our-community-section .row>div:nth-last-child(2) .card-list .card-body {
  background: url(../images/content/education/card_list_body_bg_green.svg) no-repeat;
  background-size: contain;
}

.voices-from-our-community-section .row>div:nth-last-child(2) .card-list .card-body::before {
  background: url(../images/content/education/card_list_body_flower.svg) no-repeat;
  background-size: contain;
  width: 50px;
  height: 51px;
  left: auto;
  right: -26px;
  top: 9px;
}

.voices-from-our-community-section .row>div:last-child .card-list::before {
  background: url(../images/content/education/card_list_img_bubble_two.svg) no-repeat;
  background-size: contain;
  width: 91px;
  height: 111px;
  left: auto;
  right: -30px;
  top: -15px;
}

.voices-from-our-community-section .row>div:last-child .card-list .card-body {
  background: url(../images/content/education/card_list_body_bg_blue.svg) no-repeat;
  background-size: contain;
}

.voices-from-our-community-section .row>div:last-child .card-list .card-body::before {
  background: url(../images/content/education/card_list_body_leaf.svg) no-repeat;
  background-size: contain;
  width: 93px;
  height: 73px;
  left: auto;
  right: -26px;
  top: 5px;
}

.voices-from-our-community-section .card-list .card-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

.voices-from-our-community-section .card-list .card-link {
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* SEED Education - For School *************************/
/* SEED Education - For NGO ****************************/
.for-school-section .media--type-image .field__item,
.for-ngo-section .media--type-image .field__item {
  width: fit-content;
  /* 654px */
  margin-left: 30px;
  padding: 31px 19px 70px 38px;
  position: relative;
}

.for-school-section .media--type-image .field__item::before,
.for-ngo-section .media--type-image .field__item::before {
  content: '';
  display: block;
  width: 80px;
  height: 83px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.for-school-section .media--type-image .field__item::before {
  background: url(../images/content/education/image_item_flower_orange.svg) no-repeat;
}

.for-ngo-section .media--type-image .field__item::before {
  background: url(../images/content/education/image_item_flower_blue.svg) no-repeat;
}

.for-school-section .media--type-image .field__item::after,
.for-ngo-section .media--type-image .field__item::after {
  content: '';
  display: block;
  height: 155px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.for-school-section .media--type-image .field__item::after {
  background-image: url(../images/content/education/image_item_leaf.svg), url(../images/content/education/image_item_wave.svg);
  background-position: left bottom, right top 10px;
  background-repeat: no-repeat;
}

.for-ngo-section .media--type-image .field__item::after {
  background-image: url(../images/content/education/image_item_flower.svg), url(../images/content/education/image_item_wave.svg);
  background-position: left 16px top, right top 10px;
  background-repeat: no-repeat;
}

.for-school-section .media--type-image .field__item img,
.for-ngo-section .media--type-image .field__item img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 100px;
  transform: rotate(-2.565deg);
}

.for-school-section .column-50:last-child h3 {
  margin-bottom: 10px;
}

.for-ngo-section .column-50:last-child h3 {
  color: var(--i2-theme-color-green);
  margin-bottom: 10px;
}

.for-school-section .column-50:last-child p,
.for-ngo-section .column-50:last-child p {
  line-height: calc(100% + 10px);
}

/* SEED Education - Voice from our Community *************************/
#views-exposed-form-block-our-community-block-1 .js-form-item-field-tags-target-id label,
#views-exposed-form-block-our-community-block-1 .form-actions {
  display: none;
}

#views-exposed-form-block-our-community-block-1 .community-voice-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 56px;
}

#views-exposed-form-block-our-community-block-1 .community-voice-filter-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--i2-theme-color-green);
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  border: 1px solid var(--i2-theme-color-green);
  background: #FFF;
  padding: 14px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  padding-left: 70px;
}

#views-exposed-form-block-our-community-block-1 .community-voice-filter-list li::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 43px;
  background: url(/themes/custom/i2_theme/images/icon/voice-1.svg) no-repeat center center;
  background-size: contain;
}

#views-exposed-form-block-our-community-block-1 .community-voice-filter-list li:nth-child(2)::before {
  background: url(/themes/custom/i2_theme/images/icon/voice-2.svg) no-repeat center center;
  background-size: contain;
}

#views-exposed-form-block-our-community-block-1 .community-voice-filter-list li:nth-child(3)::before {
  background: url(/themes/custom/i2_theme/images/icon/voice-3.svg) no-repeat center center;
  background-size: contain;
}

#views-exposed-form-block-our-community-block-1 .community-voice-filter-list li:nth-child(4)::before {
  background: url(/themes/custom/i2_theme/images/icon/voice-4.svg) no-repeat center center;
  background-size: contain;
}

#views-exposed-form-block-our-community-block-1 .community-voice-filter-list li:nth-child(5)::before {
  background: url(/themes/custom/i2_theme/images/icon/voice-5.svg) no-repeat center center;
  background-size: contain;
}

#views-exposed-form-block-our-community-block-1 .community-voice-filter-list li:nth-child(6)::before {
  background: url(/themes/custom/i2_theme/images/icon/voice-6.svg) no-repeat center center;
  background-size: contain;
}

#views-exposed-form-block-our-community-block-1 .community-voice-filter-list li:hover,
#views-exposed-form-block-our-community-block-1 .community-voice-filter-list li.active {
  background: var(--i2-theme-color-green);
  color: #FFF;
}

.view-block-our-community .community-card {
  border: unset;
  border-radius: unset;
  background-color: unset;
}

.view-block-our-community .community-card .card-row {
  display: flex;
  flex-wrap: nowrap
}

.view-block-our-community .view-content .views-row {
  margin-bottom: 40px;
}

.view-block-our-community .view-content .views-row:nth-child(even) .col-img {
  order: 1;
}

.view-block-our-community .view-content .views-row .col-img {
  border-radius: var(--i2-theme-radius);
  position: relative;
  z-index: 2;
}

.view-block-our-community .view-content .views-row .col-img img {
  max-width: 300px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  height: auto;

}

.view-block-our-community .view-content .views-row .col-content {
  position: relative;
}

.view-block-our-community .view-content .views-row .col-content .card-body {
  border-radius: 60px;
  background: #FFF;
  width: calc(100% + 75px);
  position: relative;
  z-index: 1;
}

.view-block-our-community .view-content .views-row:nth-child(odd) .col-content .card-body {
  padding: 40px 90px 40px 120px;
}

.view-block-our-community .view-content .views-row:nth-child(odd) .col-content .card-body {
  right: 75px;
  padding: 40px 90px 40px 120px;
}

.view-block-our-community .view-content .views-row:nth-child(even) .col-content .card-body {
  left: 0;
  padding: 40px 90px 40px 120px;
}

/* Learning Journey Swiper Carousel 樣式 */
.your-seed-journey>.paragraph {
  padding-bottom: 0;
}

.learning-journey-container {
  max-width: var(--i2-theme-container-sm);
  margin: 0 auto;
}

.learning-journey-main-swiper-wrapper {
  margin-bottom: 25px;
}

.learning-journey-description {
  color: #333;
  line-height: 1.6;
  max-width: 690px;
  margin: 0 auto;
  font-size: 22px;
}

/* 標題和描述區域 */
.learning-journey-header {
  text-align: center;
  margin-bottom: 40px;
}

.learning-journey-description p {
  margin: 0;
}

/* 主圖Swiper樣式 */
.learning-journey-main-swiper {
  border-radius: var(--i2-theme-radius);
  overflow: hidden;
}

.learning-journey-main-swiper,
.learning-journey-thumb-swiper-wrapper {
  max-width: var(--i2-theme-container-sm);
  width: 100%;
}

.learning-journey-main-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.learning-journey-main-swiper .swiper-slide img {
  aspect-ratio: 8 / 5;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.learning-journey-main-swiper .swiper-slide video {
  aspect-ratio: 8 / 5;
  object-fit: contain;
  width: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* 縮略圖Swiper樣式 */
.learning-journey-thumb-swiper-wrapper {
  position: relative;
  max-width: var(--i2-theme-container-sm);
  margin: 0 auto;
}

.learning-journey-thumb-swiper {
  width: 100%;
}

.learning-journey-thumb-swiper .swiper-slide {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
}

.learning-journey-thumb-swiper .swiper-slide:hover {
  opacity: 0.8;
}

.learning-journey-thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #4caf50;
  border-radius: 30px;
}

.learning-journey-thumb-swiper .swiper-slide img,
.learning-journey-thumb-swiper .swiper-slide video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 8 / 5;
  border-radius: 30px;
}

/* 縮略圖導航箭頭 */
.learning-journey-thumb-nav {
  width: 100%;
  height: 100%;
  z-index: 10;
}

.swiper-button-prev.learning-journey-thumb-prev {
  left: -20px !important;
  top: 50% !important;
}

.swiper-button-next.learning-journey-thumb-next {
  right: -20px !important;
  top: 50% !important;
}

.learning-journey-thumb-prev.swiper-button-disabled,
.learning-journey-thumb-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* Course Detail *************************/
/* News Detail *************************/
.block-field-blocknodecoursefield-custom-section,
.block-field-blocknodenews-articlefield-custom-section {
  position: relative;
}

.block-field-blocknodecoursefield-custom-section::before {
  background: url(../images/content/course/course_bg_left.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 320px;
  height: 362px;
  position: absolute;
  left: calc(50% - 530px);
  top: 45px;
  transform: translateX(-100%);
}

.block-field-blocknodecoursefield-custom-section::after {
  background: url(../images/content/course/course_bg_right.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 367px;
  height: 328px;
  position: absolute;
  left: calc(50% + 550px);
  top: 166px;  
}

.block-field-blocknodenews-articlefield-custom-section::before {
  background: url(../images/content/news/news_bg_left.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 371px;
  height: 330px;
  position: absolute;
  left: calc(50% - 510px);
  top: 20px;
  transform: translateX(-100%);
}

.block-field-blocknodenews-articlefield-custom-section::after {
  background: url(../images/content/news/news_bg_right.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 401px;
  height: 377px;
  position: absolute;
  left: calc(50% + 510px);
  top: 50px;
}

.view-block-related-course .view-header>.bg-color-white.bg-curve-1::before,
.view-block-related-news .view-header>.bg-color-white.bg-curve-1::before {
  background: url(../images/section-curve/bg_curve_1_white_yellow.svg) center bottom no-repeat;
  background-size: 100% 100%;
}

article.node--type-course .node__content>:last-child,
.view-block-related-news .view-header>:last-child {
  background-color: #FDFFF6;
}

/******** Course *********/
.page-node-type-course {
  background: #FFF7D4;
}

.page-node-type-course .block-field-blocknodecoursefield-course-name {
  color: var(--i2-theme-color-green);
  text-align: center;
  font-weight: 900;
  font-size: var(--font-size-xl);
  margin-bottom: 50px;
}

.page-node-type-course h2.course-content {
  color: var(--i2-theme-color-purple);
  font-size: var(--font-size-md);
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-node-type-course .field--name-field-target-audience {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-node-type-course .field--name-field-target-audience {
  margin-bottom: 20px;
}

.page-node-type-course .field--name-field-target-audience>div {
  border-radius: 50px;
  border: 1px solid #AC885D;
  background: #FFF4E6;
  color: #AC885D;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 22px;
}

.page-node-type-course .block-field-blocknodecoursefield-course-fee {
  text-align: right;
}

.page-node-type-course .block-field-blocknodecoursefield-course-fee .field--name-field-course-fee {
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 20px;
}

.page-node-type-course .block-field-blocknodecoursefield-course-fee .field--name-field-course-fee::before {
  content: 'HKD $';
  position: relative;
  color: #000;
  font-size: 26px;
  font-weight: 900;
  left: 0;
}

.page-node-type-course .block-field-blocknodecoursefield-description {
  margin-bottom: 20px;
}

.page-node-type-course .block-field-blocknodecoursefield-workshops {
  margin-bottom: 50px;
}

.page-node-type-course .block-field-blocknodecoursefield-workshops h2 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-node-type-course .field--name-field-course-start-date,
.page-node-type-course .field--name-field-enrollment-quota,
.page-node-type-course .field--name-field-duration,
.page-node-type-course .field--name-field-requirements,
.page-node-type-course .field--name-field-learners {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px;

}

.page-node-type-course .field--name-field-course-start-date .field__label,
.page-node-type-course .field--name-field-enrollment-quota .field__label,
.page-node-type-course .field--name-field-duration .field__label,
.page-node-type-course .field--name-field-requirements .field__label,
.page-node-type-course .field--name-field-learners .field__label {
  width: 166px;
  font-weight: 700;
}

.page-node-type-course .field--name-field-course-start-date .field__label,
.page-node-type-course .field--name-field-enrollment-quota .field__label,
.page-node-type-course .field--name-field-duration .field__label,
.page-node-type-course .field--name-field-requirements .field__label,
.page-node-type-course .field--name-field-learners .field__label,
.page-node-type-course .field--name-field-course-start-date .field__item,
.page-node-type-course .field--name-field-enrollment-quota .field__item,
.page-node-type-course .field--name-field-duration .field__item,
.page-node-type-course .field--name-field-requirements .field__item,
.page-node-type-course .field--name-field-learners .field__item {
  font-size: 18px;
  color: #000;
}

.page-node-type-course .register-button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 100px;
}

.page-node-type-course .register-button .state {
  border-radius: 100px;
  background: var(--i2-theme-color-green);
  color: #FFF;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 30px;
  display: inline-block;
}

.page-node-type-course .register-button .courser-register {
  border-radius: 100px;
  background: var(--i2-theme-color-purple);
  color: #FFF;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 30px;
  display: inline-block;
}

.page-node-type-course .register-button .courser-register:hover {
  background: var(--i2-theme-color-green);
}

/******** Fee Exemption Requirement *********/
.FeeExemptionRequirement-section {
  padding-top: 20px;
  margin-bottom: 90px;
}

.FeeExemptionRequirement-section .field--name-field-media-image {
  text-align: center;
  position: relative;
}

.FeeExemptionRequirement-section .field--name-field-media-image img {
  aspect-ratio: 3 / 2;
  object-position: center;
  border-radius: 100px;
  max-width: 560px;
  width: 100%;
  transform: rotate(356deg);
  position: relative;
}

.FeeExemptionRequirement-section .field--name-field-media-image .field__item {
  display: inline-block;
  position: relative;
}

.FeeExemptionRequirement-section .field--name-field-media-image .field__item::before {
  content: '';
  background: url('/themes/custom/i2_theme/images/header/flower.svg') no-repeat;
  width: 73px;
  height: 110px;
  position: absolute;
  left: -2px;
  bottom: -40px;
  z-index: 1;
  transform: rotate(336deg) rotateY(180deg);
}

.FeeExemptionRequirement-section .field--name-field-media-image .field__item::after {
  content: '';
  background: url('/themes/custom/i2_theme/images/icon/flower_blue.svg') no-repeat;
  width: 80px;
  height: 83px;
  position: absolute;
  top: -33px;
  right: -18px;
  z-index: 2;
}

.FeeExemptionRequirement-section .field--name-field-media-image::after {
  content: '';
  background: url(/themes/custom/i2_theme/images/header/line.svg) no-repeat;
  width: 204px;
  height: 116px;
  z-index: 1;
  position: absolute;
  right: 50px;
  bottom: -32px;
}

.FeeExemptionRequirement-section h2 {
  text-align: left;
  color: var(--i2-theme-color-blue);
  margin-top: 40px;
}

.FeeExemptionRequirement-section h2::after {
  display: none;
}

.FeeExemptionRequirement-section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.FeeExemptionRequirement-section ul li {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.paragraph--type--table table {
  border-radius: 10px 10px 0 0 !important;
  overflow: hidden;
  table-layout: fixed;
  margin-top: 30px;
  margin-bottom: 30px;
}

.paragraph--type--table.green table thead {
  background: var(--i2-theme-color-green);
}

.paragraph--type--table.purple table thead {
  background: var(--i2-theme-color-purple);
}

.paragraph--type--table.green .table-striped>tbody>tr:nth-of-type(even)>* {
  background: #F1FFF0;
}

.paragraph--type--table.purple .table-striped>tbody>tr:nth-of-type(even)>* {
  background: #F9F0FF;
  ;
}

.paragraph--type--table.green table tbody td {
  border-bottom: 1px solid var(--i2-theme-color-green);
}

.paragraph--type--table.purple table tbody td {
  border-bottom: 1px solid var(--i2-theme-color-purple);
}

.paragraph--type--table.green table tbody td a {
  color: var(--i2-theme-color-green);
  text-decoration: underline;
  font-weight: bold;
}

.paragraph--type--table.purple table tbody td a {
  color: var(--i2-theme-color-purple);
  text-decoration: underline;
  font-weight: bold;
}

.paragraph--type--table table {
  width: auto;
  max-width: 100%;
}

.paragraph--type--table table thead th {
  color: #fff;
  padding: 15px;
  font-weight: bold;
  text-align: center;
  width: 33.33%;
  vertical-align: middle;
}

.paragraph--type--table table tbody td {
  text-align: center;
  padding: 15px;
  vertical-align: middle;
}

.paragraph--type--table table tbody td p {
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
}

.paragraph--type--table table tbody td a {
  color: var(--i2-theme-color-green);
  text-decoration: underline;
  font-weight: bold;
}

.FeeExemptionRequirement-ul ul {
  padding-left: 20px;
}

.page-node-type-course .field--name-field-target-audience>div::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(/themes/custom/i2_theme/images/icon/target-audience.svg) no-repeat center center;
  background-size: contain;
}

/* Donate & Donar *************************/
.donar-section {
  text-align: center;
}

.donar-section h2 {
  color: var(--i2-theme-color-purple);
}

.donar-section p {
  font-size: 22px;
  line-height: calc(100% + 10px);
  margin-bottom: 30px;
}

/* My Profile *************************/
.user-profile #block-i2-theme-content {
  padding-top: 300px;
}

/* user My motto */
.block-views-blockblock-motto-block-1 {
  position: relative;
  margin-bottom: 50px;
  padding-left: var(--i2-container-padding);
  padding-right: var(--i2-container-padding);
}

.block-views-blockblock-motto-block-1 .view-id-block_motto {
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  background: #F9F0FF;
  padding: 15px 50px;
  position: relative;
}

.block-views-blockblock-motto-block-1 .view-id-block_motto::before {
  position: absolute;
  content: '';
  background-image: url('/themes/custom/i2_theme/images/profile/bit.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 27px;
  height: 27px;
  bottom: -17px;
}

.block-views-blockblock-motto-block-1 .view-id-block_motto::after {
  display: block;
  content: '';
  position: absolute;
  width: 66px;
  height: 80px;
  right: -16px;
  top: -30px;
  background: url('../images/decro/chat1.png') no-repeat center;
  z-index: 1;
  background-size: contain;
}

.block-views-blockblock-motto-block-1 .view-id-block_motto .field-content::after {
  display: block;
  position: absolute;
  content: '';
  background-image: url('/themes/custom/i2_theme/images/profile/symbol.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 27px;
  height: 27px;
  left: 12px;
  top: -10px;
}

.block-views-blockblock-motto-block-1 .view-id-block_motto .field-content::before {
  display: block;
  position: absolute;
  transform: rotate(180deg);
  content: '';
  background-image: url('/themes/custom/i2_theme/images/profile/symbol.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 27px;
  height: 27px;
  right: 12px;
  bottom: -10px;
}

.block-views-blockblock-motto-block-1 .view-id-block_motto .field-content p {
  margin-bottom: 0;
  color: #975AB6;
  font-size: 20px;
  font-weight: 700;
}

/* user My Profile */
.block-views-blockblock-user-profile-block-1 {
  position: relative;
  margin-bottom: 100px;
  padding-left: var(--i2-container-padding);
  padding-right: var(--i2-container-padding);
}

/* 背景圖水平翻轉（相反方向） */
.block-views-blockblock-user-profile-block-1::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../images/icon/FlyingBee.svg');
  background-position: right 0 top 50px;
  background-size: 94.38% auto;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}

.block-views-blockblock-user-profile-block-1>* {
  position: relative;
  z-index: 1;
}

.user-profile-section {
  max-width: var(--i2-theme-container);
  margin: 0 auto;
}

.user-profile-section .user-profile-card {
  border-radius: 50px;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  border: unset;
  padding: 20px;
  display: block;
}

.user-profile-section .user-profile-card>.row>div:nth-child(1) {
  background-color: #DBF9D9;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.user-profile-section .user-profile-card>.row>div:nth-child(1)::before {
  position: absolute;
  content: '';
  background-image: url(../images/decro/flower1.svg);
  transform: rotate(2.5deg);
  display: block;
  width: 76px;
  height: 58px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  bottom: -5px;
  left: -10px;
  z-index: 1;
}

.user-profile-section .user-profile-card .user-avatar {
  position: relative;
  margin-top: 74px;
  margin-bottom: 74px;
}

.user-profile-section .user-profile-card .user-avatar .user-picture {
  background-color: #fff;
  border-radius: 100%;
  border: 5px solid #fff;
  position: relative;
}

.user-profile-section .user-profile-card .user-avatar .user-picture::before {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  left: -55px;
  top: -37px;
}

.user-profile-section .user-profile-card .user-avatar .user-picture.level-1::before {
  background: url(../images/profile/seed.png) no-repeat;
  background-size: contain;
}

.user-profile-section .user-profile-card .user-avatar .user-picture.level-2::before {
  background: url(../images/profile/tree.png) no-repeat;
  background-size: contain;
}

.user-profile-section .user-profile-card .user-avatar .user-picture.level-3::before {
  background: url(../images/profile/orchard.png) no-repeat;
  background-size: contain;
}

.user-profile-section .user-profile-card .user-avatar .user-picture.level-4::before {
  background: url(../images/profile/grove.png) no-repeat;
  background-size: contain;
}

.user-profile-section .user-profile-card .user-avatar .user-picture.level-5::before {
  background: url(../images/profile/garden.png) no-repeat;
  background-size: contain;
}

.user-profile-section .user-profile-card .user-avatar .user-picture.level-6::before {
  background: url(../images/profile/forest.png) no-repeat;
  background-size: contain;
}


.user-profile-section .user-profile-card .user-avatar .user-picture img {
  width: 180px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.user-profile-section .user-profile-card .user-avatar>a {
  width: 40px;
  height: 40px;
  background-color: #569A20;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 11px;
  margin-top: -48px;
}

.user-profile-section .user-profile-card .user-avatar .user-name {
  text-align: center;
  color: var(--i2-theme-color-green);
  font-size: 24px;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 5px;
}

.user-profile-section .user-profile-card .user-avatar .user-role {
  text-align: center;
  color: var(--i2-theme-color-blue);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}

.user-profile-section .user-profile-card .user-avatar .user-role img {
  margin-right: 5px;
}

.user-profile-section .user-profile-card .user-avatar .user-id {
  text-align: center;
}

.user-profile-section .user-profile-card>div>div:nth-child(2) .card-body {
  padding: 10px 0px 10px 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.user-profile-section .user-profile-card>div>div:nth-child(2) .card-body .user-info {
  margin-bottom: 25px;
}

.user-profile-section .user-profile-card>div>div:nth-child(2) .card-body .user-info h2,
.user-profile-section .user-profile-card .user-contact h2 {
  color: #AC885D;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 15px;
}

.user-profile-section .user-profile-card>div>div:nth-child(2) .card-body .user-info .info {
  display: flex;
}

.user-profile-section .user-profile-card>div>div:nth-child(2) .card-body .user-info .info-content {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.user-profile-section .user-profile-card>div>div:nth-child(2) .card-body .user-info .info-content .info-item,
.user-profile-section .user-profile-card .user-contact ul li {
  display: flex;
  width: 50%;
  margin-bottom: 15px;
}

.user-profile-section .user-profile-card>div>div:nth-child(2) .card-body .user-info .info-content .info-item-label,
.user-profile-section .user-profile-card .user-contact ul li .info-item-label {
  color: #000;
  font-size: 16px;
  min-width: 190px;
  display: block;
}

.user-profile-section .user-profile-card>div>div:nth-child(2) .card-body .user-info .info-content .info-item-value,
.user-profile-section .user-profile-card .user-contact ul li .info-item-value {
  color: #6C6C6C;
  font-size: 16px;
  word-break: break-all;
}

.user-profile-section .user-profile-card .user-contact {
  margin-bottom: 25px;
}

.user-profile-section .user-profile-card .user-contact ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.user-profile-section .user-profile-card .user-contact ul li {
  flex: 0 0 50%;
  box-sizing: border-box;
}

.user-profile-section .user-profile-card .button-group {
  margin-top: auto;
}

.user-profile-section .user-profile-card .button-group>a {
  border-radius: 40px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  min-width: 148px;
  margin-right: 10px;
  padding: 9px 20px;
}

.user-profile-section .user-profile-card .button-group>a.button-edit {
  background: #B66CDD;
}

.user-profile-section .user-profile-card .button-group>a.button-logout {
  background: #569A20;
}

.user-profile-section .user-profile-card .button-group>a.button-child-account {
  background: var(--i2-theme-color-brown);
}

.user-profile-section .user-profile-card .button-group>a:hover {
  background-color: var(--i2-theme-color-blue);
}

.MyProfile-section {
  background-image: url('../images/content/homepage/start_seed_journey_bg.svg'), url('../images/content/homepage/start_seed_journey_bg_leaf.png'), url('../images/section-curve/bg_curve_index.svg');
  background-size: auto auto, auto auto, 100% auto;
  background-position: 0 15px, 0 0, left 95% bottom -3px;
  background-repeat: no-repeat;
  padding-bottom: 230px;
  padding-left: var(--i2-container-padding);
  padding-right: var(--i2-container-padding);
}

.MyProfile-section>.content,
.YourSuperpowerCompass-section>.content {
  padding-top: 100px;
  max-width: var(--i2-theme-container);
  margin: 0 auto;
}

.MyProfile-section>.content h2,
.MyCourseJourney-section h2,
.YourSuperpowerCompass-section .content h2,
.MyForestAchievements-section .content h2 {
  color: var(--i2-theme-color-green);
  line-height: 1.375;
  text-align: center;
  display: block;
  width: fit-content;
  margin: 0 auto 50px;
  position: relative;
  z-index: 1;
  max-width: calc(100vw - 150px);
  font-size: var(--font-size-lg);
}

.MyProfile-section>.content h2 {
  margin-bottom: 30px;
}

.MyForestAchievements-section .content h2::after,
.MyProfile-section>.content h2::after,
.MyCourseJourney-section h2::after {
  background: url('../images/icon/h2_leaf.png') no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 75px;
  height: 57px;
  position: absolute;
  right: 12px;
  top: 10px;
  transform: translate(100%, -100%);
}

.MyProfile-section>.content>ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 54px;
}

.MyProfile-section>.content>ul li {
  background: #FFF;
  border-radius: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  width: calc(50% - 27px);
  padding: 40px 20px 50px;
  position: relative;
  z-index: 2;
}

.MyProfile-section>.content>ul li.SeedPoints {
  background: #B66CDD;
}

.MyProfile-section>.content>ul li.SuperpowerPoints {
  background: #569A20;
}

.MyProfile-section li::before {
  border-radius: 40px;
  width: 100%;
  content: '';
  background: #fff;
  position: absolute;
  left: 0;
  top: -2px;
  bottom: 10px;
  z-index: -1;
}

.MyProfile-section>.content>ul li.SeedPoints::after {
  background: url(../images/icon/SeedPoints_grass.svg) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 91px;
  height: 78px;
  position: absolute;
  bottom: -37px;
  left: 17px;
}

.MyProfile-section .SeedPoints .title {
  color: var(--i2-theme-color-brown);
  font-weight: 900;
  font-size: 30px;
  line-height: 48px;
}

.MyProfile-section .SeedPoints .title img {
  display: inline-block;
  width: auto;
  height: 48px;
  margin-right: 10px;
  vertical-align: top;
}

.MyProfile-section .SeedPoints .number {
  color: var(--i2-theme-color-brown);
  font-size: calc(var(--font-size-xl) + 10px);
  font-weight: 700;
}

.MyProfile-section p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.MyProfile-section .SeedPoints .Points-butoon {
  margin: auto;
}

.MyProfile-section .SeedPoints .Points-butoon a {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 100px;
  background: #B66CDD;
  padding: 10px 20px;
  display: inline-block;
}

.MyProfile-section .SeedPoints .Points-butoon a:hover {
  background-color: var(--i2-theme-color-blue);
}

.MyProfile-section .SuperpowerPoints .title {
  color: var(--i2-theme-color-green);
  font-size: 30px;
  font-weight: 900;
  line-height: 48px;
}

.MyProfile-section .SuperpowerPoints .title img {
  display: inline-block;
  width: auto;
  height: 48px;
  vertical-align: top;
}

.MyProfile-section .SuperpowerPoints .number {
  color: var(--i2-theme-color-green);
  font-size: calc(var(--font-size-xl) + 10px);
  font-weight: 700;
}

.MyProfile-section .SuperpowerPoints::after {
  background: url('../images/icon/sun.svg') no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 93px;
  height: 93px;
  position: absolute;
  top: -38px;
  right: 23px;
}

.MyCourseJourney-section {
  background-color: #fff;
  overflow: hidden;
  padding-left: var(--i2-container-padding);
  padding-right: var(--i2-container-padding);
  position: relative;
}

.MyCourseJourney-section>div {
  max-width: 1100px;
  margin: 0 auto;
}

.MyCourseJourney-section .decorations {
  position: relative;
  z-index: 1;
}

.MyCourseJourney-section .decorations .cloud {
  width: 156px;
  height: auto;
  position: absolute;
  bottom: -149px;
  left: 15%;
  animation: cloud-move 8s ease-in-out infinite alternate;
}

@keyframes cloud-move {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(40px);
  }
}

.MyCourseJourney-section .decorations .sun {
  position: absolute;
  top: 0;
  left: 28%;
  animation: sun-rotate 30s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes sun-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.MyCourseJourney-section ul.course-points {
  position: relative;
  z-index: 4;
}

.MyCourseJourney-section ul.course-points>li {
  position: absolute;
  cursor: pointer;
}

.MyCourseJourney-section ul {
  list-style-type: none;
}

.MyCourseJourney-section .course-journey {
  position: relative;
  z-index: 2;
}

.MyCourseJourney-section .course-journey>li .island {
  position: relative;
}

.MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .submap {
  position: relative;
  left: 313px;
  top: 35px;
}

.MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .cloud {
  position: absolute;
  right: 15%;
  top: 29%;
  z-index: -1;
  animation: cloud-move 5s ease-in-out infinite alternate;
}

.MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .island::before {
  content: '';
  background-image: url(../images/profile/section_4_flourishing.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 69px;
  height: 74px;
  position: absolute;
  left: 324.5px;
  z-index: 2;
  bottom: 21%;
  transform-origin: center bottom;
  animation: sway 4s ease-in-out infinite;
}

@keyframes sway {

  0%,
  100% {
    transform: rotate(-3deg);
  }

  50% {
    transform: rotate(3deg);
  }
}

@keyframes sway1 {

  0%,
  100% {
    transform: rotate(-1deg);
  }

  50% {
    transform: rotate(1deg);
  }
}

.MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .island::after {
  content: '';
  background-image: url(../images/profile/section_4_girl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 37px;
  height: 81px;
  position: absolute;
  z-index: 2;
  bottom: 7%;
  left: 870px;
  animation: girl-move 10s ease-in-out infinite;
}

/* 公仔：最左 -35px ↔ 最右 +35px，到端點才旋轉，不倒著走 */
@keyframes girl-move {
  48% {
    transform: scaleX(1) translateX(35px);
  }

  50% {
    transform: scaleX(-1) translateX(-35px);
  }

  98% {
    transform: scaleX(-1) translateX(0px);
  }

  100% {
    transform: scaleX(1) translateX(0px);
  }
}

.MyCourseJourney-section .course-journey>li:nth-child(2).blue-green-map .island::before {
  content: '';
  background-image: url(../images/profile/section_3_characters.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 88px;
  height: 72px;
  position: absolute;
  z-index: 2;
  left: 500px;
  top: -6px;
  transform-origin: center bottom;
  animation: sway 3s ease-in-out infinite;
}

.MyCourseJourney-section .course-journey>li:nth-child(2).blue-green-map .cloud {
  position: absolute;
  left: 21%;
  top: -15%;
}

.MyCourseJourney-section .course-journey>li:nth-child(2).blue-green-map .submap {
  position: relative;
  top: -95px;
  left: 119px;
}

.MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map {
  text-align: right;
}

.MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .island::before {
  content: '';
  background-image: url('../images/profile/section_2_characters.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 125px;
  height: 90px;
  position: absolute;
  z-index: 2;
  right: 310px;
  top: -215px;
  animation: girl-move 20s ease-in-out infinite;
}

.MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .island::after {
  content: '';
  background-image: url('../images/profile/char.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 46px;
  position: absolute;
  z-index: 2;
  right: 244px;
  top: -69px;
  transform-origin: center bottom;
  animation: sway 1s ease-in-out infinite;
}

.MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .cloud {
  position: absolute;
  top: -146px;
  right: 40px;
  z-index: 3;
  animation: cloud-move 8s ease-in-out infinite alternate;
}

.MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .bee {
  position: absolute;
  top: -72%;
  right: 9.5%;
  z-index: 2;
  animation: sway 1s ease-in-out infinite;
}

.MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .submap {
  position: relative;
  top: -287px;
  right: 50px;
}

.MyCourseJourney-section .course-journey>li:nth-child(4).green-map .submap {
  position: relative;
  position: absolute;
  top: -451px;
}

.MyCourseJourney-section .course-journey>li:nth-child(4).green-map .island::before {
  content: '';
  background-image: url(../images/profile/seed.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 66px;
  height: 46px;
  position: absolute;
  z-index: 2;
  top: -298px;
  left: 18%;
  transform-origin: center bottom;
  animation: sway 1.5s ease-in-out infinite;
}

.MyCourseJourney-section .course-points>li {
  position: relative;
}

.MyCourseJourney-section .course-points>li.step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.MyCourseJourney-section .course-points>li.step .course-name {
  border-radius: 20px;
  border: 2px solid #569A20;
  background: #DBF9D9;
  padding: 2px 10px;
  color: #569A20;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 8px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 8px;
  z-index: 4;
}

.MyCourseJourney-section .course-journey>li .course-step {
  position: relative;
  z-index: 0;
}

.MyCourseJourney-section .course-journey>li .step .course-step .number {
  font-size: 18px;
  font-weight: 900;
  display: inline;
  position: absolute;
  left: 11px;
  top: -1px;
  color: #FFF;
}

.MyCourseJourney-section .course-journey>li .step.step-1 .course-step .number,
.MyCourseJourney-section .course-journey>li .step.step-2 .course-step .number,
.MyCourseJourney-section .course-journey>li .step.step-3 .course-step .number,
.MyCourseJourney-section .course-journey>li .step.step-4 .course-step .number,
.MyCourseJourney-section .course-journey>li .step.step-5 .course-step .number,
.MyCourseJourney-section .course-journey>li .step.step-6 .course-step .number,
.MyCourseJourney-section .course-journey>li .step.step-7 .course-step .number,
.MyCourseJourney-section .course-journey>li .step.step-8 .course-step .number,
.MyCourseJourney-section .course-journey>li .step.step-9 .course-step .number {
  left: 17px;
}

.MyCourseJourney-section .dark-green-map .course-points>li.step .course-name {
  border: 2px solid #975AB6;
  background: #F8EBFF;
  color: #975AB6;
}

.MyCourseJourney-section .blue-green-map .course-points>li.step .course-name {
  border: 2px solid #257A8D;
  background: #C4F4FF;
  color: #257A8D;
}

.MyCourseJourney-section .light-green-map .course-points>li.step .course-name {
  border: 2px solid #FF913D;
  background: #FFF5DA;
  color: #FF913D;
}

.MyCourseJourney-section .green-map .course-points>li.step .course-name {
  border: 2px solid #569A20;
  background: #DBF9D9;
  color: #569A20;
}

.MyCourseJourney-section .course-journey>li:nth-child(4).green-map .step.step-1 {
  top: -310px;
  left: 0;
}

.MyCourseJourney-section .course-journey>li:nth-child(4).green-map .step.step-2 {
  top: -400px;
  left: 154px;
}

.MyCourseJourney-section .course-journey>li:nth-child(4).green-map .step.step-3 {
  top: -300px;
  left: 341px;
}

.MyCourseJourney-section .course-journey>li:nth-child(4).green-map .step.step-4 {
  top: -402px;
  left: 405px;
}

.MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .step.step-5 {
  top: -158px;
  right: 396px;
}

.MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .step.step-6 {
  top: -125px;
  right: 142px;
}

.MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .step.step-7 {
  top: -240px;
  right: 205px;
}

.MyCourseJourney-section .course-journey>li:nth-child(2).blue-green-map .step.step-8 {
  top: 72px;
  left: 407px;
}

.MyCourseJourney-section .course-journey>li:nth-child(2).blue-green-map .step.step-9 {
  top: 52px;
  left: 198px;
}

.MyCourseJourney-section .course-journey>li:nth-child(2).blue-green-map .step.step-10 {
  top: -16px;
  left: 352px;
}

.MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-11 {
  top: 222px;
  left: 451px;
}

.MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-12 {
  top: 202px;
  left: 567px;
}

.MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-13 {
  top: 216px;
  left: 660px;
}

.MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-14 {
  top: 226px;
  left: 792px;
}

.MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-15 {
  top: 138px;
  left: 759px;
}

.MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-16 {
  top: 106px;
  left: 589px;
}

.MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-17 {
  top: 116px;
  left: 454px;
}

.MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-18 {
  top: 146px;
  left: 352px;
}

.MyCourseJourney-section .course-journey .step.incomplete {
  filter: grayscale(100%);
  pointer-events: none;
  cursor: default;
}

.MyCourseJourney-section .course-journey .step.inprogress::after {
  content: '';
  position: absolute;
  background-image: url('/themes/custom/i2_theme/images/profile/dawn.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 124px;
  height: 226px;
  z-index: 0;
  top: -163px;
  left: -23px;
  animation: sway1 3s ease-in-out infinite;
}

/* Your Superpower Compass */
.YourSuperpowerCompass-section {
  padding-left: var(--i2-container-padding);
  padding-right: var(--i2-container-padding);
  background-color: #fff;
}

.YourSuperpowerCompass-section .content {
  border-radius: 40px;
  background: #F7F7F7;
  padding: 50px 40px 40px 40px;
  position: relative;
}

.YourSuperpowerCompass-section .content::after {
  content: '';
  position: absolute;
  background-image: url('/themes/custom/i2_theme/images/profile/clock.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 90px;
  height: 90px;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.YourSuperpowerCompass-section .compass-content {
  display: flex;
  gap: 70px 30px;
}

.YourSuperpowerCompass-section .compass-content .compass-item {
  flex: 1 1 0;
  min-width: 0;
}

.YourSuperpowerCompass-section .radar-container {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1;
}

.YourSuperpowerCompass-section .progress-bar {
  transition: width 0.4s ease-out;
}

.YourSuperpowerCompass-section .compass-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.YourSuperpowerCompass-section .compass-content ul li {
  list-style: none;
}

.YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(1) {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(1) ul {
  position: absolute;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1;
}

.YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(1) ul.title li {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
}

.YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(1) ul.title li:first-child {
  position: absolute;
  left: 50%;
  top: -6%;
  transform: translateX(-50%);
}

.YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(1) ul.title li:nth-child(2) {
  position: absolute;
  top: 33%;
  right: 2%;
  transform: translate(100%, -50%);
}

.YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(1) ul.title li:nth-child(3) {
  position: absolute;
  right: 22%;
  top: 89%;
  transform: translateX(100%);
}

.YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(1) ul.title li:nth-child(4) {
  position: absolute;
  left: 22%;
  top: 89%;
  transform: translateX(-100%);
}

.YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(1) ul.title li:nth-child(5) {
  position: absolute;
  top: 33%;
  left: 2%;
  transform: translate(-100%, -50%);
}

.YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
}

.YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(2) li {
  border-radius: 20px;
  background: #FFF;
  padding: 15px 20px;
  margin-bottom: 0;
}

.YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(2) .item-header {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}

.YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(2) .item-header>div {
  padding: 0;
  margin: 0;
}

.YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(2) .item-header .title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(2) .item-header p {
  margin: 0;
  color: #6C6C6C;
  font-size: 14px;
}

.YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(2) .item-header img {
  display: block;
  width: 50px;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
  position: relative;
}

.YourSuperpowerCompass-section .compass-content>.compass-item .progress-text {
  color: #4B5563;
  font-size: 14px;
  font-weight: 400;
}

.YourSuperpowerCompass-section .compass-content>.compass-item .progress {
  display: flex;
  height: 8px;
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  margin-bottom: 10px;
  border-radius: 10px;
}

.YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(2) li:nth-child(1) .progress-bar {
  background: var(--i2-theme-color-green);
}

.YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(2) li:nth-child(2) .progress-bar {
  background: var(--i2-theme-color-purple);
}

.YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(2) li:nth-child(3) .progress-bar {
  background: var(--i2-theme-color-brown);
}

.YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(2) li:nth-child(4) .progress-bar {
  background: var(--i2-theme-color-blue);
}

.YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(2) li:nth-child(5) .progress-bar {
  background: #F2926F;
}

/* My Profile Card */
.MyProfileCard-section {
  padding-bottom: calc(130px + 8.8542vw);
  background-color: #fff;
}

/* My Forest of Achievements */
.MyForestAchievements-section {
  position: relative;
  background-color: #E5FEFF;
}

.MyForestAchievements-section::before {
  background: url('../images/section-curve/bg_curve_1_blue.svg') center bottom no-repeat;
  background-size: 100% 100%;
  content: '';
  display: block;
  height: 8.8542vw;
  margin-top: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: -8.8542vw;
}

.MyForestAchievements-section .decorations {
  max-width: 1070px;
  height: 160px;
  margin: 0 auto;
  position: relative;
}

.MyForestAchievements-section .decorations .sun {
  position: absolute;
  top: -19px;
  right: 204px;
}

.MyForestAchievements-section .decorations .cloud-1 {
  width: 216px;
  height: auto;
  position: absolute;
  left: 0;
  top: 27px;
}

.MyForestAchievements-section .decorations .cloud-2 {
  width: 167px;
  height: auto;
  position: absolute;
  right: 34px;
  top: 27px;
}

.MyForestAchievements-section .decorations .cloud-3 {
  position: absolute;
  right: 104px;
  top: 185px;
}

.MyForestAchievements-section .TreeSwiper-container {
  margin-left: var(--i2-container-padding);
  position: relative;
}

.MyForestAchievements-section .TreeSwiper-container::before {
  background: linear-gradient(90deg, #E5FEFF 0%, rgba(229, 254, 255, 0.00) 100%);
  content: '';
  display: block;
  width: 140px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

/* 每個 slide 固定寬度，slidesPerView: 'auto' 會依容器寬度自動顯示可容納的數量 */
.MyForestAchievements-section .TreeSwiper .swiper-slide {
  background: url(../images/profile/land.svg) center bottom no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 100%;
  max-width: min(36vw, 520px);
  margin-left: -1px;
  margin-right: -1px;
  padding-bottom: min(4.1vw, 60px);
  position: relative;
}

.MyForestAchievements-section .TreeSwiper .swiper-slide:nth-child(4n+1) {
  background-image: url(../images/profile/land.svg), url(../images/profile/grass_1.png);
  background-position: center bottom, left 41% bottom 50.5%;
  background-repeat: no-repeat;
  background-size: contain, 12.3%;
}

.MyForestAchievements-section .TreeSwiper .swiper-slide:nth-child(4n+2) {
  background-image: url(../images/profile/land.svg), url(../images/profile/grass_2.png);
  background-position: center bottom, left 74% bottom 51.5%;
  background-repeat: no-repeat;
  background-size: contain, 19.04%;
}

.MyForestAchievements-section .TreeSwiper .swiper-slide:nth-child(4n+4) {
  background-image: url(../images/profile/land.svg), url(../images/profile/grass_2.png);
  background-position: center bottom, left 4% bottom 51.5%;
  background-repeat: no-repeat;
  background-size: contain, 19.04%;
}

.MyForestAchievements-section .TreeSwiper .tree-item img {
  width: 78%;
  height: auto;
  display: block;
  max-width: 416px;
  margin: 0 auto;
}

.MyForestAchievements-section .swiper-wrapper .swiper-slide.Incomplete img {
  filter: grayscale(100%);
}

.MyForestAchievements-section .swiper-button {
  max-width: var(--i2-theme-container);
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.MyForestAchievements-section .swiper-button .TreeSwiper-button-prev {
  left: 10px !important;
}

.MyForestAchievements-section .swiper-button .TreeSwiper-button-next {
  right: 10px !important;
}

.TreeSwiper-button-next,
.TreeSwiper-button-prev {
  background-size: 14px auto;
  width: 60px;
  height: 60px;
  bottom: 157px;
}

/* My Redemption History */
.MyRedemptionHistory-section {
  padding-left: var(--i2-container-padding);
  padding-right: var(--i2-container-padding);
  background-color: #E5FEFF;
  padding-top: 200px;
  background-image: url('../images/footer/end_graphic_left.png'), url('../images/footer/end_graphic_right.png');
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: min(31.39vw, 598px) auto;
  padding-bottom: clamp(150px, 14.67vw, 280px);
}

.MyRedemptionHistory-section>.content {
  max-width: var(--i2-theme-container);
  margin: 0 auto;
}

.MyRedemptionHistory-section .accordion,
.MyRedemptionHistory-section .accordion-item,
#RedemptionHistoryAccordion .accordion-body {
  border: unset;
}

#RedemptionHistoryAccordion {
  border-radius: 40px;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  padding: 40px;
}

#RedemptionHistoryAccordion .accordion-button:not(.collapsed) {
  background-color: unset;
}

#RedemptionHistoryAccordion .accordion-item {
  border-bottom: 1px solid #B66CDD;
  border-radius: unset;
}

#RedemptionHistoryAccordion .accordion-item:last-child {
  border-bottom: unset;
}

#RedemptionHistoryAccordion .accordion-item .accordion-button {
  text-align: center;
  color: #975AB6;
  font-size: 36px;
  font-weight: 900;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: center;
  position: relative;
  border: unset;
  cursor: pointer;
  box-shadow: unset;
  padding-left: 40px;
  padding-right: 40px;
}

#RedemptionHistoryAccordion .accordion-item .accordion-button::after {
  position: absolute;
  right: 0;
  content: '';
  background-image: url('/themes/custom/i2_theme/images/profile/accordion.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
}

#RedemptionHistoryAccordion .accordion-item .accordion-collapse .accordion-body {
  padding: 20px 0 40px;
}

#RedemptionHistoryAccordion .accordion-body table thead {
  border-radius: 10px 0 0 10px;
  background: #B66CDD;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}

#RedemptionHistoryAccordion .accordion-body table thead th {
  padding: 10px 20px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}

#RedemptionHistoryAccordion .accordion-body table thead th:first-child {
  border-top-left-radius: 10px;
}

#RedemptionHistoryAccordion .accordion-body table thead th:last-child {
  border-top-right-radius: 10px;
}

#RedemptionHistoryAccordion .accordion-body table tbody th,
#RedemptionHistoryAccordion .accordion-body table tbody td {
  padding: 10px 20px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

#RedemptionHistoryAccordion .table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: #fff;
  border-bottom: 1px solid #B66CDD;
}

#RedemptionHistoryAccordion .table-striped>tbody>tr:nth-of-type(even)>* {
  border-bottom: 1px solid #B66CDD;
  background: #F9F0FF;
}


/**************************************************************/
/* Media Query ************************************************/
@media (min-width: 768px) {

  /* 重疊效果：讓右側圖片稍微重疊左側面板 */
  .poster-right-panel {
    margin-left: -30px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 992px) {
  header #navbarSupportedContent {
    display: none !important;
  }

  /* Hide Overview link on desktop (>= 992px) */
  .nav-overview-mobile-only {
    display: none !important;
  }

  /* SEED Education - For Young Learner *************************/
  /* Voices from Our community */
  .voices-from-our-community-section .row>.col-lg-3 {
    width: 33.33333333%;
  }

  /* SEED Education - For School *************************/
  .for-school-section .column-50:last-child,
  .for-ngo-section .column-50:last-child {
    padding-left: 0;
  }
}

@media screen and (min-width: 1500px) {

  /* My Profile *************************/
  /* My Forest of Achievements */
  .MyForestAchievements-section .TreeSwiper-container {
    margin-left: calc(50vw - 742px);
  }
}

@media screen and (max-width: 1799px) {

  /* My Profile *************************/
  /* 背景圖水平翻轉（相反方向） */
  .block-views-blockblock-user-profile-block-1::after {
    background-position: right top;
    margin-top: -5.5vw;
  }
}

@media screen and (max-width: 1499px) {

  /* header ***************************************************/
  #block-i2-theme-mainnavigation ul.navbar-nav {
    column-gap: 5px;
  }

  /* logo section */
  .logo-section {
    height: 180px;
    padding-left: 67px;
    padding-top: 20px;
  }

  .logo-section a {
    width: 126px;
  }

  /* homepage ***************************************************/
  /* Ready to start your SEED Journey? */
  .index-start-seed-section {
    background-size: 100% auto, 41.02% auto, 100% auto;
    background-repeat: no-repeat;
    min-height: calc(45.41vw + 86px);
  }

  .index-start-seed-journey .content {
    padding-top: 15%;
  }

  .index-start-seed-journey .content::before {
    top: 7.5vw;
  }

  /* Our Impact */
  .index-our-impact-section::before {
    top: calc(12.2vw * -1);
  }

  .index-our-impact-section .our-impact-section {
    margin-top: 0;
  }

  /* SEED Education *********************************************/
  /* Learners’ Journey */
  .learners-journey-section .member,
  .learners-journey-section .family {
    width: 300px;
    height: 300px;
  }

  .learners-journey-section .member p,
  .learners-journey-section .family p {
    font-size: 14px;
  }

  .learners-journey-section .member .month,
  .learners-journey-section .family .month,
  .learners-journey-section .member .name,
  .learners-journey-section .family .name,
  .learners-journey-section .member .hours-content {
    font-size: 16px;
  }

  .learners-journey-section .member .hours-title,
  .learners-journey-section .family .hours-title {
    font-size: 18px;
  }

  .learners-journey-section .member img {
    width: 128px;
  }

  .learners-journey-section.blue-section .member img {
    width: 98px;
  }

  .learners-journey-section .process {
    margin-top: 60px;
  }

  .learners-journey-section.blue-section .process .process-items {
    min-width: auto;
  }

  .learners-journey-section .process .process-items .process-title {
    font-size: 20px;
    line-height: 24px;
    width: 144px;
    padding: 9px 27px 9px 9px;
  }

  .learners-journey-section.blue-section .process .process-items .process-title {
    width: 99px;
  }

  /* My Profile *************************/
  .MyProfile-section {
    background-size: 100% auto, 41.02% auto, 100% auto;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 1399px) {

  /* header ***************************************************/
  header #block-i2-theme-mainnavigation a.nav-link,
  header #block-i2-theme-mainnavigation span.nav-link {
    font-size: 16px;
    line-height: 18px;
    padding: 8px;
  }

  header #block-i2-theme-headerlogin .header-login-section {
    margin-left: 8px;
    padding-left: 8px;
  }

  header #block-i2-theme-headerlogin .header-login-section>a,
  header #languageDropdown {
    font-size: 16px;
    line-height: 18px;
    padding: 8px;
  }

  header #languageDropdown img {
    margin-top: 6px;
  }

  header .region-header-right .multimedia>ul>li>a img {
    width: 30px;
    height: 30px;
  }

  header .region-header-right .multimedia>ul>li>a {
    padding: 4px;
  }

  /* Mega Menu */
  .menu-section {
    top: 34px;
  }

  .menu-section .content {
    width: 810px;
    padding: 20px;
  }

  .menu-section .col-left {
    width: 400px;
  }

  .menu-section .col-right {
    width: 360px;
  }

  .menu-section .col-right img {
    max-width: 315px;
  }

  /* Header Login */
  .header-pc .header-login-section-dropdown {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .header-pc .header-login-section-dropdown .dropdown-toggle {
    width: 30px;
    height: 30px;
  }

  .header-pc .header-login-section-dropdown .dropdown-menu-box {
    top: 34px;
  }

  .header-pc .header-login-section-dropdown .dropdown-menu-box .dropdown-menu {
    min-width: 115px;
    padding: 20px;
  }

  /* footer ***************************************************/
  .footer-fundingPartners ul li+li,
  .footer-memberOf ul li+li {
    margin-left: 60px;
  }
}

@media screen and (max-width: 1299px) {

  /* header ***************************************************/
  header .header-section {
    padding-right: 30px;
  }

  #block-i2-theme-mainnavigation ul.navbar-nav {
    column-gap: 0;
  }

  /* logo section */
  .logo-section {
    height: 160px;
    padding-left: 59px;
    padding-top: 18px;
  }

  .logo-section a {
    width: 112px;
  }

  /* SEED Education *********************************************/
  /* Learners’ Journey */
  .learners-journey-section .process .process-items:nth-child(2) {
    margin-top: 76px;
  }

  .learners-journey-section.blue-section .process .process-items:nth-child(2) {
    margin-top: 73px;
  }
}

@media screen and (max-width: 1199px) {

  /* header ***************************************************/
  header .header-section {
    background-position-x: -18px;
    padding-right: 15px;
  }

  header .header-section .region-header-middle {
    /* margin-right: -161px; */
    padding-left: 10px;
  }

  header #block-i2-theme-headerlogin .header-login-section {
    margin-left: 0;
    padding-left: 0;
  }

  header .region-header-right .multimedia {
    display: none;
    margin-top: 64px;
  }

  /* logo section */
  .logo-section {
    height: 119px;
    padding-left: 27px;
    padding-top: 13px;
  }

  .logo-section a {
    width: 83px;
  }

  /* Mega Menu */
  .menu-section {
    left: -10px;
  }

  .menu-section .content {
    width: 680px;
    /* 733px */
  }

  .menu-section .col-left {
    width: 360px;
  }

  .menu-section .col-right {
    width: 320px;
  }

  /* footer ***************************************************/
  .footer-fundingPartners ul li+li,
  .footer-memberOf ul li+li {
    margin-left: 40px;
  }

  /* banner ***************************************************/
  .banner-swiper .swiper-slide .content .description {
    font-size: 28px;
  }

  .banner-swiper .swiper-slide img {
    aspect-ratio: 1920 / 870;
  }

  .banner-swiper .swiper-slide .content .title h1 {
    font-size: 40px;
    --underline-width: 14;
    --underline-offset-y: -7px;
    --underline-padding-x: -3.5px;
  }

  /* homepage ***************************************************/
  /* index badge */
  .paragraph--id--194 .field__item.field--type-text-long {
    background-position: calc(43% - 307px) 57%, left calc(63% + 307px) bottom 23px;
    background-size: 49px auto, 82px auto;
  }

  .index-badge {
    max-width: 614px;
    padding: 102px 77px 30px 112px;
  }

  /* SEED Education - For Young Learner *************************/
  /* Voices from Our community */
  .voices-from-our-community-section .paragraph>.paragraph__column.row {
    --bs-gutter-x: 40px;
  }

  .voices-from-our-community-section .row>* {
    --bs-gutter-x: 40px;
  }

  .voices-from-our-community-section .row>div:last-child .card-list::before {
    right: -20px;
  }

  .voices-from-our-community-section .row>div:last-child .card-list .card-body::before {
    width: 76px;
    height: 60px;
    right: -6px;
  }

  /* SEED Education *********************************************/
  /* Learners’ Journey */
  .learners-journey-section {
    align-items: center;
  }

  .learners-journey-section .process {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .learners-journey-section .process .process-items+.process-items,
  .learners-journey-section.blue-section .process .process-items+.process-items {
    margin-top: 20px;
  }

  .learners-journey-section .process::before {
    background: url(../images/content/education/journey_process_line_green_left.svg) no-repeat;
    background-size: contain;
    width: calc(50% - 120px);
    aspect-ratio: 1;
    left: 20px;
    right: auto;
    top: 50%;
    transform: translateY(-92%);
  }

  .learners-journey-section .process::after {
    background: url(../images/content/education/journey_process_line_green_right.svg) no-repeat;
    background-size: contain;
    content: '';
    display: block;
    width: calc(50% - 120px);
    aspect-ratio: 220 / 225;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-8%);
  }

  .learners-journey-section.blue-section .process::before {
    background: url(../images/content/education/journey_process_line_blue_left.svg) no-repeat;
    background-size: contain;
  }

  .learners-journey-section.blue-section .process::after {
    background: url(../images/content/education/journey_process_line_blue_right.svg) no-repeat;
    background-size: contain;
  }

  .learners-journey-section .process .process-items {
    max-width: 280px;
  }

  /* Seed Health Education */
  .health-education-section .health-education-content .content {
    width: 380px;
    height: 380px;
    margin-top: 0;
  }

  .health-education-section .health-education-content .content::before {
    width: 59px;
    height: 61px;
  }

  .health-education-section .health-education-content .content::after {
    width: 83px;
    height: 66px;
  }

  .health-education-section .health-education-content .content img {
    width: 162px;
  }

  .health-education-section .health-education-content .content-left {
    padding-top: 42px;
  }

  .health-education-section .health-education-content .content-left img {
    width: 240px;
  }

  .health-education-section .health-education-content .content-right img {
    width: 245px;
  }

  /* My Profile *************************/
  .user-profile-section .user-profile-card>div>div:nth-child(2) .card-body .user-info .info-content .info-item,
  .user-profile-section .user-profile-card .user-contact ul li {
    flex-direction: column;
  }

  .MyProfile-section>.content>ul {
    gap: 70px 30px;
  }

  .MyProfile-section>.content>ul li {
    width: calc(50% - 15px);
  }

  .MyProfile-section>.content>ul li.SeedPoints::after {
    width: 73px;
    height: 63px;
    bottom: -30px;
  }

  .MyProfile-section .SuperpowerPoints::after {
    width: 75px;
    height: 75px;
    top: -40px;
  }

  /* Your Superpower Compass */
  .YourSuperpowerCompass-section .content {
    padding: 50px 30px 30px 30px;
  }

  .YourSuperpowerCompass-section .radar-container {
    width: 280px;
  }

  .YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(1) ul {
    width: 280px;
  }

  .YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(1) ul.title li {
    font-size: 18px;
  }

  .YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(2) {
    flex: 0 0 auto;
    grid-template-columns: repeat(1, 1fr);
  }

  /* My Forest of Achievements */
  .MyForestAchievements-section .TreeSwiper .swiper-slide:nth-child(4n+1) {
    background-position: center bottom, left 40% bottom 48.5%;
  }

  .MyForestAchievements-section .TreeSwiper .swiper-slide:nth-child(4n+2) {
    background-position: center bottom, left 75% bottom 49.5%;
  }

  .MyForestAchievements-section .TreeSwiper .swiper-slide:nth-child(4n+4) {
    background-position: center bottom, left 5% bottom 49.5%;
  }
}

@media screen and (max-width: 1099px) {

  /* Course Detail *************************/
  /* News Detail *************************/
  .block-field-blocknodecoursefield-custom-section::before,
  .block-field-blocknodecoursefield-custom-section::after,
  .block-field-blocknodenews-articlefield-custom-section::before,
  .block-field-blocknodenews-articlefield-custom-section::after {
    content: none;
  }

  /* My Profile *************************/
  .MyCourseJourney-section .course-journey {
    padding-bottom: 75px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .island::before {
    left: 254.5px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .island::after {
    left: 800px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .submap {
    left: 243px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(2).blue-green-map .island::before {
    left: 465px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(2).blue-green-map .submap {
    left: 84px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .island::before {
    top: -168px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .island::after {
    top: -22px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .cloud {
    top: -100px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .submap {
    top: -240px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(4).green-map .island::before {
    top: -220px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(4).green-map .submap {
    top: -370px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(4).green-map .step.step-1 {
    top: -230px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(4).green-map .step.step-2 {
    top: -320px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(4).green-map .step.step-3 {
    top: -220px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(4).green-map .step.step-4 {
    top: -322px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .step.step-5 {
    top: -111px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .step.step-6 {
    top: -78px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .step.step-7 {
    top: -193px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(2).blue-green-map .step.step-8 {
    left: 372px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(2).blue-green-map .step.step-9 {
    left: 163px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(2).blue-green-map .step.step-10 {
    left: 317px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-11 {
    left: 381px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-12 {
    left: 497px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-13 {
    left: 590px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-14 {
    left: 722px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-15 {
    left: 689px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-16 {
    left: 519px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-17 {
    left: 384px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-18 {
    left: 282px;
  }
}

@media screen and (max-width: 991.98px) {

  /* menu ***************************************************/
  header .header-pc .region-header-middle,
  header .header-pc .region-header-right {
    display: none;
  }

  /* footer ***************************************************/
  footer .region {
    flex-direction: column;
  }

  footer .region-footer {
    row-gap: 30px;
    margin-bottom: 30px;
  }

  footer .region-footer-bottom {
    row-gap: 80px;
  }

  .footer-multimedia .content {
    text-align: left;
  }

  footer .region-footer>div+div,
  .footer-multimedia-list,
  .footer-multimedia .content>ul:not(.footer-multimedia-list) {
    margin-left: 0;
  }

  /* banner ***************************************************/
  .banner-swiper .swiper-slide .content>div {
    max-width: 460px;
  }

  .banner-swiper .swiper-slide img {
    aspect-ratio: 1920 / 1000;
  }

  /* homepage ***************************************************/
  /* index badge */
  .paragraph--id--194 .field__item.field--type-text-long {
    background-position: calc(43% - 270px) 57%, left calc(63% + 245px) bottom 23px;
    background-size: 43px auto, 71px auto;
  }

  .index-badge {
    padding: 89px 68px 30px 98px;
  }

  .index-badge img {
    max-width: 73%;
  }

  .index-badge p {
    font-size: 20px;
  }

  /* Your SEED Journey */
  .index-your-seed-section {
    background-image: none;
  }

  .index-your-seed-section h2 {
    font-size: var(--font-size-lg);
  }

  .index-your-seed-section h2::after {
    right: 31px;
    top: 9px;
  }

  .index-your-seed-section .row {
    row-gap: 30px;
  }

  .index-your-seed-section .row>div:nth-child(odd) {
    padding-top: 0;
  }

  .index-your-seed-section .card-list .card-body {
    padding: 0;
  }

  /* Ready to start your SEED Journey? */
  .index-start-seed-section {
    background-image: url(../images/content/homepage/start_seed_journey_bg.svg), url(../images/section-curve/bg_curve_index.svg);
    background-size: 160% auto, 100% auto;
    background-position: 67% 0, center bottom -3px;
  }

  .index-start-seed-journey {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
  }

  .index-start-seed-journey .content {
    padding: 160px 0 15px;
  }

  .index-start-seed-journey .left-image {
    display: none;
  }

  .index-start-seed-journey .right-image {
    margin-top: 0;
  }

  .index-start-seed-journey .right-image img {
    transform: rotate(3.74deg);
  }

  .index-start-seed-journey .right-image::after {
    content: none;
  }

  /* Our Impact */
  .index-our-impact-section::before {
    content: none;
  }

  .index-our-impact-section .our-impact-section {
    margin-top: 60px;
  }

  .our-impact-section {
    background-position: 54% 65%;
    background-size: 78%;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
  }

  .our-impact-section .content {
    width: 100%;
    margin: 0;
    order: 1;
  }

  .our-impact-section .content h2 {
    font-size: var(--font-size-lg);
  }

  .our-impact-section .content .title {
    font-size: 50px;
  }

  .our-impact-section .left-image {
    width: calc(50% - 20px);
    padding: 0;
    order: 2;
  }

  .our-impact-section .right-image {
    width: calc(50% - 20px);
    max-width: 380px;
    padding-top: 32px;
    order: 3;
  }

  .our-impact-section .left-image img,
  .our-impact-section .right-image img {
    margin: 0 auto;
  }

  .our-impact-section .right-image .image-content ul li:first-child p,
  .our-impact-section .right-image .image-content ul li:nth-child(2) p {
    font-size: 20px;
  }

  /* Annual SEED Journey Award */
  .view-block-award-homepage-swiper .view-footer {
    margin-top: 40px;
  }

  /* SEED Education - For Young Learner *************************/
  /* ========== Course Calendar Styles ========== */
  .calendar-section:before {
    content: none;
  }

  .calendar-section .content::after {
    width: 68px;
    height: 58px;
    right: -34px;
    bottom: -20px;
  }

  /* Voices from Our community */
  .voices-from-our-community-section .row>div:nth-last-child(2) .card-list {
    margin-top: 0;
  }

  /* SEED Education - For School *************************/
  .for-school-section .column-50:nth-last-child(2),
  .for-ngo-section .column-50:nth-last-child(2) {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .for-school-section .media--type-image .field__item,
  .for-ngo-section .media--type-image .field__item {
    margin: 0 auto;
    padding-right: 38px;
  }

  .for-school-section .media--type-image .field__item::before,
  .for-ngo-section .media--type-image .field__item::before {
    right: 19px;
  }

  /* SEED Education *********************************************/
  /* Learners’ Journey */
  .learners-journey-section {
    flex-direction: column;
  }

  .learners-journey-section .process {
    padding: 120px 0 105px;
  }

  .learners-journey-section .family {
    margin-top: 20px;
  }

  .learners-journey-section .process::before {
    background: url(../images/content/education/journey_process_line_green_top.svg) center center no-repeat;
    background-size: auto 100%;
    aspect-ratio: auto;
    width: auto;
    height: 105px;
    left: 0;
    right: 0;
    top: -5px;
    transform: none;
  }

  .learners-journey-section .process::after {
    background: url(../images/content/education/journey_process_line_green_bottom.svg) center center no-repeat;
    background-size: auto 100%;
    aspect-ratio: auto;
    width: auto;
    height: 105px;
    left: 0;
    right: 0;
    top: auto;
    bottom: -12px;
  }

  .learners-journey-section.blue-section .process::before {
    background: url(../images/content/education/journey_process_line_blue_top.svg) center center no-repeat;
    background-size: contain;
  }

  .learners-journey-section.blue-section .process::after {
    background: url(../images/content/education/journey_process_line_blue_bottom.svg) center center no-repeat;
    background-size: contain;
  }

  /* Seed Health Education */
  .health-education-section .health-education-content {
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
  }

  .health-education-section .health-education-content .content {
    order: 1;
    margin-left: calc(50% - 190px);
    margin-right: calc(50% - 190px);
  }

  .health-education-section .health-education-content .content img {
    width: 162px;
  }

  .health-education-section .health-education-content .content-left {
    order: 2;
  }

  .health-education-section .health-education-content .content-right {
    order: 3;
  }

  /* SEED Education - Voice from our Community *************************/
  #views-exposed-form-block-our-community-block-1 .community-voice-filter-list li {
    width: calc(33.33% - 6.667px);
  }

  /* My Profile *************************/
  .block-views-blockblock-user-profile-block-1::after {
    content: none;
  }

  .user-profile-section .user-profile-card>div>div:nth-child(2) .card-body {
    padding: 35px 0 10px;
  }

  .MyProfile-section {
    background-image: url(../images/content/homepage/start_seed_journey_bg.svg), url(../images/section-curve/bg_curve_index.svg);
    background-size: 160% auto, 100% auto;
    background-position: 67% 0, center bottom -3px;
  }

  .MyProfile-section .SeedPoints .title,
  .MyProfile-section .SuperpowerPoints .title {
    font-size: 28px;
    line-height: 40px;
  }

  .MyProfile-section .SeedPoints .title img,
  .MyProfile-section .SuperpowerPoints .title img {
    height: 40px;
  }

  .MyCourseJourney-section .course-journey {
    padding-bottom: 125px;
  }

  .MyCourseJourney-section .decorations .cloud {
    left: 0;
  }

  .MyCourseJourney-section .decorations .sun {
    left: 20%;
  }

  /* dark-green-map all items left -170px */
  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .island::before {
    left: 84px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .island::after {
    left: 630px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .submap {
    left: 73px;
  }

  /* blue-green-map all items left -80px */
  .MyCourseJourney-section .course-journey>li:nth-child(2).blue-green-map .island::before {
    left: 385px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(2).blue-green-map .submap {
    left: 5px;
  }

  /* light-green-map all items right -50px, top -10px */
  .MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .island::before {
    top: -155px;
    right: 270px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .island::after {
    top: -10px;
    right: 195px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .cloud {
    top: -70px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .submap {
    top: -230px;
    right: 0;
  }

  /* green-map all items top -50px */
  .MyCourseJourney-section .course-journey>li:nth-child(4).green-map .island::before {
    top: -170px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(4).green-map .submap {
    top: -320px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(4).green-map .step.step-1 {
    top: -180px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(4).green-map .step.step-2 {
    top: -270px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(4).green-map .step.step-3 {
    top: -170px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(4).green-map .step.step-4 {
    top: -270px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .step.step-5 {
    top: -101px;
    right: 346px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .step.step-6 {
    top: -70px;
    right: 95px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .step.step-7 {
    top: -180px;
    right: 160px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(2).blue-green-map .step.step-8 {
    left: 282px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(2).blue-green-map .step.step-9 {
    left: 83px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(2).blue-green-map .step.step-10 {
    left: 237px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-11 {
    left: 210px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-12 {
    left: 327px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-13 {
    left: 420px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-14 {
    left: 550px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-15 {
    left: 520px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-16 {
    left: 350px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-17 {
    left: 215px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-18 {
    left: 110px;
  }

  /* Your Superpower Compass */
  .YourSuperpowerCompass-section .compass-content {
    flex-direction: column;
  }

  /* My Forest of Achievements */
  .MyForestAchievements-section .TreeSwiper-container::before {
    width: 95px;
  }

  .MyForestAchievements-section .TreeSwiper .swiper-slide {
    max-width: 50vw;
    padding-bottom: 5.8vw;
  }

  .MyForestAchievements-section .TreeSwiper .swiper-slide:nth-child(4n+1) {
    background-position: center bottom, left 41% bottom 50.5%;
  }

  .MyForestAchievements-section .TreeSwiper .swiper-slide:nth-child(4n+2) {
    background-position: center bottom, left 74% bottom 51.5%;
  }

  .MyForestAchievements-section .TreeSwiper .swiper-slide:nth-child(4n+4) {
    background-position: center bottom, left 4% bottom 51.5%;
  }

  .TreeSwiper-button-next,
  .TreeSwiper-button-prev {
    background-size: auto;
    width: 40px;
    height: 40px;
    bottom: 120px;
  }

  /* Poster Card Layout ***************************************************/
  .poster-left-content {
    min-height: 300px;
    padding: 25px 20px;
  }

  .poster-title {
    font-size: 1.3rem;
  }

  .poster-right-panel {
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {

  /* header ***************************************************/
  header .header-section {
    background-position-x: -18px;
  }

  /* logo section */
  .logo-section {
    height: 119px;
    padding-left: 27px;
    padding-top: 13px;
  }

  .logo-section a {
    width: 83px;
  }

  /* footer ***************************************************/
  footer .region .title {
    text-align: center;
  }

  .footer-fundingPartners ul,
  .footer-memberOf ul {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .footer-fundingPartners ul li,
  .footer-memberOf ul li {
    text-align: center;
    width: 50%;
  }

  .footer-fundingPartners ul li+li,
  .footer-memberOf ul li+li {
    margin-left: 0;
  }

  .footer-fundingPartners ul li:first-child {
    width: 100%;
  }

  #block-i2-theme-footertheonehkaward ul li {
    text-align: center;
  }

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

  .footer-multimedia-list {
    width: 100%;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
  }

  .footer-multimedia-list img {
    width: 50px;
    height: auto;
  }

  .footer-multimedia .content {
    text-align: center;
  }

  .footer-multimedia .content>ul:not(.footer-multimedia-list) {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
    gap: 5px 30px;
  }

  .footer-multimedia .content>ul:not(.footer-multimedia-list) li+li {
    margin-left: 0;
  }

  /* footer top ***************************************************/
  .theme-content-section .block-layout-builder>:last-child,
  /* .view-block-related-course .view-header>:last-child, */
  .view-block-related-news .view-header>:last-child {
    background-image: url(../images/footer/end_graphic_right.png);
    background-position: right bottom;
    background-size: 80% auto;
    padding-bottom: 200px;
  }

  /* banner ***************************************************/
  .banner-swiper .swiper-slide .content {
    padding-bottom: min(31vw, 180px);
  }

  .banner-swiper .swiper-slide .content::before {
    background: linear-gradient(to top, rgba(80, 50, 13, 0.70) 17.5%, rgba(80, 50, 13, 0.00) 93.4%);
    height: 285px;
  }

  .banner-swiper .swiper-slide .content .description {
    font-size: calc(var(--font-size-lg) - 6px);
  }

  .banner-swiper .swiper-slide img {
    object-position: 47%;
    min-height: 500px;
  }

  .banner-decorate .decorate-bg,
  .banner-style-2 .banner-decorate .decorate-bg,
  .banner-style-3 .banner-decorate .decorate-bg,
  .banner-style-4 .banner-decorate .decorate-bg,
  .banner-style-5 .banner-decorate .decorate-bg,
  .banner-style-6 .banner-decorate .decorate-bg,
  .banner-style-7 .banner-decorate .decorate-bg {
    background-size: 250%;
  }

  /* style-1 */
  .banner-style-1 .banner-decorate .decorate-bg-right {
    background-size: 236%;
    background-position: 99% 111%;
  }

  .banner-style-1 .banner-decorate .decorate-left,
  .banner-style-1 .banner-decorate .decorate-right,
  .banner-style-1 .banner-decorate .decorate-bg-left {
    display: none;
  }

  /* style-2 */
  .banner-style-2 .banner-decorate .decorate-left {
    background-size: 250%;
    background-position-x: 21%;
  }

  .banner-style-2 .banner-decorate .decorate-right {
    background-size: 250%;
    background-position: 75% 108%;
  }

  .banner-style-2 .banner-decorate .decorate-bg-left {
    display: none;
  }

  .banner-style-2 .banner-decorate .decorate-bg-right {
    background-size: 165%;
    background-position: 99% 98%;
  }

  /* style-3 */
  .banner-style-3 .banner-decorate .decorate-left {
    background-size: 250%;
    background-position: 22% 103%;
  }

  .banner-style-3 .banner-decorate .decorate-right {
    background-size: 250%;
    background-position: 88% 101%;
  }

  .banner-style-3 .banner-decorate .decorate-bg-left {
    background-size: 200%;
    background-position: 0 104%;
  }

  .banner-style-3 .banner-decorate .decorate-bg-right {
    background-size: 200%;
    background-position: 85% 100%;
  }

  /* style-4 */
  .banner-style-4 .banner-decorate .decorate-left {
    background-size: 250%;
    background-position: 20% 103%;
  }

  .banner-style-4 .banner-decorate .decorate-right {
    background-size: 250%;
    background-position: 80% 100%;
  }

  .banner-style-4 .banner-decorate .decorate-bg-left {
    background-size: 200%;
    background-position: -8% 105%;
  }

  .banner-style-4 .banner-decorate .decorate-bg-right {
    background-size: 200%;
    background-position: 76% 98%;
  }

  /* style-5 */
  .banner-style-5 .banner-decorate .decorate-left {
    background-size: 250%;
    background-position: 24% 104%;
  }

  .banner-style-5 .banner-decorate .decorate-right {
    background-size: 250%;
    background-position: 88% 100%;
  }

  .banner-style-5 .banner-decorate .decorate-bg-left {
    display: none;
  }

  .banner-style-5 .banner-decorate .decorate-bg-right {
    background-size: 165%;
    background-position: 99% 98%;
  }

  /* style-6 */
  .banner-style-6 .banner-decorate .decorate-left {
    background-size: 250%;
    background-position: 20% 103%;
  }

  .banner-style-6 .banner-decorate .decorate-right {
    background-size: 250%;
    background-position: 80% 102%;
  }

  .banner-style-6 .banner-decorate .decorate-bg-left {
    background-size: 200%;
    background-position: 5% 100%;
  }

  .banner-style-6 .banner-decorate .decorate-bg-right {
    background-size: 200%;
    background-position: 91% 98%;
  }

  /* style-7 */
  .banner-style-7 .banner-decorate .decorate-left {
    background-size: 250%;
    background-position: 24% 104%;
  }

  .banner-style-7 .banner-decorate .decorate-right {
    background-size: 250%;
    background-position: 88% 100%;
  }

  .banner-style-7 .banner-decorate .decorate-bg-left {
    display: none;
  }

  .banner-style-7 .banner-decorate .decorate-bg-right {
    background-size: 165%;
    background-position: 99% 98%;
  }

  /* homepage ***************************************************/
  /* index badge */
  .index-badge {
    width: 80%;
    padding: 12% 10% 10px 12%;
  }

  .index-badge img {
    width: 200px;
    max-width: none;
  }

  .index-badge p {
    font-size: 16px;
  }

  /* Your SEED Journey */
  .index-your-seed-section>.paragraph {
    padding-bottom: 80px;
  }

  .index-your-seed-section .row {
    --bs-gutter-x: 20px;
  }

  /* Ready to start your SEED Journey? */
  .index-start-seed-section {
    background-size: 292%;
  }

  .index-start-seed-journey .content {
    padding-top: 20vw;
  }

  .index-start-seed-journey .content::before {
    width: 14.58%;
    top: 0;
  }

  .index-start-seed-journey .content h3 {
    font-size: 28px;
  }

  .index-start-seed-journey .right-image {
    max-width: 323px;
  }

  /* Our Impact */
  .our-impact-section {
    background-image: none;
  }

  .our-impact-section .left-image,
  .our-impact-section .right-image {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  /* SEED Education - For Young Learner *************************/
  /* ========== Course Calendar Styles ========== */
  .calendar-month-year {
    font-size: 18px;
  }

  /* SEED Education - For School *************************/
  .for-school-section .media--type-image .field__item,
  .for-ngo-section .media--type-image .field__item {
    padding: 25px 19px 56px;
  }

  .for-school-section .media--type-image .field__item::before,
  .for-ngo-section .media--type-image .field__item::before {
    background-size: contain;
    width: 64px;
    height: 66px;
    right: 10px;
    top: 10px;
  }

  .for-school-section .media--type-image .field__item::after {
    height: 116px;
    background-position: left bottom, right 19px top;
    background-size: 115px auto, 157px auto;
  }

  .for-ngo-section .media--type-image .field__item::after {
    height: 124px;
    background-position: left 16px top, right 19px top;
    background-size: auto 115px, 157px auto;
  }

  /* Learning Journey Swiper Carousel 樣式 */
  .learning-journey-thumb-swiper .swiper-slide-thumb-active {
    border: 2px solid #4caf50;
    border-radius: 10px;
  }

  .learning-journey-thumb-swiper .swiper-slide img,
  .learning-journey-thumb-swiper .swiper-slide video {
    border-radius: 10px;
  }

  /* Seed Health Education */
  .health-education-section .health-education-content {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 30px;
  }

  .health-education-section .health-education-content .content {
    width: 330px;
    height: 330px;
    margin-left: auto;
    margin-right: auto;
  }

  .health-education-section .health-education-content .content::before {
    right: 10px;
    top: 16px;
  }

  .health-education-section .health-education-content .content::after {
    left: 9px;
    bottom: 12px;
  }

  .health-education-section .health-education-content .content-left {
    padding-top: 0;
  }

  .health-education-section .health-education-content .content-right {
    order: 3;
  }

  /* SEED Education - Voice from our Community *************************/
  #views-exposed-form-block-our-community-block-1 .community-voice-filter-list li {
    width: calc(50% - 5px);
  }

  /* Course Detail *************************/
  /* News Detail *************************/
  .view-block-related-course .view-header>.bg-color-white.bg-curve-1::before,
  .view-block-related-news .view-header>.bg-color-white.bg-curve-1::before {
    background-size: cover;
  }

  /******** Course *********/
  .page-node-type-course .block-field-blocknodecoursefield-course-fee {
    text-align: left;
  }

  /******** Fee Exemption Requirement *********/
  .paragraph--type--table table thead th {
    min-width: 240px;
  }

  /* My Profile *************************/
  .user-profile-section .user-profile-card>div>div:nth-child(2) .card-body .user-info .info-content .info-item,
  .user-profile-section .user-profile-card .user-contact ul li {
    flex: 0 0 50%;
    width: 100%;
  }

  .user-profile-section .user-profile-card .button-group {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }

  .user-profile-section .user-profile-card .button-group>a {
    width: 100%;
    margin-right: 0;
  }

  .MyProfile-section {
    background-size: 292%;
  }

  .MyProfile-section>.content>ul {
    flex-direction: column;
  }

  .MyProfile-section>.content>ul li {
    width: 100%;
  }

  .MyCourseJourney-section .course-journey {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 150px;
  }

  .MyCourseJourney-section .course-journey>li .course-step img {
    width: 33px;
  }

  .MyCourseJourney-section .course-journey>li .step .course-step .number {
    font-size: 16px;
  }

  .MyCourseJourney-section .course-journey>li .step.step-1 .course-step .number,
  .MyCourseJourney-section .course-journey>li .step.step-2 .course-step .number,
  .MyCourseJourney-section .course-journey>li .step.step-3 .course-step .number,
  .MyCourseJourney-section .course-journey>li .step.step-4 .course-step .number,
  .MyCourseJourney-section .course-journey>li .step.step-5 .course-step .number,
  .MyCourseJourney-section .course-journey>li .step.step-6 .course-step .number,
  .MyCourseJourney-section .course-journey>li .step.step-7 .course-step .number,
  .MyCourseJourney-section .course-journey>li .step.step-8 .course-step .number,
  .MyCourseJourney-section .course-journey>li .step.step-9 .course-step .number {
    left: 11.5px;
  }

  .MyCourseJourney-section .course-journey>li .step.step-10 .course-step .number,
  .MyCourseJourney-section .course-journey>li .step.step-11 .course-step .number,
  .MyCourseJourney-section .course-journey>li .step.step-12 .course-step .number,
  .MyCourseJourney-section .course-journey>li .step.step-13 .course-step .number,
  .MyCourseJourney-section .course-journey>li .step.step-14 .course-step .number,
  .MyCourseJourney-section .course-journey>li .step.step-15 .course-step .number,
  .MyCourseJourney-section .course-journey>li .step.step-16 .course-step .number,
  .MyCourseJourney-section .course-journey>li .step.step-17 .course-step .number,
  .MyCourseJourney-section .course-journey>li .step.step-18 .course-step .number {
    left: 6.5px;
  }

  .MyCourseJourney-section .course-journey .step.inprogress::after {
    width: 88px;
    height: 160px;
    top: -105px;
    left: -1px;
  }

  .MyCourseJourney-section .course-journey>li .submap {
    max-width: none;
  }

  .MyCourseJourney-section .decorations .sun {
    width: 65px;
  }

  .MyCourseJourney-section .decorations .cloud {
    width: 109px;
    bottom: -100px;
    left: -50px;
  }

  /* image scale 0.7 */
  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .island::before {
    width: 48px;
    height: 51px;
    left: -22px;
    bottom: 40px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .island::after {
    content: none;
    /* width: 26px;
    height: 57px; */
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .cloud {
    width: 63px;
    right: -20px;
    top: 70px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .submap {
    width: 457px;
    left: -40px;
  }

  /* blue-green-map all items left -80px */
  .MyCourseJourney-section .course-journey>li:nth-child(2).blue-green-map .island::before {
    width: 53px;
    height: 43px;
    left: 220px;
    top: 10px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(2).blue-green-map .cloud {
    width: 50px;
    left: -10px;
    top: -32px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(2).blue-green-map .submap {
    width: 472px;
    left: -55px;
    top: -50px;
  }

  /* light-green-map all items right -50px, top -10px */
  .MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map {
    text-align: left;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .island::before {
    width: 88px;
    height: 63px;
    top: -85px;
    right: auto;
    left: 45px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .island::after {
    width: 28px;
    height: 34px;
    top: 20px;
    right: auto;
    left: 205px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .bee {
    width: 22px;
    top: -73px;
    right: auto;
    left: 295px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .cloud {
    width: 63px;
    top: -20px;
    right: auto;
    left: 315px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .submap {
    width: 504px;
    top: -120px;
    right: auto;
    left: -125px;
  }

  /* green-map all items top -50px */
  .MyCourseJourney-section .course-journey>li:nth-child(4).green-map .island::before {
    width: 46px;
    height: 36px;
    top: -65px;
    left: 108px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(4).green-map .submap {
    width: 444px;
    left: -5px;
    top: -170px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(4).green-map .step.step-1 {
    left: -15px;
    top: -90px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(4).green-map .step.step-2 {
    left: 85px;
    top: -145px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(4).green-map .step.step-3 {
    left: 220px;
    top: -78px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(4).green-map .step.step-4 {
    left: 240px;
    top: -162px;
    margin-right: -20px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .step.step-5 {
    top: -40px;
    right: auto;
    left: 60px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .step.step-6 {
    top: -20px;
    right: auto;
    left: 208px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(3).light-green-map .step.step-7 {
    top: -95px;
    right: auto;
    left: 148px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(2).blue-green-map .step.step-8 {
    left: 140px;
    top: 54px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(2).blue-green-map .step.step-9 {
    left: -15px;
    top: 35px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(2).blue-green-map .step.step-10 {
    left: 110px;
    top: -14px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-11 {
    left: 28px;
    top: 168px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-12 {
    left: 115px;
    top: 136px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-13 {
    left: 192px;
    top: 150px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-14 {
    left: 275px;
    top: 160px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-15 {
    left: 260px;
    top: 94px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-16 {
    left: 173px;
    top: 74px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-17 {
    left: 60px;
    top: 68px;
  }

  .MyCourseJourney-section .course-journey>li:nth-child(1).dark-green-map .step.step-18 {
    left: -18px;
    top: 102px;
  }

  /* Your Superpower Compass */
  .YourSuperpowerCompass-section .content {
    padding: 50px 20px 20px 20px;
  }

  .YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(1) ul,
  .YourSuperpowerCompass-section .radar-container {
    width: 70%;
  }

  .YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(1) ul.title li {
    font-size: 14px;
  }

  /* Poster Card Layout ***************************************************/
  .poster-left-content {
    min-height: 250px;
    padding: 20px 15px;
  }

  .poster-title {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }

  .poster-download-btn {
    font-size: 0.9rem;
  }

  .poster-language-dropdown {
    min-width: 180px;
  }
}

@media screen and (max-width: 559px) {
  .banner-swiper .swiper-slide .content .description {
    font-size: 24px;
  }

  .banner-swiper .swiper-slide .content .title h1 {
    font-size: 33px;
  }

  /* homepage ***************************************************/
  /* index badge */
  .index-badge {
    width: 100%;
  }

  /* Poster Card Layout ***************************************************/
  .poster-left-content {
    min-height: 200px;
    padding: 15px;
  }

  .poster-title {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .poster-download-btn {
    font-size: 0.85rem;
    padding: 8px 0;
  }
}

@media screen and (max-width: 480px) {

  /* SEED Education - Voice from our Community *************************/
  #views-exposed-form-block-our-community-block-1 .community-voice-filter-list li {
    width: 100%;
  }

  /* My Profile *************************/
  /* Your Superpower Compass */
  .YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(1) ul.title li:nth-child(2) {
    right: 11%;
  }

  .YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(1) ul.title li:nth-child(3) {
    top: 86%;
  }

  .YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(1) ul.title li:nth-child(4) {
    top: 86%;
  }

  .YourSuperpowerCompass-section .compass-content>.compass-item:nth-child(1) ul.title li:nth-child(5) {
    left: 11%;
  }

  /* My Forest of Achievements */
  .MyForestAchievements-section .TreeSwiper-container::before {
    width: 70px;
  }

  .MyForestAchievements-section .TreeSwiper .swiper-slide {
    max-width: 100vw;
    padding-bottom: 11vw;
  }

  .MyForestAchievements-section .TreeSwiper .swiper-slide:nth-child(4n+1) {
    background-position: center bottom, left 41% bottom 50.5%;
  }

  .MyForestAchievements-section .TreeSwiper .swiper-slide:nth-child(4n+2) {
    background-position: center bottom, left 74% bottom 51.5%;
  }

  .MyForestAchievements-section .TreeSwiper .swiper-slide:nth-child(4n+4) {
    background-position: center bottom, left 4% bottom 51.5%;
  }
}

@media screen and (max-width: 389px) {

  /* homepage ***************************************************/
  /* index badge */
  .index-badge {
    padding: 38px 30px 30px;
  }
}

/* Poster Card Layout ***************************************************/
.poster-card {
  border: none;
  background: transparent;
  margin-bottom: 40px;
  background-color: #D4A574;
  border-radius: 20px;
}

.poster-card .row {
  align-items: stretch;
}

/* 左側面板 */
.poster-left-panel {
  position: relative;
  z-index: 2;
  padding: 0;
}

.poster-left-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.poster-title {
  color: #8B5A3C;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 0;
  word-wrap: break-word;
  white-space: pre-line;
}

/* 下載區域 */
.poster-download-wrapper {
  position: relative;
}

.poster-download-btn {
  background-color: transparent;
  border: none;
  color: #8B5A3C;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.poster-download-btn:hover {
  opacity: 0.8;
}

.poster-download-btn:focus {
  box-shadow: none;
  outline: none;
}

.download-icon {
  font-size: 1.2rem;
  display: inline-block;
}

.download-text {
  display: inline-block;
}

/* 語言下拉選單 */
.poster-language-dropdown {
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  margin-top: 5px;
  min-width: 200px;
}

.poster-language-item {
  color: #333;
  padding: 10px 20px;
  font-size: 0.95rem;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

.poster-language-item:hover {
  background-color: #f5f5f5;
  color: #333;
}

.poster-language-item:focus {
  background-color: #f5f5f5;
  color: #333;
}

/* 右側面板（海報圖片） */
.poster-right-panel {
  position: relative;
  z-index: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.poster-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  object-fit: contain;
  max-width: 100%;
}

/* Login, Logout, Register *******************************/
.path-user.user-login-body #block-i2-theme-content,
.path-user.user-pass-body #block-i2-theme-content,
.path-user.user-logout-confirm-body #block-i2-theme-content,
.path-user.user-pass-reset-body #block-i2-theme-content {
  max-width: 490px;
  margin: 200px auto 0;
  padding: 0 20px 0px;
}

.path-user.user-login-body main,
.path-user.user-pass-body main,
.path-user.user-logout-confirm-body main,
.path-user.user-register-body main,
.path-user.user-pass-reset-body main {
  background-image: url(../images/footer/end_graphic_left.png), url(../images/footer/end_graphic_right.png);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: min(31.39vw, 598px) auto;
  padding-bottom: clamp(150px, 14.67vw, 280px);
}

.path-user.user-register-body #block-i2-theme-content {
  max-width: 755px;
  margin: 200px auto 0;
  padding: 0 20px;
}

.path-user.user-login-body #block-i2-theme-content h1 {
  color: #B66CDD;
  text-align: center;
  font-weight: 900;
  margin-bottom: 40px;
  font-size: 50px;
}

.path-user.user-register-body #block-i2-theme-content h1 {
  color: var(--i2-theme-color-green);
  text-align: center;
  font-weight: 900;
  margin-bottom: 40px;
  font-size: 50px;
}

.path-user.user-pass-body #block-i2-theme-content h1,
.path-user.user-logout-confirm-body #block-i2-theme-content h1 {
  color: var(--i2-theme-color-green);
  text-align: center;
  font-weight: 900;
  margin-bottom: 50px;
  font-size: 50px;
}

.user-login-body #block-i2-theme-local-tasks,
.user-register-body #block-i2-theme-local-tasks,
.user-pass-body #block-i2-theme-local-tasks {
  display: none;
}

#user-login-form,
#user-logout-confirm,
#user-register-form,
#user-pass {
  border-radius: 40px;
  border: 1px solid #EEE;
  background: #FFFFF9;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  padding: 25px 20px;
  position: relative;
}

#user-login-form::before {
  content: '';
  background: url('/themes/custom/i2_theme/images/icon/login_icon.svg') no-repeat;
  width: 91px;
  height: 111px;
  position: absolute;
  top: -33px;
  right: -18px;
  z-index: 2;
}

#user-register-form::before {
  content: '';
  background: url('/themes/custom/i2_theme/images/icon/login_icon.svg') no-repeat;
  width: 91px;
  height: 111px;
  position: absolute;
  top: -20px;
  right: 16%;
  z-index: 2;
  background-size: contain;
}

#user-pass::before,
#user-logout-confirm::before {
  content: '';
  background: url('/themes/custom/i2_theme/images/icon/login_icon.svg') no-repeat;
  width: 91px;
  height: 111px;
  position: absolute;
  top: -33px;
  right: -18px;
  z-index: 2;
}

#user-login-form h2,
#user-logout-confirm h2,
#user-register-form h2,
#user-pass h2 {
  color: #B66CDD;
  font-size: 24px;
  font-weight: 900;
}

#user-pass h2 {
  margin-bottom: 40px;
}

#user-register-form h2 {
  margin-bottom: 4px;
}

#user-login-form label,
#user-register-form label,
#user-register-form .field--name-field-birthday h4 {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
  display: block;
}

#user-login-form input,
#user-register-form input {
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  background: #FFFFF9;
}

#user-login-form .js-form-item-name #edit-name--description {
  display: none;
}

#user-login-form .forgot-password-link {
  text-align: right;
}


/******** pass form *********/
#user-pass>p {
  display: none;
}

#user-pass .pass-button {
  text-align: center;
  margin-top: 40px;
}

#user-pass .pass-button .submit-button {
  display: inline-block;
  border-radius: 100px;
  background: #B66CDD;
  min-width: 140px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

#user-pass .pass-button .submit-button:hover,
#user-pass .pass-button .submit-button:focus {
  background-color: var(--i2-theme-color-blue);
}

#user-pass .pass-button a {
  color: #569A20;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  display: block;
}

#user-pass #edit-actions {
  display: none;
}

/******** block *********/
.block-views-blockdata-blogs-years-block-1,
.block-views-blockdata-news-years-block-1,
.paragraph--type--table .paragraph__column,
.paragraph--type--image-columns .field--name-field-column {
  display: none;
}

/******** Child Safeguarding Policy *********/
.view-block-resources .view-header p {
  font-size: 16px;
  margin-bottom: 30px;
}

.resource-card.card-1 {
  border-radius: 40px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.resource-card.card-1 .card-row {
  display: flex;
}

.resource-card.card-1 .card-row .col-left img {
  max-width: 150px;
  aspect-ratio: 7 / 10;
  object-fit: cover;
  overflow: hidden;
  border-radius: 20px;
}

.resource-card.card-1 .card-row .col-left {
  margin-right: 20px;
}

.resource-card.card-1 .card-row .col-right .card-body {
  padding: 10px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.resource-card.card-1 .card-row .col-right .card-body .card-title {
  margin-bottom: auto;
}

.resource-card.card-1 .card-body ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.resource-card.card-1 .card-body ul li a {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 100px;
  display: block;
  margin-right: 10px;
}

.resource-card.card-1 .card-body ul li a.ver-en {
  background: var(--i2-theme-color-purple);
}

.resource-card.card-1 .card-body ul li a.ver-ch {
  background: var(--i2-theme-color-green);
}

.resource-card.card-1 .card-body .card-text {
  margin-bottom: 10px;
  padding-left: 10px;
}

.resource-card.card-1 .card-body .card-text span {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
  display: inline-block;
}

/******** Weather Procedures *********/
.WeatherProcedures-section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.WeatherProcedures-section ul li a {
  display: block;
  padding: 10px 20px;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  background: var(--i2-theme-color-purple);
  border-radius: 100px;
  margin: 0 8px;
  text-align: center;
}

.WeatherProcedures-section ul li:nth-child(2) a {
  background: var(--i2-theme-color-green);
}

.WeatherProcedures-section ul li a img {
  margin-left: 20px;
}

body:not(.path-frontpage) .node__content .WeatherProcedures-section .paragraph--type--card-list {
  max-width: var(--i2-theme-container-sm);
}

.WeatherProcedures-section>.paragraph--type--card-list>.paragraph__column>div {
  width: 100% !important;
}

.WeatherProcedures-section>.paragraph--type--card-list>.paragraph__column>div .card-list::before {
  display: none;
}

.WeatherProcedures-section>.paragraph--type--card-list>.paragraph__column>div .card-list {
  display: flex;
  flex-direction: row;
  border-radius: 60px;
  background: #FFF;
  padding: 30px 45px;
  margin-top: 10px;
}

.WeatherProcedures-section>.paragraph--type--card-list>.paragraph__column>div .card-list .card-img-top {
  width: 120px !important;
  min-width: 120px !important;
  height: 120px !important;
  flex-shrink: 0;
}

.WeatherProcedures-section>.paragraph--type--card-list>.paragraph__column>div .card-list .card-img-top img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  object-fit: contain;
}

.WeatherProcedures-section>.paragraph--type--card-list>.paragraph__column>div .card-list .card-body {
  padding-left: 45px;
  padding-right: 0;
  text-align: left;
}

.WeatherProcedures-section>.paragraph--type--card-list>.paragraph__column>div .card-list .card-title {
  margin-top: 0;
  text-align: left;
}

.WeatherProcedures-section>.paragraph--type--card-list>.paragraph__column>div:nth-last-child(6) .card-list .card-title {
  color: #FFCC01;
}

.WeatherProcedures-section>.paragraph--type--card-list>.paragraph__column>div:nth-last-child(5) .card-list .card-title {
  color: #F00;
}

.WeatherProcedures-section>.paragraph--type--card-list>.paragraph__column>div:nth-last-child(4) .card-list .card-title {
  color: #000;
}

.WeatherProcedures-section>.paragraph--type--card-list>.paragraph__column>div:nth-last-child(3) .card-list .card-title,
.WeatherProcedures-section>.paragraph--type--card-list>.paragraph__column>div:nth-last-child(2) .card-list .card-title,
.WeatherProcedures-section>.paragraph--type--card-list>.paragraph__column>div:nth-last-child(1) .card-list .card-title {
  color: var(--i2-theme-color-green);
}

.WeatherProcedures-section>.paragraph--type--card-list>.paragraph__column>div .card-list .card-text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

/******** media *********/
@media screen and (max-width: 768px) {

  /******** Weather Procedures *********/
  .WeatherProcedures-section>.paragraph--type--card-list>.paragraph__column>div .card-list {
    padding: 20px;
    border-radius: 20px;
  }

  .WeatherProcedures-section>.paragraph--type--card-list>.paragraph__column>div .card-list .card-body {
    padding-left: 20px;
  }

  .WeatherProcedures-section>.paragraph--type--card-list>.paragraph__column>div .card-list .card-img-top {
    width: 100px !important;
    min-width: 100px !important;
    height: 100px !important;
  }

  .WeatherProcedures-section ul {
    display: block;
  }

  .WeatherProcedures-section ul li:not(:first-child) {
    margin-top: 10px;
  }

  .WeatherProcedures-section ul li a {
    font-size: 20px;
  }
}

@media screen and (max-width: 576px) {

  /******** Weather Procedures *********/
  .WeatherProcedures-section>.paragraph--type--card-list>.paragraph__column>div .card-list {
    display: block;
  }

  .WeatherProcedures-section>.paragraph--type--card-list>.paragraph__column>div .card-list .card-body {
    padding-left: 0;
  }

  .WeatherProcedures-section>.paragraph--type--card-list>.paragraph__column>div .card-list .card-img-top {
    text-align: center;
    width: 100% !important;
    min-width: unset !important;
    margin-bottom: 20px;
  }

  .WeatherProcedures-section>.paragraph--type--card-list>.paragraph__column>div .card-list .card-img-top img {
    width: 100px !important;
    display: block;
    margin: auto;
  }

  /* User Register */
  #user-register-form::before {
    top: -36px;
    right: -16px;
    width: 71px;
  }

  #user-register-form {
    grid-template-columns: 1fr;
  }

  #user-register-form .user-register-row-1 {
    grid-template-columns: 1fr;
  }

  #user-register-form .field--name-field-full-name,
  #user-register-form .field--name-field-chinese-name,
  #user-register-form .field--name-field-gender,
  #user-register-form .field--name-field-birthday,
  #user-register-form .field--name-field-phone-number,
  #user-register-form .custom-form-email,
  #user-register-form .field--name-user-picture {
    grid-column: 1;
  }

  /* 聯絡人欄位響應式佈局 */
  #user-register-form .contact-person-1>.details-wrapper,
  #user-register-form .contact-person-2>.details-wrapper {
    grid-template-columns: 1fr;
  }

  #user-register-form .contact-person-1 .field--name-field-contact-person-1,
  #user-register-form .contact-person-2 .field--name-field-contact-person-2,
  #user-register-form .contact-person-1 .field--name-field-contact-phone-1,
  #user-register-form .contact-person-2 .field--name-field-contact-phone-2,
  #user-register-form .contact-person-1 .field--name-field-contact-email-1,
  #user-register-form .contact-person-2 .field--name-field-contact-email-2 {
    grid-column: 1;
  }

}
