@font-face {
  font-family: 'AbhayaLibre-Regular';
  src: url('../fonts/AbhayaLibre-Regular.ttf');
}
@font-face {
  font-family: 'AbhayaLibre-Bold';
  src: url('../fonts/AbhayaLibre-Bold.ttf');
}
@font-face {
  font-family: 'AbrilFatface';
  src: url('../fonts/AbrilFatface-Regular.ttf');
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html,
body {
  color: #ffffff;
  background: #0E1127;
}
input,
textarea {
  font-family: 'SourceHanSans', "思源黑体", "Microsoft YaHei", '微软雅黑', "Arial";
}
:root {
  --bg: #0E1127;
  --text-light: #FFFFFF;
  --text-cream: #F5D9C4;
  --text-gold: #F8C78D;
  --tag: #E9D1A9;
  --line: #FEE1AC;
  --accent: #EE202D;
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/* 修改滚动条的样式 */
::-webkit-scrollbar {
  width: 0.41666667vw;
  /* 滚动条宽度 */
  height: 0.41666667vw;
  /* 滚动条高度 */
}
/* 修改滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
  background-color: #D10C18;
  /* 滑块背景颜色 */
  border-radius: 0.3125vw;
  /* 滑块圆角 */
}
@keyframes fadeIniup {
  0% {
    opacity: 0;
    transform: translateY(3.125vw);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes modalMaskIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalDialogIn {
  from {
    opacity: 0;
    transform: translateY(0.625vw) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes modalDialogInCentered {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@property --r2-angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 120deg;
}
.he_fadeup1 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.3s;
}
.he_fadeup0 {
  opacity: 0;
  transform: translateY(3.125vw);
}
.he_fadeup2 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 1.2s;
}
.he_fadeup3 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 1.5s;
}
.he_fadeup4 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 1.7s;
}
.cpthActive.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0% 100%, 100% 100%) !important;
}
.cpth {
  -webkit-clip-path: polygon(0% 0, 0 0, 0% 100%, 0% 100%);
  -webkit-transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.animate-on-scroll {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform-origin: center center;
  transform: translateY(100px) skewY(1deg);
}
.animate-on-scroll0 {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform-origin: center center;
  transform: translateY(100px) skewY(1deg);
}
.animate-on-scroll1{
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform-origin: center center;
  transform: translateY(150px) skewY(1deg);
}
.animate-on-scroll2 {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform-origin: center center;
  transform: translateY(200px) skewY(1deg);
}
.animate-on-scroll3 {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform-origin: center center;
  transform: translateY(230px) skewY(1deg);
}
.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translate(0) skew(0);
}
.animate-on-scroll0.is-visible {
  opacity: 1;
  transform: translate(0) skew(0);
}
.animate-on-scroll1.is-visible {
  opacity: 1;
  transform: translate(0) skew(0);
}
.animate-on-scroll2.is-visible {
  opacity: 1;
  transform: translate(0) skew(0);
}
.animate-on-scroll3.is-visible {
  opacity: 1;
  transform: translate(0) skew(0);
}
.animate-img {
  overflow: hidden;
  transition: 3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.animate-img img {
  transform: scale(1.2, 1.2);
  transition: 2s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}
.animate-img .img {
  transform: scale(1.2, 1.2);
  transition: 2s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}
.animate-img.active {
  opacity: 1;
}
.animate-img.active img {
  transform: scale(1);
}
.animate-img.active .img {
  transform: scale(1);
}
.index {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.header {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 50;
  padding: 1vw 0;
  background: transparent;
}
.header .header-inner {
  width: 86%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header .logo {
  width: 5.72916667vw;
  display: block;
}
.header .menu-btn {
  width: 7.29166667vw;
  height: 2.8125vw;
  border-radius: 0.26041667vw;
  background-image: linear-gradient(270deg, #FCDE87 0%, #823C1A 100%);
  border: 0.078125vw solid #DFB991;
  color: #fff;
  font-family: 'AbhayaLibre-Bold';
  font-size: 1.14583333vw;
  letter-spacing: 0.06em;
}
.langBox{
  position: absolute;
  right: 4vw;
  top: 2.9vw;
}
.langBox .langIcon{
  width: 2vw;
  cursor: pointer;
}
.langBox .langItem{
  width: 4vw;
  position: absolute;
  background: white;
  margin-left: -1vw;
  padding: .5vw;
  margin-top: .5vw;
  border-radius: 3px;
  text-align: center;
  opacity: 0;
  transform: translateY(-.5vw);
  transition: .5s all;
}
.langBox .langItem::before{
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  top: -3px;
  left: 40%;
  background: transparent;
  border-style: solid;
  border-width: 8px;
  transform: rotate(45deg);
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, .06);
}
.langBox .langItem a{
  display: block;
  font-size: .9vw;
}
.langBox:hover .langItem{
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.header .nav {
  display: none;
}
.header .nav.active {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(0.3125vw);
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .nav.active .nav-link {
  color: #fff;
  font-family: 'AbhayaLibre-Regular';
  font-size: 1.45833333vw;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 1.14583333vw;
}
.header.active {
  height: 5.20833333vw;
}
.banner {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.banner .bannerVideo {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .bannerVideo video {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
.banner .bannerOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #0d1026 0%, rgba(13, 16, 38, 0) 18%, rgba(13, 16, 38, 0) 71%, #0d1026 100%);
  pointer-events: none;
}
.banner .banner-inner {
  width: 86%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.banner .banner-inner .banner-sub {
  font-family: 'AbhayaLibre-Regular';
  font-size: 4.49341667vw;
  
  color: var(--text-cream);
}
.banner .banner-inner .banner-title {
  margin-top: 0.74739583vw;
  font-family: 'AbhayaLibre-Bold';
  font-size: 5.34196354vw;
  line-height: 0.78;
  color: var(--text-gold);
}
.banner .banner-inner .banner-lines {
  margin-top: 1.98697917vw;
}
.banner .banner-inner .banner-lines .line {
  display: block;
  height: 0.18229167vw;
  border-radius: 52.03125vw;
  background-image: linear-gradient(90deg, rgba(254, 225, 172, 0) 0%, rgba(254, 225, 172, 0.55) 18%, #fee1ac 50%, rgba(254, 225, 172, 0.55) 82%, rgba(254, 225, 172, 0) 100%);
  filter: blur(0.05208333vw);
  box-shadow: 0 0 0.3125vw rgba(254, 225, 172, 0.22);
}
.banner .banner-inner .banner-lines .l1 {
  width: 41.66666667vw;
}
.banner .banner-inner .banner-desc {
  margin-top: 1.171875vw;
  font-family: 'AbhayaLibre-Regular';
  font-size: 2.60416667vw;
  line-height: 1.2;
  color: #ffffff;
}
.banner .banner-inner .banner-glows {
  margin-top: 0.75520833vw;
}
.banner .banner-inner .banner-glows .g1 {
  display: block;
  width: 26.40625vw;
  height: 0.18229167vw;
  border-radius: 52.03125vw;
  background-image: linear-gradient(90deg, rgba(254, 225, 172, 0) 0%, rgba(254, 225, 172, 0.28) 22%, #fee1ac 50%, rgba(254, 225, 172, 0.28) 78%, rgba(254, 225, 172, 0) 100%);
  filter: blur(0.04166667vw);
  box-shadow: 0 0 0.26041667vw rgba(254, 225, 172, 0.14);
  opacity: 0.3;
}
.banner .banner-inner .banner-tags {
  margin-top: 1.7265625vw;
  display: flex;
  align-items: center;
  gap: 1.47198958vw;
}
.banner .banner-inner .banner-tags .tag {
  display: inline-flex;
  align-items: center;
  gap: 0.625vw;
  height: 2.34375vw;
}
.banner .banner-inner .banner-tags .tag .tag-icon {
  display: block;
  object-fit: contain;
}
.banner .banner-inner .banner-tags .tag .text {
  font-family: 'AbhayaLibre-Regular';
  font-size: 2.60416667vw;
  line-height: 0.875;
  color: #E9D1A9;
}
.banner .banner-inner .banner-tags .tag:nth-child(1) .tag-icon {
  width: 1.98177083vw;
  height: 1.97239583vw;
}
.banner .banner-inner .banner-tags .tag:nth-child(2) .tag-icon {
  width: 2.153125vw;
  height: 1.97239583vw;
}
.banner .banner-inner .banner-tags .tag:nth-child(3) .tag-icon {
  width: 2.34479167vw;
  height: 1.97239583vw;
}
.about {
  position: relative;
  background-image: linear-gradient(180deg, #0d1026 0%, rgba(13, 16, 38, 0) 18%, rgba(13, 16, 38, 0) 71%, #0d1026 100%), url('../images/bg1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about .about-inner {
  width: 86%;
  margin: 0 auto;
  padding-top: 3.96354167vw;
  padding-bottom: 7.8125vw;
}
.about .about-head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 2.39583333vw;
}
.about .about-head .about-head-line {
  flex: 1 1 13.54166667vw;
  max-width: 18.75vw;
  width: auto;
  height: 0.625vw;
  object-fit: contain;
}
.about .about-head .about-title {
  font-family: 'AbhayaLibre-Bold';
  font-size: 3.33333333vw;
  
  text-transform: uppercase;
  background-image: linear-gradient(56deg, #F8CC67 15%, #FCE190 52%, #FDEDB9 88%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F5D9C4;
  white-space: nowrap;
}
.about .about-title {
  font-family: 'AbhayaLibre-Bold';
  font-size: 3.33333333vw;
  
  text-transform: uppercase;
  background-image: linear-gradient(56deg, #F8CC67 15%, #FCE190 52%, #FDEDB9 88%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F5D9C4;
}
.about .about-slogan {
  margin-top: 0.36458333vw;
  text-align: center;
  font-family: 'AbhayaLibre-Regular';
  font-size: 1.5625vw;
  
  color: #ffffff;
}
.about .about-card {
  margin-top: 5.06197917vw;
  width: 100%;
  height: 25.7625vw;
  position: relative;
  border-radius: 0.78125vw;
  border: 0.15625vw solid transparent;
  background: linear-gradient(#0C1027, #0C1027) padding-box, linear-gradient(46deg, rgba(251, 239, 181, 0.35) 1%, #fbefb5 50%, rgba(204, 201, 190, 0.2) 99%) border-box;
  overflow: hidden;
}
.about .about-card .about-card-hero {
  position: absolute;
  left: 4.574%;
  top: 1.18125vw;
  width: 21.874%;
  height: 23.39947917vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .about-card .about-card-hero img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .about-card .about-card-text {
  position: absolute;
  left: 32.865%;
  top: 6.37083333vw;
  width: 61.6%;
  font-family: 'AbhayaLibre-Regular';
  font-size: 1.25vw;
  line-height: 1.41666667;
  color: #ffffff;
}
.about .circuit {
  width: 100%;
  padding-top: 8.27083333vw;
}
.about .circuit .circuit-head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 2.39583333vw;
}
.about .circuit .circuit-head .about-head-line {
  flex: 1 1 13.54166667vw;
  max-width: 18.75vw;
  width: auto;
  height: 0.625vw;
  object-fit: contain;
}
.about .circuit .circuit-head .about-title {
  font-family: 'AbhayaLibre-Bold';
  font-size: 3.33333333vw;
  
  text-transform: uppercase;
  background-image: linear-gradient(56deg, #F8CC67 15%, #FCE190 52%, #FDEDB9 88%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F5D9C4;
  white-space: nowrap;
}
.about .circuit .circuit-swiper {
  width: 100%;
  height: 18.30364583vw;
  overflow: hidden;
}
.about .circuit .circuit-swiper .swiper-wrapper {
  height: 100%;
}
.about .circuit .circuit-swiper .swiper-slide {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .circuit .circuit-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  right: 0;
  top: 4.70989583vw;
  height: 11.14583333vw;
  width: 0.0625vw;
  opacity: 0.7;
  transform: translateX(50%);
  background-image: linear-gradient(180deg, rgba(255, 253, 203, 0.15) 0%, rgba(255, 253, 203, 0.95) 50%, rgba(255, 253, 203, 0.15) 100%);
  border-radius: 0.52083333vw;
}
.about .circuit .circuit-swiper .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4.70989583vw;
  height: 11.14583333vw;
  width: 0.0625vw;
  opacity: 0.7;
  transform: translateX(50%);
  background-image: linear-gradient(180deg, rgba(255, 253, 203, 0.15) 0%, rgba(255, 253, 203, 0.95) 50%, rgba(255, 253, 203, 0.15) 100%);
  border-radius: 0.52083333vw;
}
.about .circuit .circuit-swiper .c-item {
  width: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.about .circuit .circuit-swiper .c-item .c-icon {
  width: auto;
  height: 8vw;
  margin: 0 auto 1vw auto;
  position: relative;
}
.about .circuit .circuit-swiper .c-item .c-icon::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 15vw;
  background: url(../images/hua.png) center no-repeat;
  background-size: contain;
  left: .5vw;
  top: -3vw;
  transform: scale(0);
  transition: .5s all;
  z-index: -1;
}
.about .circuit .circuit-swiper .c-item .c-icon:hover::before{
  transform: scale(1.5);
}
.about .circuit .circuit-swiper .c-item .c-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .circuit .circuit-swiper .c-item .c-label {
  width: 100%;
  font-family: 'AbhayaLibre-Bold';
  font-size: 1.45833333vw;
  color: #E9D1A9;
  text-align: center;
  position: relative;
  top: 1vw;
}
.circuit-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.circuit-modal.is-open {
  display: flex;
}
.circuit-modal.is-open .circuit-mask {
  animation: modalMaskIn 0.25s ease both;
}
.circuit-modal.is-open .circuit-dialog {
  animation: modalDialogIn 0.32s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.circuit-modal .circuit-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(8px);
}
.circuit-modal .circuit-dialog {
  position: relative;
  z-index: 1;
  width: 26.04166667vw;
  height: 36.45833333vw;
}
.circuit-modal .circuit-close {
  position: absolute;
  right: 1.30208333vw;
  top: 1.30208333vw;
  width: 1.45833333vw;
  height: 1.45833333vw;
  border: none;
  background: #ffffff;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.20833333vw 0.625vw rgba(0, 0, 0, 0.15);
}
.circuit-modal .circuit-close::before,
.circuit-modal .circuit-close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.52083333vw;
  height: 0.10416667vw;
  background: #0E1127;
  border-radius: 0.10416667vw;
  transform-origin: center;
}
.circuit-modal .circuit-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.circuit-modal .circuit-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.circuit-modal .circuit-panel {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 1.04166667vw;
  background-image: url('../images/box1.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.circuit-modal .circuit-logo {
  width: 10vw;
  position: absolute;
  left: 50%;
  top: 4vw;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}
.circuit-modal .circuit-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.circuit-modal .circuit-deco {
  position: absolute;
  pointer-events: none;
}
.circuit-modal .circuit-deco img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.circuit-modal .circuit-deco.q4 {
  left: 0.36458333vw;
  top: 0.36458333vw;
  width: calc(100% - (14 * 0.05208333vw));
  height: calc(100% - (14 * 0.05208333vw));
  opacity: 0.95;
}
.circuit-modal .circuit-deco.q3 {
  left: 48%;
  top: -6.51041667vw;
  width: 24.42708333vw;
  transform: translateX(-50%);
  opacity: 1;
}
.circuit-modal .circuit-deco.q5 {
  left: -7.8125vw;
  top: -5.20833333vw;
  width: 17.44791667vw;
  height: 35.72916667vw;
  opacity: 0.85;
}
.circuit-modal .circuit-deco.q6 {
  right: -5.20833333vw;
  bottom: -2.60416667vw;
  width: 8.59375vw;
  height: 26.66666667vw;
  opacity: 0.85;
}
.circuit-modal .circuit-content {
  position: absolute;
  left: 0vw;
  top: 13.54166667vw;
  width: 100%;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}
.circuit-modal .circuit-title {
  text-align: center;
}
.circuit-modal .circuit-title .small-title {
  width: 80%;
  margin: 0 auto;
  word-break: break-word;
  font-family: 'AbhayaLibre-Regular';
  font-size: 1.25vw;
  color: #FEE5BB;
  margin-bottom: 0.41666667vw;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.circuit-modal .circuit-title .large-title {
  font-family: 'AbhayaLibre-Bold';
  font-size: 2.5vw;
  line-height: 1.1;
  text-transform: capitalize;
  background-image: linear-gradient(56deg, #F8CC67 15%, #FCE190 52%, #FDEDB9 88%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F5D9C4;
  filter: drop-shadow(0 0 0.52083333vw #000000);
}
.circuit-modal .circuit-title .large-title span {
  display: block;
}
.circuit-modal .circuit-divider {
  width: 25.9375vw;
  height: 0.10416667vw;
  margin: 1.45833333vw auto 0;
  background-image: linear-gradient(90deg, rgba(250, 237, 172, 0) 0%, #fffdcb 50%, rgba(250, 237, 172, 0) 100%);
  opacity: 0.7;
}
.circuit-modal .circuit-text {
  margin-top: 1.82291667vw;
  padding: 0 3vw;
  font-family: 'AbhayaLibre-Regular';
  font-size: 1.04166667vw;
  line-height: 1.45454545;
  text-align: left;
}
.circuit-modal .circuit-text ul li{
  list-style: initial;
}
.circuit-modal .circuit-text p {
  margin: 0;
}
.program-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.program-modal.is-open {
  display: flex;
}
.program-modal.is-open .program-mask {
  animation: modalMaskIn 0.25s ease both;
}
.program-modal.is-open .program-dialog {
  animation: modalDialogIn 0.32s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.program-modal .program-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(15px);
}
.program-modal .program-dialog {
  position: relative;
  z-index: 1;
  width: 46.875vw;
  max-width: calc(100vw - (80 * 0.05208333vw));
  border-radius: 0.78125vw;
  border: 0.15625vw solid transparent;
  padding: 2vw;
  background: linear-gradient(#0C1027, #0C1027) padding-box, linear-gradient(46deg, rgba(251, 239, 181, 0.35) 1%, #fbefb5 50%, rgba(204, 201, 190, 0.2) 99%) border-box;
}
.program-modal .program-close {
  position: absolute;
  right: 1.30208333vw;
  top: 1.30208333vw;
  width: 1.45833333vw;
  height: 1.45833333vw;
  border: none;
  background: #ffffff;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  box-shadow: 0 0.20833333vw 0.625vw rgba(0, 0, 0, 0.15);
}
.program-modal .program-close::before,
.program-modal .program-close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.72916667vw;
  height: 0.10416667vw;
  background: #0E1127;
  border-radius: 0.10416667vw;
  transform-origin: center;
}
.program-modal .program-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.program-modal .program-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.program-modal .program-head {
  display: grid;
  grid-template-columns: 10.23072917vw 1fr;
  column-gap: 2.26770833vw;
  align-items: start;
  padding-bottom: 0.52083333vw;
  cursor: default;
}
.program-modal .program-head .p-pt {
  width: 10.23072917vw;
  height: 11.0953125vw;
}
.program-modal .program-head .p-pt img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.program-modal .program-head .p-text {
  margin-top: 1.75364583vw;
  width: 30.940625vw;
}
.program-modal .program-head .p-text .p-title {
  font-family: 'AbhayaLibre-Regular';
  font-size: 2.5vw;
  
  background-image: linear-gradient(56deg, #F8CC67 15%, #FCE190 52%, #FDEDB9 88%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F5D9C4;
}
.program-modal .program-head .p-text .p-sub {
  margin-top: 1.09375vw;
  font-family: 'AbhayaLibre-Regular';
  font-size: 1.45833333vw;
  line-height: 1.21428571;
  color: #FEE5BB;
}
.program-modal .program-line {
  grid-column: 2;
  width: 25.9375vw;
  height: 0.10416667vw;
  margin-top: 0.52083333vw;
  background-image: linear-gradient(90deg, rgba(250, 237, 172, 0) 0%, #fffdcb 50%, rgba(250, 237, 172, 0) 100%);
  opacity: 0.7;
  pointer-events: none;
}
.program-modal .program-detail {
  margin-top: 0.75vw;
  margin-left: 12.87708333vw;
  width: 29.14010417vw;
  overflow: auto;
  padding-right: 0.625vw;
  font-family: 'AbhayaLibre-Regular';
  font-size: 1.14583333vw;
  line-height: 1.45454545;
  color: #ffffff;
  white-space: pre-line;
}
.team-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.team-modal.is-open {
  display: flex;
}
.team-modal.is-open .team-mask {
  animation: modalMaskIn 0.25s ease both;
}
.team-modal.is-open .team-dialog {
  animation: modalDialogIn 0.32s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.team-modal .team-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(15px);
}
.team-modal .team-dialog {
  position: relative;
  z-index: 1;
  width: 67.70833333vw;
  height: 62.5vw;
  background-image: url('../images/box2.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 15vw;
}
.team-modal .team-close {
  position: absolute;
  right: 35vw;
  top: 5.20833333vw;
  width: 1.45833333vw;
  height: 1.45833333vw;
  border: none;
  background: white;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
}
.team-modal .team-close::before,
.team-modal .team-close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.67708333vw;
  height: 0.10416667vw;
  background: #333333;
  border-radius: 0.10416667vw;
  transform-origin: center;
}
.team-modal .team-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.team-modal .team-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.team-modal .team-panel {
  width: 100%;
  height: 100%;
  padding-top: 4.41354167vw;
  text-align: center;
}
.team-modal .team-avatar {
  width: 12.5vw;
  height: 12.5vw;
  margin: 0 auto;
  border-radius: 20.83333333vw;
  overflow: hidden;
  border: 0.15625vw solid #E9D1A9;
  box-sizing: border-box;
}
.team-modal .team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-modal .team-name {
  margin-top: 1.45833333vw;
  font-family: 'AbhayaLibre-Bold';
  font-size: 1.45833333vw;
  line-height: 1.57785279;
  color: #E9D1A9;
  text-align: center;
  text-transform: titlecase;
}
.team-modal .team-desc {
  width: 18vw;
  margin: 1.04166667vw auto 0;
  font-family: 'AbhayaLibre-Regular';
  font-size: 0.9375vw;
  line-height: 1.55621317;
  text-align: left;
  color: white;
}
body.is-modal-open {
  overflow: hidden;
}
.calendar,
.team,
.contact {
  position: relative;
  background-size: cover;
  background-position: center;
}
.calendar {
  padding-top: 3.125vw;
  background-image: linear-gradient(180deg, #0d1026 0%, rgba(13, 16, 38, 0) 18%, rgba(13, 16, 38, 0) 71%, #0d1026 100%), url('../images/bg2.jpg');
}
.team {
  background-image: url('../images/bg3.jpg');
}
.contact {
  overflow: hidden;
  background: url('../images/bg5.jpg') center no-repeat rgba(0,0,0,.25);
  background-blend-mode: multiply;
  background-size: cover !important;
  margin-top: 100px;
}
.contact .section-inner {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
  padding-top: 0;
}
.contact .contact-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 7vw;
}
.contact .contact-wrap .text{
  width: 30vw;
}
.contact .contact-title {
  font-family: 'AbhayaLibre-Bold';
  font-size: 3.33333333vw;
  
  text-transform: uppercase;
  background-image: linear-gradient(56deg, #F8CC67 15%, #FCE190 52%, #FDEDB9 88%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F5D9C4;
}
.contact .contact-lead {
  margin-top: 0.36458333vw;
  font-family: 'AbhayaLibre-Regular';
  font-size: 1.2vw;
  line-height: 1.3;
  color: #ffffff;
}
.contact .contact-card {
  width: 48vw;
  height: auto;
  border-radius: 0.78125vw;
  border: 0.10416667vw solid transparent;
  background: linear-gradient(#0C1027, #0C1027) padding-box, linear-gradient(46deg, rgba(251, 239, 181, 0.35) 1%, #fbefb5 50%, rgba(204, 201, 190, 0.2) 99%) border-box;
  display: flex;
  justify-content: space-between;
  padding: 2vw;
  box-sizing: border-box;
  position: relative;
}
.contact .contact-fields {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.contact .f-row {
  width: 100%;
  padding-bottom: 1vw;
  /*border-bottom: 0.05208333vw solid #D9D9D9;*/
  position: relative;
  display: flex;
  align-items: center;
}
.contact .f-row::before{
  content: '';
  position: absolute;
  width: 91%;
  height: 1px;
  bottom: 0;
  left: 9%;
  background: #D9D9D9;
}
.contact .f-row .t{
  font-size: 1.2vw;
  margin-right: 1vw;
  font-family: 'AbhayaLibre-Bold';
}
.contact .f-row.msg .t{
  position: relative;
  top: .3vw;
}
.contact .f-row:not(:first-child) {
  margin-top: 1.30208333vw;
}
.contact .f-row input,
.contact .f-row textarea {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  outline: none;
  resize: none;
  color: #E9D1A9;
  font-family: 'AbhayaLibre-Bold';
  font-size: 1.14583333vw;
}
.contact .f-row input::placeholder,
.contact .f-row textarea::placeholder {
  color: #E9D1A9;
  opacity: 1;
}
.contact .f-row.msg {
  height: auto;
  align-items: flex-start;
  box-sizing: border-box;
  border-bottom: transparent;
}
.contact .f-row.msg textarea {
  height: calc(100% - (10 * 0.05208333vw));
}
.contact .submit {
  width: 20vw;
  height: 2.8125vw;
  margin-top: 2vw;
  border-radius: 0.26041667vw;
  background-image: linear-gradient(270deg, #FCDE87 0%, #823C1A 100%);
  border: 0.078125vw solid #DFB991;
  color: #fff;
  font-family: 'AbhayaLibre-Bold';
  font-size: 1.14583333vw;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9375vw 0.88541667vw;
  box-sizing: border-box;
  transition: .5s all;
}
.contact .submit:hover{
  background-image: linear-gradient(170deg, #FCDE87 0%, #823C1A 100%);
}
.contact .submit .arr {
  display: inline-block;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url('../images/Arrow-right.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0;
}
.contact .contact-details {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.contact .contact-lines {
  margin-top: 11.5vw;
  display: flex;
  flex-direction: column;
  gap: 0.52083333vw;
}
.contact .contact-line {
  display: flex;
  align-items: flex-start;
  gap: 1.04166667vw;
  color: #ffffff;
  font-family: 'AbhayaLibre-Regular';
  font-size: 1.04166667vw;
  line-height: 1.5;
}
.contact .contact-line .contact-ico {
  flex: 0 0 auto;
  width: 0.878125vw;
  height: auto;
  margin-top: 0.41666667vw;
}
.contact .contact-line p {
  margin: 0;
}
.contact .contact-icons {
  position: relative;
  display: flex;
  gap: 2.08333333vw;
  margin-top: 5vw;
}
.contact .contact-icons div{
  position: relative;
  cursor: pointer;
}
.contact .contact-icons img {
  width: 1.5625vw;
  height: 1.5625vw;
  display: block;
}
.contact .contact-icons .qrImg{
  width: 6vw;
  height: 6vw;
  position: absolute;
  top: -6.2vw;
  left: 50%;
  transform: translateX(-50%);
  max-width: inherit;
  border-radius: 3px;
  pointer-events: none;
  opacity: 0;
  transition: .3s all;
}
.contact .contact-icons div:hover .qrImg{
  opacity: 1;
  pointer-events: all;
}
.contact .copyright {
  margin-top: 5vw;
  text-align: center;
  font-family: 'AbhayaLibre-Regular';
  font-size: 1.04166667vw;
  line-height: 1.5;
  color: #A4A4A4;
}
.contact .copyright a {
  color: #A4A4A4;
}
.section-inner {
  width: 86%;
  margin: 0 auto;
  padding-top: 100px;
}
.section-title {
  font-family: 'AbhayaLibre-Bold';
  font-size: 2.5vw;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}
.section-title.g {
  background-image: linear-gradient(56deg, #F8CC67 15%, #FCE190 52%, #FDEDB9 88%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F5D9C4;
}
.section-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 46px;
  margin-bottom: 30px;
}
.section-head .c-line {
  width: 360px;
  height: 1px;
  background-image: linear-gradient(90deg, #fffdcb 50%, rgba(250, 237, 172, 0) 100%);
}
.calendar {
  height: auto;
}
.calendar .section-inner {
  padding-top: 0;
}
.calendar .programs-top {
  display: grid;
  grid-template-columns: 30.9375vw 0.05208333vw 1fr;
  column-gap: 5.26041667vw;
  align-items: start;
}
.calendar .programs-left .programs-title {
  font-family: 'AbhayaLibre-Bold';
  font-size: 3.33333333vw;
  
  text-transform: uppercase;
  background-image: linear-gradient(56deg, #F8CC67 15%, #FCE190 52%, #FDEDB9 88%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F5D9C4;
  white-space: nowrap;
}
.calendar .programs-left .programs-tagline {
  margin-top: 1.45833333vw;
  font-family: 'AbhayaLibre-Regular';
  font-size: 1.5625vw;
  line-height: 1.26666667;
  color: #ffffff;
}
.calendar .programs-vline {
  width: 1.30208333vw;
  height: 13.10416667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar .programs-vline img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}
.calendar .programs-desc {
  font-family: 'AbhayaLibre-Regular';
  font-size: 1.25vw;
  line-height: 1.41666667;
  color: #ffffff;
}
.calendar .programs-cards {
  margin-top: 4.16666667vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5vw;
  row-gap: 3.03645833vw;
}
.calendar .p-card {
  height: 12.7265625vw;
  position: relative;
  cursor: pointer;
  border-radius: 0.78125vw;
  border: 0.15625vw solid transparent;
  transition: 1s all;
  background: linear-gradient(#0C1027, #0C1027) padding-box, linear-gradient(46deg, rgba(251, 239, 181, 0.35) 1%, #fbefb5 50%, rgba(204, 201, 190, 0.2) 99%) border-box;
}
.calendar .p-card:hover{
  background: linear-gradient(#0C1027, #0C1027) padding-box, linear-gradient(96deg, rgba(251, 239, 181, 0.35) 1%, #fbefb5 50%, rgba(204, 201, 190, 0.2) 99%) border-box;
}
.calendar .p-card:hover .p-pt{
  left: 1vw;
}
.calendar .p-card .p-pt {
  position: absolute;
  left: -1.31614583vw;
  top: 0.815625vw;
  width: 10.23072917vw;
  transition: .5s all;
}
.calendar .p-card .p-pt img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.calendar .p-card .p-text {
  position: absolute;
  left: 12.87708333vw;
  top: 4.32291667vw;
  width: 24.53125vw;
}
.calendar .p-card .p-text .p-title {
  font-family: 'AbhayaLibre-Regular';
  font-size: 1.45833333vw;
  line-height: 1.21428571;
  color: #FEE5BB;
}
.calendar .p-card .p-text .p-sub {
  margin-top: 0.8734375vw;
  font-family: 'AbhayaLibre-Regular';
  font-size: 1.14583333vw;
  line-height: 1.27272727;
  color: #ffffff;
}
.calendar .programs-bottom {
  margin-top: 8.85416667vw;
  display: grid;
  grid-template-columns: 1fr 0.05208333vw 1fr;
  column-gap: 7.60416667vw;
  align-items: start;
}
.calendar .programs-list .li {
  width: 35.3125vw;
}
.calendar .programs-list .li:not(:first-child) {
  margin-top: 4.6875vw;
}
.calendar .programs-list .li .li-title {
  font-family: 'AbhayaLibre-Regular';
  font-size: 1.45833333vw;
  line-height: 1.21428571;
  color: #FEE5BB;
}
.calendar .programs-list .li .li-desc {
  margin-top: 0.26041667vw;
  font-family: 'AbhayaLibre-Regular';
  font-size: 1.14583333vw;
  line-height: 1.54545455;
  color: #ffffff;
}
.calendar .programs-vline2 {
  width: 0.625vw;
}
.calendar .programs-right {
  width: 90%;
}
.calendar .programs-right .programs-path {
  font-family: 'AbhayaLibre-Bold';
  font-size: 3.33333333vw;
  
  text-transform: uppercase;
  background-image: linear-gradient(56deg, #F8CC67 15%, #FCE190 52%, #FDEDB9 88%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F5D9C4;
  white-space: nowrap;
}
.calendar .programs-right .programs-note {
  margin-top: 2.62447917vw;
  font-family: 'AbhayaLibre-Regular';
  font-size: 1.5625vw;
  line-height: 1.26666667;
  color: #ffffff;
}
.team {
  height: auto;
}
.team .section-inner {
  padding-top: 6.92708333vw;
  padding-bottom: 4.16666667vw;
}
.team .team-head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 2.39583333vw;
}
.team .team-head .about-head-line {
  flex: 1 1 13.54166667vw;
  max-width: 18.75vw;
  width: auto;
  height: 0.625vw;
  object-fit: contain;
}
.team .team-head .about-title {
  font-family: 'AbhayaLibre-Bold';
  font-size: 3.33333333vw;
  
  text-transform: uppercase;
  background-image: linear-gradient(56deg, #F8CC67 15%, #FCE190 52%, #FDEDB9 88%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F5D9C4;
  white-space: nowrap;
}
.team .team-intro {
  width: 60%;
  margin: 0 auto;
  margin-top: 1.04166667vw;
  text-align: center;
  font-family: 'AbhayaLibre-Regular';
  font-size: 1.5625vw;
  
  color: #ffffff;
}
.team .team-members {
  margin-top: 4.16666667vw;
  overflow: visible;
}
.team .team-members .swiper-wrapper {
  align-items: stretch;
}
.team .team-members .swiper-slide {
  width: auto;
  display: flex;
  justify-content: center;
}
.team .t-card {
  width: 17.95885417vw;
  height: 18.7109375vw;
  position: relative;
  cursor: pointer;
}
.team .t-card::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0.62135417vw;
  display: block;
  width: 16.8953125vw;
  height: 16.8953125vw;
  background-image: url('../images/q2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  transform: scale(.9);
  transition: .5s all;
}
.team .t-card:hover::before{
  transform: scale(1.2);
}
.team .t-card::after {
  content: '';
  position: absolute;
  top: 5.5vw;
  left: -.2vw;
  display: block;
  width: 17.95885417vw;
  height: 8.66822917vw;
  background-image: url('../images/q1.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  opacity: 0.95;
  z-index: 3;
}
.team .t-card .t-portrait {
  position: absolute;
  left: 2.94739583vw;
  top: 2.32604167vw;
  width: 12.24322917vw;
  height: 12.24322917vw;
  border-radius: 15.625vw;
  z-index: 3;
  overflow: visible;
  border: 0.26041667vw solid #E9D1A9;
  box-shadow: 0 0 0.26041667vw #ffffff;
  box-sizing: border-box;
}
.team .t-card .t-portrait .t-portrait-inner {
  width: 100%;
  height: 100%;
  border-radius: 15.625vw;
  overflow: hidden;
}
.team .t-card .t-portrait .t-portrait-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team .t-card .t-name {
  position: absolute;
  left: 0;
  top: 16.3671875vw;
  width: 100%;
  text-align: center;
  font-family: 'AbhayaLibre-Bold';
  font-size: 1.45833333vw;
  line-height: 1.57785279;
  color: #E9D1A9;
  z-index: 4;
}
.team .team-badges {
  margin-top: 5.72916667vw;
  display: flex;
  justify-content: center;
  gap: 3.80208333vw;
}
.team .team-badges .badge {
  width: 9.01041667vw;
  height: 8.6875vw;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.team .team-badges .badge img {
  width: 6.36302083vw;
  height: 5.72916667vw;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  transition: .5s all;
}
.team .team-badges .badge p {
  margin-top: 0.625vw;
  font-family: 'AbhayaLibre-Bold';
  font-size: 1.04166667vw;
  color: #E9D1A9;
}
.team .team-badges .badge:hover img{
  transform: translateY(-.5vw);
}
.team .team-badges .badge:not(:last-child)::after {
  content: '';
  position: absolute;
  right: calc((-73 * 0.05208333vw) / 2);
  top: 0;
  width: 0.078125vw;
  height: 100%;
  opacity: 0.7;
  background-image: linear-gradient(180deg, rgba(250, 237, 172, 0) 0%, #fffdcb 50%, rgba(250, 237, 172, 0) 100%);
}
.team .team-foot {
  width: 50%;
  margin: 0 auto;
  margin-top: 2.60416667vw;
  text-align: center;
  font-family: 'AbhayaLibre-Regular';
  font-size: 1.14583333vw;
  line-height: 1.36363636;
  color: #CEC1A1;
}
.gcalendar {
  position: relative;
  background-image: url('../images/bg4.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.gcalendar .section-inner {
  width: 86%;
  margin: 0 auto;
  padding-top: 6.61458333vw;
  padding-bottom: 7.8125vw;
  position: relative;
  z-index: 1;
}
.gcalendar .gcc-head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 2.39583333vw;
}
.gcalendar .gcc-head .about-head-line {
  flex: 1 1 13.54166667vw;
  max-width: 18.75vw;
  width: auto;
  height: 0.625vw;
  object-fit: contain;
}
.gcalendar .gcc-head .about-title {
  font-family: 'AbhayaLibre-Bold';
  font-size: 3.33333333vw;
  
  text-transform: uppercase;
  background-image: linear-gradient(56deg, #F8CC67 15%, #FCE190 52%, #FDEDB9 88%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F5D9C4;
  white-space: nowrap;
}
.gcalendar .gcc-slogan {
  margin-top: 1.08958333vw;
  text-align: center;
  font-family: 'AbhayaLibre-Regular';
  font-size: 1.5625vw;
  color: #ffffff;
}
.gcalendar .gcc-band {
  position: absolute;
  left: 50%;
  top: 10.3125vw;
  transform: translateX(-50%);
  width: 100vw;
  height: 13.28125vw;
  background: rgba(255, 255, 255, 0.06);
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}
.gcalendar .gcc-wave {
  position: absolute;
  left: -1.4765625vw;
  top: 16.953125vw;
  width: 71.51041667vw;
  height: 13.28125vw;
  opacity: 0.7;
  background-image: radial-gradient(closest-side at 15% 70%, rgba(250, 237, 172, 0.16), rgba(250, 237, 172, 0) 70%), radial-gradient(closest-side at 45% 30%, rgba(250, 237, 172, 0.18), rgba(250, 237, 172, 0) 70%), radial-gradient(closest-side at 75% 70%, rgba(250, 237, 172, 0.14), rgba(250, 237, 172, 0) 70%);
  filter: blur(0.10416667vw);
  z-index: 1;
  pointer-events: none;
}
.gcalendar .gcc-year {
  margin-top: 1.5625vw;
  font-family: 'AbrilFatface';
  font-size: 4vw;
  line-height: 1.4;
  text-align: center;
  color: #E9D1A9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gcalendar .gcc-year p {
  margin: 0 1vw;
}
.gcalendar .gcc-year img {
  width: 5vw;
}
.gcalendar .gcc-stage {
  position: relative;
  padding-top: 2.60416667vw;
  overflow: hidden;
}
.gcalendar .gcc-timeline {
  position: relative;
  margin-top: 2.08333333vw;
  display: flex;
  flex-direction: column;
  gap: 4.6875vw;
}
.gcalendar .gcc-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 0.3125vw;
  transform: translateX(-50%);
  background-image: url('../images/line6.png');
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center top;
  opacity: 0.9;
  pointer-events: none;
  z-index: -1;
}
.gcalendar .gcc-event {
  display: flex;
  align-items: center;
}
.gcalendar .gcc-side {
  display: flex;
  align-items: center;
  gap: 0.72916667vw;
}
.gcalendar .gcc-event.is-left {
  justify-content: left;
}
.gcalendar .gcc-event.is-right {
  justify-content: right;
}
.gcalendar .gcc-side.left {
  justify-content: left;
}
.gcalendar .gcc-side.right {
  justify-content: right;
}
.gcalendar .gcc-conn {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gcalendar .gcc-conn img {
  width: 3.68020833vw;
  height: auto;
  object-fit: contain;
  display: block;
}
.gcalendar .gcc-side.left .gcc-conn {
  transform: scaleX(-1);
}
.gcalendar .gcc-center {
  display: flex;
  align-items: center;
  gap: 1.14583333vw;
}
.gcalendar .gcc-marker {
  width: 6.25vw;
  height: 6.25vw;
  border-radius: 0.83333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gcalendar .gcc-marker img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  position: relative;
  left: -0.3vw;
}
.gcalendar .gcc-month {
  font-family: 'AbhayaLibre-Regular';
  font-size: 2.91666667vw;
  background-image: linear-gradient(56deg, #F8CC67 15%, #FCE190 52%, #FDEDB9 88%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FEE5BB;
  pointer-events: none;
}
.gcalendar .gcc-card {
  width: 35.35729167vw;
  border-radius: 0.78125vw;
  border: 0.15625vw solid transparent;
  background: linear-gradient(#0C1027, #0C1027) padding-box, linear-gradient(46deg, rgba(251, 239, 181, 0.35) 1%, #fbefb5 50%, rgba(204, 201, 190, 0.2) 99%) border-box;
  padding: 1.60572917vw 3.64583333vw 1.5625vw 4.08645833vw;
}
.gcalendar .gcc-card .gcc-date {
  font-family: 'AbhayaLibre-Regular';
  font-size: 0.9375vw;
  line-height: 1.55555556;
  color: #ffffff;
}
.gcalendar .gcc-card .gcc-ttl {
  font-family: 'AbhayaLibre-Regular';
  font-size: 1.45833333vw;
  line-height: 2;
  color: #FEE5BB;
}
.gcalendar .gcc-card .gcc-desc {
  margin-top: 0.52083333vw;
  font-family: 'AbhayaLibre-Regular';
  font-size: 0.9375vw;
  line-height: 1.55555556;
  color: #ffffff;
}
/* MENU MODAL - Desktop */
.menu-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.menu-modal.is-open {
  display: flex;
}
.menu-modal.is-open .menu-mask {
  animation: modalMaskIn 0.25s ease both;
}
.menu-modal.is-open .menu-dialog {
  animation: modalDialogInCentered 0.32s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.menu-modal .menu-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(10px);
}
.menu-modal .menu-dialog {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 42vw;
  height: 60vh;
  overflow: hidden;
}
.menu-modal .menu-close {
  position: absolute;
  right: 7.03125vw;
  top: 2.39583333vw;
  width: 7.29166667vw;
  height: 2.86458333vw;
  border-radius: 0.26041667vw;
  background-image: linear-gradient(270deg, #FCDE87 0%, #823C1A 100%);
  border: 0.078125vw solid #DFB991;
  color: #fff;
  font-family: 'AbhayaLibre-Bold';
  font-size: 1.14583333vw;
  letter-spacing: 0.06em;
}
.menu-modal .menu-close::before,
.menu-modal .menu-close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.875vw;
  height: 0.10416667vw;
  background: white;
  border-radius: 0.10416667vw;
  transform-origin: center;
}
.menu-modal .menu-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-modal .menu-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu-modal .menu-decos {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.menu-modal .menu-decos .m {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}
.menu-modal .menu-decos .m1 {
  left: 0;
  top: 0;
  width: 18vw;
}
.menu-modal .menu-decos .m2 {
  left: 13.5vw;
  top: 0;
  width: 18vw;
}
.menu-modal .menu-decos .m3 {
  left: 26.9vw;
  top: 0;
  width: 13.7vw;
}
.menu-modal .menu-decos .m4 {
  left: 0;
  top: 13.4vw;
  width: 13.8vw;
}
.menu-modal .menu-decos .m5 {
  left: 9.2vw;
  top: 9.2vw;
  width: 18vw;
}
.menu-modal .menu-decos .m6 {
  left: 22.6vw;
  top: 13.5vw;
  width: 18vw;
}
.menu-modal .menu-items {
  position: relative;
  z-index: 2;
  width: 60vw;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.menu-modal .menu-items .mi {
  width: 33%;
  height: 14vw;
  position: relative;
}
.menu-modal .menu-items .mi .ico {
  width: 1.5625vw;
  height: 1.5625vw;
  display: block;
  object-fit: contain;
  position: absolute;
  left: 1.5vw;
  top: 6vw;
  transform-origin: center center;
  transition: transform 0.1s ease;
  animation-play-state: paused;
}
@keyframes headShake {
  0% { transform: translateX(0) rotate(0deg); }
  20% { transform: translateX(-0.3vw) rotate(-5deg); }
  40% { transform: translateX(0) rotate(0deg); }
  60% { transform: translateX(0.3vw) rotate(5deg); }
  80% { transform: translateX(0) rotate(0deg); }
  100% { transform: translateX(0) rotate(0deg); }
}

.menu-modal .menu-items .mi:hover .ico{
  animation: headShake 0.8s ease-in-out infinite;
  animation-play-state: running;
}
.menu-modal .menu-items .mi span {
  font-family: 'AbhayaLibre-Bold';
  font-size: 1.66666667vw;
  
  text-align: right;
  text-transform: uppercase;
  display: block;
  padding: 1vw 2vw 1vw 0;
  background-image: linear-gradient(56deg, #F8CC67 15%, #FCE190 52%, #FDEDB9 88%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F5D9C4;
}
.menu-modal .menu-items .mi:hover span {
  filter: drop-shadow(0 0 0.3125vw #ffffff);
}
.menu-modal .menu-items .mi:nth-child(1) .ico {
  left: 2vw;
}
.menu-modal .menu-items .mi:nth-child(3) .ico {
  left: 1.2vw;
}
.menu-modal .menu-items .mi:nth-child(4) .ico {
  left: inherit;
  top: 5.5vw;
  right: 1.8vw;
}
.menu-modal .menu-items .mi:nth-child(4) span {
  position: absolute;
  bottom: 1vw;
  right: 0;
}
.menu-modal .menu-items .mi:nth-child(5) .ico {
  left: inherit;
  top: 5.5vw;
  right: 2.5vw;
}
.menu-modal .menu-items .mi:nth-child(5) span {
  position: absolute;
  bottom: 1vw;
  right: 0;
}
.menu-modal .menu-items .mi:nth-child(6) .ico {
  left: inherit;
  top: 5.5vw;
  right: 2.8vw;
}
.menu-modal .menu-items .mi:nth-child(6) span {
  position: absolute;
  bottom: 1vw;
  right: 0;
}

.question-container {
  width: 100%;
  color: #fff;
}
.question-container1{
  width: 100%;
  display: flex;
  align-items: center;
}
.question-container1 .question-text{
  margin-bottom: 0;
  margin-right: 1vw;
}
.question-text {
  font-size: 1.14583333vw;
  margin-bottom: 1em;
  color: #E9D1A9;
  font-family: 'AbhayaLibre-Bold';
}

.options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1vw;
}

.option {
  display: flex;
  background-color: #0E1127;
  border: 1px solid #F8C78D;
  border-radius: 5px;
  padding: .5vw;
  cursor: pointer;
  font-size: .85vw;
  transition: background-color 0.3s;
}

.option.selected {
  background-image: linear-gradient(270deg, #FCDE87 0%, #823C1A 100%);
}

.option-letter {
  font-weight: bold;
  margin-right: 0.5em;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .circuit-modal .circuit-mask,
  .circuit-modal .circuit-dialog,
  .program-modal .program-mask,
  .program-modal .program-dialog,
  .team-modal .team-mask,
  .team-modal .team-dialog,
  .menu-modal .menu-mask,
  .menu-modal .menu-dialog {
    animation: none !important;
  }
}
@media screen and (max-width: 900px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .header {
    padding: 3vw 0;
  }
  .header .header-inner {
    width: 100%;
    align-items: flex-start;
    justify-content: center;
  }
  .header .logo {
    width: 21.33333333vw;
  }
  .header .menu-btn {
    width: 18.66666667vw;
    height: 8vw;
    font-size: 4.26666667vw;
    display: none;
  }
  .banner {
    background: url('../images/mobileBanner.jpg') center no-repeat;
    background-size: cover !important;
    align-items: flex-start;
  }
  .banner .bannerVideo {
    display: none;
  }
  .banner .banner-inner {
    width: 90%;
    padding-top: 30vw;
    margin: 0 auto;
  }
  .banner .banner-inner .banner-sub {
    font-size: 10.66666667vw;
  }
  .banner .banner-inner .banner-title {
    font-size: 13.33333333vw;
  }
  .banner .banner-inner .banner-lines {
    margin: 5vw 0;
  }
  .banner .banner-inner .banner-lines .l1 {
    width: 80vw;
    height: 0.5vw;
  }
  .banner .banner-inner .banner-desc {
    font-size: 5.86666667vw;
  }
  .banner .banner-inner .banner-glows .g1 {
    width: 54vw;
  }
  .banner .banner-inner .banner-tags {
    gap: 4.8vw;
    margin-top: 2vw;
  }
  .banner .banner-inner .banner-tags .tag {
    height: 9.6vw;
  }
  .banner .banner-inner .banner-tags .tag .text {
    font-size: 5.86666667vw;
  }
  .banner .banner-inner .banner-tags .tag:nth-child(1) .tag-icon {
    width: 6.93333333vw;
    height: 6.93333333vw;
  }
  .banner .banner-inner .banner-tags .tag:nth-child(2) .tag-icon {
    width: 7.46666667vw;
    height: 6.93333333vw;
  }
  .banner .banner-inner .banner-tags .tag:nth-child(3) .tag-icon {
    width: 8vw;
    height: 6.93333333vw;
  }
  .circuit-modal .circuit-dialog {
    width: 90vw;
    height: auto;
  }
  .circuit-modal .circuit-logo {
    width: 30vw;
    top: 15vw;
  }
  .circuit-modal .circuit-panel {
    width: 90vw;
    height: calc(90vw * (781 / 557));
    border-radius: 5.33333333vw;
  }
  .circuit-modal .circuit-close {
    right: -2.13333333vw;
    top: -2.13333333vw;
    width: 8.53333333vw;
    height: 8.53333333vw;
  }
  .circuit-modal .circuit-close::before,
  .circuit-modal .circuit-close::after {
    width: 4.26666667vw;
    height: 0.53333333vw;
  }
  .circuit-modal .circuit-content {
    left: 4.8vw;
    top: 45.33333333vw;
    width: calc(100% - (36 * 0.26666667vw));
  }
  .circuit-modal .circuit-title .small-title {
    font-size: 4.26666667vw;
  }
  .circuit-modal .circuit-title .large-title {
    font-size: 9.6vw;
  }
  .circuit-modal .circuit-divider {
    width: 100%;
    height: 0.53333333vw;
    margin-top: 4.8vw;
  }
  .circuit-modal .circuit-text {
    height: 40vw;
    overflow-y: scroll;
    margin-top: 4.8vw;
    font-size: 4.26666667vw;
  }
  .circuit-modal .circuit-deco.q4 {
    left: 1.6vw;
    top: 1.6vw;
    width: calc(100% - (12 * 0.26666667vw));
    height: calc(100% - (12 * 0.26666667vw));
  }
  .circuit-modal .circuit-deco.q3 {
    top: -21.33333333vw;
    width: 80vw;
    height: auto;
  }
  .circuit-modal .circuit-deco.q5 {
    top: 32vw;
    width: 40vw;
    height: auto;
    left: -20vw;
  }
  .circuit-modal .circuit-deco.q6 {
    top: 64vw;
    width: 40vw;
    right: -20vw;
    height: auto;
  }
  .program-modal .program-dialog {
    width: 90vw;
    max-width: 90vw;
    max-height: 86vh;
  }
  .program-modal .program-close {
    right: -2.13333333vw;
    top: -2.13333333vw;
    width: 8.53333333vw;
    height: 8.53333333vw;
  }
  .program-modal .program-close::before,
  .program-modal .program-close::after {
    width: 4.26666667vw;
    height: 0.53333333vw;
  }
  .program-modal .program-head {
    display: block;
    padding: 5.86666667vw;
  }
  .program-modal .program-head .p-pt {
    position: relative;
    left: auto;
    top: auto;
    width: 26.66666667vw;
    height: auto;
    margin: 0 auto;
  }
  .program-modal .program-head .p-text {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }
  .program-modal .program-head .p-text .p-title {
    font-size: 5.33333333vw;
  }
  .program-modal .program-head .p-text .p-sub {
    margin-top: 2.13333333vw;
    font-size: 4.26666667vw;
  }
  .program-modal .program-line {
    display: none;
  }
  .program-modal .program-detail {
    margin-left: 0;
    width: 100%;
    max-height: calc(86vh - (320 * 0.26666667vw));
    padding: 0 5.86666667vw;
    font-size: 4.26666667vw;
  }
  .team-modal .team-dialog {
    width: 100%;
    height: 100vh;
    background-size: cover;
  }
  .team-modal .team-close {
    right: 3.2vw;
    top: 3.2vw;
    width: 7.46666667vw;
    height: 7.46666667vw;
  }
  .team-modal .team-close::before,
  .team-modal .team-close::after {
    width: 4.8vw;
    height: 0.53333333vw;
  }
  .team-modal .team-panel {
    padding-top: 40vw;
  }
  .team-modal .team-avatar {
    width: 32vw;
    height: 32vw;
    border-radius: 53.33333333vw;
    border: 0.53333333vw solid #ffffff;
  }
  .team-modal .team-name {
    margin-top: 4.8vw;
    font-size: 4.8vw;
  }
  .team-modal .team-desc {
    width: calc(100% - (150 * 0.26666667vw));
    margin-top: 3.2vw;
    font-size: 3.73333333vw;
  }
  .menu-modal .menu-close {
    right: 3.2vw;
    top: 3.2vw;
    width: 8.53333333vw;
    height: 8.53333333vw;
  }
  .menu-modal .menu-close::before,
  .menu-modal .menu-close::after {
    width: 4.8vw;
    height: 0.53333333vw;
  }
  .menu-modal .menu-dialog {
    width: 90%;
  }
  .menu-modal .menu-items {
    width: 100%;
    padding-top: 2.66666667vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .menu-modal .menu-items .mi {
    width: 32%;
    height: 28.5vw;
  }
  .menu-modal .menu-items .mi .ico {
    width: 4vw;
    height: 4vw;
    margin-top: 4.5vw;
    left: 4.5vw;
  }
  .menu-modal .menu-items .mi span {
    font-size: 4.26666667vw;
    padding: 0;
  }
  .menu-modal .menu-items .mi:nth-child(1) .ico {
    left: 4vw;
  }
  .menu-modal .menu-items .mi:nth-child(3) .ico {
    left: 5.2vw;
  }
  .menu-modal .menu-items .mi:nth-child(4) .ico {
    top: 7vw;
    right: 2.5vw;
  }
  .menu-modal .menu-items .mi:nth-child(5) .ico {
    top: 7vw;
    right: 2vw;
  }
  .menu-modal .menu-items .mi:nth-child(6) .ico {
    top: 7vw;
    right: 1.5vw;
  }
  .menu-modal .menu-decos .m1 {
    width: 40vw;
  }
  .menu-modal .menu-decos .m2 {
    width: 40vw;
    left: 29.5vw;
  }
  .menu-modal .menu-decos .m3 {
    width: 30.5vw;
    left: 59vw;
  }
  .menu-modal .menu-decos .m4 {
    width: 30vw;
    top: 30vw;
  }
  .menu-modal .menu-decos .m5 {
    width: 40vw;
    left: 19.9vw;
    top: 20.2vw;
  }
  .menu-modal .menu-decos .m6 {
    width: 40vw;
    left: 49.5vw;
    top: 29.7vw;
  }
  .calendar .programs-right {
    width: 100%;
  }
  .calendar .section-inner {
    padding-top: 16vw;
    padding-bottom: 24vw;
  }
  .calendar .programs-top {
    grid-template-columns: 1fr;
    row-gap: 6.4vw;
  }
  .calendar .programs-top .programs-vline {
    display: none;
  }
  .calendar .programs-left .programs-title {
    font-size: 9vw;
  }
  .calendar .programs-left .programs-tagline {
    margin-top: 3.2vw;
    font-size: 4.8vw;
  }
  .calendar .programs-desc {
    font-size: 4.26666667vw;
  }
  .calendar .programs-cards {
    margin-top: 8vw;
    grid-template-columns: 1fr;
    row-gap: 4.8vw;
  }
  .calendar .p-card {
    height: auto;
    padding: 5.86666667vw;
  }
  .calendar .p-card .p-pt {
    position: relative;
    left: auto;
    top: auto;
    width: 21.33333333vw;
    margin: 0 auto 3.2vw auto;
  }
  .calendar .p-card .p-text {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }
  .calendar .p-card .p-text .p-title {
    font-size: 5.33333333vw;
  }
  .calendar .p-card .p-text .p-sub {
    margin-top: 2.13333333vw;
    font-size: 4.26666667vw;
  }
  .calendar .programs-bottom {
    margin-top: 10.66666667vw;
    grid-template-columns: 1fr;
    row-gap: 8vw;
  }
  .calendar .programs-bottom .programs-vline2 {
    display: none;
  }
  .calendar .programs-list .li {
    width: 100%;
  }
  .calendar .programs-list .li:not(:first-child) {
    margin-top: 5.86666667vw;
  }
  .calendar .programs-list .li .li-title {
    font-size: 4.8vw;
  }
  .calendar .programs-list .li .li-desc {
    font-size: 4.26666667vw;
  }
  .calendar .programs-right .programs-path {
    font-size: 9vw;
  }
  .calendar .programs-right .programs-note {
    margin-top: 4.26666667vw;
    font-size: 4.8vw;
  }
  .gcalendar .section-inner {
    width: 86vw;
    margin: 0 auto;
    padding-top: 8vw;
  }
  .gcalendar .gcc-head {
    gap: 4.8vw;
  }
  .gcalendar .gcc-head .about-head-line {
    width: 32vw;
    flex: 0 0 auto;
  }
  .gcalendar .gcc-head .about-title {
    font-size: 9.6vw;
    text-align: center;
  }
  .gcalendar .gcc-slogan {
    margin-top: 3.2vw;
    font-size: 4.8vw;
    text-align: left;
  }
  .gcalendar .gcc-band,
  .gcalendar .gcc-wave {
    display: none;
  }
  .gcalendar .gcc-year {
    margin-top: 5.86666667vw;
    font-size: 11.2vw;
  }
  .gcalendar .gcc-year img {
    width: 15vw;
  }
  .gcalendar .gcc-stage {
    margin-top: 4.8vw;
    padding-top: 0;
    padding-bottom: 0;
    overflow: inherit;
  }
  .gcalendar .gcc-timeline {
    margin-top: 4.8vw;
    gap: 4.8vw;
  }
  .gcalendar .gcc-timeline::before {
    background-image: url(../images/line4.png);
    width: 3vw;
    left: 5.5vw;
    height: 112%;
    top: 9vw;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .gcalendar .gcc-event {
    display: block;
    grid-template-columns: 1fr;
    row-gap: 3.2vw;
  }
  .gcalendar .gcc-side {
    margin-top: 3vw;
  }
  .gcalendar .gcc-side.left,
  .gcalendar .gcc-side.right {
    justify-self: stretch;
    justify-content: right;
  }
  .gcalendar .gcc-side.left:empty,
  .gcalendar .gcc-side.right:empty {
    display: none;
  }
  .gcalendar .gcc-center {
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 2.66666667vw;
    padding-top: 0;
    margin-left: -2vw;
  }
  .gcalendar .gcc-month {
    font-size: 7.46666667vw;
  }
  .gcalendar .gcc-marker {
    width: 15vw;
    height: auto;
  }
  .gcalendar .gcc-conn {
    display: none;
  }
  .gcalendar .gcc-card {
    width: 82%;
    padding: 4vw;
  }
  .gcalendar .gcc-card .gcc-date {
    font-size: 3.73333333vw;
  }
  .gcalendar .gcc-card .gcc-ttl {
    margin-top: 0vw;
    font-size: 4.26666667vw;
    line-height: 1.7;
  }
  .gcalendar .gcc-card .gcc-desc {
    margin-top: 2.13333333vw;
    font-size: 4.26666667vw;
  }
  .question-container1 .question-text{
    margin-right: 5vw;
  }
  .contact {
    background-position: center right;
    margin-top: 0;
    background-blend-mode: inherit;
  }
  .contact .section-inner {
    width: 100%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .contact .contact-wrap {
    width: 100%;
    margin-left: 0;
    display: block;
  }
  .contact .contact-wrap .text{
    width: 100%;
  }
  .contact .contact-title {
    font-size: 9.6vw;
    text-align: center;
  }
  .contact .contact-lead {
    width: 100%;
    margin-top: 3.2vw;
    font-size: 4.8vw;
  }
  .contact .contact-card {
    width: 100%;
    height: auto;
    margin-top: 6.4vw;
    flex-direction: column;
    gap: 4.8vw;
    padding: 3vw;
  }
  .contact .contact-fields,
  .contact .contact-details {
    width: 100%;
    min-width: 0;
  }
  .contact .contact-details {
    margin-top: 5vw;
  }
  .contact .f-row .t{
    font-size: 4.8vw;
    margin-right: 4vw;
  }
  .contact .f-row {
    height: 13.33333333vw;
  }
  .contact .f-row.msg{
    padding-bottom: 4vw;
  }
  .contact .f-row::before{
    width: 78%;
    left: 20%;
  }
  .contact .f-row:not(:first-child) {
    margin-top: 4.8vw;
  }
  .contact .f-row input,
  .contact .f-row textarea {
    font-size: 4.8vw;
  }
  .contact .f-row.msg textarea {
    height: calc(100% - (10 * 0.26666667vw));
  }
  .contact .submit {
    width: 100%;
    height: 14.4vw;
    margin-top: 4.8vw;
    padding: 4.8vw 4.53333333vw;
    font-size: 4.8vw;
  }
  .contact .submit .arr {
    width: 5vw;
    height: 5vw;
  }
  .contact .contact-lines {
    margin-top: 0;
    gap: 2.66666667vw;
  }
  .contact .contact-line {
    gap: 3.2vw;
    font-size: 4.26666667vw;
  }
  .contact .contact-line .contact-ico {
    width: 4.8vw;
    margin-top: 0.53333333vw;
  }
  .contact .contact-line .addr {
    max-width: none;
  }
  .contact .contact-icons {
    position: relative;
    justify-content: center;
    gap: 5.33333333vw;
    margin-top: 8vw;
  }
  .contact .contact-icons img {
    width: 6.66666667vw;
    height: 6.66666667vw;
  }
  .contact .copyright {
    margin-top: 8vw;
    font-size: 3.73333333vw;
  }
  .about .about-inner {
    width: 86vw;
    padding-top: 13.33333333vw;
  }
  .about .about-head {
    gap: 4.8vw;
  }
  .about .about-head .about-head-line {
    width: 32vw;
  }
  .about .about-title {
    font-size: 9vw !important;
  }
  .about .about-slogan {
    font-size: 4.8vw;
    margin-top: 3vw;
    text-align: left;
  }
  .about .about-card {
    margin-top: 8vw;
    height: auto;
    padding: 5.86666667vw;
  }
  .about .about-card .about-card-hero {
    position: relative;
    left: auto;
    top: auto;
    width: 50%;
    height: auto;
    margin: 0 auto 4.26666667vw auto;
  }
  .about .about-card .about-card-hero img {
    height: auto;
  }
  .about .about-card .about-card-text {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    font-size: 4.26666667vw;
  }
  .about .circuit {
    margin-top: 13.33333333vw;
  }
  .about .circuit .circuit-head {
    gap: 4.8vw;
  }
  .about .circuit .circuit-head .c-line {
    width: 32vw;
  }
  .about .circuit .circuit-head .c-title {
    font-size: 9.6vw;
  }
  .about .circuit .circuit-swiper {
    height: auto;
    margin-top: 5.33333333vw;
  }
  .about .circuit .circuit-swiper .swiper-slide::after,
  .about .circuit .circuit-swiper .swiper-slide::before {
    display: none;
  }
  .about .circuit .circuit-swiper .c-item {
    padding-top: 0;
  }
  .about .circuit .circuit-swiper .c-item .c-icon {
    height: 25vw;
    margin: 0 auto 3vw auto;
  }
  .about .circuit .circuit-swiper .c-item .c-label {
    position: relative;
    bottom: auto;
    font-size: 5.33333333vw;
  }
  .team .section-inner {
    padding-top: 0;
    padding-bottom: 18.66666667vw;
  }
  .team .team-head {
    gap: 4.8vw;
  }
  .team .team-head .about-head-line {
    width: 32vw;
  }
  .team .team-head .about-title {
    font-size: 9vw;
  }
  .team .team-intro {
    width: 100%;
    margin-top: 4.8vw;
    font-size: 4.8vw;
    text-align: left;
  }
  .team .team-members {
    margin-top: 6.93333333vw;
    overflow: visible;
  }
  .team .team-members .swiper-slide {
    width: auto;
  }
  .team .t-card {
    width: 44.8vw;
    height: 51.2vw;
  }
  .team .t-card::before,
  .team .t-card::after {
    width: 44vw;
    height: 18.66666667vw;
    top: 15vw;
  }
  .team .t-card::before {
    left: 2.66666667vw;
  }
  .team .t-card::after {
    left: -2.5vw;
  }
  .team .t-card .t-portrait {
    left: 50%;
    top: 5.86666667vw;
    transform: translateX(-50%);
    width: 30.93333333vw;
    height: 30.93333333vw;
    border-width: 0.8vw;
  }
  .team .t-card .t-portrait::before {
    width: calc(100% + (10 * 0.26666667vw));
    height: calc(100% + (10 * 0.26666667vw));
    box-shadow: 0 0 1.06666667vw #ffffff;
  }
  .team .t-card .t-name {
    top: auto;
    bottom: 1.6vw;
    font-size: 4.26666667vw;
  }
  .team .team-foot {
    width: 100%;
    margin-top: 6.93333333vw;
    font-size: 4.26666667vw;
    text-align: left;
  }
  .team .team-badges {
    margin-top: 6.93333333vw;
    flex-wrap: wrap;
    gap: 6.93333333vw;
  }
  .team .team-badges .badge {
    width: 37.33333333vw;
    height: auto;
  }
  .team .team-badges .badge:not(:last-child)::after {
    display: none;
  }
  .team .team-badges .badge img {
    width: 24vw;
    height: 21.33333333vw;
  }
  .team .team-badges .badge p {
    font-size: 4.26666667vw;
  }
  .gcalendar .gcc-card{
    background: linear-gradient(#0C1027, #0C1027) padding-box, linear-gradient(109deg, rgba(251, 239, 181, 0.35) 1%, #fbefb5 50%, rgba(204, 201, 190, 0.2) 99%) border-box;
  }
  .contact .contact-card{
    background: linear-gradient(#0C1027, #0C1027) padding-box, linear-gradient(109deg, rgba(251, 239, 181, 0.35) 1%, #fbefb5 50%, rgba(204, 201, 190, 0.2) 99%) border-box;
  }
  .question-text{
    font-size: 4.8vw;
    margin-bottom: 3vw;
  }
  .options{
    display: block;
  }
  .option{
    font-size: 12px;
    padding: 2vw;
    margin-top: 3vw;
  }
  .question-container1 .options{
    display: grid;
  }
  .question-container1 .options .option{
    margin-top: 0;
    margin-right: 1vw;
  }
  .contact .f-row.msg .t{
    top: 1.3vw;
  }
  .langBox .langIcon{
    width: 7vw;
  }
  .langBox .langItem{
    width: 17vw;
    margin-left: -10vw;
    margin-top: 2vw;
  }
  .langBox .langItem a{
    font-size: 14px;
  }
  .langBox .langItem::before {
    width: 1px;
    height: 1px;
    left: 73%;
    border-width: 4px;
  }
  .contact .contact-icons .qrImg{
    width: 30vw;
    height: 30vw;
    top: -31vw;
  }
}
