/**
  *  变量
  *  var(--font-size-sm); 30px
  *
  */
:root {
  /* child color */
  --color-nth-1: #569A20;
  --color-nth-2: #4D95CB;
  --color-nth-3: #975AB6;
  --color-nth-4: #AC885D;
  --color-nth-5: #F2926F;
}

.banner-swiper .swiper-slide .content .title h1 {
  color: #FFF;
}


a.left-triangle {
  color: #FFF;
  border-radius: 100px;
  background: #B66CDD;
  line-height: 50px;
  padding: 0 20px;
  width: auto;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 22px;
}

a.btn.left-triangle {
  padding: 0 20px 0 29px;
}

a.left-triangle::after {
  content: '';
  width: 10px;
  height: 12px;
  background-color: #FFF;
  /* 指定颜色 */
  --wekit-mask: url('../images/decro/triangle.svg');
  mask: url('../images/decro/triangle.svg');
  display: inline-block;
  margin-left: 20px;
}

a.btn-red {
  background-color: #569A20 !important;
}

a.btn.left-triangle::after {
  margin-left: 30px
}

.paragraph--type--posters h2 {
  color: var(--i2-theme-color-green);
  text-align: center;
  display: block;
  margin: 0 auto 10px;
  z-index: 1;
  flex: 1 1 100%;
  display: inline-flex;
  justify-content: center;
  padding-left: 88px;
  /*fix 75+13*/
}

.paragraph--type--posters h2::after {
  background: url(../images/icon/h2_leaf.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 75px;
  height: 57px;
  transform: translate(-13px, -43px);
}

.paragraph--type--card-list-item>.paragraph__column {
  display: flex;
  flex-wrap: wrap;
}


.paragraph--type--card-list-item .field--name-field-bp-image {
  width: 100%;
  text-align: center;
}

.field--type-image.decro-image-1 {
  max-width: 567px;
  position: relative;
}

.paragraph--type--card-list h2,
.paragraph--type--block h2,
.view:not(.view-block-award-homepage-swiper) .view-header h2 {
  max-width: 1200px;
}

.paragraph--type--view .views-element-container .view-content.row {
  row-gap: 30px;
}

.paragraph--type--view .field-content .card.resource-card .card-title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

.field--name-field-html-content ol,
.field--name-field-html-content ul {
  padding-left: 1rem;
}

.field--name-field-html-content ol li,
.field--name-field-html-content ul li {
  font-weight: 400;
  line-height: 26px;
}

.paragraph--type--section-paragraphs .field--name-field-html-content h4 {
  margin-top: 50px;
}


/* #region 通用 list section */
.list-section ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;

}

.list-section li {
  list-style: none;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  height: 54px;
  padding: 20px 24px 20px 21px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  background: #FFF;
  border: 1px solid #569A20;
}

.list-section a {
  font-size: 18px;
  color: #569A20;
}

/* #endregion */

/* #region 通用 Two Column Layout */
.layout--twocol-section {
  display: flex;
  /* flex-wrap: nowrap; */
  /* justify-content: center; */
}

.layout__region.layout__region--first.column-33 {
  width: 33%;
  flex: auto;
}

.layout__region.layout__region--first.column-67 {
  width: 67%;
  flex: auto;
}

/* .layout.layout--twocol-section {
    gap: 4vw;
} */

.layout.layout--twocol-section .field--name-field-bp-image {
  padding: 20px;
}

.layout__region.layout__region--first.column-50 {
  width: 50%;
  padding: 20px;
}

.layout.layout--twocol-section .paragraph--type--bp-image {
  justify-content: right;
  display: flex;
}

.layout.layout--twocol-section .field--type-image {
  max-width: 567px;
  position: relative;
}

.layout.layout--twocol-section .field--type-image img {
  width: 100%;
  height: auto;
  /* border-radius: 100px; */
  /* transform: rotate(357deg); */
  object-fit: cover;
}

.layout.layout--twocol-section .field--name-field-html-content h2 {
  color: #975AB6;
  font-size: 36px;
  font-weight: 900;
  margin: 0;
  padding-top: 60px;
}

.layout.layout--twocol-section .field--name-field-html-content p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

/* #endregion */

/* #region 通用 make-decro-image 對應樣式 */
.decro-image-1 .field--name-field-media-image {
  position: relative;
  padding-top: 13px;
  /*防止圖片旋轉後右上角無法顯示完整*/
}

.decro-image-1 .field--name-field-media-image img {
  width: 100%;
  height: auto;
  border-radius: 100px;
  transform: rotate(357deg);
  object-fit: cover;
}


.decro-image-1 .field--name-field-media-image .field__item::before {
  position: absolute;
  content: '';
  background-image: url('../images/decro/flower1.svg');
  transform: rotate(-10.696deg);
  display: block;
  width: 100%;
  height: 24.88%;
  max-width: 140px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  bottom: -17.51%;
  /*-76px/434*/
  left: -2.83%;
  /*-16/714*/
  z-index: 1;
}

.decro-image-1 .field--name-field-media-image .field__item::after {
  position: absolute;
  content: '';
  background-image:
    url('../images/decro/flower2.svg'),
    url('../images/decro/line1.svg');
  background-size:
    14.1% auto,
    33.86% auto;
  background-position:
    right top 26px,
    right bottom;
  display: block;
  width: 100%;
  height: 120%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  right: -21px;
  top: -54px;
  z-index: 1;
}

.decro-image-1 .field--name-field-media-image .field__item {
  max-width: 567px;
  position: relative;
  margin: 0 auto;
}

.decro-image-1 img {
  max-width: 567px;
}


.decro-image-2 .field--name-field-media-image {
  position: relative;
  aspect-ratio: 567 / 425;
  max-width: 567px;
  margin: 0 auto;
}

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

.decro-image-2 .field--name-field-media-image .field__item::before {
  content: '';
  background: url(/themes/custom/i2_theme/images/header/flower.svg) no-repeat;
  background-size: contain;
  width: 12.875%;
  /*73/567*/
  height: 25.883%;
  /*110/425*/
  position: absolute;
  left: -2px;
  bottom: -9.42%;
  /*-40/425*/
  z-index: 2;
  transform: rotate(336deg) rotateY(180deg);
}

.decro-image-2 .field--name-field-media-image .field__item::after {
  content: '';
  background-image: url(/themes/custom/i2_theme/images/icon/flower_blue.svg),
    url(/themes/custom/i2_theme/images/header/line.svg);
  background-position: top right, bottom right;
  background-repeat: no-repeat;
  width: 100%;
  height: 114%;
  position: absolute;
  top: -33px;
  right: -18px;
  z-index: 2;
}

.decro-image-2 .field--name-field-media-image img {
  aspect-ratio: 567 / 425;
  object-position: center;
  border-radius: 100px;
  max-width: 567px;
  width: 100%;
  transform: rotate(356deg);
  z-index: 1;
  position: relative;
}

/* #endregion */

/* #region who we are */
.section-who-we-are .field--name-field-bp-image {
  text-align: center;
}

.section-who-we-are .field--name-field-html-content {
  padding-left: 34px;
}

/* #endregion */

/* #region youtube video */
.youtube-video .field--name-field-html-content {
  text-align: center;
}

.youtube-video .field--name-field-html-content iframe {
  aspect-ratio: 740 / 405;
  width: 100%;
  max-width: 740px;
}

/* #endregion */

/* #region what we do */
.section-what-we-do .paragraph>.paragraph__column .paragraph>.paragraph__column {
  max-width: 654px;
  margin: 0 auto;
}

.section-what-we-do .field--name-field-title {
  text-align: center;
  font-size: var(--font-size-sm);
  /*30px*/
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  line-height: 40px;
  margin-top: 20px;
  width: 100%;
  margin: 20px 0 0 0;
}

.section-what-we-do .field.field--name-field-html-content {
  margin: 20px 0 0 0;
}

.section-what-we-do img {
  object-fit: cover;
}

/* ============================================
 * What We Do Card Item - 標題顏色樣式
 * Added: 2025-01-26
 * 基數元素：#569A20（綠色）
 * 偶數元素：#4D95CB（藍色）
 * ============================================ */

/* 基數元素標題顏色 */
.section-what-we-do .paragraph--type--text-two-column>.paragraph__column>.column-50 .field--name-field-title {
  color: #569A20;
}

/* 偶數元素標題顏色 */
.section-what-we-do .paragraph--type--text-two-column>.paragraph__column>.column-50:last-child .field--name-field-title {
  color: #4D95CB;
}

.what-we-do-card-item .field--name-field-html-content {
  max-width: 654px;
  margin: 0 auto;
  margin-top: 20px;
}

.what-we-do-card-item .field--name-field-html-content p {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}


/* 基础样式：移除默认列表样式 */
.section-what-we-do .field--name-field-html-content ul {
  padding: 0;
}

.section-what-we-do .field--name-field-html-content li {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.section-what-we-do .field--name-field-html-content li {
  position: relative;
  padding-left: 24px;
  /* 为图标留出空间 */
  margin-bottom: 12px;
  line-height: 1.5;
  font-size: 16px;
}

.section-what-we-do .column-50 .field--name-field-html-content li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #569A20;
  /* 指定颜色 */
  -webkit-mask: url('../images/decro/dot.svg') no-repeat center;
  mask: url('../images/decro/dot.svg') no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}


/* 偶數元素標題顏色 */
.section-what-we-do .column-50:last-child .field--name-field-html-content li::before {
  background-color: #4D95CB;
}

.section-what-we-do .row-container {
  gap: 120px;
}

/* #endregion */

/* #region vision and mission */
.section-core-value hr {
  margin: 0 auto;
  margin-top: 60px;
}

.section-vision .field--name-field-html-content,
.section-mission .field--name-field-html-content {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}

.section-mission p {
  margin: 0;
}

.section-mission .field--name-bp-header {
  color: #4D95CB;
  font-size: var(--font-size-md);
}

.section-mission .paragraph--type--section-paragraphs h2::after {
  display: none;
}

/* #endregion */

/* #region core value */

.section-core-value {
  padding-top: 1px;
}

.section-core-value .field--name-field-html-content .row {
  flex-wrap: nowrap;
}

.section-core-value .node1,
.section-core-value .node2,
.section-core-value .node3 {
  width: 326px;
  height: 326px;
  border-radius: 200px;
  padding: 0 66px;
}

.section-core-value .node3 {
  margin-left: -49px;
}

.section-core-value .node1 h4,
.section-core-value .node2 h4,
.section-core-value .node3 h4 {
  color: #FFF;
  text-align: center;
  line-height: 41px;
  margin: 0;
}


.section-core-value .node1 h4,
.section-core-value .node3 h4 {
  padding-top: 96px;
}

.section-core-value .node2 h4 {
  margin-top: -98px;
}

.section-core-value .node1 {
  background: rgba(77, 149, 203, 0.6);
  position: relative;
  right: -49px;
}

.section-core-value .node2 {
  background: rgba(86, 154, 32, 0.6);
  margin-top: 61px;
}

.section-core-value .node3 {
  background: rgba(151, 90, 182, 0.6);
}

.section-core-value .node2 img {
  width: 130px;
  height: 212px;
  margin: 0 auto;
  display: block;
  top: -88px;
  position: relative;
}

.section-core-value .node1 a,
.section-core-value .node2 a,
.section-core-value .node3 a {
  color: #FFF;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-top: 25px;
  background: none;
  font-weight: normal;
  line-height: normal;
  padding: 0;
}

.section-core-value .node1 a.left-triangle::after,
.section-core-value .node2 a.left-triangle::after,
.section-core-value .node3 a.left-triangle::after {
  margin-left: 10px;
}

.section-core-value .field--name-field-html-content {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

/* #endregion */

/* #region we care journey */
.section-we-care-journey .tree-card ul {
  width: 957px;
  height: 628px;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-bottom: 57px;
  margin-top: 93px;
  display: flex;
  justify-content: center;
  padding: 0;
}

.section-we-care-journey .tree-card ul::before {
  content: '';
  background: url('/sites/default/files/2026-01/we-care.png') no-repeat center;
  width: 957px;
  height: 65.621vw;
  display: block;
  background-position: top;
  background-size: contain;
}

.section-we-care-journey .tree-card ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  width: 250px;
}

.section-we-care-journey .tree-card li .card-item {
  position: relative;
  width: 250px;
  display: flex;
  align-items: center;
  text-align: center;
  background: #FFF;
  border-radius: 70px;
  padding: 0 22px;
  color: #6C6C6C;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding: 36px 22px 25px 21px;
  flex-direction: column;
}

.section-we-care-journey .tree-card li .card-item div:nth-child(2) {
  width: 100%;
  line-height: 27px;
  margin-top: 10px;
}

