@charset "UTF-8";
/* Brand */
/* Button */
/* Status */
/* Gray */
/* Line / Border */
/* Font size */
.ic {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.ic_search {
  background: url(/images/activity/public/ic_search.svg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.ic_person {
  background: url(/images/activity/public/ic_person.svg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.ic_older {
  background: url(/images/activity/public/ic_older.svg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.ic_notify {
  background: url(/images/activity/public/ic_notify.svg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.ic_s {
  background: url(/images/activity/public/ic_smartpush_A.svg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.ic_fb {
  background: url(/images/activity/public/ic_fb.svg) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
}

.ic_fb2 {
  background: url(/images/activity/public/ic_fb2.svg) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
}

.ic_line {
  background: url(/images/activity/public/ic_line.svg) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
}

.ic_line2 {
  background: url(/images/activity/public/ic_line2.svg) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
}

.ic_language {
  background: url(/images/activity/public/ic_language.svg) no-repeat;
  -o-background-size: contain;
     background-size: contain;
  background-position: 0 4px;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 32px;
}

.ic_close {
  background: url(/images/activity/public/ic_close.svg) no-repeat center center, #fff;
  -o-background-size: cover;
     background-size: cover;
  border-radius: 50%;
}

.ic_message {
  background: url(/images/activity/public/ic_smartpush.svg) no-repeat center center, #fff;
  -o-background-size: 38px 38px;
     background-size: 38px 38px;
  width: 44px;
  height: 44px;
}

.message_MG {
  width: 100%;
  /*----物件需要顯示的寬高比例 ----*/
  height: 0;
  padding-bottom: 100%;
  /*----逐格動畫圖片檔 ----*/
  background: url(/images/activity/public/ic_smartpush_A.svg) 0 0 no-repeat;
  background-repeat: no-repeat;
  /*----呼叫動畫名稱 ----*/
  -webkit-animation-name: Fps12p;
     -moz-animation-name: Fps12p;
       -o-animation-name: Fps12p;
          animation-name: Fps12p;
  /*----播放時間----*/
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  /*----影格數----*/
  -webkit-animation-timing-function: steps(12, end);
     -moz-animation-timing-function: steps(12, end);
       -o-animation-timing-function: steps(12, end);
          animation-timing-function: steps(12, end);
  /*----播放次數 ----*/
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  /*----停在最後一格 ----*/
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*----background-size 的寬度值設為 N影格 ×100% ----*/
  -o-background-size: 1200% 100%;
     background-size: 1200% 100%;
  position: relative;
  display: block;
}

@-webkit-keyframes Fps12p {
  0% {
    background-position: left top;
  }
  100% {
    /*----background-position 的結束位置為 100% + (100 ÷(N - 1))% ----*/
    background-position: 109.09% top;
  }
}

@-moz-keyframes Fps12p {
  0% {
    background-position: left top;
  }
  100% {
    /*----background-position 的結束位置為 100% + (100 ÷(N - 1))% ----*/
    background-position: 109.09% top;
  }
}

@-o-keyframes Fps12p {
  0% {
    background-position: left top;
  }
  100% {
    /*----background-position 的結束位置為 100% + (100 ÷(N - 1))% ----*/
    background-position: 109.09% top;
  }
}

@keyframes Fps12p {
  0% {
    background-position: left top;
  }
  100% {
    /*----background-position 的結束位置為 100% + (100 ÷(N - 1))% ----*/
    background-position: 109.09% top;
  }
}
a.sr-only {
  padding: 4px 8px;
  background: #d1a36d;
  color: #fff;
  position: fixed;
  top: -3rem;
  left: 0;
  -webkit-transition: top 1s ease-out;
  -o-transition: top 1s ease-out;
  -moz-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 210;
}

a.sr-only:focus {
  position: fixed;
  left: 0px;
  top: 0px;
  outline-color: transparent;
  -webkit-transition: top 0.1s ease-in;
  -o-transition: top 0.1s ease-in;
  -moz-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
  background: #d1a36d;
  font-weight: 700;
}

.logo {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 12px 0;
}
.logo img {
  width: 140px;
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.logo span {
  white-space: nowrap;
  font-weight: 900;
  font-size: 18px;
}

.site-nav {
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  -webkit-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  -o-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  -moz-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.site-nav__inner {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
}
.site-nav__bar {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 64px;
  padding: 0 16px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.site-nav__bar::-webkit-scrollbar {
  display: none;
}
.site-nav__links {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0;
  padding: 12px 0;
}
.site-nav__link {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 10px 18px;
  border-radius: 999px;
  color: #4b5563;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
.site-nav__link:hover {
  color: #0b1e36;
  background: rgba(212, 175, 55, 0.16);
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.2);
}
.site-nav__link--line, .site-nav__link--line:hover {
  color: #23b950;
}

.line-float {
  position: fixed;
  right: 12px;
  top: 60%;
  z-index: 120;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  padding: 8px;
  color: #7cd231;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(35, 185, 80, 0.3);
  border-radius: 999em;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.16);
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: box-shadow 0.3s ease, -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, box-shadow 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.line-float:hover {
  color: #23b950;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.2);
  -webkit-transform: translateY(-50%) translateX(-2px);
     -moz-transform: translateY(-50%) translateX(-2px);
      -ms-transform: translateY(-50%) translateX(-2px);
       -o-transform: translateY(-50%) translateX(-2px);
          transform: translateY(-50%) translateX(-2px);
}
.line-float__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.line-float__text {
  display: block;
  margin-top: 6px;
  white-space: nowrap;
}

@media (max-width: 519px) {
  .line-float {
    right: 8px;
    width: min(64px, 100vw - 16px);
    padding: 6px;
    font-size: 14px;
  }
}
@media (min-width: 520px) {
  .site-nav {
    top: 60px;
  }
  .site-nav__bar {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    overflow: visible;
  }
  .site-nav__links {
    gap: 28px;
    margin: 0 auto;
    padding: 14px 0;
  }
  .site-nav__link {
    position: relative;
    padding: 10px 0;
    border-radius: 0;
  }
  .site-nav__link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 100%;
    height: 2px;
    background: #d4af37;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
         -o-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
        -ms-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  }
  .site-nav__link:hover {
    background: transparent;
    box-shadow: none;
    color: #0b1e36;
  }
  .site-nav__link:hover::after {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
  }
  .site-nav__link--line:hover {
    color: #23b950;
  }
}
.heroheader {
  background: #fff;
  display: block;
  position: fixed;
  width: 100%;
  z-index: 200;
  top: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-top: 2px solid;
  -moz-border-image: -moz-linear-gradient(left, #aa0225, #aa0225 75%, #004738 75%) 1;
    -o-border-image: -o-linear-gradient(left, #aa0225, #aa0225 75%, #004738 75%) 1;
       border-image: -webkit-linear-gradient(left, #aa0225, #aa0225 75%, #004738 75%) 1;
       border-image: linear-gradient(to right, #aa0225, #aa0225 75%, #004738 75%) 1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.heroheader .inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
}
.heroheader .inner .logobox {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
}
.heroheader .inner .logobox .logo {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
}
.heroheader .inner .logobox .logo img {
  width: 150px;
  padding-right: 8px;
}
.heroheader .inner .logobox span {
  color: #d1a36d;
  font-size: 1.1em;
  font-weight: 550;
  padding-top: 9px;
  padding-left: 9px;
  vertical-align: top;
  display: inline-block;
  border-left: 1px solid #c4c4c4;
}
.heroheader .inner .navbox {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.heroheader .inner .navbox .in {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.heroheader .inner .navbox .in .nav {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.heroheader .inner .navbox .in .member {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.heroheader .inner .navbox .in .channel {
  display: none;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.heroheader .inner .hamburger {
  display: none;
  width: 44px;
  height: 44px;
  background: url(/images/activity/public/ic_hamburger.svg) no-repeat center center;
  -o-background-size: 28px;
     background-size: 28px;
  cursor: pointer;
}
.heroheader .inner .mod-message {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.heroheader .inner .mod-message .ic {
  width: 44px;
  height: 44px;
}

@media (max-width: 1000px) {
  .heroheader .inner {
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .heroheader .inner .navbox {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: #f5f5f5;
    z-index: 999;
  }
  .heroheader .inner .navbox .in {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .heroheader .inner .navbox .in .nav {
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .heroheader .inner .navbox .in .member {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 12px;
  }
  .heroheader .inner .navbox .in .channel {
    display: block;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .heroheader .inner .hamburger {
    display: inline-block;
  }
  .heroheader .inner .show {
    display: block;
  }
}
.member {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.member li {
  display: none;
}
.member li:nth-child(1) {
  display: inline;
}

.membernav {
  position: relative;
  cursor: pointer;
}
.membernav .lists {
  position: absolute;
  display: none;
  background-color: #fff;
  width: 128px;
  top: 36px;
  right: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 110;
  border-radius: 12px;
  text-align: center;
}
.membernav .lists a {
  line-height: 44px;
  width: 100%;
  display: block;
  color: #333;
}
.membernav .lists a:hover {
  color: #d1a36d;
}
.membernav .lists a i {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
}

@media (max-width: 1000px) {
  .member li {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 8px;
    height: 36px;
  }
  .member li:nth-child(2) {
    margin-left: auto;
  }
  .member li .ic {
    width: 36px;
    height: 36px;
    -o-background-size: 24px;
       background-size: 24px;
    background-position: center 8px;
  }
  .member li span {
    float: right;
    line-height: 36px;
  }
  .member li .close_hamburger .ic {
    -o-background-size: 18px;
       background-size: 18px;
    background-position: center center;
  }
  .membernav .lists {
    right: -88px;
  }
}
.nav-title {
  display: none;
}

@media (max-width: 1000px) {
  .nav-title {
    display: block;
    background: #e1e1e1;
    padding: 4px 12px;
    font-size: 0.9em;
    font-weight: bold;
    color: #333;
  }
}
.font0 {
  font-size: 0em;
}

.mod-language {
  cursor: pointer;
  position: relative;
}
.mod-language .language-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 88px;
  top: 100%;
  right: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 110;
  border-radius: 12px;
  overflow: hidden;
}
.mod-language .language-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.mod-language .language-content a:hover {
  background-color: #ddd;
}

.mod-message {
  cursor: pointer;
  position: relative;
}
.mod-message .message-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 260px;
  top: 100%;
  right: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 110;
  padding: 8px;
}
.mod-message .message-content .bt {
  display: block;
  color: #e40439;
  text-align: center;
}

.mod-content-card {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}
.mod-content-card .pic {
  -webkit-flex: 0 0 88px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 88px;
          flex: 0 0 88px;
  margin-right: 4px;
}
.mod-content-card .content {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mod-content-card .content .time {
  font-size: 0.8em;
  text-align: right;
  color: #999;
}

.loginbt {
  background-color: rgb(241, 241, 241);
  color: #333;
  padding: 8px 24px;
  border-radius: 50px;
}
.loginbt:hover {
  color: #d1a36d;
}

@media (max-width: 1000px) {
  .loginbt {
    display: inline-block;
  }
}
.channel {
  font-size: 1.1em;
}
.channel a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-left: 20px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
}
.channel a:hover {
  color: #d1a36d;
}
.channel a .pic {
  -webkit-flex: 0 0 52px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
  margin-right: 8px;
}
.channel a p {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 12px;
}

.nav {
  display: block;
  background: #fff;
  font-size: 1.1em;
}
.nav .menu li {
  position: relative;
}
.nav .menu a {
  padding-left: 20px;
  line-height: 52px;
  font-weight: 550;
  color: #333;
}
.nav .menu a:hover {
  color: #d1a36d;
}
.nav .active {
  color: #d1a36d;
}
.nav .subhide {
  display: none;
}
.nav .open {
  display: block;
}
.nav {
  /*menu層style*/
}
.nav .menu > li a {
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
.nav {
  /*第一層style*/
}
.nav .sub-menu {
  background-color: #fcfcfc;
}
.nav .sub-menu a {
  font-weight: normal;
  padding-left: 40px;
}
.nav {
  /*第二層style*/
}
.nav .sub-menu ul {
  background-color: #f6f6f6;
}
.nav .sub-menu ul a {
  font-size: 0.9em;
  color: #555;
  padding-left: 60px;
}
.nav {
  /*第三層style*/
}
.nav .sub-menu ul ul a {
  padding-left: 56px;
}
.nav .toggleIcon {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 44px;
  background: url(/images/activity/public/ic_plus.svg) no-repeat;
  background-position: right 24px top 50%;
  margin-top: 5px;
  -o-background-size: 16px;
     background-size: 16px;
}
.nav .closebt {
  background: url(/images/activity/public/ic_minus.svg) no-repeat;
  background-position: right 24px top 50%;
  -o-background-size: 16px;
     background-size: 16px;
}

/* nav pc版顯示*/
@media screen and (min-width: 1000px) {
  .nav {
    background: #fff;
    /*PC所有層基本style*/
  }
  .nav .menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav .menu li {
    position: relative;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: center;
    padding: 0 12px;
  }
  .nav .menu a {
    line-height: 40px;
    padding-left: 0px;
  }
  .nav .subhide {
    display: block;
  }
  .nav .open {
    display: block;
  }
  .nav {
    /*pc menu層style*/
  }
  .nav .menu > li a {
    display: block;
    border-bottom: 0px;
  }
  .nav {
    /*pc 第一層style*/
  }
  .nav .sub-menu {
    background: url(/images/activity/public/megamenu_bg.jpg) no-repeat;
    -o-background-size: cover;
       background-size: cover;
    background-position: bottom;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 12px 6px 32px;
  }
  .nav .sub-menu li {
    float: none;
    width: 15%;
    padding: 0 4px;
    display: inline-block;
    vertical-align: top;
  }
  .nav .sub-menu li a {
    font-weight: normal;
    padding-left: 0px;
    border-bottom: 1px solid #e5e5e5;
    background: url(/images/activity/public/ic_nav.svg) no-repeat center left;
    text-align: left;
    padding-left: 12px;
  }
  .nav .sub-menu li a[href="javascript:void(0)"]:hover {
    color: #333;
    cursor: text;
  }
  .nav {
    /*pc 第二層style*/
  }
  .nav .sub-menu ul {
    background-color: transparent;
  }
  .nav .sub-menu ul li {
    width: 100%;
  }
  .nav .sub-menu ul li a {
    font-size: 0.9em;
    padding-left: 0px;
    border-bottom: 0;
    background: none;
  }
  .nav .sub-menu ul li a:hover {
    color: #d1a36d;
  }
  .nav {
    /*pc 第三層style*/
  }
  .nav .sub-menu ul ul {
    background-color: #f5f5f5;
  }
  .nav .sub-menu ul ul a {
    padding-left: 0px;
  }
  .toggleIcon {
    display: none;
  }
  .closebt {
    display: none;
  }
  .mega {
    position: static !important;
  }
  .mega > .subhide {
    display: none;
  }
  .mega > .open {
    display: block;
  }
}
footer {
  background: #444444;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
}
footer p {
  width: 100%;
  max-width: 1260px;
  padding: 12px;
  margin: 0 auto;
}
footer .copywriter {
  background-color: #cf092c;
}

.roundpic {
  display: inline-block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  vertical-align: middle;
  border: 2px solid rgb(235, 235, 235);
}

.roundpic.line {
  border: 2px solid #7cd231;
}

html {
  scroll-behavior: smooth;
}

.kvbg {
  position: relative;
  padding-top: 6.5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  color: #fff;
  background: url(/images/activity/kvbg_m.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.chart-container {
  width: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.5;
  pointer-events: none;
  /* 調整光暈顏色為青色，比較現代感 */
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 255, 200, 0.5));
          filter: drop-shadow(0 0 8px rgba(0, 255, 200, 0.5));
}

.chart-container svg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 999px) {
  .chart-container svg {
    -webkit-transform: translateY(-10%);
       -moz-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
         -o-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

svg {
  width: 100%;
  height: auto;
  display: block;
  /* 中間加一條淡淡的參考線 */
  background-image: -webkit-linear-gradient(top, transparent 49.5%, rgba(255, 255, 255, 0.05) 50%, transparent 50.5%);
  background-image: -moz-linear-gradient(top, transparent 49.5%, rgba(255, 255, 255, 0.05) 50%, transparent 50.5%);
  background-image: -o-linear-gradient(top, transparent 49.5%, rgba(255, 255, 255, 0.05) 50%, transparent 50.5%);
  background-image: linear-gradient(to bottom, transparent 49.5%, rgba(255, 255, 255, 0.05) 50%, transparent 50.5%);
}

/* --- 平滑過渡設定 --- */
.k-rect {
  /* 1秒的變換週期，設定 0.9秒的過渡時間，留 0.1秒緩衝 */
  -webkit-transition: all 0.9s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -o-transition: all 0.9s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -moz-transition: all 0.9s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: all 0.9s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  will-change: y, height, fill;
}

.hero {
  position: relative;
  z-index: 10;
  width: min(100% - 2rem, 1280px);
  margin: 0 auto;
}
.hero__layout {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.hero__content {
  width: 100%;
  text-align: center;
}
.hero__tag {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.375rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  -o-transition: background-color 0.3s ease, border-color 0.3s ease;
  -moz-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.hero__tag--expired {
  background: rgba(239, 68, 68, 0.2);
  border-color: rgba(239, 68, 68, 0.3);
}
.hero__tag-text {
  color: #d4af37;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.hero__tag-text i {
  margin-right: 0.25rem;
}
.hero__tag-text--expired {
  color: #f87171;
}
.hero__title {
  margin-bottom: 1.5rem;
  font-size: 3.875rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.025em;
  color: #fff;
}
.hero__title span {
  color: transparent;
  background: -webkit-linear-gradient(left, #d4af37, #fde68a);
  background: -moz-linear-gradient(left, #d4af37, #fde68a);
  background: -o-linear-gradient(left, #d4af37, #fde68a);
  background: linear-gradient(to right, #d4af37, #fde68a);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero__description {
  margin-bottom: 1rem;
  font-size: 1.65rem;
  font-weight: 300;
  line-height: 1.6;
  color: #d1d5db;
}
.hero__description-break {
  display: none;
}
.hero__description-emphasis {
  font-weight: 500;
  color: #fff;
}
.hero__panel {
  position: relative;
  overflow: hidden;
  width: min(100%, 40rem);
  margin: 0 auto 2rem;
  padding: 1.5rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: rgba(26, 54, 93, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  box-shadow: 0 25px 50px rgba(15, 23, 42, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero__panel-glow {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: -webkit-linear-gradient(top left, rgba(234, 179, 8, 0.12), transparent);
  background: -moz-linear-gradient(top left, rgba(234, 179, 8, 0.12), transparent);
  background: -o-linear-gradient(top left, rgba(234, 179, 8, 0.12), transparent);
  background: linear-gradient(to bottom right, rgba(234, 179, 8, 0.12), transparent);
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.hero__panel-glow.is-active {
  opacity: 1;
}
.hero__meta {
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.hero__meta-text {
  color: #d1d5db;
}
.hero__meta-strong {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}
.hero__meta-strong--full {
  color: #d4af37;
  font-size: 1.375rem;
}
.hero__progress {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 1.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
  background: #374151;
  border-radius: 999px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25);
}
.hero__progress-fill {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  padding-right: 0.375rem;
  background: -webkit-linear-gradient(left, #facc15, #d4af37);
  background: -moz-linear-gradient(left, #facc15, #d4af37);
  background: -o-linear-gradient(left, #facc15, #d4af37);
  background: linear-gradient(to right, #facc15, #d4af37);
  border-radius: inherit;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.hero__progress-fill--full {
  background: -webkit-linear-gradient(left, #facc15, #fde047);
  background: -moz-linear-gradient(left, #facc15, #fde047);
  background: -o-linear-gradient(left, #facc15, #fde047);
  background: linear-gradient(to right, #facc15, #fde047);
  box-shadow: 0 0 20px rgba(253, 224, 71, 0.8);
}
.hero__progress-star {
  color: #a16207;
  font-size: 14px;
  -webkit-animation: hero-pulse 1.2s ease-in-out infinite;
     -moz-animation: hero-pulse 1.2s ease-in-out infinite;
       -o-animation: hero-pulse 1.2s ease-in-out infinite;
          animation: hero-pulse 1.2s ease-in-out infinite;
}
.hero__status {
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 24px;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.hero__status-note {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 0.25rem;
  color: #d4af37;
  font-size: 1rem;
  line-height: 1.6;
}
.hero__status-note i {
  margin-right: 0.25rem;
}
.hero__status-fire {
  display: inline-block;
  margin-right: 0.25rem;
  -webkit-animation: hero-fire-bounce 0.8s ease-in-out infinite;
     -moz-animation: hero-fire-bounce 0.8s ease-in-out infinite;
       -o-animation: hero-fire-bounce 0.8s ease-in-out infinite;
          animation: hero-fire-bounce 0.8s ease-in-out infinite;
  -webkit-transform-origin: center bottom;
     -moz-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
       -o-transform-origin: center bottom;
          transform-origin: center bottom;
}
.hero__status-note--full {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero__status-badge {
  margin-right: 0.5rem;
  padding: 0.125rem 0.5rem;
  background: rgba(212, 175, 55, 0.2);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 0.375rem;
  font-size: 0.875rem;
}
.hero__status-text--strong {
  font-size: 1rem;
  font-weight: 700;
}
.hero__status-text--blink {
  -webkit-animation: hero-text-blink 1s ease-in-out infinite;
     -moz-animation: hero-text-blink 1s ease-in-out infinite;
       -o-animation: hero-text-blink 1s ease-in-out infinite;
          animation: hero-text-blink 1s ease-in-out infinite;
}
.hero__timer {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero__timer-item {
  padding: 1rem 0.5rem;
  background: rgba(11, 30, 54, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  -webkit-animation: hero-timer-border 1.2s ease-in-out infinite;
     -moz-animation: hero-timer-border 1.2s ease-in-out infinite;
       -o-animation: hero-timer-border 1.2s ease-in-out infinite;
          animation: hero-timer-border 1.2s ease-in-out infinite;
}
.hero__timer-value {
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}
.hero__timer-value--milliseconds {
  color: #ef4444;
}
.hero__timer-label {
  margin-top: 0.25rem;
  color: #9ca3af;
  font-size: 0.875rem;
}
.hero__expired {
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero__expired-card {
  margin-top: 0.5rem;
  padding: 1rem;
  border-radius: 0.75rem;
}
.hero__expired-card--warning {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
}
.hero__expired-card--success {
  text-align: center;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.3);
}
.hero__expired-icon {
  color: #f87171;
}
.hero__expired-heading {
  color: #d4af37;
  font-size: 1.125rem;
  font-weight: 700;
}
.hero__expired-text {
  color: #d1d5db;
  font-size: 1rem;
}
.hero__expired-text--stacked {
  margin-top: 0.25rem;
}
.hero__expired-count {
  color: #f87171;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
}
.hero__cta {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 1rem 2.5rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #0b1e36;
  font-size: 1.375rem;
  font-weight: 900;
  text-align: center;
  background: -webkit-linear-gradient(left, #d4af37, #eab308);
  background: -moz-linear-gradient(left, #d4af37, #eab308);
  background: -o-linear-gradient(left, #d4af37, #eab308);
  background: linear-gradient(to right, #d4af37, #eab308);
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.4);
  -webkit-transition: box-shadow 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: box-shadow 0.3s ease, background 0.3s ease, -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.hero__cta:hover {
  color: #0b1e36;
  background: -webkit-linear-gradient(left, #facc15, #fde047);
  background: -moz-linear-gradient(left, #facc15, #fde047);
  background: -o-linear-gradient(left, #facc15, #fde047);
  background: linear-gradient(to right, #facc15, #fde047);
  -webkit-transform: translateY(-4px);
     -moz-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
       -o-transform: translateY(-4px);
          transform: translateY(-4px);
}
.hero__cta i {
  margin-left: 0.5rem;
}
.hero__visual {
  position: relative;
  display: none;
  width: 100%;
  margin-top: 2.4rem;
}
.hero__visual-card {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.hero__visual-card > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__visual-card2 {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 1.5rem;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.hero__visual-card2 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__visual-image {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background: url("https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3?ixlib=rb-4.0.3&auto=format&fit=crop&w=1000&q=80") center/cover;
  mix-blend-mode: overlay;
}
.hero__visual-content {
  position: relative;
  z-index: 10;
  padding: 0 1.5rem;
  text-align: center;
}
.hero__visual-icon {
  margin-bottom: 1rem;
  color: rgba(212, 175, 55, 0.5);
  font-size: 3.75rem;
}
.hero__visual-title {
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
}
.hero__visual-text {
  color: #9ca3af;
  font-size: 1rem;
  line-height: 1.6;
}
.hero__glow {
  position: absolute;
  border-radius: 999px;
  opacity: 0.2;
}
.hero__glow--gold {
  right: -1.5rem;
  bottom: -1.5rem;
  width: 6rem;
  height: 6rem;
  background: #d4af37;
  -webkit-filter: blur(32px);
          filter: blur(32px);
}
.hero__glow--blue {
  top: -1.5rem;
  left: -1.5rem;
  width: 8rem;
  height: 8rem;
  background: #3b82f6;
  -webkit-filter: blur(48px);
          filter: blur(48px);
}

@media (max-width: 767px) {
  .hero__title {
    font-size: 2.25rem;
  }
  .hero__description {
    margin-bottom: 0rem;
    font-size: 1.25rem;
  }
  .hero__panel {
    padding: 1.25rem;
    margin-top: -3em;
  }
  .hero__meta {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .hero__timer-value {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .hero {
    width: min(100% - 3rem, 1280px);
  }
  .hero__title {
    font-size: 3.35rem;
  }
  .hero__description {
    font-size: 1.65rem;
  }
  .hero__description-break {
    display: block;
  }
  .hero__timer-value {
    font-size: 2.25rem;
  }
  .hero__expired-heading {
    font-size: 1.25rem;
  }
  .hero__expired-text {
    font-size: 1.125rem;
  }
  .hero__expired-count {
    font-size: 2.25rem;
  }
  .hero__cta {
    width: auto;
  }
  .hero__visual {
    display: block;
  }
}
@-webkit-keyframes hero-pulse {
  0%, 100% {
    opacity: 0.65;
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes hero-pulse {
  0%, 100% {
    opacity: 0.65;
    -moz-transform: scale(0.92);
         transform: scale(0.92);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@-o-keyframes hero-pulse {
  0%, 100% {
    opacity: 0.65;
    -o-transform: scale(0.92);
       transform: scale(0.92);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes hero-pulse {
  0%, 100% {
    opacity: 0.65;
    -webkit-transform: scale(0.92);
       -moz-transform: scale(0.92);
         -o-transform: scale(0.92);
            transform: scale(0.92);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes hero-fire-bounce {
  0%, 100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  50% {
    -webkit-transform: translateY(-0.15rem) scale(1.12);
            transform: translateY(-0.15rem) scale(1.12);
  }
}
@-moz-keyframes hero-fire-bounce {
  0%, 100% {
    -moz-transform: translateY(0) scale(1);
         transform: translateY(0) scale(1);
  }
  50% {
    -moz-transform: translateY(-0.15rem) scale(1.12);
         transform: translateY(-0.15rem) scale(1.12);
  }
}
@-o-keyframes hero-fire-bounce {
  0%, 100% {
    -o-transform: translateY(0) scale(1);
       transform: translateY(0) scale(1);
  }
  50% {
    -o-transform: translateY(-0.15rem) scale(1.12);
       transform: translateY(-0.15rem) scale(1.12);
  }
}
@keyframes hero-fire-bounce {
  0%, 100% {
    -webkit-transform: translateY(0) scale(1);
       -moz-transform: translateY(0) scale(1);
         -o-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  50% {
    -webkit-transform: translateY(-0.15rem) scale(1.12);
       -moz-transform: translateY(-0.15rem) scale(1.12);
         -o-transform: translateY(-0.15rem) scale(1.12);
            transform: translateY(-0.15rem) scale(1.12);
  }
}
@-webkit-keyframes hero-text-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
@-moz-keyframes hero-text-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
@-o-keyframes hero-text-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
@keyframes hero-text-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
@-webkit-keyframes hero-timer-border {
  0%, 100% {
    border-color: rgba(212, 175, 55, 0.28);
    box-shadow: 0 0 0 rgba(212, 175, 55, 0);
  }
  50% {
    border-color: rgba(250, 204, 21, 0.95);
    box-shadow: 0 0 14px rgba(250, 204, 21, 0.45);
  }
}
@-moz-keyframes hero-timer-border {
  0%, 100% {
    border-color: rgba(212, 175, 55, 0.28);
    box-shadow: 0 0 0 rgba(212, 175, 55, 0);
  }
  50% {
    border-color: rgba(250, 204, 21, 0.95);
    box-shadow: 0 0 14px rgba(250, 204, 21, 0.45);
  }
}
@-o-keyframes hero-timer-border {
  0%, 100% {
    border-color: rgba(212, 175, 55, 0.28);
    box-shadow: 0 0 0 rgba(212, 175, 55, 0);
  }
  50% {
    border-color: rgba(250, 204, 21, 0.95);
    box-shadow: 0 0 14px rgba(250, 204, 21, 0.45);
  }
}
@keyframes hero-timer-border {
  0%, 100% {
    border-color: rgba(212, 175, 55, 0.28);
    box-shadow: 0 0 0 rgba(212, 175, 55, 0);
  }
  50% {
    border-color: rgba(250, 204, 21, 0.95);
    box-shadow: 0 0 14px rgba(250, 204, 21, 0.45);
  }
}
@media (max-width: 1023px) {
  .hero__visual-card {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hero {
    width: min(100% - 4rem, 1280px);
  }
  .hero__layout {
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2em;
  }
  .hero__content {
    width: 45%;
    text-align: left;
  }
  .hero__panel {
    margin-left: 0;
    margin-right: 0;
  }
  .hero__visual {
    width: 55%;
    margin-top: 0;
  }
  .hero__visual-card2 {
    display: none;
  }
}
.title_h1 {
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.025em;
  color: #fff;
}
.title_h1 span {
  color: transparent;
  background: -webkit-linear-gradient(left, #d4af37, #fde68a);
  background: -moz-linear-gradient(left, #d4af37, #fde68a);
  background: -o-linear-gradient(left, #d4af37, #fde68a);
  background: linear-gradient(to right, #d4af37, #fde68a);
  -webkit-background-clip: text;
  background-clip: text;
}

@media (min-width: 768px) {
  .title_h1 {
    font-size: 3rem;
  }
}
.bg1 {
  width: 100%;
  background: -webkit-linear-gradient(top, #d3e8f4 0%, rgb(249, 250, 251) 20%, rgb(249, 250, 251) 100%);
  background: -moz-linear-gradient(top, #d3e8f4 0%, rgb(249, 250, 251) 20%, rgb(249, 250, 251) 100%);
  background: -o-linear-gradient(top, #d3e8f4 0%, rgb(249, 250, 251) 20%, rgb(249, 250, 251) 100%);
  background: linear-gradient(to bottom, #d3e8f4 0%, rgb(249, 250, 251) 20%, rgb(249, 250, 251) 100%);
}

.bg2 {
  width: 100%;
  background: -webkit-linear-gradient(top, #fffbeb 0%, rgb(249, 250, 251) 12%, rgb(249, 250, 251) 100%);
  background: -moz-linear-gradient(top, #fffbeb 0%, rgb(249, 250, 251) 12%, rgb(249, 250, 251) 100%);
  background: -o-linear-gradient(top, #fffbeb 0%, rgb(249, 250, 251) 12%, rgb(249, 250, 251) 100%);
  background: linear-gradient(to bottom, #fffbeb 0%, rgb(249, 250, 251) 12%, rgb(249, 250, 251) 100%);
}

.intro {
  padding: 5rem 0;
  background: #f9fafb;
}
.intro__inner {
  width: min(100% - 2rem, 72rem);
  margin: 0 auto;
}
.intro__header {
  margin-bottom: 4rem;
  text-align: center;
}
.intro__title {
  margin-bottom: 1rem;
  color: #0b1e36;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
}
.intro__title-break {
  display: block;
}
.intro__subtitle {
  color: #6b7280;
  font-size: 1.125rem;
  line-height: 1.8;
}
.intro__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
}
.intro__card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #f3f4f6;
  border-radius: 1rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  -webkit-transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: box-shadow 0.3s ease, -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, box-shadow 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.intro__card:hover {
  -webkit-transform: translateY(-6px);
     -moz-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
       -o-transform: translateY(-6px);
          transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}
.intro__card-image {
  display: block;
  width: 100%;
  height: auto;
}
.intro__card-title {
  margin-bottom: 0.75rem;
  padding: 1.5rem 2rem 0;
  color: #1f2937;
  font-size: 1.25rem;
  font-weight: 700;
}
.intro__card-text {
  padding: 0 2rem 2rem;
  color: #4b5563;
  font-size: 1.0625rem;
  line-height: 1.8;
}
.intro__summary {
  position: relative;
  overflow: hidden;
  padding: 2.5rem;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 1.5rem;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}
.intro__summary-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: -webkit-linear-gradient(left, transparent, #d4af37, transparent);
  background: -moz-linear-gradient(left, transparent, #d4af37, transparent);
  background: -o-linear-gradient(left, transparent, #d4af37, transparent);
  background: linear-gradient(to right, transparent, #d4af37, transparent);
}
.intro__summary-line {
  text-align: center;
  color: #1f2937;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}
.intro__summary-line--strong {
  color: #0b1e36;
  font-weight: 900;
}
.intro__summary-emphasis {
  display: inline-block;
  padding-bottom: 0.25rem;
  color: #d4af37;
  border-bottom: 4px solid rgba(212, 175, 55, 0.3);
}
.intro__summary-text {
  width: min(100%, 42rem);
  margin: 1.5rem auto 0;
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.9;
}

@media (min-width: 768px) {
  .intro__inner {
    width: min(100% - 3rem, 72rem);
  }
  .intro__title {
    font-size: 2.5rem;
  }
  .intro__title-break {
    display: none;
  }
  .intro__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .intro__summary-line {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .intro__inner {
    width: min(100% - 4rem, 72rem);
  }
  .intro__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.pricing {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 20;
  width: 100%;
  max-width: 72rem;
  margin-top: -2.5rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
  border: 1px solid #f3f4f6;
  border-radius: 1.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.pricing__inner {
  padding: 0 1.5rem;
}
.pricing__layout {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pricing__content, .pricing__sidebar {
  width: 100%;
}
.pricing__content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.pricing__media {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  cursor: pointer;
}
.pricing__media:hover .pricing__media-image {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.pricing__media:hover .pricing__media-overlay {
  background: rgba(0, 0, 0, 0.2);
}
.pricing__media:hover .pricing__media-play {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.pricing__media-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  -o-transition: -o-transform 0.7s ease;
  -moz-transition: transform 0.7s ease, -moz-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease, -moz-transform 0.7s ease, -o-transform 0.7s ease;
}
.pricing__media-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.pricing__media-play {
  position: absolute;
  z-index: 1;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  color: #ffffff;
  font-size: 1.25rem;
  background: #d4af37;
  border-radius: 999px;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.6);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.pricing__media-play i {
  margin-left: 0.25rem;
}
.pricing__info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.pricing__title {
  color: #1f2937;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}
.pricing__info-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  color: #4b5563;
  background: #f9fafb;
  border: 1px solid #f3f4f6;
  border-radius: 1rem;
}
.pricing__info-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pricing__info-icon {
  -webkit-flex: 0 0 1.5rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  width: 1.5rem;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
  color: #d4af37;
  text-align: center;
}
.pricing__info-body {
  line-height: 1.7;
}
.pricing__info-label {
  color: #374151;
  font-weight: 700;
}
.pricing__sidebar {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.pricing__card {
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  border-radius: 1rem;
  -webkit-transition: box-shadow 0.3s ease, border-color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, border-color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: box-shadow 0.3s ease, border-color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.pricing__card--featured {
  background: #fffbeb;
  border: 2px solid #d4af37;
  box-shadow: 0 18px 40px rgba(212, 175, 55, 0.18);
}
.pricing__card--featured:hover {
  -webkit-transform: translateY(-4px);
     -moz-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
       -o-transform: translateY(-4px);
          transform: translateY(-4px);
}
.pricing__card--standard {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}
.pricing__card--standard:hover {
  border-color: #d1d5db;
}
.pricing__card--basic {
  background: #f9fafb;
  border: 1px solid #f3f4f6;
}
.pricing__card--disabled {
  background: #f9fafb;
  border: 2px solid #e5e7eb;
  opacity: 0.6;
}
.pricing__tag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25rem 0.75rem;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 0 1rem 0 0.75rem;
}
.pricing__tag--featured {
  background: #d4af37;
}
.pricing__tag--muted {
  color: #6b7280;
  background: #f3f4f6;
}
.pricing__tag--disabled {
  background: #6b7280;
}
.pricing__tag--inline {
  position: static;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.5rem;
}
.pricing__card-head {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.25rem;
}
.pricing__card-title {
  margin-bottom: 0.25rem;
  color: #374151;
  font-size: 1.125rem;
  font-weight: 700;
}
.pricing__card-title--featured {
  color: #0b1e36;
}
.pricing__price-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.pricing__price {
  color: #1f2937;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1;
}
.pricing__price--featured {
  color: #0b1e36;
  font-size: 2.25rem;
}
.pricing__price-original {
  margin-bottom: 0.125rem;
  color: #9ca3af;
  font-size: 1rem;
  text-decoration: line-through;
}
.pricing__price-original--lg {
  font-size: 1.125rem;
}
.pricing__description {
  margin-bottom: 1.25rem;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.7;
}
.pricing__description--muted {
  color: #6b7280;
}
.pricing__button {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 0.875rem 1rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  border-radius: 0.75rem;
  -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.pricing__button--primary {
  color: #0b1e36;
  font-size: 1.125rem;
  background: -webkit-linear-gradient(left, #d4af37, #eab308);
  background: -moz-linear-gradient(left, #d4af37, #eab308);
  background: -o-linear-gradient(left, #d4af37, #eab308);
  background: linear-gradient(to right, #d4af37, #eab308);
  box-shadow: 0 10px 24px rgba(212, 175, 55, 0.2);
}
.pricing__button--primary:hover {
  color: #0b1e36;
  background: -webkit-linear-gradient(left, #facc15, #fde047);
  background: -moz-linear-gradient(left, #facc15, #fde047);
  background: -o-linear-gradient(left, #facc15, #fde047);
  background: linear-gradient(to right, #facc15, #fde047);
}
.pricing__button--secondary {
  color: #d4af37;
  background: #ffffff;
  border: 2px solid #d4af37;
}
.pricing__button--secondary:hover {
  background: #fffbeb;
}
.pricing__button--disabled {
  color: #6b7280;
  font-size: 1.125rem;
  background: #d1d5db;
  cursor: not-allowed;
  pointer-events: none;
}
.pricing__basic-title {
  margin-bottom: 0.25rem;
  color: #6b7280;
  font-size: 1rem;
  font-weight: 700;
}
.pricing__basic-price {
  margin-bottom: 0.75rem;
  color: #9ca3af;
  font-size: 1.5rem;
  font-weight: 900;
}
.pricing__breakdown {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  color: #9ca3af;
  font-size: 0.875rem;
}
.pricing__breakdown-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  padding-top: 0.25rem;
}
.pricing__breakdown-row--border {
  padding-top: 0;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e5e7eb;
}

@media (min-width: 768px) {
  .pricing {
    overflow: hidden;
  }
  .pricing__inner {
    padding: 0 3rem;
  }
  .pricing__title {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .pricing {
    overflow: hidden;
  }
  .pricing__layout {
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .pricing__content {
    width: 58.333333%;
  }
  .pricing__sidebar {
    position: sticky;
    width: 41.666667%;
  }
}
.card1 {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.card1:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.card1 h3 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  padding: 0 2rem;
}
.card1 p {
  font-size: 17px;
  line-height: 1.625;
  color: #4b5563;
  padding: 0 2rem 2rem;
}
.card1__icon {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: #ef4444;
  background: #fef2f2;
  border-radius: 0.75rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.card1:hover .card1__icon {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.scontent {
  overflow: hidden;
  padding: 5rem 0;
  background: -webkit-linear-gradient(top, #fffbeb 0%, rgb(249, 250, 251) 12%, rgb(249, 250, 251) 100%);
  background: -moz-linear-gradient(top, #fffbeb 0%, rgb(249, 250, 251) 12%, rgb(249, 250, 251) 100%);
  background: -o-linear-gradient(top, #fffbeb 0%, rgb(249, 250, 251) 12%, rgb(249, 250, 251) 100%);
  background: linear-gradient(to bottom, #fffbeb 0%, rgb(249, 250, 251) 12%, rgb(249, 250, 251) 100%);
}
.scontent__inner {
  width: min(100% - 2rem, 1280px);
  margin: 0 auto;
}
.scontent__header {
  margin-bottom: 4rem;
  text-align: center;
}
.scontent__eyebrow {
  display: block;
  margin-bottom: 0.5rem;
  color: #d4af37;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.scontent__title {
  color: #0b1e36;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
}
.scontent__section + .scontent__section {
  margin-top: 5rem;
}
.scontent__section--course {
  margin-bottom: 5rem;
}
.scontent__section-head {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.scontent__section-badge {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex: 0 0 3rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  background: #0b1e36;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(11, 30, 54, 0.18);
}
.scontent__section-badge--gold {
  background: #d4af37;
  box-shadow: 0 8px 18px rgba(212, 175, 55, 0.2);
}
.scontent__section-title {
  color: #1f2937;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}
.scontent__section-subtitle {
  display: block;
  margin-top: 0.35rem;
  color: #6b7280;
  font-size: 1rem;
  font-weight: 400;
}
.scontent__modules {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.scontent__module {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  -webkit-transition: border-color 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: border-color 0.3s ease, box-shadow 0.3s ease, -o-transform 0.3s ease;
  -moz-transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -moz-transform 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.scontent__module > :not(.scontent__module-bg) {
  position: relative;
  z-index: 1;
}
.scontent__module:hover {
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
  -webkit-transform: translateY(-4px);
     -moz-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
       -o-transform: translateY(-4px);
          transform: translateY(-4px);
}
.scontent__module-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background-repeat: no-repeat, no-repeat;
  background-position: right 1.25rem top 1.25rem, center;
  -o-background-size: 72px 72px, 100% 100%;
     background-size: 72px 72px, 100% 100%;
}
.scontent__module--01 .scontent__module-bg {
  background-image: url(/images/activity/s2_pic1.png), -webkit-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(212, 175, 55, 0.12) 8%, rgba(255, 255, 255, 0) 100%);
  background-image: url(/images/activity/s2_pic1.png), -moz-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(212, 175, 55, 0.12) 8%, rgba(255, 255, 255, 0) 100%);
  background-image: url(/images/activity/s2_pic1.png), -o-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(212, 175, 55, 0.12) 8%, rgba(255, 255, 255, 0) 100%);
  background-image: url(/images/activity/s2_pic1.png), linear-gradient(200deg, rgba(255, 248, 231, 0.92) 0%, rgba(212, 175, 55, 0.12) 8%, rgba(255, 255, 255, 0) 100%);
}
.scontent__module--02 .scontent__module-bg {
  background-image: url(/images/activity/s2_pic2.png), -webkit-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(212, 175, 55, 0.12) 8%, rgba(255, 255, 255, 0) 100%);
  background-image: url(/images/activity/s2_pic2.png), -moz-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(212, 175, 55, 0.12) 8%, rgba(255, 255, 255, 0) 100%);
  background-image: url(/images/activity/s2_pic2.png), -o-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(212, 175, 55, 0.12) 8%, rgba(255, 255, 255, 0) 100%);
  background-image: url(/images/activity/s2_pic2.png), linear-gradient(200deg, rgba(255, 248, 231, 0.92) 0%, rgba(212, 175, 55, 0.12) 8%, rgba(255, 255, 255, 0) 100%);
}
.scontent__module--03 .scontent__module-bg {
  background-image: url(/images/activity/s2_pic3.png), -webkit-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(212, 175, 55, 0.12) 8%, rgba(255, 255, 255, 0) 100%);
  background-image: url(/images/activity/s2_pic3.png), -moz-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(212, 175, 55, 0.12) 8%, rgba(255, 255, 255, 0) 100%);
  background-image: url(/images/activity/s2_pic3.png), -o-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(212, 175, 55, 0.12) 8%, rgba(255, 255, 255, 0) 100%);
  background-image: url(/images/activity/s2_pic3.png), linear-gradient(200deg, rgba(255, 248, 231, 0.92) 0%, rgba(212, 175, 55, 0.12) 8%, rgba(255, 255, 255, 0) 100%);
}
.scontent__module-label {
  display: block;
  margin-bottom: 0.5rem;
  color: #d4af37;
  font-size: 1rem;
  font-weight: 700;
}
.scontent__module-title {
  margin-bottom: 1rem;
  color: #0b1e36;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.scontent__module-description {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.7;
  border-bottom: 1px solid #f3f4f6;
}
.scontent__module-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.scontent__module-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #374151;
  font-size: 1.025rem;
  line-height: 1.6;
}
.scontent__module-item + .scontent__module-item {
  margin-top: 0.75rem;
}
.scontent__module-check {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
  color: #22c55e;
}
.scontent__bonus {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.5rem;
  --scontent-bonus-angle: 0turn;
  --scontent-bonus-bg: linear-gradient(135deg, #fff8e7, #fffdf4 55%, #fff4cc);
  --scontent-bonus-border: conic-gradient(
    from var(--scontent-bonus-angle),
    transparent 30%,
    #d4af37 35%,
    #fde68a 55%,
    #f59e0b 75%,
    transparent 92%
  );
  border: 2px solid transparent;
  border-radius: 1rem;
  background: var(--scontent-bonus-bg) padding-box, var(--scontent-bonus-border) border-box, var(--scontent-bonus-bg) border-box;
  background-position: center center;
  -webkit-animation: scontent-bonus-spin 2s linear infinite;
     -moz-animation: scontent-bonus-spin 2s linear infinite;
       -o-animation: scontent-bonus-spin 2s linear infinite;
          animation: scontent-bonus-spin 2s linear infinite;
}
.scontent__bonus:hover {
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
       -o-animation-play-state: paused;
          animation-play-state: paused;
}
.scontent__bonus-icon {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  color: #ffffff;
  font-size: 1.25rem;
  background: #d4af37;
  border-radius: 999px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.scontent__bonus-content {
  min-width: 0;
}
.scontent__bonus-title {
  margin-bottom: 0.25rem;
  color: #0b1e36;
  font-size: 1.5rem;
  font-weight: 700;
}
.scontent__bonus-text {
  margin: 0;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.625;
}
.scontent__services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.scontent__service {
  padding: 3rem 1.5rem 1.5rem;
  background: -webkit-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(255, 248, 231, 0.92) 8%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(255, 248, 231, 0.92) 8%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(255, 248, 231, 0.92) 8%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(200deg, rgba(255, 248, 231, 0.92) 0%, rgba(255, 248, 231, 0.92) 8%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #f3f4f6;
  border-radius: 1rem;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  -o-transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  -moz-transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.scontent__service:hover {
  background: #ffffff;
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.scontent__service:hover .scontent__service-icon {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.scontent__service-icon {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  margin-top: -4.5rem;
  margin-bottom: 2rem;
  border-radius: 0.75rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.scontent__service-title {
  margin-bottom: 0.5rem;
  color: #1f2937;
  font-size: 1.25rem;
  font-weight: 700;
}
.scontent__service-badge {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.25rem 0.5rem;
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1;
  background: #e5e7eb;
  border-radius: 0.25rem;
}
.scontent__service-text {
  margin: 0;
  color: #4b5563;
  font-size: 1.025rem;
  line-height: 1.625;
}

@property --scontent-bonus-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}
@-webkit-keyframes scontent-bonus-spin {
  to {
    --scontent-bonus-angle: 1turn;
  }
}
@-moz-keyframes scontent-bonus-spin {
  to {
    --scontent-bonus-angle: 1turn;
  }
}
@-o-keyframes scontent-bonus-spin {
  to {
    --scontent-bonus-angle: 1turn;
  }
}
@keyframes scontent-bonus-spin {
  to {
    --scontent-bonus-angle: 1turn;
  }
}
@media (prefers-reduced-motion: reduce) {
  .scontent__bonus {
    -webkit-animation: none;
       -moz-animation: none;
         -o-animation: none;
            animation: none;
  }
}
@media (min-width: 768px) {
  .scontent__inner {
    width: min(100% - 3rem, 1280px);
  }
  .scontent__title {
    font-size: 2.5rem;
  }
  .scontent__modules {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .scontent__services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .scontent__inner {
    width: min(100% - 4rem, 1280px);
  }
  .scontent__services {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.card2 {
  padding: 2rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  -webkit-transition: border-color 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: border-color 0.3s ease, box-shadow 0.3s ease, -o-transform 0.3s ease;
  -moz-transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -moz-transform 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  position: relative;
  overflow: hidden;
}
.card2 > :not(.card2__bg1):not(.card2__bg2):not(.card2__bg3) {
  position: relative;
  z-index: 1;
}
.card2:hover {
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}
.card2__bg1 {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background-image: url(/images/activity/s2_pic1.png), -webkit-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(212, 175, 55, 0.12) 8%, rgba(255, 255, 255, 0) 100%);
  background-image: url(/images/activity/s2_pic1.png), -moz-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(212, 175, 55, 0.12) 8%, rgba(255, 255, 255, 0) 100%);
  background-image: url(/images/activity/s2_pic1.png), -o-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(212, 175, 55, 0.12) 8%, rgba(255, 255, 255, 0) 100%);
  background-image: url(/images/activity/s2_pic1.png), linear-gradient(200deg, rgba(255, 248, 231, 0.92) 0%, rgba(212, 175, 55, 0.12) 8%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: right 1.25rem top 1.25rem, center;
  -o-background-size: 72px 72px, 100% 100%;
     background-size: 72px 72px, 100% 100%;
}
.card2__bg2 {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background-image: url(/images/activity/s2_pic2.png), -webkit-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(212, 175, 55, 0.12) 8%, rgba(255, 255, 255, 0) 100%);
  background-image: url(/images/activity/s2_pic2.png), -moz-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(212, 175, 55, 0.12) 8%, rgba(255, 255, 255, 0) 100%);
  background-image: url(/images/activity/s2_pic2.png), -o-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(212, 175, 55, 0.12) 8%, rgba(255, 255, 255, 0) 100%);
  background-image: url(/images/activity/s2_pic2.png), linear-gradient(200deg, rgba(255, 248, 231, 0.92) 0%, rgba(212, 175, 55, 0.12) 8%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: right 1.25rem top 1.25rem, center;
  -o-background-size: 72px 72px, 100% 100%;
     background-size: 72px 72px, 100% 100%;
}
.card2__bg3 {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background-image: url(/images/activity/s2_pic3.png), -webkit-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(212, 175, 55, 0.12) 8%, rgba(255, 255, 255, 0) 100%);
  background-image: url(/images/activity/s2_pic3.png), -moz-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(212, 175, 55, 0.12) 8%, rgba(255, 255, 255, 0) 100%);
  background-image: url(/images/activity/s2_pic3.png), -o-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(212, 175, 55, 0.12) 8%, rgba(255, 255, 255, 0) 100%);
  background-image: url(/images/activity/s2_pic3.png), linear-gradient(200deg, rgba(255, 248, 231, 0.92) 0%, rgba(212, 175, 55, 0.12) 8%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: right 1.25rem top 1.25rem, center;
  -o-background-size: 72px 72px, 100% 100%;
     background-size: 72px 72px, 100% 100%;
}
.card2__label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #d4af37;
}
.card2__title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0b1e36;
}
.card2__description {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #6b7280;
  border-bottom: 1px solid #f3f4f6;
}
.card2__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.card2__item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.025rem;
  line-height: 1.6;
  color: #374151;
}
.card2__item + .card2__item {
  margin-top: 0.75rem;
}
.card2__check-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
  color: #22c55e;
}

.card3 {
  padding: 1.5rem;
  background: -webkit-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(255, 248, 231, 0.92) 8%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(255, 248, 231, 0.92) 8%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(255, 248, 231, 0.92) 8%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(200deg, rgba(255, 248, 231, 0.92) 0%, rgba(255, 248, 231, 0.92) 8%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #f3f4f6;
  border-radius: 1rem;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  -o-transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  -moz-transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.card3:hover {
  background: #fff;
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.card3:hover .card3__icon-wrap {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.card3 h4 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
}
.card3__icon-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1rem;
  margin-top: -14%;
  font-size: 1.25rem;
  color: #0b1e36;
  border-radius: 0.75rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.card3__badge {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #4b5563;
  background: #e5e7eb;
  border-radius: 0.25rem;
}
.card3__text {
  margin: 0;
  font-size: 1.025rem;
  line-height: 1.625;
  color: #4b5563;
}

.bouns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.5rem;
  --border-angle: 0turn;
  --bouns-bg: linear-gradient(135deg, #fff8e7, #fffdf4 55%, #fff4cc);
  --bouns-border: conic-gradient(
    from var(--border-angle),
    transparent 30%,
    #d4af37 35%,
    #fde68a 55%,
    #f59e0b 75%,
    transparent 92%
  );
  border: 2px solid transparent;
  border-radius: 1rem;
  background: var(--bouns-bg) padding-box, var(--bouns-border) border-box, var(--bouns-bg) border-box;
  background-position: center center;
  -webkit-animation: bouns-border-spin 2s linear infinite;
     -moz-animation: bouns-border-spin 2s linear infinite;
       -o-animation: bouns-border-spin 2s linear infinite;
          animation: bouns-border-spin 2s linear infinite;
}
.bouns h4 {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0b1e36;
}
.bouns__icon {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.25rem;
  color: #fff;
  background: #d4af37;
  border-radius: 9999px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.bouns__content {
  min-width: 0;
}
.bouns__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
  color: #4b5563;
}
.bouns:hover {
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
       -o-animation-play-state: paused;
          animation-play-state: paused;
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}
@-webkit-keyframes bouns-border-spin {
  to {
    --border-angle: 1turn;
  }
}
@-moz-keyframes bouns-border-spin {
  to {
    --border-angle: 1turn;
  }
}
@-o-keyframes bouns-border-spin {
  to {
    --border-angle: 1turn;
  }
}
@keyframes bouns-border-spin {
  to {
    --border-angle: 1turn;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bouns {
    -webkit-animation: none;
       -moz-animation: none;
         -o-animation: none;
            animation: none;
  }
}
@media (min-width: 768px) {
  .card3 {
    padding: 1.5rem;
    background: -webkit-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(255, 248, 231, 0.92) 8%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(255, 248, 231, 0.92) 8%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(250deg, rgba(255, 248, 231, 0.92) 0%, rgba(255, 248, 231, 0.92) 8%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(200deg, rgba(255, 248, 231, 0.92) 0%, rgba(255, 248, 231, 0.92) 8%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid #f3f4f6;
    border-radius: 1rem;
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    -o-transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    -moz-transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  }
  .card3:hover {
    background: #fff;
    border-color: rgba(212, 175, 55, 0.5);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  }
  .card3:hover .card3__icon-wrap {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  .card3 h4 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
  }
  .card3__icon-wrap {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 5rem;
    height: 5rem;
    margin-bottom: 1rem;
    margin-top: -24%;
    font-size: 1.25rem;
    color: #0b1e36;
    border-radius: 0.75rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  }
  .card3__badge {
    display: inline-block;
    margin-bottom: 0.75rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #4b5563;
    background: #e5e7eb;
    border-radius: 0.25rem;
  }
  .card3__text {
    margin: 0;
    font-size: 1.025rem;
    line-height: 1.625;
    color: #4b5563;
  }
}
@media (min-width: 1024px) {
  .kvbg {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: url(/images/activity/kvbg.jpg) no-repeat;
    -o-background-size: cover;
       background-size: cover;
  }
  .title_h1 {
    font-size: 3.75rem;
  }
}
.team {
  overflow: hidden;
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  color: #fff;
  background: url(/images/activity/teambg.png) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
.team__container {
  position: relative;
  z-index: 10;
  width: min(100% - 2rem, 80rem);
  margin: 0 auto;
}
.team__layout {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
.team__media, .team__content {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.team__card {
  position: relative;
  aspect-ratio: 640/514;
  width: 100%;
  padding: 1rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}
.team__corner {
  position: absolute;
  width: 5rem;
  height: 5rem;
}
.team__corner--top {
  top: -0.5rem;
  left: -0.5rem;
  border-top: 2px solid #d4af37;
  border-left: 2px solid #d4af37;
  border-top-left-radius: 0.75rem;
}
.team__corner--bottom {
  right: -0.5rem;
  bottom: -0.5rem;
  border-right: 2px solid #d4af37;
  border-bottom: 2px solid #d4af37;
  border-bottom-right-radius: 0.75rem;
}
.team__visual {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #1f2937;
  border-radius: 1rem;
}
.team__visual:hover .team__image {
  opacity: 0.8;
}
.team__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.team__overlay {
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(bottom, #0b1e36 0%, transparent 65%);
  background: -moz-linear-gradient(bottom, #0b1e36 0%, transparent 65%);
  background: -o-linear-gradient(bottom, #0b1e36 0%, transparent 65%);
  background: linear-gradient(to top, #0b1e36 0%, transparent 65%);
}
.team__caption {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
}
.team__caption h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
.team__tag {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0b1e36;
  background: #d4af37;
  border-radius: 9999px;
}
.team__name {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}
.team__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: #d4af37;
  text-transform: uppercase;
}
.team__title {
  margin: 0 0 2rem;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
}
.team__body {
  color: #d1d5db;
}
.team__intro {
  margin: 0 0 1.5rem;
  font-size: 1.125rem;
  line-height: 1.8;
}
.team__highlight {
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #d4af37;
}
.team__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.team__item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
}
.team__item + .team__item {
  margin-top: 1rem;
}
.team__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 0.25rem;
  font-size: 1.125rem;
  color: #d4af37;
}
.team__icon--youtube {
  color: #ef4444;
}
.team__item-title {
  display: block;
  margin-bottom: 0.25rem;
  color: #fff;
  font-size: 18px;
}
.team__item-text {
  display: block;
  font-size: 1rem;
  line-height: 1.7;
}

@media (min-width: 640px) {
  .team__container {
    width: min(100% - 3rem, 80rem);
  }
}
@media (min-width: 768px) {
  .team__layout {
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .team__media, .team__content {
    width: 50%;
  }
  .team__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .team__container {
    width: min(100% - 4rem, 80rem);
  }
}
.sfaq {
  padding: 5rem 0;
  background: #f9fafb;
}
.sfaq__inner {
  width: min(100% - 2rem, 48rem);
  margin: 0 auto;
}
.sfaq__header {
  margin-bottom: 3rem;
  text-align: center;
}
.sfaq__title {
  margin-bottom: 1rem;
  color: #0b1e36;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
}
.sfaq__subtitle {
  color: #6b7280;
  line-height: 1.8;
}
.sfaq__list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.sfaq__item {
  padding: 1.5rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}
.sfaq__question {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  color: #1f2937;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
.sfaq__number {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #d4af37;
}
.sfaq__answer {
  color: #4b5563;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .sfaq__inner {
    width: min(100% - 3rem, 48rem);
  }
  .sfaq__title {
    font-size: 2.25rem;
  }
}
.sfooter {
  padding: 3rem 0 2rem;
  color: #9ca3af;
  text-align: center;
  background: #0b1e36;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sfooter__inner {
  width: min(100% - 2rem, 64rem);
  margin: 0 auto;
}
.sfooter__legal {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sfooter__title {
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
}
.sfooter__text {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: left;
}
.sfooter__copyright {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .sfooter__text {
    text-align: center;
  }
}
.demo-panel {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  width: 100%;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.95);
  border-top: 1px solid #334155;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.demo-panel__status {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  color: #d4af37;
  font-size: 0.875rem;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 0.5rem;
}
.demo-panel__control {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.demo-panel__control--compact {
  gap: 0.5rem;
}
.demo-panel__label {
  white-space: nowrap;
  color: #cbd5e1;
  font-size: 0.875rem;
  font-weight: 500;
}
.demo-panel__value {
  color: inherit;
}
.demo-panel__slider {
  width: 8rem;
  cursor: pointer;
  accent-color: #d4af37;
}
.demo-panel__button {
  padding: 0.5rem 1rem;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 0.375rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.demo-panel__button--active {
  background: #22c55e;
}
.demo-panel__button--active:hover {
  background: #16a34a;
}
.demo-panel__button--expired {
  background: #ef4444;
}
.demo-panel__button--expired:hover {
  background: #dc2626;
}
.demo-panel__close {
  position: absolute;
  top: 50%;
  right: 1rem;
  padding: 0.5rem;
  color: #9ca3af;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.demo-panel__close:hover {
  color: #ffffff;
}

@media (min-width: 768px) {
  .demo-panel {
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .demo-panel__slider {
    width: 12rem;
  }
}
.qa {
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}
.qa__question {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1f2937;
}
.qa__number {
  margin-right: 0.5rem;
  color: #d4af37;
}
.qa__answer {
  margin: 0;
  padding-left: 2rem;
  font-size: 1rem;
  line-height: 1.625;
  color: #4b5563;
}/*# sourceMappingURL=daui.css.map */