.section-we-care-journey .tree-card li .card-item div:nth-child(3) {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.section-we-care-journey .tree-card li .em {
  width: 60px;
  height: 59px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  line-height: 57px;
  font-size: 24px;
}

.section-we-care-journey .tree-card li:nth-child(1) {
  position: absolute;
  left: 15px;
  top: -29px;
}

.section-we-care-journey .tree-card li:nth-child(1) span {
  color: #569A20;
}

.section-we-care-journey .tree-card li:nth-child(1) .em {
  color: #569A20;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNTkiIHZpZXdCb3g9IjAgMCA2MCA1OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIzMCIgY3k9IjI4LjUiIHI9IjI4LjUiIGZpbGw9IiNGNkZGRUYiLz48cGF0aCBkPSJNNTguNSAyOEM1OC41IDQ0LjAxNjMgNDUuNzQwMSA1NyAzMCA1N0MxNC4yNTk5IDU3IDEuNSA0NC4wMTYzIDEuNSAyOCIgc3Ryb2tlPSIjNTY5QTIwIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==');
}

.section-we-care-journey .tree-card li:nth-child(2) {
  position: absolute;
  right: 50px;
  top: -29px;
}

.section-we-care-journey .tree-card li:nth-child(2) span {
  color: #4D95CB;
}

.section-we-care-journey .tree-card li:nth-child(2) .em {
  color: #4D95CB;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNTkiIHZpZXdCb3g9IjAgMCA2MCA1OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIzMCIgY3k9IjI4LjUiIHI9IjI4LjUiIGZpbGw9IiNFRkY0RkYiLz48cGF0aCBkPSJNNTguNSAyOEM1OC41IDQ0LjAxNjMgNDUuNzQwMSA1NyAzMCA1N0MxNC4yNTk5IDU3IDEuNSA0NC4wMTYzIDEuNSAyOCIgc3Ryb2tlPSIjNEQ5NUNCIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==');
}

.section-we-care-journey .tree-card li:nth-child(3) {
  position: absolute;
  bottom: 6px;
  left: -43px;
}

.section-we-care-journey .tree-card li:nth-child(3) span {
  color: #975AB6;
}

.section-we-care-journey .tree-card li:nth-child(3) .em {
  color: #975AB6;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNTkiIHZpZXdCb3g9IjAgMCA2MCA1OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIzMCIgY3k9IjI4LjUiIHI9IjI4LjUiIGZpbGw9IiNGRkVGRkMiLz48cGF0aCBkPSJNNTguNSAyOEM1OC41IDQ0LjAxNjMgNDUuNzQwMSA1NyAzMCA1N0MxNC4yNTk5IDU3IDEuNSA0NC4wMTYzIDEuNSAyOCIgc3Ryb2tlPSIjOTc1QUI2IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==');
}

.section-we-care-journey .tree-card li:nth-child(4) {
  position: absolute;
  bottom: -74px;
  left: 50%;
  transform: translateX(-57.2%);
  /*125+18=143,143/250=57.2%*/
}

.section-we-care-journey .tree-card li:nth-child(4) span {
  color: #AC885D;
}

.section-we-care-journey .tree-card li:nth-child(4) .em {
  color: #AC885D;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNTkiIHZpZXdCb3g9IjAgMCA2MCA1OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIzMCIgY3k9IjI4LjUiIHI9IjI4LjUiIGZpbGw9IiNGRkY5RUYiLz48cGF0aCBkPSJNNTguNSAyOEM1OC41IDQ0LjAxNjMgNDUuNzQwMSA1NyAzMCA1N0MxNC4yNTk5IDU3IDEuNSA0NC4wMTYzIDEuNSAyOCIgc3Ryb2tlPSIjQUM4ODVEIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==');
}

.section-we-care-journey .tree-card li:nth-child(5) {
  position: absolute;
  bottom: 32px;
  right: -9px;
}

.section-we-care-journey .tree-card li:nth-child(5) span {
  color: #F2926F;
}

.section-we-care-journey .tree-card li:nth-child(5) .em {
  color: #F2926F;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNTkiIHZpZXdCb3g9IjAgMCA2MCA1OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIzMCIgY3k9IjI4LjUiIHI9IjI4LjUiIGZpbGw9IiNGRkYyRUQiLz48cGF0aCBkPSJNNTguNSAyOEM1OC41IDQ0LjAxNjMgNDUuNzQwMSA1NyAzMCA1N0MxNC4yNTk5IDU3IDEuNSA0NC4wMTYzIDEuNSAyOCIgc3Ryb2tlPSIjRjI5MjZGIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==');
}

.section-we-care-journey .paragraph--type--section-paragraphs h2 {
  font-size: var(--font-size-md);
}

.section-we-care-journey .paragraph--type--section-paragraphs h2::after {
  display: none;
}

/* #endregion */


/* #region our team */

.founder-card {
  max-width: 760px;
  margin: 0 auto;
}

.founder-card .card-shell {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.founder-card .founder-card__media {
  background: #FFFFFF;
  border-radius: 18px;
  padding: 10px;
  flex: 0 0 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.founder-card .founder-card__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.founder-card .founder-card__info {
  background: #FBECDD;
  border: 2px solid #D9B58A;
  border-radius: 20px;
  padding: 18px 26px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  flex: 1 1 auto;
}

.founder-card .founder-card__name {
  font-size: 24px;
  font-weight: 800;
  color: #8A6A45;
  margin: 0;
}

.founder-card .founder-card__title {
  font-size: 16px;
  font-weight: 600;
  color: #2E2E2E;
  margin: 0;
}

/* #endregion */

/* #region about us introduction */
.section-about-us-introduction .introduction-wrapper {
  max-width: 980px;
  width: 100%;
  min-height: 313px;
  border-radius: 60px;
  background: #FFF;
  border-bottom: 9px solid #975AB6;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 54px;
}

.section-about-us-introduction .introduction-wrapper::before {
  content: '';
  width: 104px;
  height: 80px;
  display: block;
  position: absolute;
  bottom: -16px;
  left: -24px;
  background: url(../images/decro/flower1.svg) no-repeat center;
  background-size: contain;
}

.section-about-us-introduction .introduction-wrapper h4 {
  color: #000;
  text-align: center;
  font-family: Nunito;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 76.428%;
  /* 749px/980px */
  margin: 0 auto;
  position: relative;
}

.section-about-us-introduction .introduction-wrapper h4::before {
  content: '';
  width: 34px;
  height: 28px;
  background-color: #975AB6;
  -webkit-mask: url('../images/decro/left-qotes.svg') no-repeat center;
  mask: url('../images/decro/left-qotes.svg') no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  display: inline-block;
  position: absolute;
  left: -34px;
}

.section-about-us-introduction .introduction-wrapper h4::after {
  content: '';
  width: 34px;
  height: 28px;
  background-color: #975AB6;
  -webkit-mask: url('../images/decro/right-qotes.svg') no-repeat center;
  mask: url('../images/decro/right-qotes.svg') no-repeat center;
  mask-size: contain;
  display: inline-block;
  position: absolute;
  right: -34px;
}

.section-about-us-introduction .introduction-wrapper img {
  width: 168px;
  height: 168px;
  border-radius: 200px;
  position: absolute;
  left: 50%;
  top: -84px;
  border: 5px solid #DBF9D9;
  aspect-ratio: 168/168;
  transform: translateX(-50%);
  object-fit: cover;
}

.section-about-us-introduction .introduction-wrapper .name {
  font-size: 16px;
  position: absolute;
  bottom: 30px;
  color: #569A20;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* #endregion */

/* #region our goals */
.section-our-goals .paragraph__column.row {
  gap: 16px;
  row-gap: 60px;
  margin: 0 auto;
}

.section-our-goals .paragraph__column.row::before {
  background: url('/sites/default/files/2026-01/land.png') no-repeat top;
  background-size: contain;
  width: 100%;
  height: 45.1vw;
  /* 475/1053(原图大小)  */
  max-height: 475px;
  content: '';
  display: block;
  margin-bottom: -10.3826%;
  /* (60(基準底高)+92)＝152/1464(原图大小) */
}

.section-our-goals .paragraph--type--card-list .col-lg-3 {
  max-width: 280px;
  padding: 0;
  flex: 1;
}

.section-our-goals .card.card-list {
  max-width: 280px;
  min-height: 330px;
  width: 100%;
  background: #fff;
  border-radius: 80px;
  padding: 58px 21px 25px 22px;
  margin: 0;
  position: relative;
}

.section-our-goals .card-list .card-img-top {
  border-radius: 0;
  background-color: unset;
  text-align: center;
}

.section-our-goals .card-list .card-img-top img {
  width: auto !important;
  object-fit: cover;
}

.section-our-goals .card-list .card-title {
  color: #4D95CB;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 20px 0 0 0;
}

.section-our-goals .card-list .card-text {
  margin-top: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

.section-our-goals .paragraph--type--card-list>div>div:nth-last-child(5) .card-title {
  color: var(--color-nth-1);
}

.section-our-goals .paragraph--type--card-list>div>div:nth-last-child(5) .card-list::before {
  background: url('../images/decro/num_1.svg') no-repeat top;
  background-size: contain;
  width: 57px;
  height: 57px;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-our-goals .paragraph--type--card-list>div>div:nth-last-child(4) .card-title {
  color: var(--color-nth-2);
}

.section-our-goals .paragraph--type--card-list>div>div:nth-last-child(4) .card-list::before {
  background: url('../images/decro/num_2.svg') no-repeat top;
  background-size: contain;
  width: 57px;
  height: 57px;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-our-goals .paragraph--type--card-list>div>div:nth-last-child(3) .card-title {
  color: var(--color-nth-3);
}

.section-our-goals .paragraph--type--card-list>div>div:nth-last-child(3) .card-list::before {
  background: url('../images/decro/num_3.svg') no-repeat top;
  background-size: contain;
  width: 57px;
  height: 57px;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-our-goals .paragraph--type--card-list>div>div:nth-last-child(2) .card-title {
  color: var(--color-nth-4);
}

.section-our-goals .paragraph--type--card-list>div>div:nth-last-child(2) .card-list::before {
  background: url('../images/decro/num_4.svg') no-repeat top;
  background-size: contain;
  width: 57px;
  height: 57px;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-our-goals .paragraph--type--card-list>div>div:nth-last-child(1) .card-title {
  color: var(--color-nth-5);
}

.section-our-goals .paragraph--type--card-list>div>div:nth-last-child(1) .card-list::before {
  background: url('../images/decro/num_5.svg') no-repeat top;
  background-size: contain;
  width: 57px;
  height: 57px;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-our-goals .card-list .card-body {
  padding: 0;
}

.section-our-goals .col-lg-3:nth-child(even) {
  margin-top: 35px;
}


/* #endregion */

/* #region our students our priority */
.our-students-our-priority .field--name-field-html-content {
  text-align: center;
}

.our-students-our-priority .content-text {
  line-height: 36px;
}

.our-students-our-priority .btn-wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* #endregion */

/* #region weather list */

.section-weather-list .row-container {
  gap: 10px;
}

.section-weather-list .paragraph--type--card-list-item {
  background: #FFF;
  border-radius: 60px;
  max-width: 980px;
  width: 100%;
  height: 181px;
  margin: 0 auto;
  padding: 30px 45px;
}

.section-weather-list .paragraph--type--card-list-item .paragraph__column {
  display: flex;
  gap: 45px;
  padding: 0;
}

.section-weather-list .field--name-field-bp-image {
  width: 100%;
  max-width: 120px;
}

.section-weather-list .field--name-field-title {
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.section-weather-list .field--name-field-html-content {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 10px;
}

.section-weather-list-card-item:nth-child(1) .field--name-field-title {
  color: #FFCC01;
}

.section-weather-list-card-item:nth-child(2) .field--name-field-title {
  color: #F00;
}

.section-weather-list-card-item:nth-child(4) .field--name-field-title {
  color: #569A20;
}

.section-weather-list-card-item:nth-child(5) .field--name-field-title {
  color: #569A20;
}

.section-weather-list-card-item:nth-child(6) .field--name-field-title {
  color: #569A20;
}

.section-weather-list-card-item .field--name-field-html-content p:last-child {
  margin-bottom: 0;
}

/* #endregion */

/* #region swiper */

/* ============================================
 * Swiper 共用樣式
 * Added: 2026-01-31
 * 適用於所有 swiper 組件
 * ============================================ */

/* Swiper Wrapper */
.swiper-carousel-wrapper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  transition: transform 0.3s ease-in-out;
}

/* 單個 Slide */
.swiper-carousel-wrapper .swiper-slide {
  height: auto;
  display: flex;
  /* overflow: hidden; 防止内容溢出 */
  width: auto !important;
  /* 讓 Swiper 控制寬度 */
}

/* 限制所有 Views 輸出內容的寬度 */
.swiper-carousel-wrapper .swiper-slide>*,
.swiper-carousel-wrapper .swiper-slide>*>*,
.swiper-carousel-wrapper .swiper-slide .views-field,
.swiper-carousel-wrapper .swiper-slide .field-content,
.swiper-carousel-wrapper .swiper-slide .row {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

/* 限制圖片寬度 - 使用 !important 覆蓋 HTML 內聯樣式 */
.swiper-carousel-wrapper .swiper-slide img,
.swiper-carousel-wrapper .swiper-slide .img-fluid {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  display: block !important;
  /* 强制限制图片不超过父容器的 max-width */
  flex-shrink: 0 !important;
}

/* 限制内容包装器内的所有元素 */
.swiper-carousel-wrapper .swiper-slide .slide-content-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.swiper-carousel-wrapper .swiper-slide .slide-content-wrapper>* {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.swiper-carousel-wrapper .swiper-slide .slide-content-wrapper img {
  max-width: 100% !important;
  width: 100% !important;
}

/* ============================================
 * Swiper 控制包裝器通用樣式
 * 支持使用 swiper-controll-wrapper 的佈局
 * ============================================ */

/* 控制包裝器 - 相對定位容器，統一管理導航和分頁器 */
.swiper-carousel-wrapper .swiper-controll-wrapper {
  position: relative !important;
  width: 100%;
  margin-top: 20px;
  height: 60px;
}

/* 分頁器 - 相對於控制包裝器定位，居中顯示 */
.swiper-carousel-wrapper .swiper-pagination {
  position: absolute !important;
  bottom: 20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  margin: 0 !important;
  z-index: 10;
}

/* 分頁器 bullets - 非激活狀態為灰色 */
.swiper-carousel-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: #CFCFCF !important;
  opacity: 1 !important;
  transition: all 0.3s ease !important;
}

/* 分頁器 bullets - 激活狀態為綠色 */
.swiper-carousel-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #569A20 !important;
  opacity: 1 !important;
}

/* ============================================
 * 導航按鈕 - 白色圓形按鈕（通用樣式）
 * 適用於所有 swiper 組件
 * ============================================ */
.swiper-carousel-wrapper .swiper-button-prev,
.swiper-carousel-wrapper .swiper-button-next {
  position: absolute !important;
  bottom: 10px !important;
  width: 40px !important;
  height: 40px !important;
  z-index: 10 !important;
  background-color: #ffffff !important;
  border: 1px solid #CFCFCF !important;
  border-radius: 50% !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) !important;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
  outline: none !important;
  top: auto !important;
}

/* 下一頁按鈕 - 定位到右邊 */
.swiper-carousel-wrapper .swiper-button-next {
  right: 0 !important;
  left: auto !important;
}

/* 上一頁按鈕 - 定位到右邊，間隔 50px */
.swiper-carousel-wrapper .swiper-button-prev {
  right: 50px !important;
  left: auto !important;
}

/* Hover 和 Focus 狀態 - 綠色背景 */
.swiper-carousel-wrapper .swiper-button-prev:hover,
.swiper-carousel-wrapper .swiper-button-next:hover,
.swiper-carousel-wrapper .swiper-button-prev:focus,
.swiper-carousel-wrapper .swiper-button-next:focus {
  background-color: #569A20 !important;
  border-color: #569A20 !important;
  box-shadow: 0px 4px 8px rgba(86, 154, 32, 0.3) !important;
}

/* 禁用狀態 */
.swiper-carousel-wrapper .swiper-button-prev.swiper-button-disabled,
.swiper-carousel-wrapper .swiper-button-next.swiper-button-disabled {
  background-color: #ffffff !important;
  border-color: #CFCFCF !important;
  opacity: 0.3 !important;
  cursor: not-allowed;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) !important;
}

/* 禁用狀態的 hover 樣式 - 保持白色 */
.swiper-carousel-wrapper .swiper-button-prev.swiper-button-disabled:hover,
.swiper-carousel-wrapper .swiper-button-next.swiper-button-disabled:hover {
  background-color: #ffffff !important;
  border-color: #CFCFCF !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) !important;
}

/* SVG 圖標樣式 */
.swiper-carousel-wrapper .swiper-button-prev svg,
.swiper-carousel-wrapper .swiper-button-next svg {
  display: block !important;
  width: 16px;
  height: 16px;
  stroke: #569A20;
  transition: stroke 0.3s ease;
}

/* Hover 時 SVG 變為白色 */
.swiper-carousel-wrapper .swiper-button-prev:hover svg,
.swiper-carousel-wrapper .swiper-button-next:hover svg {
  stroke: #ffffff !important;
}

/* 禁用狀態下 SVG 保持綠色 */
.swiper-carousel-wrapper .swiper-button-prev.swiper-button-disabled:hover svg,
.swiper-carousel-wrapper .swiper-button-next.swiper-button-disabled:hover svg {
  stroke: #569A20 !important;
}

/* #endregion */

/* #region news swiper( */

/* ============================================
 * Latest News Swiper 特定樣式
 * Added: 2026-01-31
 * 克隆自 Seed Course Swiper
 * ============================================ */

/* Latest News Swiper 特定調整 */
.latest-news-swiper.swiper-carousel-wrapper {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  /* 居中显示 */
}

/* 内部包装容器 - 确保不超出幻灯片宽度 */
.latest-news-swiper .swiper-slide .slide-content-wrapper {
  width: 100% !important;
  max-width: 452px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

/* Views 内容容器样式 */
.latest-news-swiper .swiper-slide .row {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  margin: 0;
  gap: 0;
  box-sizing: border-box !important;
  background: #FFF;
  border-radius: 40px;
}

/* 图片容器 - 固定尺寸 452*283 */
.latest-news-swiper .swiper-slide .row>div:first-child {
  width: 100% !important;
  max-width: 100% !important;
  height: 62.7% !important;
  /* 固定高度 */
  overflow: hidden !important;
  border-radius: 40px 40px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-sizing: border-box !important;
  padding: 0 !important;
  /* 移除可能的 padding，讓圖片填充整個容器 */
}

/* 图片样式 - 填充容器 */
.latest-news-swiper .swiper-slide .row>div:first-child img {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 283px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  border-radius: 40px 40px 0 0 !important;
  /* 图片也需要圆角 */
  box-sizing: border-box !important;
  aspect-ratio: 100 / 62.7;
}

/* 日期容器 */
.latest-news-swiper .swiper-slide .row>div:nth-child(2) {
  padding: 25px 24px 0 24px;
  color: #999999;
  font-size: 14px;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
}

/* 标题容器 */
.latest-news-swiper .swiper-slide .row>div:nth-child(3) {
  padding: 10px 24px 24px 24px;
}

/* 标题链接样式 - 颜色 #AC885D */
.latest-news-swiper .swiper-slide .row>div:nth-child(3) a {
  font-weight: 900;
  font-size: 20px;
  color: #AC885D !important;
  /* 棕色 */
  text-decoration: none;
  display: block;
  line-height: 1.4;
}

.latest-news-swiper .swiper-slide .row>div:nth-child(3) a:hover {
  text-decoration: underline;
}



.latest-news-swiper .swiper-carousel {
  /* 隱藏超出的部分 */
  padding: 0;
}

/* Swiper Slide 修復 */
.latest-news-swiper .swiper-slide {
  max-width: 452px !important;
  /* 固定寬度 452px（桌面端顯示 3 個） */
  width: 31.8% !important;
  height: auto !important;
  flex-shrink: 0;
}


/* 卡片容器 */
.latest-news-swiper .card-inner {
  background-color: #ffffff;
  border-radius: 40px;
  /* Figma 圓角 */
  overflow: hidden;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  /* Figma 陰影 */
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  width: 100%;
  /* 自適應父容器 */
}

/* 卡片懸停效果 */
.latest-news-swiper .card-inner:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}

/* 新聞圖片 */
.latest-news-swiper .card-image {
  width: 100%;
  height: 230px;
  /* Figma 高度 */
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  border-radius: 40px 40px 0 0;
  /* 頂部圓角 */
}

/* 重置 media 和 field 容器 */
.latest-news-swiper .card-image>div,
.latest-news-swiper .card-image .media,
.latest-news-swiper .card-image .field {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
}

.latest-news-swiper .card-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform 0.3s ease;
}

.latest-news-swiper .card-inner:hover .card-image img {
  transform: scale(1.05);
}

/* 新聞內容區域 */
.latest-news-swiper .card-content {
  padding: 16px 24px 24px 24px;
  /* Figma 間距 */
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  /* 元素間距 */
}

/* 新聞標題 - Figma 設計 */
.latest-news-swiper .card-title {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  /* Black */
  font-size: 20px;
  /* Figma 尺寸 */
  color: #569a20;
  /* Figma 綠色 */
  margin: 0;
  line-height: 1.3;
  flex-shrink: 0;
  text-align: left;
}

.latest-news-swiper .card-title a {
  color: #569a20;
  text-decoration: none;
}

.latest-news-swiper .card-title a:hover {
  text-decoration: underline;
}

/* 新聞日期 */
.latest-news-swiper .news-date {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #999999;
  margin: 0;
  line-height: 1.3;
}

/* ============================================
 * Latest News Swiper View Wrapper 標題樣式
 * Added: 2026-01-31 - 為 bp-view-title 添加葉子裝飾
 * ============================================ */
.latest-news-swiper-view-wrapper {
  background-color: #F7E6FF;
}

/* Latest News Swiper View 標題樣式 */
.latest-news-swiper-view-wrapper .bp-view-title {
  color: #569A20;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-size: 40px;
  font-weight: 900;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}

/* 葉子裝飾 - 使用 ::after 偽元素 */
.latest-news-swiper-view-wrapper .bp-view-title::after {
  content: '';
  position: absolute;
  top: -45px;
  right: -50px;
  width: 68px;
  height: auto;
  aspect-ratio: 82 / 86;
  background-image: url(../images/content/homepage/leaf1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

/* #endregion */

/* #region our team */
body.page-node-84 .theme-content-section .block-layout-builder>div:has(.our-team-list) {
  padding-bottom: 0;
  /*強制優先級fix通用padding*/
}

.our-team-list.list-section li:nth-child(1) {
  border: 1px solid #AC885D;
  background: #FFF4E6;
}

.our-team-list.list-section li:nth-child(1) a {
  color: #AC885D;
}

.our-team-list.list-section li:nth-child(2) {
  border: 1px solid #975AB6;
  background: #F8EBFF;
}

.our-team-list.list-section li:nth-child(2) a {
  color: #975AB6;
}

.our-team-list.list-section li:nth-child(3) {
  border: 1px solid #01A1A1;
  background: #DDFAFA;
}

.our-team-list.list-section li:nth-child(3) a {
  color: #01A1A1;
}

.our-team-list-view .paragraph--type--view>.paragraph__column>h2 {
  display: none;
}

.our-team-list-view .view:not(.view-block-award-homepage-swiper) .view-header h2 {
  font-size: 35px;
  margin: 0;
}

.our-team-list-view .view:not(.view-block-award-homepage-swiper) .view-header h2::after {
  display: none
}

.our-team-list-view .view-header {
  margin-top: 50px;
}

.our-team-list-view .view-header p {
  font-size: 22px;
}

.our-team-list-view .view-content .field-content {
  display: flex;
  justify-content: center;
  padding-top: 14px;
  padding-left: 30px;
}

.our-team-list-view .user-card {
  width: 100%;
  max-height: 222px;
  max-width: 423px;
  background: #FFF4E6;
  border: 1px solid #AC885D;
  border-radius: 40px;
  position: relative;
  aspect-ratio: 423 / 222;
  cursor: pointer;
}

.our-team-list-view .paragraph--type--view .field--name-bp-view>.field__item:nth-child(2) .user-card {
  background: #F8EBFF;
  border: 1px solid #B66CDD;
}

.our-team-list-view .paragraph--type--view .field--name-bp-view>.field__item:nth-child(3) .user-card {
  background: #DDFAFA;
  border: 1px solid #01A1A1;
}

.our-team-list-view .user-card .row .col-md-4 {
  position: relative;
  max-width: 164px;
  width: 38.95%;
  /*164/421(423-2边框)*/
}

.our-team-list-view .user-card .row .col-md-8 {
  flex: 1;
}

.our-team-list-view .user-card .row .col-md-4 .pic-wrapper {
  max-width: 166px;
  max-height: 222px;
  width: 100%;
  height: auto;
  background: #FFF;
  position: relative;
  left: -29px;
  top: -14px;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 166/221;
}

.our-team-list-view .user-card .row .col-md-4 .pic-wrapper img {
  width: 100%;
  position: absolute;
  object-fit: cover;
  bottom: 0;
  aspect-ratio: 166/221;
}

.our-team-list-view .user-card .card-body {
  padding-left: 0;
}

.our-team-list-view .user-card .card-title {
  color: #AC885D;
  font-weight: 900;
  font-size: 22px;
}

.our-team-list-view .paragraph--type--view .field--name-bp-view>.field__item:nth-child(2) .user-card .card-title {
  color: #B66CDD;
  font-weight: 900;
  font-size: 22px;
}

.our-team-list-view .paragraph--type--view .field--name-bp-view>.field__item:nth-child(3) .user-card .card-title {
  color: #01A1A1;
  font-weight: 900;
  font-size: 22px;
}

.our-team-list-view:not(:last-child) {
  padding-bottom: 50px
}

.our-team-list-view .view-content.row {
  row-gap: 20px;
}

/* #endregion */

/* #region modal dialog 樣式 */
#bepricelessModal .modal-dialog {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}

#bepricelessModal .modal-content {
  background: #FFF4E6;
  border-radius: 60px;
  border-bottom: 14px solid #975AB6;
  position: relative;
}

.page-node-type-course #bepricelessModal .modal-content {
    max-width: 700px;
    margin: 0 auto;
}

#bepricelessModal .modal-dialog .modal-content::before {
  display: block;
  content: '';
  background: url('../images/decro/line1.svg');
  ;
  height: 113px;
  width: 192px;
  position: absolute;
  right: -20px;
  bottom: -12px;
}

#bepricelessModal .modal-body {
  padding: 0 40px 40px 40px;
  max-height: 85vh;
}

#bepricelessModal .modal-body .row {
  gap: 40px;
  overflow-y: auto;
  max-height: calc(85vh - 100px);
}

#bepricelessModal button.btn-close {
  width: 50px;
  height: 50px;
  position: relative;
  left: 100%;
  top: -10px;
  transform: translateX(-40px);
  background: url('../images/decro/close.svg') center no-repeat;
  opacity: 1;
  box-shadow: unset;
}

#bepricelessModal .pic-wrapper {
  width: 100%;
  max-width: 307px;
  height: auto;
  border-radius: 40px;
  overflow: hidden;
  margin: 0 auto;
  background: #FFF;
  justify-content: center;
  aspect-ratio: 307/410;
  display: flex;
}

#bepricelessModal .pic-wrapper img {
  object-fit: cover;
  aspect-ratio: 166/221;
}

#bepricelessModal .col-md-4 {
  max-width: 307px;
}

#bepricelessModal .col-md-8 {
  flex: 1;
}

#bepricelessModal .card-title {
  color: #569A20;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
}

#bepricelessModal .card-position {
  font-weight: 700;
}

@media (max-width:768px) {
  #bepricelessModal .modal-dialog .modal-content::before {
    display: none;
  }

  #bepricelessModal .modal-body {
    padding: 0 15px 40px 15px;
  }
}

/* 高亮目标元素的样式 */
.scroll-highlight {
  animation: highlightBgFade 2s ease-out;
}

@keyframes highlightBgFade {
  0% {
    background-color: rgba(66, 153, 225, 0.1);
    box-shadow: 0 0 0 0 rgba(66, 153, 225, 0.2);
  }

  30% {
    background-color: rgba(66, 153, 225, 0.5);
    box-shadow: 0 0 20px 5px rgba(66, 153, 225, 0.3);
  }

  70% {
    background-color: rgba(66, 153, 225, 0.2);
    box-shadow: 0 0 10px 2px rgba(66, 153, 225, 0.1);
  }

  100% {
    background-color: rgba(66, 153, 225, 0);
    box-shadow: 0 0 0 0 rgba(66, 153, 225, 0);
  }
}

/* #endregion */

/* #region our work */
.section-our-work .field--name-field-html-content .row {
  width: 195px;
  flex-wrap: nowrap;
  margin-left: 172px;
  padding-top: 26px;
}

.section-our-work .node-wrapper {
  padding: 0;
}

.section-our-work .node-wrapper:nth-child(1) {
  z-index: 2;
}

.section-our-work .node-wrapper:nth-child(2) {
  margin-left: -22px;
  margin-top: 39px;
  z-index: 1;
}

.section-our-work .node-wrapper:nth-child(3) {
  margin-left: -22px;
}

.section-our-work .node1,
.section-our-work .node2,
.section-our-work .node3 {
  width: 195px;
  height: 195px;
  border-radius: 200px;
  padding: 0 19px;
  align-items: center;
  flex-wrap: wrap;
}



.section-our-work .node1 h4,
.section-our-work .node2 h4,
.section-our-work .node3 h4 {
  color: #FFF;
  text-align: center;
  line-height: 27px;
  font-size: 20px;
}


.section-our-work .node1 h4,
.section-our-work .node3 h4 {
  padding-top: 71px;
}

.section-our-work .node2 h4 {
  margin-top: -59px;
}

.section-our-work .node1 {
  background: rgba(77, 149, 203, 0.6);
  position: relative;
}

.section-our-work .node2 {
  background: rgba(86, 154, 32, 0.6);
}

.section-our-work .node3 {
  background: rgba(151, 90, 182, 0.6);
}

.section-our-work .node2 img {
  width: 78px;
  height: auto;
  margin: 0 auto;
  display: block;
  top: -58px;
  position: relative;
  aspect-ratio: 78 / 127;
}

.section-our-work .node1 a,
.section-our-work .node2 a,
.section-our-work .node3 a {
  color: #FFF;
  display: block;
  text-align: center;
  margin-top: 25px;
  background: none;
}

.section-our-work .node1 a.left-triangle::after,
.section-our-work .node2 a.left-triangle::after,
.section-our-work .node3 a.left-triangle::after {
  margin-left: 10px;
}

/* #endregion */

/* #region resources-download-view */
/**
    * 包含：
    ＊     Child Safeguarding Policy (Our Work 頁面)
    ＊     Our Impact 頁面
    * 资源下载页面样式调整
    * 包括卡片布局、图片样式、文本样式等
    * 适用于资源下载视图中的特定卡片样式
    */
.resources-download-view .card.resource-card.card-1 {
  max-width: 714px;
  border-radius: 40px;
  overflow: hidden;
  margin: 0 auto;
}

.resources-download-view .row.g-0 {
  padding: 20px;
}

.resources-download-view .card.resource-card.card-1 .col-md-4 {
  height: 100%;
  max-width: 150px;
  display: flex;
  justify-content: center;
}

.resources-download-view .card.resource-card.card-1 .col-md-4 img {
  height: 213px;
  background: #989898;
  border-radius: 20px;
  overflow: hidden;
  max-width: 150px;
  display: flex;
  align-items: center;
}

.resources-download-view .card.resource-card.card-1 .col-md-8 {
  flex: 1;
}

.resources-download-view .card.resource-card.card-1 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.resources-download-view .card.resource-card.card-1 li {
  list-style: none;
  height: 40px;
}

.resources-download-view .card.resource-card.card-1 .card-body {
  height: 100%;
}

.resources-download-view .card.resource-card.card-1 .card-body a {
  display: block;
  border-radius: 100px;
  background: #B66CDD;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 9px 16px 9px 18px;
}

.resources-download-view .card.resource-card.card-1 .card-body a.ver-ch {
  background: #569A20;
  ;
}

.resources-download-view .view:not(.view-block-award-homepage-swiper) .view-header h2 {
  margin: 0 auto 30px auto;
  font-size: var(--font-size-md);
  max-width: 1100px;
  /*限制1100（不是1200）因為要適應h2的裝飾物定位*/
}

.resources-download-view .view-header p {
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

.resources-download-view .paragraph--type--view .field--name-bp-view .field__item:not(:first-child) {
  margin-top: 50px;
  /*每個view之間的間隔*/
}

.resources-download-view .resource-card.card-1 .card-row .col-left {
  min-height: 214px;
  min-width: 150px;
}

/* #endregion */


/* #region our impact view */
body:not(.path-frontpage) .theme-content-section>.layout__region>.block-layout-builder .section-our-impact-list {
  padding-bottom: 50px;
}

.resources-download-view.our-impact-view .view:not(.view-block-award-homepage-swiper) .view-header h2 {
  margin: 0;
  margin-bottom: 10px;
}

.resources-download-view.our-impact-view .view:not(.view-block-award-homepage-swiper) .view-header h2::after {
  display: none;
}

.resources-download-view.our-impact-view .view-block-resources .view-header {
  margin-bottom: 20px;
}

.resources-download-view.our-impact-view .view-block-resources .view-header p {
  font-size: 22px;
}

/*#endregion*/

/* #region more detail child safeguarding policy */
.section-more-detail-child-safeguarding-policy {
  display: flex;
  justify-content: center;
  text-align: center;
}

.section-more-detail-child-safeguarding-policy .field--name-bp-header {
  color: #975AB6;
}

/* #endregion */


/* #region risk seesaw */
.section-risk-seesaw .paragraph>.paragraph__column {
  text-align: center;
}

.section-risk-seesaw p {
  font-size: 22px;
  line-height: 32px;
}

.section-risk-seesaw iframe {
  border: none;
  max-width: 980px;
  width: 90%;
  height: 100%;
  max-height: 736px;
  aspect-ratio: 980 / 736;
}

/* #endregion */


/* #region paragraphs posters card */
.paragraph--type--posters-item .poster-card {
  width: 100%;
  max-width: 438px;
  /* height: 283px; */
  border-radius: 40px;
  border: 1px solid #AC885D;
  background: #FFF4E6;
  margin: 0 auto;
}

.paragraph--type--posters-item .poster-left-panel {
  flex: 1;
  z-index: unset;
}

.paragraph--type--posters-item .poster-left-panel button {
  background: unset;
}

.paragraph--type--posters-item .poster-right-panel {
  width: 46.6%;
  /*203/438*/
  aspect-ratio: 203/286;
  /*保持寬高度*/
}

.paragraph--type--posters-item .poster-title {
  font-size: 22px;
  font-weight: 900;
  color: #AC885D;
}

.paragraph--type--posters-item .poster-right-panel img {
  width: 100%;
  max-width: 203px;
  aspect-ratio: 203/286;
  box-shadow: unset;
  position: absolute;
  top: 5.6%;
  /*13/286*/
  left: 6.4%;
  /*16/203*/
  object-fit: cover;
}

.paragraph--type--posters-item .poster-right-panel .poster-title {
  color: #AC885D;
  font-family: Nunito;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.paragraph--type--posters .paragraph__column.row .col-lg-4 {
  margin-bottom: 34px;
}

.poster-left-content {
  padding: 30px 30px;
}

.poster-download-wrapper {
  height: 30px;
}

.poster-download-wrapper .download-icon {
  text-indent: -9999px;
  font-size: 0;
  height: 20px;
}

.poster-download-wrapper .download-icon::before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: url('../images/decro/download.svg') no-repeat center;
}

.poster-download-wrapper .download-text {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

@media (max-width: 1460px) {
  .paragraph--type--posters .paragraph__column.row .col-lg-4 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (max-width: 991px) {
  .paragraph--type--posters .paragraph__column.row .col-lg-4 {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 54px;
  }
}

@media (max-width: 600px) {
  .paragraph--type--posters-item .poster-left-panel {
    padding: 10px 0 0 10px;
  }

  .paragraph--type--posters-item .poster-right-panel {
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;
  }

  .paragraph--type--posters-item .poster-title {
    font-size: 1rem;
  }
}

/*#endregion*/


/* #region Flashcards */
.view-block-flashcards .col-lg-4 {
  width: 25%;
}

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

.card.flashcards-card .card-img-top {
  width: 100%;
  max-height: 212px;
  aspect-ratio: 339/212;
}

.card.flashcards-card .card-img-top img {
  width: 100%;
  height: 100%;
  aspect-ratio: 339/212;
  object-fit: cover;
}

.card.flashcards-card .card-body {
  padding: 0 25px 20px 20px;
}

.card.flashcards-card .card-tags {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  width: fit-content;
  padding: 0 18px 0 15px;
  left: -20px;
  top: -18px;
  height: 35px;
  line-height: 35px;
  position: relative;
  z-index: 0;
}

.card.flashcards-card .card-tags.tags-93 {
  /*Flashcards Tag*/
  background-color: #DBF9D9;
  border-color: var(--i2-theme-color-green);
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: var(--i2-theme-color-green);
}

.card.flashcards-card .card-tags.tags-94 {
  /*For Family Tag*/
  background-color: #F8EBFF;
  border-color: #975AB6;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #975AB6;
}

.card.flashcards-card .card-title {
  color: #569A20;
  font-family: Nunito;
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  margin-top: -3px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card.flashcards-card a.card-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  text-indent: -9999px;
  cursor: pointer;
}

/*#endregion*/


/* #region animation view */
.section-animations-view .view-filters .community-voice-filter-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: left;
  padding: 0;
}

.section-animations-view .view-filters .form-item label {
  display: none;
}

.section-animations-view .view-filters .form-item .community-voice-filter-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: #FFF;
  color: #569A20;
  font-family: Nunito;
  font-size: 18px;
  height: 54px;
  line-height: 54px;
  padding: 0 21px;
  cursor: pointer;
}

.section-animations-view .view-filters .form-item .community-voice-filter-list li.active {
  background: #569A20;
  color: #FFF;
  font-weight: 700;
}

.section-animations-view .view-filters .form-actions input {
  display: none;
}

.section-animations-view .view-content {
  margin-top: 30px;
}

.section-animations-view .animations-card .row .col-md-4 {
  display: flex;
  align-items: center;
  max-width: 379px;
  padding: 20px 0 20px 20px;
}

.section-animations-view .animations-card .card-img {
  width: 100%;
  max-width: 379px;
  height: 100%;
  max-height: 213px;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
}

.section-animations-view .animations-card {
  width: 100%;
  max-width: var(--i2-theme-container);
  margin: 0 auto;
  border-radius: 40px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}

.section-animations-view .animations-card .card-img img {
  width: 100%;
  aspect-ratio: 379 / 213;
  object-fit: cover;
}

.section-animations-view .animations-card .card-body {
  padding-top: 29px;
}

.section-animations-view .animations-card .card-category {
  color: #569A20;
  font-family: Nunito;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.section-animations-view .animations-card .card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 46px;
}

.section-animations-view .animations-card .card-title~p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-animations-view .animations-card .card-title~p::after {
  display: block;
  float: left;
  margin-right: 10px;
  content: '';
  width: 20px;
  height: 20px;
  background: url('../images/decro/video.svg') center no-repeat;
}

.section-animations-view .view-content .video-ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: left;
  padding: 0;
}

.section-animations-view .view-content .video-ul li {
  list-style: none;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  padding: 9px 24px;
  border-radius: 100px;
  cursor: pointer;
}

.section-animations-view .view-content .video-ul li.en {
  background: #B66CDD;
}

.section-animations-view .view-content .video-ul li.cantonese {
  background: #569A20;
}

.section-animations-view .view-content .video-ul li.mandarin {
  background: #4D95CB;
}

.section-animations-view .view-content .video-ul li.urdu {
  background: #AC885D;
}

.section-animations-view .view-content .video-ul li.hindi {
  background: #01A1A1;
}

.section-animations-view .view-content .video-ul li.tagalog {
  background: #F2926F;
}

@media (max-width: 600px) {
  .section-animations-view .view-filters .form-item .community-voice-filter-list li {
    width: 100%;
    text-align: center;
  }
}

/*#endregion*/


/* #region community support info view */
body:not(.path-frontpage) .theme-content-section>.layout__region>.block-layout-builder .section-community-support-info-part-1 {
  padding-bottom: 20px;
}

body:not(.path-frontpage) .theme-content-section>.layout__region>.block-layout-builder .section-community-suppor-list {
  padding-bottom: 50px;
}

section.community-suppor-list {
  margin-top: 30px;
}

.section-community-support-info-view .paragraph--type--view .views-element-container .view-content.row {
  row-gap: 20px;
}

.section-community-support-info-view .paragraph--type--view .field--name-bp-view .field__item:not(:first-child) {
  margin-top: 50px;
  /*每個view之間的間隔*/
}

.section-community-support-info-view .view-header h3 {
  color: #569A20;
}

.section-community-support-info-view .card.info-card {
  width: 100%;
  max-width: 714px;
  height: 182px;
  margin: 0 auto;
  border-radius: 40px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}

.section-community-support-info-view .card.info-card .card-body {
  padding: 25px 72px 27px 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-community-support-info-view .card.info-card .card-body::after {
  display: block;
  position: absolute;
  right: 25px;
  top: 20px;
  content: '';
  width: 40px;
  height: 40px;
  background: url('../images/decro/arrow_rt.svg') center no-repeat;
}

.section-community-support-info-view .card.info-card .card-body~a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-community-support-info-view .card.info-card .card-body .card-title {
  font-size: 22px;
  font-weight: 700;
}

.section-community-support-info-view .card.info-card .card-body .card-telephone {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
}

.section-community-support-info-view .card.info-card .card-body .card-telephone::before {
  display: block;
  float: left;
  margin-right: 10px;
  content: '';
  width: 24px;
  height: 24px;
  background: url('../images/decro/telephone.svg') center no-repeat;
}

@media (max-width: 991px) {
  .section-community-support-info-view .card.info-card .card-body .card-title {
    font-size: 18px;
  }

  .section-community-support-info-view .card.info-card .card-body .card-telephone {
    font-size: 18px;
    line-height: 18px;
  }
}

/*#endregion*/


/* #region download packs */
.section-download-packs .field--name-bp-header {
  font-size: 36px;
  color: #975AB6;
  margin-bottom: 50px;
}

.section-download-packs .paragraph--type--posters h2 {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin: 0 auto;
}

.section-download-packs .paragraph--type--posters h2::after {
  display: none;
}

/*#endregion*/



/* #region blogs */
body:not(.path-frontpage) .theme-content-section>.layout__region>.block-layout-builder .section-blogs-part-1 {
  padding-bottom: 40px;
}

.section-blogs-part-1 h3 {
  margin-bottom: 0;
}

.section-blogs-view .form--inline {
  justify-content: space-between;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

.section-blogs-view .form--inline .form-item:first-child {
  flex: 1;
}

.section-blogs-view .view-filters .form-item label {
  display: none;
}

.section-blogs-view .view-filters .form-actions input {
  display: none;
}

.section-blogs-view .view-filters .form-select {
  width: 284px;
  height: 54px;
  border-radius: 50px;
  border: 1px solid #569A20;
  background: #FFF;
  color: #569A20;
  font-size: 18px;
  font-weight: 700;
  background: url('../images/decro/arrow_down.svg') center no-repeat;
  background-size: 12px 6px;
  background-position-x: 95%;
  padding: 0 26px 0 20px;
  cursor: pointer;
}

.section-blogs-view .view-filters .form-item-title {
  align-items: center;
  display: flex;
  height: 54px;
}

.section-blogs-view .view-filters .form-item-title input {
  max-width: 339px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #569A20;
  background: #FFF;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  padding: 0 40px 0 20px;
  position: relative;
  background: url('../images/decro/search.svg') center no-repeat;
  background-size: 32px 32px;
  background-position-x: calc(100% - 4px);
}

.section-blogs-view .card.blogs-card {
  width: 100%;
  max-width: 452px;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  position: relative;
}

.section-blogs-view .card.blogs-card .card-img-top {
  width: 100%;
  max-width: 452px;
  max-height: 283px;
  aspect-ratio: 452/283;
  overflow: hidden;
  border-radius: 40px 40px 0 0;
  background: #989898;
}

.section-blogs-view .card.blogs-card .card-img-top img {
  aspect-ratio: 452/283;
  object-fit: cover;
}

.section-blogs-view .card.blogs-card .card-header {
  border: none;
  padding: 0;
  background: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.section-blogs-view .card.blogs-card .card-category {
  color: #569A20;
  font-size: 18px;
  font-weight: 900;
}

.section-blogs-view .card.blogs-card .card-category::after {
  display: block;
  content: '';
  width: 100%;
  height: 6px;
  background: #DBF9D9;
  border-radius: 50px;
}

.section-blogs-view .card.blogs-card .like {
  align-items: center;
  display: flex;
}

.section-blogs-view .card.blogs-card .like::before {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background: url('../images/decro/like.svg') center no-repeat;
}

.section-blogs-view .card.blogs-card .card-link {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0;
}

.section-blogs-view .card.blogs-card .card-title {
  color: #AC885D;
  font-size: 20px;
  font-weight: 900;
}

.section-blogs-view .card.blogs-card .card-date time {
  color: #6C6C6C;
  font-size: 16px;
  font-weight: 500;
}

 .pagination .page-item a {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  border: 1px solid #B66CDD;
  border-radius: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #000;
}

.pagination .page-item.is-active a {
  background: #B66CDD;
  font-weight: 700;
  color: #FFF;
  border-radius: 100px;
}

 .pagination .page-item a .visually-hidden {
  display: none;
}

.pagination .pager__item--next a {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  background: url('../images/decro/page_next.svg') no-repeat center;
  text-indent: -9999px;
  border: unset;
}

.pagination .pager__item--previous a {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  background: url('../images/decro/page_prev.svg') no-repeat center;
  text-indent: -9999px;
  border: unset;
}

.pagination .pager__item--first a,
.pagination .pager__item--last a {
  display: none;
}

.pagination {
  gap: 0.625rem;
  padding: 50px 0;
}

@media (min-width: 992px) {
  .section-blogs-view .card-body {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .section-blogs-view .form--inline {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-blogs-view .form-item {
    margin-top: 0;
  }
}

/*#endregion*/


/* #region blogs detail */
body.page-node-type-resources-blogs {
  background-color: #E5FEFF;
}

article.node--type-resources-blogs {
  position: relative;
}

/* 偽元素模擬背景圖片（適用於所有屏幕，但默認是固定尺寸） */
article.node--type-resources-blogs>.node__content::before {
  content: '';
  position: absolute;
  /* 大於等於1920px時使用固定值 */
  left: calc(50% - 510px);
  top: 259px;
  width: 359px;
  height: 298px;
  background: url('../images/content/resources/blogs_detail_bg_left.png') no-repeat;
  background-size: contain;
  /* 保證圖片完整顯示在元素內 */
  pointer-events: none;
  z-index: -1;
  aspect-ratio: 359 / 298;
  transform: translateX(-100%);
}

article.node--type-resources-blogs>.node__content::after {
  content: '';
  position: absolute;
  /* 大於等於1920px時使用固定值 */
  left: calc(50% + 550px);
  top: 131px;
  width: 376px;
  height: 348px;
  background: url('../images/content/resources/blogs_detail_bg_right.png') no-repeat;
  background-size: cover;
  /* 保證圖片完整顯示在元素內 */
  pointer-events: none;
  z-index: -1;
  aspect-ratio: 376 / 348;
}


/* 當螢幕小於 1920px 時，啟用響應式 left */
@media (max-width: 1700px) {
  article.node--type-resources-blogs>.node__content::after {
    top: 181px;
  }
}

@media (max-width: 1200px) {
  article.node--type-resources-blogs>.node__content::after {
    right: -199px;
  }
}

@media (max-width: 1100px) {
  article.node--type-resources-blogs>.node__content::before {
    display: none;
  }

  article.node--type-resources-blogs>.node__content::after {
    display: none;
  }
}

article.node--type-resources-blogs {
  margin: 250px auto 0;
  overflow: hidden;
}

body.toolbar-horizontal article.node--type-resources-blogs {
  margin: 210px auto 0;
  /*針對toolbar減40高度*/
}

article.node--type-resources-blogs .layout.layout--onecol .block-layout-builder,
article.node--type-resources-blogs .layout.layout--twocol-section {
  max-width: 1040px;
  padding-left: var(--i2-container-padding);
  padding-right: var(--i2-container-padding);
  margin: 0 auto;
}

article.node--type-resources-blogs .layout.layout--twocol-section:has(* .field--name-created) {
  margin-top: 20px;
}

article.node--type-resources-blogs .field--name-field-resblogs-category {
  text-align: center;
  color: #AC885D;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 33px;
  margin-bottom: 10px;
}

article.node--type-resources-blogs .block-field-blocknoderesources-blogstitle {
  text-align: center;
}

article.node--type-resources-blogs .field--name-title {
  color: #569A20;
  font-size: 50px;
  font-weight: 900;
}

article.node--type-resources-blogs .field--name-created {
  border-radius: 50px;
  background: #569A20;
  height: 36px;
  display: inline-block;
  padding: 7px 16px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

ul.blogs-right-btn {
  display: flex;
  flex-direction: row;
  width: fit-content;
  margin-left: auto;
  gap: 30px;
}

ul.blogs-right-btn li {
  flex: 1;
  list-style: none;
}

ul.blogs-right-btn li a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
}

ul.blogs-right-btn li.blogs-like-btn a::before {
  display: block;
  content: '';
  width: 36px;
  height: 36px;
  background: url('../images/decro/btn_like.svg') center no-repeat;
}

ul.blogs-right-btn li.blogs-share-btn a::before {
  display: block;
  content: '';
  width: 36px;
  height: 36px;
  background: url('../images/decro/btn_share.svg') center no-repeat;
}

ul.blogs-right-btn li.blogs-share-btn a {
  color: #B66CDD;
}

article.node--type-resources-blogs .paragraph--type--swiper-carousel {
  margin-top: 30px;
}

article.node--type-resources-blogs .field--name-field-html-content {
  /* margin-top: 50px; */
  line-height: 26px;
  font-weight: 400;
}

article.node--type-resources-blogs .paragraph--type--fancybox-image-item {
  margin-top: 20px;
}

article.node--type-resources-blogs .paragraph--type--fancybox-image-item .field--name-field-bp-image {
  text-align: center;
}

article.node--type-resources-blogs .paragraph--type--fancybox-image-item .field--name-field-bp-image img {
  aspect-ratio: 980 / 613;
  width: 100%;
  border-radius: 50px;
  object-fit: cover;
}

article.node--type-resources-blogs .paragraph--type--section-paragraphs {
  margin-top: 42px;
}

article.node--type-resources-blogs .paragraph--type--section-paragraphs h2 {
  margin: 0 0 20px 0;
}

article.node--type-resources-blogs .paragraph--type--section-paragraphs h2::after {
  display: none;
}

article.node--type-resources-blogs .paragraph--type--section-paragraphs .field--name-bp-header {
  color: #975AB6;
  font-size: 36px;
  font-weight: 900;
}

article.node--type-resources-blogs .paragraph--type--section-paragraphs .field--name-field-html-content a {
  color: #569A20;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

article.node--type-resources-blogs .card-body {
  padding: 21px 25px 25px 25px;
}

.BlogsRelated-Swiper {
  max-width: 1460px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.BlogsRelated-button-next {
  margin-right: 20px;
}

.BlogsRelated-button-prev {
  margin-right: 20px;
}

.view-block-related-blogs .view-content {
  max-width: var(--i2-theme-container);
}

.view-block-related-blogs .views-row {
  max-width: 452px;
  height: 450px;
  position: relative;
}

.view-block-related-blogs .swiper-wrapper .views-field-title {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;

}

.view-block-related-blogs .swiper-wrapper .views-field-title a {
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  display: block;
}


.view-block-related-blogs .card.blogs-card {
  width: 100%;
  max-width: 452px;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.view-block-related-blogs .card.blogs-card .card-img-top {
  width: 100%;
  max-width: 452px;
  max-height: 283px;
  aspect-ratio: 452/283;
  overflow: hidden;
  border-radius: 40px 40px 0 0;
  background: #989898;
}

.view-block-related-blogs .card.blogs-card .card-img-top img {
  aspect-ratio: 452/283;
  object-fit: cover;
}

.view-block-related-blogs .card.blogs-card .card-header {
  border: none;
  padding: 0;
  background: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.view-block-related-blogs .card.blogs-card .card-category {
  color: #569A20;
  font-size: 18px;
  font-weight: 900;
}

.view-block-related-blogs .card.blogs-card .card-category::after {
  display: block;
  content: '';
  width: 100%;
  height: 6px;
  background: #DBF9D9;
  border-radius: 50px;
}

.view-block-related-blogs .card.blogs-card .like {
  align-items: center;
  display: flex;
}

.view-block-related-blogs .card.blogs-card .like::before {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background: url('../images/decro/like.svg') center no-repeat;
}

.view-block-related-blogs .card.blogs-card .card-link {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0;
}

.view-block-related-blogs .card.blogs-card .card-title a {
  color: #AC885D;
  font-size: 20px;
  font-weight: 900;
}

.view-block-related-blogs .card.blogs-card .card-date time {
  color: #6C6C6C;
  font-size: 16px;
  font-weight: 500;
}

article.node--type-resources-blogs .layout.layout--onecol:has(+ .related-blogs) {
  padding-bottom: calc(130px + 8.8542vw);
}

.related-blogs {
  background-color: #DBF9D9;
}

article.node--type-resources-blogs .node__content>: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);
}

@media screen and (max-width: 767px) {
  article.node--type-resources-blogs .node__content>:last-child {
    background-image: url(../images/footer/end_graphic_right.png);
    background-position: right bottom;
    background-size: 80% auto;
    padding-bottom: 200px;
  }
}

article.node--type-resources-blogs .swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-top: 20px;
}

@media (max-width: 820px) {
  article.node--type-resources-blogs {
    margin: 180px auto 0;
  }
}

@media (max-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 calc(50% - 4vw);
    } */
  ul.blogs-right-btn {
    gap: 10px;
  }

  article.node--type-resources-blogs {
    margin: 160px auto 0;
  }
}

/*#endregion*/

/* #region webform */
.webform1 .field--name-field-html-content {
  max-width: 694px;
  font-size: 22px;
  line-height: 32px;
  margin: 0 auto;
}

.webform1 .field--name-field-webform {
  padding-top: 16px;
  max-width: 714px;
  margin: 0 auto;
  position: relative;
}

.webform1 .field--name-field-webform::before {
  display: block;
  content: '';
  position: absolute;
  width: 91px;
  height: 111px;
  right: -16px;
  top: -5px;
  /*21-padding(16)*/
  background: url('../images/decro/chat1.png') no-repeat center;
  z-index: 1;
}

.webform1 .field--name-field-webform::after {
  display: block;
  content: '';
  position: absolute;
  width: 203px;
  height: 319px;
  left: 0;
  bottom: 0;
  background: url('../images/decro/people1.png') no-repeat center;
  transform: translate(-125px, 22px);
}

.webform1 input.form-control {
  height: 40px;
}

.webform1 .webform-submission-form .form-actions {
  margin-top: 40px;
}

@media (max-width: 991px) {

  .webform1 .field--name-field-webform::after,
  .webform1 .field--name-field-webform::before {
    display: none;
  }
}

/*#endregion*/


/* #region award view */
body:not(.path-frontpage) .theme-content-section>.layout__region>.block-layout-builder .section-award-view-part-1 {
  padding-bottom: 40px;
}

.section-award-view .form--inline {
  justify-content: space-between;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

.section-award-view .form--inline .form-item:first-child {
  flex: 1;
}

.section-award-view .view-filters .form-item label {
  display: none;
}

.section-award-view .view-filters .form-actions input {
  display: none;
}

.section-award-view .view-filters .form-select {
  width: 284px;
  height: 54px;
  border-radius: 50px;
  border: 1px solid #569A20;
  background: #FFF;
  color: #569A20;
  font-size: 18px;
  font-weight: 700;
  background: url('../images/decro/arrow_down.svg') center no-repeat;
  background-size: 12px 6px;
  background-position-x: 95%;
  padding: 0 26px 0 20px;
  cursor: pointer;
}

.section-award-view .view-filters .js-form-type-textfield {
  float: right;
  align-items: center;
  display: flex;
  height: 54px;
}

.section-award-view .view-filters .js-form-type-textfield input {
  max-width: 339px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #569A20;
  background: #FFF;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  padding: 0 40px 0 20px;
  position: relative;
  background: url('../images/decro/search.svg') center no-repeat;
  background-size: 32px 32px;
  background-position-x: calc(100% - 4px);
}

.section-award-view .card.award-card {
  width: 100%;
  max-width: 452px;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  position: relative;
}

.section-award-view .card.award-card .card-img-top {
  width: 100%;
  max-width: 452px;
  max-height: 283px;
  aspect-ratio: 452/283;
  overflow: hidden;
  border-radius: 40px 40px 0 0;
  background: #989898;
}

.section-award-view .card.award-card .card-img-top img {
  aspect-ratio: 452/283;
  object-fit: cover;
}

.section-award-view .card.award-card .card-header {
  border: none;
  padding: 0;
  background: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.section-award-view .card.award-card .card-category {
  color: #569A20;
  font-size: 18px;
  font-weight: 900;
}

.section-award-view .card.award-card .card-category::after {
  display: block;
  content: '';
  width: 100%;
  height: 6px;
  background: #DBF9D9;
  border-radius: 50px;
}

.section-award-view .card.award-card .like {
  align-items: center;
  display: flex;
}

.section-award-view .card.award-card .like::before {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background: url('../images/decro/like.svg') center no-repeat;
}

.section-award-view .card.award-card .card-link {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0;
}

.section-award-view .card.award-card .card-title {
  color: #AC885D;
  font-size: 20px;
  font-weight: 900;
}

.section-award-view .card.award-card .card-date time {
  color: #6C6C6C;
  font-size: 16px;
  font-weight: 500;
}

.section-award-view .pagination .page-item a {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  border: 1px solid #B66CDD;
  border-radius: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #000;
}

.section-award-view .pagination .page-item.is-active a {
  background: #B66CDD;
  font-weight: 700;
  color: #FFF;
}

.section-award-view .pagination .page-item a .visually-hidden {
  display: none;
}

.section-award-view .pagination .pager__item--next a {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  background: url('../images/decro/page_next.svg') no-repeat center;
  text-indent: -9999px;
  border: unset;
}

.section-award-view .pagination .pager__item--previous a {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  background: url('../images/decro/page_prev.svg') no-repeat center;
  text-indent: -9999px;
  border: unset;
}

.section-award-view .pagination .pager__item--first a,
.section-award-view .pagination .pager__item--last a {
  display: none;
}

.section-award-view .pagination {
  gap: 0.625rem;
  padding: 50px 0;
}

@media (min-width: 992px) {
  .section-award-view .card-body {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .section-award-view .form--inline {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-award-view .form-item {
    margin-top: 0;
  }
}

/*#endregion*/


/* #region award detail */
body.page-node-type-annual-seed-award {
  background-color: #E5FEFF;
}

article.node--type-annual-seed-award {
  position: relative;
}

/* 偽元素模擬背景圖片（適用於所有屏幕，但默認是固定尺寸） */
article.node--type-annual-seed-award>.node__content::before {
  content: '';
  position: absolute;
  /* 大於等於1920px時使用固定值 */
  left: 79px;
  top: 259px;
  width: 359px;
  height: 298px;
  background: url('../images/content/resources/blogs_detail_bg_left.png') no-repeat;
  background-size: contain;
  /* 保證圖片完整顯示在元素內 */
  pointer-events: none;
  z-index: -1;
  aspect-ratio: 359 / 298;
}

article.node--type-annual-seed-award>.node__content::after {
  content: '';
  position: absolute;
  /* 大於等於1920px時使用固定值 */
  right: 62px;
  top: 131px;
  width: 376px;
  height: 348px;
  background: url('../images/content/resources/blogs_detail_bg_right.png') no-repeat;
  background-size: cover;
  /* 保證圖片完整顯示在元素內 */
  pointer-events: none;
  z-index: -1;
  aspect-ratio: 376 / 348;
}


/* 當螢幕小於 1920px 時，啟用響應式 left */
@media (max-width: 1919px) {
  article.node--type-annual-seed-award>.node__content::before {
    left: min(79px, max(10px, calc(100vw - 1841px)));
  }

  article.node--type-annual-seed-award>.node__content::after {
    right: min(62px, max(10px, calc(100vw - 1858px)));
  }
}

@media (max-width: 1700px) {
  article.node--type-annual-seed-award>.node__content::after {
    top: 181px;
  }
}

@media (max-width: 1300px) {
  article.node--type-annual-seed-award>.node__content::before {
    left: -35px;
  }

  article.node--type-annual-seed-award>.node__content::after {
    right: -116px;
  }
}

@media (max-width: 1200px) {
  article.node--type-annual-seed-award>.node__content::after {
    right: -199px;
  }
}

@media (max-width: 1100px) {
  article.node--type-annual-seed-award>.node__content::before {
    display: none;
  }

  article.node--type-annual-seed-award>.node__content::after {
    display: none;
  }
}

article.node--type-annual-seed-award {
  margin: 250px auto 0;
  overflow: hidden;
}

body.toolbar-horizontal article.node--type-annual-seed-award {
  margin: 210px auto 0;
  /*針對toolbar減40高度*/
}

article.node--type-annual-seed-award .layout.layout--onecol .block-layout-builder,
article.node--type-annual-seed-award .layout.layout--twocol-section {
  max-width: 1040px;
  padding-left: var(--i2-container-padding);
  padding-right: var(--i2-container-padding);
  margin: 0 auto;
}

article.node--type-annual-seed-award .layout.layout--twocol-section:has(* .field--name-created) {
  margin-top: 20px;
}

article.node--type-annual-seed-award .field--name-field-resblogs-category {
  text-align: center;
  color: #AC885D;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 33px;
  margin-bottom: 10px;
}

article.node--type-annual-seed-award .block-field-blocknoderesources-blogstitle {
  text-align: center;
}

article.node--type-annual-seed-award .field--name-title {
  color: #569A20;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  display: block;
}

article.node--type-annual-seed-award .field--name-created {
  border-radius: 50px;
  background: #569A20;
  height: 36px;
  display: inline-block;
  padding: 7px 16px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

ul.blogs-right-btn {
  display: flex;
  flex-direction: row;
  width: fit-content;
  margin-left: auto;
  gap: 30px;
}

ul.blogs-right-btn li {
  flex: 1;
  list-style: none;
}

ul.blogs-right-btn li a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
}

ul.blogs-right-btn li.blogs-like-btn a::before {
  display: block;
  content: '';
  width: 36px;
  height: 36px;
  background: url('../images/decro/btn_like.svg') center no-repeat;
}

ul.blogs-right-btn li.blogs-share-btn a::before {
  display: block;
  content: '';
  width: 36px;
  height: 36px;
  background: url('../images/decro/btn_share.svg') center no-repeat;
}

ul.blogs-right-btn li.blogs-share-btn a {
  color: #B66CDD;
}

article.node--type-annual-seed-award .paragraph--type--swiper-carousel {
  margin-top: 30px;
}

article.node--type-annual-seed-award .field--name-field-html-content {
  /* margin-top: 50px; */
  line-height: 26px;
  font-weight: 400;
}

article.node--type-annual-seed-award .paragraph--type--fancybox-image-item {
  margin-top: 20px;
}

article.node--type-annual-seed-award .paragraph--type--fancybox-image-item .field--name-field-bp-image {
  text-align: center;
}

article.node--type-annual-seed-award .paragraph--type--fancybox-image-item .field--name-field-bp-image img {
  aspect-ratio: 980 / 613;
  width: 100%;
  border-radius: 50px;
  object-fit: cover;
}

article.node--type-annual-seed-award .paragraph--type--section-paragraphs {
  margin-top: 42px;
}

article.node--type-annual-seed-award .paragraph--type--section-paragraphs h2 {
  margin: 0 0 20px 0;
}

article.node--type-annual-seed-award .paragraph--type--section-paragraphs h2::after {
  display: none;
}

article.node--type-annual-seed-award .paragraph--type--section-paragraphs .field--name-bp-header {
  color: #975AB6;
  font-size: 36px;
  font-weight: 900;
}

article.node--type-annual-seed-award .paragraph--type--section-paragraphs .field--name-field-html-content a {
  color: #569A20;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

article.node--type-annual-seed-award .card-body {
  padding: 21px 25px 25px 25px;
}

.BlogsRelated-Swiper {
  max-width: 1460px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.BlogsRelated-button-next {
  margin-right: 20px;
}

.BlogsRelated-button-prev {
  margin-right: 20px;
}

.view-block-related-annual-seed-award .view-content {
  max-width: var(--i2-theme-container);
}

.view-block-related-annual-seed-award .views-row {
  max-width: 452px;
  height: 450px;
  position: relative;
}

.view-block-related-annual-seed-award .swiper-wrapper .views-field-title {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;

}

.view-block-related-annual-seed-award .swiper-wrapper .views-field-title a {
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  display: block;
}


.view-block-related-annual-seed-award .card.award-card {
  width: 100%;
  max-width: 452px;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.view-block-related-annual-seed-award .card.award-card .card-img-top {
  width: 100%;
  max-width: 452px;
  max-height: 283px;
  aspect-ratio: 452/283;
  overflow: hidden;
  border-radius: 40px 40px 0 0;
  background: #989898;
}

.view-block-related-annual-seed-award .card.award-card .card-img-top img {
  aspect-ratio: 452/283;
  object-fit: cover;
}

.view-block-related-annual-seed-award .card.award-card .card-header {
  border: none;
  padding: 0;
  background: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.view-block-related-annual-seed-award .card.award-card .card-category {
  color: #569A20;
  font-size: 18px;
  font-weight: 900;
}

.view-block-related-annual-seed-award .card.award-card .card-category::after {
  display: block;
  content: '';
  width: 100%;
  height: 6px;
  background: #DBF9D9;
  border-radius: 50px;
}

.view-block-related-annual-seed-award .card.award-card .like {
  align-items: center;
  display: flex;
}

.view-block-related-annual-seed-award .card.award-card .like::before {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background: url('../images/decro/like.svg') center no-repeat;
}

.view-block-related-annual-seed-award .card.award-card .card-link {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0;
}

.view-block-related-annual-seed-award .card.award-card .card-title a {
  color: #AC885D;
  font-size: 20px;
  font-weight: 900;
}

.view-block-related-annual-seed-award .card.award-card .card-date time {
  color: #6C6C6C;
  font-size: 16px;
  font-weight: 500;
}

article.node--type-annual-seed-award .layout.layout--onecol:has(+ .related-blogs) {
  padding-bottom: calc(130px + 8.8542vw);
}

.related-blogs {
  background-color: #DBF9D9;
}

article.node--type-annual-seed-award .node__content>: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);
}

@media screen and (max-width: 767px) {
  article.node--type-annual-seed-award .node__content>:last-child {
    background-image: url(../images/footer/end_graphic_right.png);
    background-position: right bottom;
    background-size: 80% auto;
    padding-bottom: 200px;
  }
}

article.node--type-annual-seed-award .swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-top: 20px;
}

@media (max-width: 820px) {
  article.node--type-annual-seed-award {
    margin: 180px auto 0;
  }
}

@media (max-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 calc(50% - 4vw);
    } */
  ul.blogs-right-btn {
    gap: 10px;
  }

  article.node--type-annual-seed-award {
    margin: 160px auto 0;
    overflow: hidden;
  }
}

@media (max-width: 767px) {

  /*blogs detail,news detail, award detail */
  .BlogsRelated-Swiper {
    max-width: 480px;
    margin: 0 auto;
  }
}

/*#endregion*/


/* #region community partnerships */
.section-community-partnerships-part-1 .paragraph--type--section-paragraphs {
  max-width: 980px !important;
}

.section-community-partnerships-part-1 .field--name-field-html-content {
  text-align: center;
}

.section-community-partnerships-partners .paragraph--type--card-list .paragraph__column.row {
  gap: calc(min(100vw, 1920px) * 70 / 1920);
  row-gap: calc(min(100vw, 1920px) * 87 / 1920);
  justify-content: space-evenly;
  margin: 0;
}

.section-community-partnerships-partners .paragraph--type--card-list .col-lg-3 {
  width: fit-content;
  padding: 0;
}

.section-community-partnerships-partners .paragraph--type--card-list-item {
  width: fit-content;
}

.section-community-partnerships-partners .card.card-list {
  border: 0;
}

.section-community-partnerships-partners .card-img-top {
  height: 98px;
  align-items: center;
  display: flex;
}

.section-community-partnerships-partners .card-img-top img {
  object-fit: contain;
  max-height: 98px;
  width: auto !important;
}

body:not(.path-frontpage) .theme-content-section>.layout__region>.block-layout-builder .section-community-partnerships-work-together {
  padding-bottom: 50px;
}

.section-community-partnerships-work-together .paragraph__column {
  max-width: 980px;
  float: none;
  margin: 0 auto;
}

.section-community-partnerships-work-together .paragraph--type--section-paragraphs h2 {
  color: #975AB6;
}

.section-community-partnerships-work-together .field--name-field-html-content p {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 145.455% */
  text-align: center;
}

.mailto {
  color: #569A20;
  font-size: 22px;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
}

.section-community-partnerships-view h3 {
  color: #569A20;
}

.section-community-partnerships-view .resource-card.card-1 .card-body ul {
  gap: 10px;
}

.section-community-partnerships-view .resource-card.card-1 .card-body ul li a {
  margin-right: 0;
}

.section-community-partnerships-photo-gallery .learning-journey-main-swiper-wrapper {
  margin-bottom: 18px;
}

.section-community-partnerships-photo-gallery .learning-journey-header {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .section-community-partnerships-view .col-xl-6 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (max-width:1400px) {
  .section-community-partnerships-partners .paragraph--type--card-list .paragraph__column.row {
    gap: calc(min(100vw, 1400px) * 42 / 1400);
    row-gap: calc(min(100vw, 1920px) * 87 / 1920);
  }
}

@media (max-width:1300px) {
  .section-community-partnerships-partners .paragraph--type--card-list .paragraph__column.row {
    gap: calc(min(100vw, 1300px) * 100 / 1300);
    row-gap: calc(min(100vw, 1920px) * 87 / 1920);
  }
}

@media (max-width:1367px) {
  .section-community-partnerships-partners .paragraph--type--card-list .paragraph__column.row {
    gap: calc(min(100vw, 1300px) * 100 / 1366);
    row-gap: calc(min(100vw, 1920px) * 87 / 1920);
  }
}

@media (max-width:1100px) {
  .section-community-partnerships-partners .paragraph--type--card-list .paragraph__column.row {
    gap: calc(100vw * 70 / 1100);
    row-gap: 20px;
  }

  .section-community-partnerships-view .resource-card.card-1 .card-body ul {
    gap: 6px;
  }

  .section-community-partnerships-view .resource-card.card-1 .card-body ul li a {
    padding: 10px 5px;
  }

  .section-community-partnerships-view .resource-card.card-1 .card-row .col-left {
    margin-right: 14px;
  }
}

@media (max-width:1024px) {
  .section-community-partnerships-partners .paragraph--type--card-list .paragraph__column.row {
    gap: calc(100vw * 60 / 1100);
    row-gap: 20px;
  }
}

@media (max-width:1023px) {
  .section-community-partnerships-view .paragraph--type--text-two-column>.paragraph__column>.column-50 {
    width: 100%;
  }

  .section-community-partnerships-view .resource-card.card-1 .card-body ul {
    gap: 20px;
  }

  .section-community-partnerships-view .resource-card.card-1 .card-body ul li a {
    padding: 10px 15px;
  }

  .section-community-partnerships-view .resource-card.card-1 .card-row .col-left {
    margin-right: 20px;
  }
}

@media (max-width: 912px) {
  .section-community-partnerships-partners .paragraph--type--card-list .paragraph__column.row {
    gap: calc(100vw * 50 / 1100);
    row-gap: 20px;
  }
}

/* #endregion */


/* #region volunteer opportunities */
body:not(.path-frontpage) .theme-content-section>.layout__region>.block-layout-builder .section-volunteer-opportunities-part-1 {
  padding-bottom: 70px;
}

.section-volunteer-opportunities-part-1 .field--name-field-html-content {
  text-align: center;
  line-height: 26px;
  font-weight: 500;
}

.section-volunteer-opportunities-part-1 .field--name-field-html-content img {
  aspect-ratio: 980/613;
  object-fit: cover;
  margin: 30px 0 36px 0;
  width: 100%;
  height: auto;
  max-width: 980px;
}

.section-volunteer-opportunities-webform {
  padding-top: 52px;
}

/*#endregion*/


/* #region stay connected contact us */
body:not(.path-frontpage) .theme-content-section .block-layout-builder>.section-contact-us-part-1:not(.have-bottom-curve) {
  padding-bottom: 50px;
  /*使用not規則覆蓋優先規則避免影響*/
}

.section-contact-us-part-1 .field--name-field-html-content {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}

.section-contact-us-part-1 .field--name-field-html-content::before {
  display: block;
  position: relative;
  content: '';
  width: 100%;
  max-width: 614px;
  background: url('../images/decro/char1.svg') no-repeat center;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  margin-bottom: 10px;
  background-size: contain;
  aspect-ratio: 614/54;
}

.section-contact-us-part-2 iframe {
  width: 100%;
  height: auto;
  max-width: 706px;
  aspect-ratio: 706/527;
  border-radius: 100px;
  background: #000;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}

.section-contact-us-part-2 .paragraph--type--text-two-column>.paragraph__column>div:nth-last-child(2) .field--name-field-html-content {
  text-align: center;
}

.section-contact-us-part-2 .paragraph--type--text-two-column>.paragraph__column>[class*="column-"] {
  --bs-gutter-x: 52px;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.section-contact-us-part-2 h3 {
  color: var(--i2-theme-color-green);
  margin-bottom: 10px;
  line-height: 41px;
}

.section-contact-us-part-2 h3:not(:first-child) {
  margin-top: 10px;
}

.section-contact-us-part-2 .paragraph--type--text-two-column>.paragraph__column>div:nth-last-child(1) .field--name-field-html-content {
  line-height: 26px;
  /* 162.5% */
}

a.social-facebook {
  display: inline-block;
  text-indent: -9999px;
  background: url('../images/icon/icon-facebook.svg') no-repeat center;
  width: 38px;
  height: 38px;
  margin-right: 20px;
}

a.social-instagram {
  display: inline-block;
  text-indent: -9999px;
  background: url('../images/icon/icon-ig.svg') no-repeat center;
  width: 38px;
  height: 38px;
  margin-right: 20px;
}

a.social-youtube {
  display: inline-block;
  text-indent: -9999px;
  background: url('../images/icon/icon-youtube.svg') no-repeat center;
  width: 38px;
  height: 38px;
  margin-right: 20px;
}

a.social-linkedin {
  display: inline-block;
  text-indent: -9999px;
  background: url('../images/icon/icon-linkedIn.svg') no-repeat center;
  width: 38px;
  height: 38px;
}

.section-contact-us-part-2 ul.btn-list {
  margin-top: 50px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-left: 0;
}

.section-contact-us-part-2 ul.btn-list li {
  list-style: none;
}

.section-contact-us-part-2 a.btn {
  padding: 9px 22px;
  border-radius: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.section-contact-us-part-2 li:nth-child(1) a.btn {
  background-color: #B66CDD;
}

.section-contact-us-part-2 li:nth-child(2) a.btn {
  background-color: #569A20;
}

.section-contact-us-part-2 li:nth-child(3) a.btn {
  background-color: #4D95CB;
}

@media (max-width:1024px) {
  .section-contact-us-part-2 a.btn {
    padding: 9px 7px;
  }
}

@media (max-width:600px) {
  .section-contact-us-part-2 a.btn {
    padding: 9px 10px;
  }
}

@media (max-width:560px) {
  .section-contact-us-part-2 ul.btn-list li {
    flex: 0 0 100%;
  }

  .section-contact-us-part-2 a.btn {
    width: 100%;
  }
}

/*#endregion*/



/* #region Latest News View */
.view-block-news .view-filters .form-actions {
  display: none;
}

.view-block-news .view-filters .form-item label {
  display: none;
}

.view-block-news .form--inline {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}

.view-block-news .form--inline .form-item:first-child {
  flex: 1;
}

.view-block-news .view-filters .js-form-type-textfield {
  align-items: center;
  display: flex;
  height: 54px;
}

.view-block-news .view-filters .form-select {
  width: 284px;
  height: 54px;
  border-radius: 50px;
  border: 1px solid #569A20;
  background: #FFF;
  color: #569A20;
  font-size: 18px;
  font-weight: 700;
  background: url(../images/decro/arrow_down.svg) center no-repeat;
  background-size: 12px 6px;
  background-position-x: 95%;
  padding: 0 26px 0 20px;
  cursor: pointer;
}

.view-block-news .view-filters .js-form-type-textfield input {
  max-width: 339px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #569A20;
  background: #FFF;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  padding: 0 40px 0 20px;
  position: relative;
  background: url(../images/decro/search.svg) center no-repeat;
  background-size: 32px 32px;
  background-position-x: calc(100% - 4px);
}

.card.news-card {
  width: 100%;
  max-width: 452px;
  min-height: 418px;
  border-radius: 40px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  position: relative;
}

.card.news-card .card-link {
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.card.news-card .card-img-top {
  max-height: 283px;
  width: 100%;
  height: auto;
  background-color: #D9D9D9;
  aspect-ratio: 339/212;
}

.card.news-card .card-body {
  padding: 25px;
}

.card.news-card .card-img-top img {
  object-fit: cover;
  height: 100%;
  aspect-ratio: 339/212;
}

.card.news-card .card-date time {
  color: #6C6C6C;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.card.news-card .card-title {
  margin-top: 10px;
  color: #AC885D;
  font-size: 20px;
  font-weight: 900;
  line-height: 27px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.view-block-news .pagination .page-item a {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  border: 1px solid #B66CDD;
  border-radius: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #000;
}

.view-block-news .pagination .page-item.is-active a {
  background: #B66CDD;
  color: #FFF;
  font-weight: 700;
}

.view-block-news .pagination .page-item a .visually-hidden {
  display: none;
}

.view-block-news .pagination .pager__item--next a {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  background: url('../images/decro/page_next.svg') no-repeat center;
  text-indent: -9999px;
  border: unset;
}

.view-block-news .pagination .pager__item--previous a {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  background: url('../images/decro/page_prev.svg') no-repeat center;
  text-indent: -9999px;
  border: unset;
}

.view-block-news .pagination .pager__item--first a,
.view-block-news .pagination .pager__item--last a {
  display: none;
}

.view-block-news .pagination {
  gap: 0.625rem;
  padding: 50px 0;
}

/*#endregion*/


/* #region Latest News Detail */
article.node--type-news-article {
  margin: 250px auto 0;
  overflow: hidden;
}

body.toolbar-horizontal article.node--type-news-article {
  margin: 210px auto 0;
  /*針對toolbar減40高度*/
}


article.node--type-news-article .layout.layout--onecol .block-layout-builder,
article.node--type-news-article .layout.layout--twocol-section {
  max-width: 1040px;
  padding-left: var(--i2-container-padding);
  padding-right: var(--i2-container-padding);
  margin: 0 auto;
}

article.node--type-news-article .block-field-blocknodenews-articletitle {
  text-align: center;
  color: #569A20;
  font-size: 50px;
  font-weight: 900;
  line-height: 68px;
  padding-bottom: 20px;
}

article.node--type-news-article .block-field-blocknodenews-articlecreated {
  padding-bottom: 50px;
}

article.node--type-news-article .field--name-created {
  border-radius: 50px;
  background: #569A20;
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
  color: #FFF;
  display: block;
  margin: 0 auto;
  width: fit-content;
}

article.node--type-news-article .field--name-created span {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}

article.node--type-news-article .paragraph--type--swiper-carousel {
  padding-bottom: 30px;
}

article.node--type-news-article .field--name-field-html-content p {
  line-height: 26px;
}

article.node--type-news-article .paragraph--type--youtube {
  padding: 30px 0 10px 0;
}

article.node--type-news-article .paragraph--type--section-paragraphs h2 {
  text-align: left;
  color: #975AB6;
  font-size: 36px;
  font-weight: 900;
  line-height: 49px;
  margin: 40px 0 20px 0;
}

article.node--type-news-article .paragraph--type--section-paragraphs h2::after {
  display: none;
}

article.node--type-news-article .paragraph--type--section-paragraphs .field--name-field-html-content a {
  color: #569A20;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

article.node--type-news-article .layout.layout--onecol:has(+ .related-blogs) {
  padding-bottom: calc(130px + 8.8542vw);
}

article.node--type-news-article .related-blogs {
  background: #FFF;
}

@media (max-width: 768px) {
  article.node--type-news-article {
    margin: 160px auto 0;
  }
}

/*#endregion*/



/* #region course detail */
article.node--type-course {
  margin: 250px auto 0;
  overflow: hidden;
}

body.toolbar-horizontal article.node--type-course {
  margin: 210px auto 0;
}

@media (max-width: 768px) {
  article.node--type-course {
    margin: 160px auto 0;
  }
}

article.node--type-course .layout.layout--onecol .block-layout-builder,
article.node--type-course .layout.layout--twocol-section,
article.node--type-course .layout.layout--onecol .block-block-content {
  max-width: 1040px;
  padding-left: var(--i2-container-padding);
  padding-right: var(--i2-container-padding);
  margin: 0 auto;
}

article.node--type-course .field--name-field-course-name {
  text-align: center;
  color: #569A20;
  font-size: 50px;
  font-weight: 900;
  line-height: 68px;
  padding-bottom: 20px;
}

article.node--type-course .layout.layout--onecol .block-layout-builder.block-field-blocknodecoursefield-workshops {
  margin: 20px auto 0;
}

article.node--type-course .layout.layout--onecol .block-layout-builder.block-field-blocknodecoursefield-course-start-date {
  margin: 50px auto 0;
}

article.node--type-course .paragraph--type--swiper-carousel {
  padding-bottom: 30px;
}

article.node--type-course .field--name-field-html-content p {
  line-height: 26px;
}

article.node--type-course .paragraph--type--youtube {
  padding: 30px 0 10px 0;
}

article.node--type-course .paragraph--type--section-paragraphs h2 {
  text-align: left;
  color: #975AB6;
  font-size: 36px;
  font-weight: 900;
  line-height: 49px;
  margin: 40px 0 20px 0;
}

article.node--type-course .paragraph--type--section-paragraphs h2::after {
  display: none;
}

article.node--type-course .paragraph--type--section-paragraphs .field--name-field-html-content a {
  color: #569A20;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

article.node--type-course .layout.layout--onecol:has(+ .related-blogs) {
  padding-bottom: calc(130px + 8.8542vw);
}

article.node--type-course .related-blogs {
  background: #FFF;
}

.RelatedCourse-Swiper {
  max-width: var(--i2-theme-container);
  padding-left: var(--i2-container-padding);
  padding-right: var(--i2-container-padding);
}

.RelatedCourse-Swiper .swiper-button-next {
  margin-right: 30px;
}

.RelatedCourse-Swiper .swiper-button-prev {
  margin-right: 30px;
}

article.node--type-course .node__content>: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);
}

@media screen and (max-width: 767px) {
  article.node--type-course .node__content>:last-child {
    background-image: url(../images/footer/end_graphic_right.png);
    background-position: right bottom;
    background-size: 80% auto;
    padding-bottom: 200px;
  }
}

article.node--type-course .view:not(.view-block-award-homepage-swiper) .view-header h2 {
  margin: 0 auto 30px;
}

/*#endregion*/


/* #region Fee Exemption Requirement */
body:not(.path-frontpage) .theme-content-section .block-layout-builder>div.section-fee-exemption-part-1 {
  padding-bottom: 50px;
}

body:not(.path-frontpage) .theme-content-section .block-layout-builder>div.section-fee-exemption-requirement-table {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  body:not(.path-frontpage) .theme-content-section .block-layout-builder>div.section-fee-exemption-part-1 {
    padding-bottom: 20px;
  }
}

/*#endregion*/


/* #region voice our community */
.view-block-our-community .view-content .views-row .card.community-card .card-body {
  min-height: 499px;
}

.view-block-our-community .view-content .views-row:nth-child(odd) .card.community-card .card-body {
  border-bottom: 14px solid #569A20;
  position: relative;
}

.view-block-our-community .view-content .views-row:nth-child(even) .card.community-card .card-body {
  border-bottom: 14px solid #975AB6;
  position: relative;
}

.view-block-our-community .view-content .views-row:nth-child(odd) .col-content .card-body::after {
  display: block;
  content: '';
  background: url('../images/decro/line1.svg');
  ;
  height: 113px;
  width: 192px;
  position: absolute;
  right: -20px;
  bottom: -12px;
}

.view-block-our-community .view-content .views-row:nth-child(even) .col-content .card-body::after {
  display: block;
  content: '';
  background: url('../images/decro/line3.svg');
  ;
  height: 113px;
  width: 192px;
  position: absolute;
  left: -20px;
  bottom: -12px;
}

.view-block-our-community .view-content .views-row:nth-child(odd) .col-content .card-body::before {
  display: block;
  content: '';
  position: absolute;
  width: 96px;
  height: 111px;
  right: 0;
  top: -20px;
  background: url('../images/content/education/card_list_img_bubble_two.svg') no-repeat center;
  z-index: 1;
}

.view-block-our-community .view-content .views-row:nth-child(even) .col-content .card-body::before {
  display: block;
  content: '';
  position: absolute;
  width: 96px;
  height: 111px;
  left: -24px;
  top: 0;
  background: url('../images/decro/chat2.svg') no-repeat center;
  z-index: 1;
}

.view-block-our-community .view-content .views-row:nth-child(3n+1) .col-img::after {
  position: relative;
  content: '';
  background-image: url('../images/decro/flower1.svg');
  aspect-ratio: 79/61;
  transform: rotate(-10.696deg);
  display: block;
  width: 79px;
  height: 61px;
  max-width: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  top: -50px;
  left: -20px;
  z-index: 1;
}

.view-block-our-community .view-content .views-row:nth-child(3n+2) .col-img::after {
  position: relative;
  content: '';
  background: url('../images/decro/flower3.svg');
  aspect-ratio: 73/110;
  display: block;
  width: 73px;
  height: 110px;
  max-width: 73px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  top: -95px;
  left: calc(100% - 70px);
  z-index: 2;
}

.view-block-our-community .view-content .views-row:nth-child(3n+3) .col-img::after {
  position: relative;
  content: '';
  background: url('../images/decro/vector.png');
  aspect-ratio: 106/86;
  display: block;
  width: 106px;
  height: 86px;
  max-width: 106px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  top: -71px;
  left: -22px;
  z-index: 2;
}

.view-block-our-community .view-content .views-row:nth-child(odd) .col-content .card-title {
  color: #569A20;
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 5px;
}

.view-block-our-community .view-content .views-row:nth-child(even) .col-content .card-title {
  color: #B66CDD;
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 5px;
}

.view-block-our-community .view-content .card-content {
  line-height: 26px;
}

.view-block-our-community .view-content .read-more-btn {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  padding: 30px 0;
  display: none;
  cursor: pointer;
}

.view-block-our-community .view-content .read-more-btn span {
  padding: 0 10px;
}

.view-block-our-community .view-content .read-more-btn::before,
.view-block-our-community .view-content .read-more-btn::after {
  content: '';
  flex: 1 1 0;
  min-width: 20px;
  height: 2px;
  background: repeating-linear-gradient(90deg, #94a3b8, #94a3b8 4px, transparent 4px, transparent 8px);
}

.view-block-our-community .view-content .read-more-btn::after {
  content: '';
  flex: 1;
  /* 自动填充剩余宽度 */
  height: 2px;
  /* 线条粗细 */
  background: repeating-linear-gradient(90deg, #999, #999 4px, transparent 4px, transparent 8px);
  /* 虚线效果，可替换为实线 */
}

.view-block-our-community .view-content .read-more-btn.show {
  display: flex;
}

.view-block-our-community .view-content .card-content.read-more {
  max-height: 390px;
  /*不要設置到400，防止部分字體顯示不完整*/
  overflow: hidden;
}

.view-block-our-community .view-content .card-content.expanded {
  max-height: unset;
}

.view-block-our-community .view-content .card-description {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.view-block-our-community .view-content .views-row:nth-child(even) {
  margin-bottom: 60px;
  /*default 40 even 60*/
}

.view-block-our-community .view-content .views-row .card.community-card .col-img {
  top: 40px;
  max-width: 307px;
  width: 30%;
}

.view-block-our-community .view-content .views-row .card.community-card img {
  border-radius: 60px;
  width: 100%;
  max-width: 307px;
}

.view-block-our-community .view-content .views-row .col-content {
  width: 100%;
  max-width: 1237px;
}
/* #endregion */



/* #region basic page style */
.paragraph--type--section-paragraphs .field--name-field-html-content img {
    max-width: 100%;
}
.block-layout-builder .btn.btn-sm ,
.block-layout-builder .btn.btn-more.btn-sm {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 24px 0 0;
}

/* .block-layout-builder .btn.color-blue ,
.block-layout-builder .btn.btn-more.color-blue {
    background: var(--i2-theme-color-blue) url(../images/icon/btn_more_arrow.svg) right 22px center no-repeat;
}

.block-layout-builder .btn.color-green,
.block-layout-builder .btn.btn-more.color-green {
    background: var(--i2-theme-color-green) url(../images/icon/btn_more_arrow.svg) right 22px center no-repeat;
} */

.column-3 .paragraph--type--image-columns>.paragraph__column .common-wrapper{
    width: 100%;
    display: flex;
    gap: clamp(24px, calc(54 * 100vw / 1464), 54px);
}

.column-2 .paragraph--type--image-columns>.paragraph__column .common-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: clamp(24px, calc(54 * 100vw / 1464), 54px);
    row-gap: 30px;
}

.column-2 .paragraph--type--image-columns>.paragraph__column .common-wrapper > div {
  flex: 0 0 calc(50% - clamp(24px, calc(54 * 100vw / 1464), 54px));
}

body:not(.path-frontpage) .theme-content-section>.layout__region .block-layout-builder>.column-3 .paragraph.paragraph--type--card-list-item{
    max-width: 452px;
    width: 100%;
    aspect-ratio: 452/338;
    margin: 0;
}

body:not(.path-frontpage) .theme-content-section>.layout__region .block-layout-builder>.column-2 .paragraph.paragraph--type--card-list-item {
    max-width: 452px;
    width: 100%;
    aspect-ratio: 452/338;
    margin: 0 auto;
}

.column-3 .paragraph--type--image-columns .common-wrapper .paragraph--type--card-list-item .field--name-field-bp-image,
.column-2 .paragraph--type--image-columns .common-wrapper .paragraph--type--card-list-item .field--name-field-bp-image  {
    border-radius: 100px;
    border: 5px solid #B66CDD;
    overflow: hidden;
}
.column-3 .paragraph--type--image-columns .common-wrapper>div:nth-last-child(2) .field--name-field-bp-image,
.column-2 .paragraph--type--image-columns .common-wrapper>div:nth-child(even) .field--name-field-bp-image {
    border-radius: 100px;
    border: 5px solid #569A20;
    overflow: hidden;
}
.column-3 .paragraph--type--image-columns .common-wrapper>div:nth-last-child(1) .field--name-field-bp-image {
    border-radius: 100px;
    border: 5px solid #4D95CB;
    overflow: hidden;
}
.column-3 .paragraph__column .field--name-field-bp-image img,
.column-2 .paragraph__column .field--name-field-bp-image img {
    object-fit: cover;
}
.column-3 .field--name-field-title,
.column-2 .field--name-field-title {
    margin: 20px auto 0;
    font-size: 22px;
    font-weight: 700;
    max-width: 350px;
    line-height: 30px;
}
.column-3 .field--name-field-html-content,
.column-2 .field--name-field-html-content {
    margin: 10px auto 0;
    font-size: 22px;
    font-weight: 500;
    max-width: 350px;
    line-height: 30px;
}
.column-3 .paragraph--type--image-columns h2,
.column-2 .paragraph--type--image-columns h2 {
    margin: 0 auto 30px;
}
.layout__region .paragraph--type--table table thead th {
    width: auto;
}
.layout__region .paragraph--type--table table {
    margin:0 auto;
}
body:not(.path-frontpage) .theme-content-section .block-layout-builder>div:has(.paragraph--type--table):not(:last-child){
    padding-bottom: 50px;
}

@media (max-width:992px){
  .column-3 .paragraph--type--image-columns>.paragraph__column .common-wrapper,
  .column-2 .paragraph--type--image-columns>.paragraph__column .common-wrapper {
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .column-3 .paragraph--type--image-columns>.paragraph__column .common-wrapper>div,
  .column-2 .paragraph--type--image-columns>.paragraph__column .common-wrapper>div{
      flex: 0 0 calc(50% - 25px);
  }
}
@media (max-width:768px){
  .column-3 .paragraph--type--image-columns>.paragraph__column .common-wrapper>div,
  .column-2 .paragraph--type--image-columns>.paragraph__column .common-wrapper>div{
      flex: 0 0 100%;
  }
  body:not(.path-frontpage) .theme-content-section>.layout__region .block-layout-builder>.column-3 .paragraph.paragraph--type--card-list-item,
   body:not(.path-frontpage) .theme-content-section>.layout__region .block-layout-builder>.column-2 .paragraph.paragraph--type--card-list-item {
      margin: 0 auto;
  }
}
/* #endregion */



@media (max-width:767px) {

  .view-block-our-community .view-content .views-row:nth-child(odd) .col-content .card-body::before,
  .view-block-our-community .view-content .views-row:nth-child(even) .col-content .card-body::before,
  .view-block-our-community .view-content .views-row:nth-child(odd) .col-content .card-body::after,
  .view-block-our-community .view-content .views-row:nth-child(even) .col-content .card-body::after,
  .view-block-our-community .view-content .views-row:nth-child(3n+1) .col-img::after,
  .view-block-our-community .view-content .views-row:nth-child(3n+2) .col-img::after,
  .view-block-our-community .view-content .views-row:nth-child(3n+3) .col-img::after {
    display: none;
  }

  .view-block-our-community .view-content .views-row:nth-child(3n+2) .col-content .card-body::after {
    display: none;
  }

  .view-block-our-community .view-content .community-card .card-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .view-block-our-community .view-content .views-row .card.community-card .col-img {
    width: 50%;
    height: 38vw;
  }

  .view-block-our-community .view-content .views-row:nth-child(odd) .card.community-card .card-body {
    right: 0;
    width: 100%;
    padding: 180px 40px 40px 40px;
  }

  .view-block-our-community .view-content .views-row:nth-child(even) .card.community-card .card-body {
    right: 0;
    width: 100%;
    padding: 180px 40px 40px 40px;
  }

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

  .view-block-our-community .view-content .views-row .card.community-card .col-img {
    top: -1vh;
  }
}

@media (max-width:540px) {
  .view-block-our-community .view-content .views-row .card.community-card .col-img {
    width: 50%;
    height: 28vw;
  }
}

@media (max-width:390px) {
  .view-block-our-community .view-content .views-row .card.community-card .col-img {
    width: 50%;
    height: 20vw;
  }
}

/* #endregion */


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

body:not(.path-frontpage) .theme-content-section .layout__region .block-layout-builder>.WeatherProcedures-section:last-child {
  padding-bottom: clamp(150px, 14.67vw, 280px);
}

@media screen and (max-width: 767px) {
  body:not(.path-frontpage) .theme-content-section .layout__region .block-layout-builder>.WeatherProcedures-section:last-child {
    background-image: url(../images/footer/end_graphic_right.png);
    background-position: right bottom;
    background-size: 80% auto;
    padding-bottom: 200px;
  }
}

/* #region responsive */
/* min-width 从小到大 */
@media (min-width: 1001px) {
  .section-core-value .node-wrapper {
    width: 326px !important;
    padding: 0px;
  }
}

@media (min-width: 1301px) and (max-width: 1540px) {
  .our-goals-card-item {
    width: 19%;
  }
}

@media (min-width: 769px) and (max-width: 1340px) {
  #bepricelessModal .modal-body .col-md-4 {
    width: 100%;
    max-width: unset;
  }

  #bepricelessModal .modal-body .col-md-8 {
    width: 100%;
  }
}

/* max-width 从大到小 */
@media(max-width: 1500px) {
  .section-what-we-do .row-container {
    gap: 0;
  }
}

@media (max-width: 1400px) {
  .view-block-flashcards .col-lg-4 {
    width: 33.33333%;
  }
}

@media(max-width: 1300px) {
  .our-goals-card-item {
    width: 25%;
  }

  .section-our-goals .row-container {
    gap: 60px;
    row-gap: 0;
  }

  .our-goals-card-item:nth-child(even) {
    margin-top: 0;
  }

  .section-our-work .field--name-field-html-content .row {
    scale: 0.8;
    margin-left: 116px;
  }
}

@media(max-width: 1200px) {
  .section-child-safeguard-policy.resources-download-view .view:not(.view-block-award-homepage-swiper) .view-header h2 {
    width: 92%;
    /*防止超長標題*/
  }

  .resources-download-view .view-content.row .col-md-6 {
    width: 100%;
  }

  .section-our-goals .paragraph__column.row {
    gap: 32px;
    row-gap: 60px;
    justify-content: center;
  }

  .section-our-goals .paragraph--type--card-list .col-lg-3 {
    width: 32%;
    flex: 1 1 32%;
    margin-top: 0;
  }
}

@media(max-width: 1100px) {
  .section-our-work .layout--twocol-section {
    flex-wrap: wrap;
  }

  .section-our-work .layout__region.layout__region--first.column-50:has(.paragraph--type--bp-image) {
    justify-content: center;
    display: flex;
  }

  .section-our-work .layout__region.layout__region--first.column-50 {
    width: 100%;
  }

  .section-our-work .layout.layout--twocol-section .field--name-field-html-content h2 {
    padding-top: 0;
  }

  /*we-care-journey 1058左右開始需要 2行顯示*/
  .section-we-care-journey .tree-card {
    display: flex;
    justify-content: center;
  }

  .section-we-care-journey .tree-card ul {
    width: 100% !important;
    height: auto !important;
    padding: 0;
    margin-top: 12px;
    gap: 6.825vw;
    row-gap: 60px;
    justify-content: center;
  }

  .section-we-care-journey .tree-card ul::before {
    background-position: bottom;
    margin-bottom: -22%;
  }

  .section-we-care-journey .tree-card li {
    position: unset !important;
    transform: unset !important;
    padding-bottom: 60px;
  }

  .section-we-care-journey .tree-card li:last-child {
    padding-bottom: 0;
  }

  .section-we-care-journey .tree-card li .card-item {
    margin: 0 auto;
    min-height: 220px;
  }
}

@media(max-width: 1000px) {
  .section-core-value .row {
    flex-direction: column;
  }

  .section-core-value .node1 {
    right: -0 !important;
  }

  .section-core-value .node2 {
    margin-left: 0 !important;
    margin-top: 132px;
  }

  .section-core-value .node3 {
    margin-left: 0 !important;
  }

  .section-core-value .node-wrapper:first-child {
    order: 2;
    margin-top: -30px;
  }

  .section-core-value .node-wrapper:nth-child(2) {
    order: 1;
  }

  .section-core-value .node-wrapper:nth-child(3) {
    order: 3;
    margin-top: -30px;
  }

  .section-core-value .node-wrapper {
    width: 326px;
    padding: 0;
  }

  .section-core-value .field--name-field-html-content {
    padding-top: 0;
  }

  .our-goals-card-item {
    width: 50%;
  }

  .our-goals-card-item:nth-child(even) {
    margin-top: 0;
  }

  .latest-news-swiper .swiper-slide {
    width: 45% !important;
  }

  /* .our-team-list-view .user-card,
    .our-team-list-view .user-card .row .col-md-4 .pic-wrapper{
        height: 22.2vw;
    } */
  .our-team-list-view .view-content.row {
    row-gap: 20px;
  }

  .our-team-list-view .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (max-width: 991px) {
  .section-who-we-are .field--name-field-html-content {
    padding-left: 0;
    margin-top: 30px;
  }

  .paragraph--type--text-two-column>.paragraph__column>.column-25:last-child,
  .paragraph--type--text-two-column>.paragraph__column>.column-33:last-child,
  .paragraph--type--text-two-column>.paragraph__column>.column-50:last-child {
    margin-top: 30px;
  }

  .paragraph--type--text-two-column>.paragraph__column>h2 {
    margin-left: 18px;
  }

  .section-about-us-introduction .introduction-wrapper {
    padding: 60px 0;
  }

  .section-about-us-introduction .introduction-wrapper img {
    width: 118px;
    height: 118px;
    top: -59px;
  }

  .decro-image-1 .field--name-field-media-image .field__item {
    margin-bottom: 80px;
  }

  .decro-image-1 .field--name-field-html-content {
    text-align: center;
  }

  .section-our-work .field--name-field-html-content .row {
    margin: 0 auto;
    scale: 1;
  }

  .view-block-flashcards .col-lg-4 {
    width: 50%;
  }
}


@media (max-width: 768px) {
  .founder-card .card-shell {
    flex-direction: column;
    text-align: center;
    padding: 14px;
  }

  .founder-card .founder-card__media {
    flex: 0 0 auto;
    width: 180px;
  }

  .founder-card .founder-card__info {
    width: 100%;
    padding: 16px 18px;
  }

  .layout--twocol-section {
    flex-wrap: wrap;
  }

  .layout.layout--twocol-section .field--name-field-html-content h2 {
    padding-top: 0;
  }

  .layout.layout--twocol-section .paragraph--type--bp-image {
    justify-content: center;
  }

  .latest-news-swiper .swiper-slide .row>div:nth-child(2) {
    padding: 14px 14px 0 14px;
  }

  .latest-news-swiper .swiper-slide .row>div:nth-child(3) {
    padding: 10px 14px 14px 14px;
  }

  .section-weather-list .row-container {
    gap: 20px;
  }

  .our-team-list-view .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
  }

  /* .our-team-list-view .user-card,
    .our-team-list-view .user-card .row .col-md-4 .pic-wrapper{
        height: 222px;
    } */
  #bepricelessModal .modal-body .col-md-4 {
    width: 100%;
    max-width: unset;
  }

  .section-our-goals .paragraph--type--card-list .col-lg-3 {
    width: 100%;
    flex: 1 1 100%;
  }

  .section-animations-view .animations-card .row .col-md-4 {
    width: 100%;
    max-width: unset;
    justify-content: center;
    padding: 20px;
  }

  .section-animations-view .animations-card .card-body {
    padding-top: unset;
  }

  .view-block-flashcards .col-lg-4 {
    width: 100%;
  }
}

@media(max-width: 600px) {
  .section-weather-list .paragraph--type--card-list-item .paragraph__column {
    flex-direction: column;
    gap: 20px;
  }

  .section-weather-list .field--name-field-bp-image {
    margin: 0 auto;
  }

  .resources-download-view .card.resource-card.card-1 .col-md-4 {
    max-width: unset;
    width: 100%;
  }

  .resources-download-view .card.resource-card.card-1 .card-text {
    margin: 0;
  }

  .resource-card.card-1 .card-row {
    flex-direction: column;
    gap: 20px;
  }

  .resource-card.card-1 .card-row .col-left {
    margin-left: 0;
    text-align: center;
  }

  .resource-card.card-1 .card-row .col-right .card-body .card-title {
    text-align: center;
    margin-bottom: 20px !important;
  }

  .resources-download-view .card.resource-card.card-1 ul {
    flex-direction: column;
    margin-top: 15px;
  }

  .decro-image-1 .field--name-field-media-image .field__item::before {
    bottom: -44px;
    left: -33px;
  }

  .decro-image-1 .field--name-field-media-image .field__item::after {
    right: -2px;
    top: -41px;
  }

  .list-section ul {
    gap: 20px;
  }

  .list-section li {
    width: 100%;
    line-height: 54px;
  }

  .list-section a {
    text-align: center;
    width: 100%;
  }

  .section-our-work .field--name-field-html-content .row {
    flex-direction: column;
    gap: 30px;
  }

  .section-our-work .node-wrapper {
    margin-left: 0 !important;
  }

  .section-our-work .node-wrapper:nth-child(1) {
    order: 2;
  }

  .section-our-work .node-wrapper:nth-child(2) {
    margin-top: 59px;
    order: 1;
  }

  .section-our-work .node-wrapper:nth-child(3) {
    order: 3;
  }

  .view-block-resources .resource-card.card-1 .card-body ul {
    flex-direction: column;
    gap: 10px
  }

  .our-goals-card-item {
    width: 270px;
  }

  .latest-news-swiper .swiper-slide {
    width: 452px !important;
  }

  .swiper-carousel-wrapper {
    width: 100% !important;
    max-width: 452px !important;
  }
}

/* #endregion */
