@charset "UTF-8";
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.s-1920\:f-75 {
  font-size: clamp(64px, 3.90625vw, 75px);
}

.s-1920\:f-64 {
  font-size: clamp(60px, 3.3333333333vw, 64px);
}

.s-1920\:f-60 {
  font-size: clamp(54px, 3.125vw, 60px);
}

.s-1920\:f-54 {
  font-size: clamp(46px, 2.8125vw, 54px);
}

.s-1920\:f-46 {
  font-size: clamp(38px, 2.3958333333vw, 46px);
}

.s-1920\:f-38 {
  font-size: clamp(31px, 1.9791666667vw, 38px);
}

.s-1920\:f-31 {
  font-size: clamp(25px, 1.6145833333vw, 31px);
}

.s-1920\:f-25 {
  font-size: clamp(20px, 1.3020833333vw, 25px);
}

.s-1920\:f-20 {
  font-size: clamp(18px, 1.0416666667vw, 20px);
}

.s-1920\:f-18 {
  font-size: clamp(15px, 0.9375vw, 18px);
}

.s-1920\:f-15 {
  font-size: clamp(13px, 0.78125vw, 15px);
}

.s-1920\:f-13 {
  font-size: max(0.6770833333vw, 13px);
}

@media screen and (max-width: 1366px) {
  .s-1366\:f-75 {
    font-size: clamp(64px, 5.4904831625vw, 75px);
  }
}

@media screen and (max-width: 1366px) {
  .s-1366\:f-64 {
    font-size: clamp(60px, 4.6852122987vw, 64px);
  }
}

@media screen and (max-width: 1366px) {
  .s-1366\:f-60 {
    font-size: clamp(54px, 4.39238653vw, 60px);
  }
}

@media screen and (max-width: 1366px) {
  .s-1366\:f-54 {
    font-size: clamp(46px, 3.953147877vw, 54px);
  }
}

@media screen and (max-width: 1366px) {
  .s-1366\:f-46 {
    font-size: clamp(38px, 3.3674963397vw, 46px);
  }
}

@media screen and (max-width: 1366px) {
  .s-1366\:f-38 {
    font-size: clamp(31px, 2.7818448023vw, 38px);
  }
}

@media screen and (max-width: 1366px) {
  .s-1366\:f-31 {
    font-size: clamp(25px, 2.2693997072vw, 31px);
  }
}

@media screen and (max-width: 1366px) {
  .s-1366\:f-25 {
    font-size: clamp(20px, 1.8301610542vw, 25px);
  }
}

@media screen and (max-width: 1366px) {
  .s-1366\:f-20 {
    font-size: clamp(18px, 1.4641288433vw, 20px);
  }
}

@media screen and (max-width: 1366px) {
  .s-1366\:f-18 {
    font-size: clamp(15px, 1.317715959vw, 18px);
  }
}

@media screen and (max-width: 1366px) {
  .s-1366\:f-15 {
    font-size: clamp(13px, 1.0980966325vw, 15px);
  }
}

@media screen and (max-width: 1366px) {
  .s-1366\:f-13 {
    font-size: max(0.9516837482vw, 13px);
  }
}

@media screen and (max-width: 1024px) {
  .s-1024\:f-75 {
    font-size: clamp(64px, 7.32421875vw, 75px);
  }
}

@media screen and (max-width: 1024px) {
  .s-1024\:f-64 {
    font-size: clamp(60px, 6.25vw, 64px);
  }
}

@media screen and (max-width: 1024px) {
  .s-1024\:f-60 {
    font-size: clamp(54px, 5.859375vw, 60px);
  }
}

@media screen and (max-width: 1024px) {
  .s-1024\:f-54 {
    font-size: clamp(46px, 5.2734375vw, 54px);
  }
}

@media screen and (max-width: 1024px) {
  .s-1024\:f-46 {
    font-size: clamp(38px, 4.4921875vw, 46px);
  }
}

@media screen and (max-width: 1024px) {
  .s-1024\:f-38 {
    font-size: clamp(31px, 3.7109375vw, 38px);
  }
}

@media screen and (max-width: 1024px) {
  .s-1024\:f-31 {
    font-size: clamp(25px, 3.02734375vw, 31px);
  }
}

@media screen and (max-width: 1024px) {
  .s-1024\:f-25 {
    font-size: clamp(20px, 2.44140625vw, 25px);
  }
}

@media screen and (max-width: 1024px) {
  .s-1024\:f-20 {
    font-size: clamp(18px, 1.953125vw, 20px);
  }
}

@media screen and (max-width: 1024px) {
  .s-1024\:f-18 {
    font-size: clamp(15px, 1.7578125vw, 18px);
  }
}

@media screen and (max-width: 1024px) {
  .s-1024\:f-15 {
    font-size: clamp(13px, 1.46484375vw, 15px);
  }
}

@media screen and (max-width: 1024px) {
  .s-1024\:f-13 {
    font-size: max(1.26953125vw, 13px);
  }
}

@media screen and (max-width: 960px) {
  .s-960\:f-75 {
    font-size: 75px;
  }
}

@media screen and (max-width: 960px) {
  .s-960\:f-64 {
    font-size: clamp(64px, 10vw, 75px);
  }
}

@media screen and (max-width: 960px) {
  .s-960\:f-60 {
    font-size: clamp(60px, 9.375vw, 64px);
  }
}

@media screen and (max-width: 960px) {
  .s-960\:f-54 {
    font-size: clamp(54px, 8.4375vw, 60px);
  }
}

@media screen and (max-width: 960px) {
  .s-960\:f-46 {
    font-size: clamp(46px, 7.1875vw, 54px);
  }
}

@media screen and (max-width: 960px) {
  .s-960\:f-38 {
    font-size: clamp(38px, 5.9375vw, 46px);
  }
}

@media screen and (max-width: 960px) {
  .s-960\:f-31 {
    font-size: clamp(31px, 4.84375vw, 38px);
  }
}

@media screen and (max-width: 960px) {
  .s-960\:f-25 {
    font-size: clamp(25px, 3.90625vw, 31px);
  }
}

@media screen and (max-width: 960px) {
  .s-960\:f-20 {
    font-size: clamp(20px, 3.125vw, 25px);
  }
}

@media screen and (max-width: 960px) {
  .s-960\:f-18 {
    font-size: clamp(18px, 2.8125vw, 20px);
  }
}

@media screen and (max-width: 960px) {
  .s-960\:f-15 {
    font-size: clamp(15px, 2.34375vw, 18px);
  }
}

@media screen and (max-width: 960px) {
  .s-960\:f-13 {
    font-size: clamp(13px, 2.03125vw, 15px);
  }
}

@media screen and (max-width: 640px) {
  .s-640\:f-75 {
    font-size: 75px;
  }
}

@media screen and (max-width: 640px) {
  .s-640\:f-64 {
    font-size: clamp(64px, 17.7777777778vw, 75px);
  }
}

@media screen and (max-width: 640px) {
  .s-640\:f-60 {
    font-size: clamp(60px, 16.6666666667vw, 64px);
  }
}

@media screen and (max-width: 640px) {
  .s-640\:f-54 {
    font-size: clamp(54px, 15vw, 60px);
  }
}

@media screen and (max-width: 640px) {
  .s-640\:f-46 {
    font-size: clamp(46px, 12.7777777778vw, 54px);
  }
}

@media screen and (max-width: 640px) {
  .s-640\:f-38 {
    font-size: clamp(38px, 10.5555555556vw, 46px);
  }
}

@media screen and (max-width: 640px) {
  .s-640\:f-31 {
    font-size: clamp(31px, 8.6111111111vw, 38px);
  }
}

@media screen and (max-width: 640px) {
  .s-640\:f-25 {
    font-size: clamp(25px, 6.9444444444vw, 31px);
  }
}

@media screen and (max-width: 640px) {
  .s-640\:f-20 {
    font-size: clamp(20px, 5.5555555556vw, 25px);
  }
}

@media screen and (max-width: 640px) {
  .s-640\:f-18 {
    font-size: clamp(18px, 5vw, 20px);
  }
}

@media screen and (max-width: 640px) {
  .s-640\:f-15 {
    font-size: clamp(15px, 4.1666666667vw, 18px);
  }
}

@media screen and (max-width: 640px) {
  .s-640\:f-13 {
    font-size: clamp(13px, 3.6111111111vw, 15px);
  }
}

#utPopOut {
  position: fixed;
  z-index: 170001;
  width: 100%;
  background-color: #000000;
}
#utPopOut #utPopOutInner {
  margin: 0 auto;
  position: relative;
}
#utPopOut #utPopOutInner span.close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: -50px;
  width: 20px;
  height: 20px;
}
#utPopOut #utPopOutInner span.close img {
  width: 100%;
  height: 100%;
}
#utPopOut #utPopOutInner .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#utPopOut #utPopOutInner .video-container iframe.UtIframe {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
#utPopOut.fullWidth #utPopOutInner span.close {
  right: 0;
  top: -35px;
}

#utPopOutBg {
  position: fixed;
  z-index: 170000;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
}

.gc-modal {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 170000;
  overflow-y: auto;
  padding: 50px 40px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.15s linear;
  transition-property: opacity, visibility;
}
@media screen and (max-width: 960px) {
  .gc-modal {
    padding: 0;
  }
}
.gc-modal.modal-open {
  visibility: visible;
  opacity: 1;
}
.gc-modal.modal-open .gc-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}
.gc-modal.modal-close .splide {
  visibility: hidden;
}
.gc-modal .ajax-loading {
  display: none;
  position: fixed;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.gc-modal-dialog {
  position: relative;
  margin: 0 auto;
  width: 692px;
  border-radius: 5px;
  background: white;
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform;
}
@media screen and (max-width: 960px) {
  .gc-modal-dialog {
    width: 100%;
    min-height: 100%;
    border-radius: 0;
  }
}
.gc-modal-dialog .modal-close {
  display: block;
  text-align: right;
  top: 35px;
  right: 35px;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .gc-modal-dialog .modal-close {
    position: sticky;
    z-index: 1;
    top: 15px;
    right: 15px;
  }
}

.gc-modal-title {
  margin-bottom: 15px;
}

.gc-modal-description {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.gc-modal-body {
  padding: 35px;
}
@media screen and (max-width: 960px) {
  .gc-modal-body {
    padding: 15px;
  }
}

.gc-btn {
  --gc-btn-border-radius: 8px;
  border: none;
  -webkit-appearance: button;
  padding: 7px 15px;
  cursor: pointer;
  font-family: Segoe UI, "Noto Sans", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
  border-radius: var(--gc-btn-border-radius);
}
.gc-btn:disabled, .gc-btn[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  color: #c6c6c6;
}

.gc-btn-primary {
  background-color: #008cd6;
  color: white;
}
.gc-btn-primary:not(:disabled):hover, .gc-btn-primary:not([disabled]):hover {
  background-color: #0073b0;
}
.gc-btn-primary:not(:disabled):active, .gc-btn-primary:not([disabled]):active {
  background-color: #006396;
}

.splide:not(.is-overflow) .splide__arrows,
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide.center-when-not-overflow:not(.is-overflow) .splide__list {
  justify-content: center;
}
.splide.center-when-not-overflow:not(.is-overflow) .splide__list:last-child {
  margin: 0 !important;
}

.splide__arrow {
  width: 30px;
  height: 30px;
  background-color: transparent;
}
@media screen and (max-width: 960px) {
  .splide__arrow {
    display: none;
  }
}
.splide__arrow svg {
  width: 100%;
  height: 100%;
  fill: #c6c6c6;
}
.splide__arrow.splide__arrow--prev {
  left: 0;
}
.splide__arrow.splide__arrow--prev svg {
  transform: initial;
}
.splide__arrow.splide__arrow--next {
  right: 0;
}
.gray-600 .splide__arrow {
  color: #909090;
}
.gray-500 .splide__arrow {
  color: #b1b1b1;
}

.splide__badge {
  display: none;
  position: absolute;
  top: 15px;
  right: 0;
  padding: 1px 13px;
  text-align: center;
  border-bottom-left-radius: 23% 50%;
  border-bottom-right-radius: 23% 50%;
  border-top-left-radius: 23% 50%;
  border-top-right-radius: 23% 50%;
  background-color: black;
  color: white;
  font-size: 13px;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .splide__badge {
    display: block;
  }
}

.splide__pagination {
  --page-dot-color: #008cd6;
}
.splide-theme--lightBlue .splide__pagination {
  --page-dot-color: #21d4fd;
}
.splide__pagination > li {
  flex: 1;
  max-width: 50px;
}
.splide__pagination > li:not(:last-of-type) {
  margin-inline-end: 5px;
}
.splide__pagination > li .gbt-splide-page {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 30px;
  background: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}
.splide__pagination > li .gbt-splide-page.is-active span {
  background-color: var(--page-dot-color);
}
.splide__pagination > li .gbt-splide-page span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background-color: #c6c6c6;
}

.splide.splide--static-page .splide__pagination {
  position: static;
  margin-top: 26px;
}

input[type=checkbox].gc-checkbox {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  height: 20px;
  width: 20px;
  background-color: #dddddd;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
input[type=checkbox].gc-checkbox:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxwYXRoIGRhdGEtbmFtZT0iUGF0aCAxNTE2IiBkPSJtLTE1LjY4OC01LjkxOC0uNDY5LS41MDVhLjM0OS4zNDkgMCAwIDEtLjA4MS0uMjIuMzQzLjM0MyAwIDAgMSAuMTEtLjI0OWwxLjM0OC0xLjI2N2EuMzQuMzQgMCAwIDEgLjIyNy0uMDgxLjM2MS4zNjEgMCAwIDEgLjEzMi4wMjYuMjcyLjI3MiAwIDAgMSAuMTEuMDc3bDMuNzExIDQuMDA2IDYuNC04LjIzMmEuMzQuMzQgMCAwIDEgLjI2NC0uMTI1LjMxMS4zMTEgMCAwIDEgLjIwNS4wNzNsMS40NzIgMS4xMzVhLjM5My4zOTMgMCAwIDEgLjA4NC4xMDYuMjYuMjYgMCAwIDEgLjA0LjEyOC40MTUuNDE1IDAgMCAxLS4wNzMuMjM0TC0xMC40My0uMjU2eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTkuMjM5IDE2LjQ4OCkiIHN0eWxlPSJmaWxsOiNmZmYiLz4KPC9zdmc+Cg==");
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}
@media (hover: hover) {
  input[type=checkbox].gc-checkbox:hover {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxwYXRoIGRhdGEtbmFtZT0iUGF0aCAxNTE2IiBkPSJtLTE1LjY4OC01LjkxOC0uNDY5LS41MDVhLjM0OS4zNDkgMCAwIDEtLjA4MS0uMjIuMzQzLjM0MyAwIDAgMSAuMTEtLjI0OWwxLjM0OC0xLjI2N2EuMzQuMzQgMCAwIDEgLjIyNy0uMDgxLjM2MS4zNjEgMCAwIDEgLjEzMi4wMjYuMjcyLjI3MiAwIDAgMSAuMTEuMDc3bDMuNzExIDQuMDA2IDYuNC04LjIzMmEuMzQuMzQgMCAwIDEgLjI2NC0uMTI1LjMxMS4zMTEgMCAwIDEgLjIwNS4wNzNsMS40NzIgMS4xMzVhLjM5My4zOTMgMCAwIDEgLjA4NC4xMDYuMjYuMjYgMCAwIDEgLjA0LjEyOC40MTUuNDE1IDAgMCAxLS4wNzMuMjM0TC0xMC40My0uMjU2eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTkuMjM5IDE2LjQ4OCkiIHN0eWxlPSJmaWxsOiM5MDkwOTAiLz4KPC9zdmc+Cg==");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
input[type=checkbox].gc-checkbox:checked {
  background-color: #008cd6;
}
input[type=checkbox].gc-checkbox:checked:after {
  display: block;
}

img {
  max-width: 100%;
  width: 100%;
}

section {
  position: relative;
}

.body-content {
  font-family: Segoe UI, "Noto Sans", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
  src: local("Segoe UI Semilight"), local("Segoe UI");
}

.FontBoldMedium {
  font-weight: 600;
}

.section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section__bg img {
  width: 100%;
  height: 100%;
  object-position: bottom;
}

.section__head {
  text-align: center;
}

.section_Title-Text {
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
}

.gradient_text-RevivalBlue {
  display: inline-block;
  background-image: linear-gradient(to right, #3a4c75, #295ac4 57%, #008cd6);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 600;
}

.btn-gradient-light-blue {
  border-radius: 8px;
  background: linear-gradient(285deg, #1f85f7, #21d4fd);
}
@media (hover: hover) {
  .btn-gradient-light-blue:hover {
    background: linear-gradient(288deg, #6a2acb 0%, #2d3ecd 15%, #0583d5 60%, #21d4fd 100%);
  }
}

.btn-gradient-dark-blue {
  border-radius: 8px;
  background: linear-gradient(291deg, #033e95 0%, #2d3ecd 40%, #1f85f7 83%, #21d4fd 100%);
}
@media (hover: hover) {
  .btn-gradient-dark-blue:hover {
    background: linear-gradient(288deg, #6a2acb 0%, #2d3ecd 15%, #0583d5 60%, #21d4fd 100%);
  }
}

.fw-300 {
  font-weight: 300;
}

.Page-Content-MenuArea {
  --text-color: #423f3f;
  --text-color-hover: #008cd6;
  --ci-color-default: #423f3f;
  --ci-color-sticky: #423f3f;
  --mobile-arrow-color-default: #707070;
  --mobile-arrow-color-sticky: #707070;
  --signup-btn-color: #fff;
  --signup-btn-bg: transparent linear-gradient(180deg, #000000 0%, #00000080 36%, #00000026 70%, #33333300 100%) 0% 0%
      no-repeat padding-box;
  --signup-btn-bg-sticky: #008cd6;
  --signup-btn-bg-hover: #00000099;
  --lang-default-color: #c6c6c6;
  --lang-hover-color: #21d4fd;
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 150000;
  transition: all 0.1s ease;
  background: white;
  padding-top: 18px;
}
.Page-Content-MenuArea a,
.Page-Content-MenuArea span {
  color: var(--text-color);
}
.Page-Content-MenuArea.bg-gradient {
  --text-color: #fff;
  --ci-color-default: #fff;
  --mobile-arrow-color-default: #fff;
  background: transparent linear-gradient(180deg, #000000 0%, #00000080 36%, #00000026 70%, #33333300 100%) 0% 0% no-repeat padding-box;
}
.Page-Content-MenuArea.WhiteBackGroundSgtyle {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #c6c6c6;
}
@supports not (backdrop-filter: blur(20px)) {
  .Page-Content-MenuArea.WhiteBackGroundSgtyle {
    background-color: rgba(255, 255, 255, 0.85);
  }
}
.Page-Content-MenuArea.WhiteBackGroundSgtyle a,
.Page-Content-MenuArea.WhiteBackGroundSgtyle span {
  color: #423f3f;
}
.Page-Content-MenuArea.WhiteBackGroundSgtyle .LinkNoClick {
  color: #909090;
}
.Page-Content-MenuArea.WhiteBackGroundSgtyle .Nav_Content-Container .Nav_Content-GIGABYTECiLogo .GIGABYTECiLogo {
  fill: var(--ci-color-sticky);
}
.Page-Content-MenuArea.WhiteBackGroundSgtyle .Nav_Content-Container .Nav_Content-GIGABYTECiLogo .ArrowBase__icon-Mobile .arrowBase_icon-Color {
  fill: var(--mobile-arrow-color-sticky);
}
.Page-Content-MenuArea.WhiteBackGroundSgtyle .Nav_Content-Container .Nav_Content-MenuItems .Menu_Items-Title .Menu_Items-Text {
  cursor: pointer;
}
@media (hover: hover) and (min-width: 961px) {
  .Page-Content-MenuArea.WhiteBackGroundSgtyle .Nav_Content-Container .Nav_Content-MenuItems .Menu_Items-Title .Menu_Items-Text:hover {
    color: var(--text-color-hover);
  }
  .Page-Content-MenuArea.WhiteBackGroundSgtyle .Nav_Content-Container .Nav_Content-MenuItems .Menu_Items-Title .Menu_Items-Text:hover::after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--text-color-hover);
  }
}
@media all and (min-width: 961px) {
  .Page-Content-MenuArea.WhiteBackGroundSgtyle .Nav_Content-Container .Nav_Content-MenuItems .Menu_Items-Title .Menu_Items-Text.selectedItem {
    color: var(--text-color-hover);
  }
  .Page-Content-MenuArea.WhiteBackGroundSgtyle .Nav_Content-Container .Nav_Content-MenuItems .Menu_Items-Title .Menu_Items-Text.selectedItem::after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--text-color-hover);
  }
}
.Page-Content-MenuArea.WhiteBackGroundSgtyle .Nav_Content-Container .Nav_Content-EdgeLink .Menu_Items-SignUp {
  outline-style: 2px solid #008cd6;
  box-shadow: unset;
  background: var(--signup-btn-bg-sticky);
  color: #fff;
}
@media (hover: hover) {
  .Page-Content-MenuArea.WhiteBackGroundSgtyle .Nav_Content-Container .Nav_Content-EdgeLink .Menu_Items-SignUp:hover {
    background: #0073b0;
    border-color: #0073b0;
  }
}
@media screen and (max-width: 1366px) {
  .Page-Content-MenuArea {
    padding-top: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .Page-Content-MenuArea {
    padding-top: 21px;
  }
}
@media screen and (max-width: 960px) {
  .Page-Content-MenuArea {
    padding-top: 0px;
  }
}
.Page-Content-MenuArea .Nav_Content-Container {
  position: relative;
}
.Page-Content-MenuArea .Nav_Content-Container.grid_System-Container {
  display: grid;
  grid-template-areas: "CILogo MenuItems EdgeLink";
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .Page-Content-MenuArea .Nav_Content-Container.grid_System-Container {
    grid-template-areas: "CILogo EdgeLink" "MenuItems MenuItems";
    grid-template-columns: 1fr auto;
  }
}
.Page-Content-MenuArea .Nav_Content-Container.grid_System-Container .Nav_Content-GIGABYTECiLogo {
  grid-area: CILogo;
}
.Page-Content-MenuArea .Nav_Content-Container.grid_System-Container .Nav_Content-MenuItems {
  grid-area: MenuItems;
}
@media screen and (max-width: 960px) {
  .Page-Content-MenuArea .Nav_Content-Container.grid_System-Container .Nav_Content-MenuItems {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 0;
  }
}
.Page-Content-MenuArea .Nav_Content-Container.grid_System-Container .Nav_Content-MenuItems.showMobileMenu {
  height: 100%;
}
@media screen and (max-width: 960px) {
  .Page-Content-MenuArea .Nav_Content-Container.grid_System-Container .Nav_Content-MenuItems.showMobileMenu {
    height: 43px;
  }
}
.Page-Content-MenuArea .Nav_Content-Container.grid_System-Container .Nav_Content-EdgeLink {
  grid-area: EdgeLink;
}
@media screen and (max-width: 960px) {
  .Page-Content-MenuArea .Nav_Content-Container.grid_System-Container .Nav_Content-EdgeLink {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.Page-Content-MenuArea .Nav_Content-Container .Nav_Content-GIGABYTECiLogo {
  height: 66px;
  display: flex;
  align-items: center;
}
@media all and (min-width: 961px) and (max-width: 1024px) {
  .Page-Content-MenuArea .Nav_Content-Container .Nav_Content-GIGABYTECiLogo {
    height: 45px;
  }
}
.Page-Content-MenuArea .Nav_Content-Container .Nav_Content-GIGABYTECiLogo .GIGABYTECiLogo {
  display: block;
  fill: var(--ci-color-default);
  height: 22px;
}
@media screen and (max-width: 1024px) {
  .Page-Content-MenuArea .Nav_Content-Container .Nav_Content-GIGABYTECiLogo .GIGABYTECiLogo {
    height: 15px;
    width: auto;
  }
}
.Page-Content-MenuArea .Nav_Content-Container .Nav_Content-GIGABYTECiLogo .ArrowBase__icon-Mobile {
  display: none;
}
.Page-Content-MenuArea .Nav_Content-Container .Nav_Content-GIGABYTECiLogo .ArrowBase__icon-Mobile .arrowBase_icon-Color {
  fill: var(--mobile-arrow-color-default);
}
.Page-Content-MenuArea .Nav_Content-Container .Nav_Content-GIGABYTECiLogo .ArrowBase__icon-Mobile.RotationVertical {
  transform: scaleY(-1);
}
@media screen and (max-width: 960px) {
  .Page-Content-MenuArea .Nav_Content-Container .Nav_Content-GIGABYTECiLogo .ArrowBase__icon-Mobile {
    display: block;
    margin: 0 15px;
  }
}
.Page-Content-MenuArea .Nav_Content-Container .Nav_Content-MenuItems {
  overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  height: 100%;
}
.Page-Content-MenuArea .Nav_Content-Container .Nav_Content-MenuItems::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
@media screen and (max-width: 960px) {
  .Page-Content-MenuArea .Nav_Content-Container .Nav_Content-MenuItems {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .Page-Content-MenuArea .Nav_Content-Container .Nav_Content-MenuItems {
    text-align: unset;
  }
}
.Page-Content-MenuArea .Nav_Content-Container .Nav_Content-MenuItems .Menu_Items-Title {
  display: inline-block;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .Page-Content-MenuArea .Nav_Content-Container .Nav_Content-MenuItems .Menu_Items-Title:first-child .Menu_Items-Text {
    padding-left: 0px;
  }
}
@media screen and (max-width: 960px) {
  .Page-Content-MenuArea .Nav_Content-Container .Nav_Content-MenuItems .Menu_Items-Title:last-child .Menu_Items-Text {
    padding-right: 0px;
  }
}
.Page-Content-MenuArea .Nav_Content-Container .Nav_Content-MenuItems .Menu_Items-Title .Menu_Items-Text {
  cursor: pointer;
  padding: 0 clamp(25px, 1.6666666667vw, 32px);
  position: relative;
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .Page-Content-MenuArea .Nav_Content-Container .Nav_Content-MenuItems .Menu_Items-Title .Menu_Items-Text {
    padding: 0 clamp(15px, 1.4641288433vw, 20px);
  }
}
@media screen and (max-width: 1024px) {
  .Page-Content-MenuArea .Nav_Content-Container .Nav_Content-MenuItems .Menu_Items-Title .Menu_Items-Text {
    padding: 0 1.26953125vw;
  }
}
@media screen and (max-width: 960px) {
  .Page-Content-MenuArea .Nav_Content-Container .Nav_Content-MenuItems .Menu_Items-Title .Menu_Items-Text {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1.7708333333vw;
    padding-right: 1.7708333333vw;
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 640px) {
  .Page-Content-MenuArea .Nav_Content-Container .Nav_Content-MenuItems .Menu_Items-Title .Menu_Items-Text {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
.Page-Content-MenuArea .Nav_Content-Container .Nav_Content-EdgeLink a {
  display: inline-block;
}
.Page-Content-MenuArea .Nav_Content-Container .Nav_Content-EdgeLink .Menu_Items-Language {
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .Page-Content-MenuArea .Nav_Content-Container .Nav_Content-EdgeLink .Menu_Items-Language {
    margin-left: 5px;
  }
}
.Page-Content-MenuArea .Nav_Content-Container .Nav_Content-EdgeLink .Menu_Items-Language:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .Page-Content-MenuArea .Nav_Content-Container .Nav_Content-EdgeLink .Menu_Items-Language:first-child {
    margin-right: 5px;
  }
}
@media (hover: hover) {
  .Page-Content-MenuArea .Nav_Content-Container .Nav_Content-EdgeLink .Menu_Items-Language.LinkCanClick:hover {
    color: var(--lang-hover-color);
  }
}
.Page-Content-MenuArea .Nav_Content-Container .Nav_Content-EdgeLink .Menu_Items-Language.LinkNoClick {
  color: var(--lang-default-color);
}
.Page-Content-MenuArea .Nav_Content-Container .Nav_Content-EdgeLink .Menu_Items-SignUp {
  color: var(--signup-btn-color);
  outline: 2px solid #fff;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px -1px 10px #00000029;
  background: var(--signup-btn-bg);
  margin-left: 50px;
  padding: 5px 17px;
}
@media (hover: hover) {
  .Page-Content-MenuArea .Nav_Content-Container .Nav_Content-EdgeLink .Menu_Items-SignUp:hover {
    background: var(--signup-btn-bg-hover);
  }
}
@media screen and (max-width: 1024px) {
  .Page-Content-MenuArea .Nav_Content-Container .Nav_Content-EdgeLink .Menu_Items-SignUp {
    margin-left: clamp(25px, 2.9296875vw, 30px);
  }
}
@media screen and (max-width: 960px) {
  .Page-Content-MenuArea .Nav_Content-Container .Nav_Content-EdgeLink .Menu_Items-SignUp {
    margin-left: clamp(20px, 2.6041666667vw, 25px);
    padding: 3px 9px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 640px) {
  .Page-Content-MenuArea .Nav_Content-Container .Nav_Content-EdgeLink .Menu_Items-SignUp {
    margin-left: 20px;
  }
}

.Page-Content-MenuArea {
  --signup-btn-bg: linear-gradient(291deg, #033e95 0%, #2d3ecd 40%, #1f85f7 83%, #21d4fd 100%);
  --signup-btn-bg-sticky: linear-gradient(291deg, #033e95 0%, #2d3ecd 40%, #1f85f7 83%, #21d4fd 100%);
  --signup-btn-bg-hover: linear-gradient(288deg, #6a2acb 0%, #2d3ecd 15%, #0583d5 60%, #21d4fd 100%);
  --text-color-hover: #295ac4;
  --lang-default-color: #909090;
  --lang-hover-color: #295ac4;
  padding-top: 0;
}
.Page-Content-MenuArea .Nav_Content-Container .Nav_Content-EdgeLink .Menu_Items-SignUp {
  outline: none;
  margin-left: 20px;
  padding: 5px 15px;
}
@media screen and (max-width: 640px) {
  .Page-Content-MenuArea .Nav_Content-Container .Nav_Content-EdgeLink .Menu_Items-SignUp {
    margin-left: 10px;
    padding: 5px 7px;
  }
}
.Page-Content-MenuArea.WhiteBackGroundSgtyle .Nav_Content-Container .Nav_Content-EdgeLink .Menu_Items-SignUp {
  outline: none;
}
@media (hover: hover) {
  .Page-Content-MenuArea.WhiteBackGroundSgtyle .Nav_Content-Container .Nav_Content-EdgeLink .Menu_Items-SignUp:hover {
    background: linear-gradient(288deg, #6a2acb 0%, #2d3ecd 15%, #0583d5 60%, #21d4fd 100%);
  }
}
.Page-Content-MenuArea .Nav_Content-EdgeLink_CES2025 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Page-Content-MenuArea .Nav_Content-EdgeLink_CES2025 .Menu_Items_EventLogo {
  margin-left: 25px;
  display: flex;
  align-items: center;
}
.Page-Content-MenuArea .Nav_Content-EdgeLink_CES2025 .Menu_Items_EventLogo img {
  max-width: 70px;
}

@media all and (min-width: 961px) {
  .section-banner {
    position: relative;
    width: 100%;
    padding-top: 36.4583333333%;
  }
  .section-banner video {
    display: block;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
  }
  .section-banner .banner-main-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  .section-banner {
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .section-banner {
    aspect-ratio: 1/1.25;
  }
}
@media screen and (max-width: 960px) and (max-width: 640px) {
  .section-banner {
    aspect-ratio: 1/1.65;
  }
}
.section-banner .banner-media-container[data-mediaType=video] .banner__image {
  display: none;
}
@media screen and (max-width: 960px) {
  .section-banner .banner-media-container[data-mediaType=video] .banner__image {
    display: block;
  }
}
.section-banner .banner__video {
  position: relative;
}
@media screen and (max-width: 960px) {
  .section-banner .banner__video {
    display: none;
  }
}
.section-banner .banner__video .banner__text {
  position: absolute;
  left: 51%;
  top: 50%;
  z-index: 2;
  transform: translate(0, -50%);
}
.section-banner .banner__video .banner__text .banner__text_titleImg {
  width: clamp(10px, 36vw, 650px);
  margin-bottom: 30px;
}
.section-banner .banner__video .banner__text .banner__text_titleImg.titleImg-en {
  aspect-ratio: 650/77;
}
.section-banner .banner__video .banner__text .banner__text_titleImg.titleImg-tw {
  aspect-ratio: 325/43;
}
.section-banner .banner__video .banner__text .banner__description {
  color: #ffffff;
  font-size: clamp(10px, 1.15vw, 22px);
  max-width: 800px;
  width: 90%;
  line-height: 1.65;
}
.section-banner .banner__video .banner__text .banner__description .css-pc-only {
  display: block;
}
@media screen and (max-width: 960px) {
  .section-banner .banner__video .banner__text .banner__description .css-pc-only {
    display: none;
  }
}
.section-banner .banner__video .banner__text .banner__description .css-mobile-only {
  display: none;
}
@media screen and (max-width: 960px) {
  .section-banner .banner__video .banner__text .banner__description .css-mobile-only {
    display: block;
  }
}
.section-banner .banner__video .banner__text .subscribe-btn {
  margin-top: 50px;
}
.section-banner .banner__video .banner__textBot .textBot__date {
  color: #ffffff;
  font-size: clamp(10px, 1.17vw, 30px);
  font-weight: 300;
  margin-bottom: 0.4vw;
  line-height: 1;
}
.section-banner .banner__video .banner__textBot .textBot__location {
  color: #ffffff;
  font-size: clamp(10px, 1.4vw, 30px);
  font-weight: 700;
  line-height: 1;
}
.section-banner .banner__video .banner__textBot .textBot__location span {
  color: #25e5ff;
}
.section-banner .banner__video .banner_logoBot {
  position: absolute;
  bottom: 11%;
  right: 15%;
  max-width: clamp(10px, 6vw, 160px);
}
.section-banner .btn-eventsEmailContent {
  margin: 0;
}
@media screen and (max-width: 960px) {
  .section-banner .btn-eventsEmailContent {
    margin: 0;
  }
}
.section-banner .banner-image-ratio-container {
  position: relative;
}
@supports (aspect-ratio: 1/1) {
  .section-banner .banner-image-ratio-container img {
    aspect-ratio: 1920/700;
  }
}
@supports not (aspect-ratio: 1/1) {
  .section-banner .banner-image-ratio-container {
    position: relative;
    width: 100%;
    padding-top: 36.4583333333%;
  }
  .section-banner .banner-image-ratio-container img {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 960px) {
  @supports (aspect-ratio: 1/1) {
    .section-banner .banner-image-ratio-container img {
      aspect-ratio: 640/853;
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .section-banner .banner-image-ratio-container {
      position: relative;
      width: 100%;
      padding-top: 133.28125%;
    }
    .section-banner .banner-image-ratio-container img {
      position: absolute;
      top: 0;
    }
  }
}
@media screen and (max-width: 640px) {
  @supports (aspect-ratio: 1/1) {
    .section-banner .banner-image-ratio-container img {
      aspect-ratio: 360/480;
    }
  }
  @supports not (aspect-ratio: 1/1) {
    .section-banner .banner-image-ratio-container {
      position: relative;
      width: 100%;
      padding-top: 133.3333333333%;
    }
    .section-banner .banner-image-ratio-container img {
      position: absolute;
      top: 0;
    }
  }
}
.section-banner .banner-image-ratio-container img {
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .section-banner .banner-image-ratio-container img {
    aspect-ratio: 1/1.25;
  }
}
@media screen and (max-width: 640px) {
  .section-banner .banner-image-ratio-container img {
    aspect-ratio: 1/1.65;
  }
}
.section-banner .banner-image-ratio-container .banner__text {
  display: none;
}
@media screen and (max-width: 960px) {
  .section-banner .banner-image-ratio-container .banner__text {
    position: absolute;
    bottom: 5%;
    width: 100%;
    z-index: 2;
    display: block;
    max-width: 600px;
    transform: translate(-50%, 0);
    padding: 0 30px;
    left: 50%;
  }
  .section-banner .banner-image-ratio-container .banner__text .banner__text_titleImg {
    width: 100%;
    margin: 15px auto;
    display: block;
  }
  .section-banner .banner-image-ratio-container .banner__text .banner__text_titleImg.titleImg-en {
    aspect-ratio: 135/16;
  }
  .section-banner .banner-image-ratio-container .banner__text .banner__text_titleImg.titleImg-tw {
    aspect-ratio: 15/2;
  }
  .section-banner .banner-image-ratio-container .banner__text .banner__text_titleImg img {
    object-fit: contain;
    aspect-ratio: auto;
  }
  .section-banner .banner-image-ratio-container .banner__description {
    color: #ffffff;
    font-size: clamp(15px, 4vw, 22px);
    width: 100%;
    line-height: 1.4;
  }
  .section-banner .banner-image-ratio-container .banner__description .css-pc-only {
    display: block;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .section-banner .banner-image-ratio-container .banner__description .css-pc-only {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .section-banner .banner-image-ratio-container .banner__description .css-mobile-only {
    display: none;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .section-banner .banner-image-ratio-container .banner__description .css-mobile-only {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .section-banner .banner-image-ratio-container .subscribe-btn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 960px) {
  .section-banner .banner-image-ratio-container .banner__textBot {
    margin-top: 15px;
  }
  .section-banner .banner-image-ratio-container .banner__textBot .textBot__date {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1;
  }
  .section-banner .banner-image-ratio-container .banner__textBot .textBot__location {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
  }
  .section-banner .banner-image-ratio-container .banner__textBot .textBot__location span {
    color: #25e5ff;
  }
}
@media screen and (max-width: 960px) {
  .section-banner .banner-image-ratio-container .banner_logoBot {
    width: 100px;
  }
  .section-banner .banner-image-ratio-container .banner_logoBot img {
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: auto;
  }
}
.section-banner .banner-video-ratio-container {
  position: relative;
  width: 100%;
  padding-top: 36.4583333333%;
}
.section-banner .banner-video-ratio-container video {
  display: block;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */
/*
OVERLAY SCROLLBARS CORE:
*/
html.os-html,
html.os-html > .os-host {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

html.os-html > .os-host > .os-padding {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

body.os-dragging,
body.os-dragging * {
  cursor: default;
}

.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.os-host-flexbox > .os-size-auto-observer {
  height: inherit !important;
}

.os-host-flexbox > .os-content-glue {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.os-host-flexbox > .os-size-auto-observer,
.os-host-flexbox > .os-content-glue {
  min-height: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}

#os-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

/* fix restricted measuring */
#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
  content: "";
  display: table;
  width: 0.01px;
  height: 0.01px;
  line-height: 0;
  font-size: 0;
  flex-grow: 0;
  flex-shrink: 0;
  visibility: hidden;
}

#os-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  background: transparent !important;
}

.os-content-glue {
  box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.os-padding {
  box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.os-host-overflow > .os-padding {
  overflow: hidden;
}

.os-viewport {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  outline: none !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}

.os-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible;
}

.os-content > .os-textarea {
  box-sizing: border-box !important;
  direction: inherit !important;
  background: transparent !important;
  outline: 0px none transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0px !important;
  float: none !important;
  -webkit-filter: none !important;
  filter: none !important;
  border: none !important;
  resize: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  box-shadow: none !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0px;
}

.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important;
}

.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

.os-content > .os-textarea[wrap=off] {
  white-space: pre !important;
  margin: 0px !important;
}

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

.os-resize-observer,
.os-resize-observer-host {
  box-sizing: inherit;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  box-sizing: border-box;
}

.os-resize-observer-host.observed {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.os-resize-observer-host > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0;
  display: block;
  box-sizing: content-box;
}

.os-resize-observer-host.observed > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer:before {
  display: flex;
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  box-sizing: border-box;
}

.os-resize-observer-host.observed > .os-resize-observer:before {
  content: "";
  box-sizing: content-box;
  padding: inherit;
  border: inherit;
  margin: 0;
}

.os-size-auto-observer {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer {
  -webkit-animation-duration: 0.001s;
  animation-duration: 0.001s;
  -webkit-animation-name: os-resize-observer-dummy-animation;
  animation-name: os-resize-observer-dummy-animation;
}

object.os-resize-observer {
  box-sizing: border-box !important;
}

@-webkit-keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
@keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/
.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

html.os-html > .os-host > .os-scrollbar {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
  z-index: 999999;
  /* highest z-index of the page */
}

.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}

.os-scrollbar {
  pointer-events: none;
}

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-host-rtl > .os-scrollbar-horizontal {
  right: 0;
}

.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0;
}

.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.os-host-overflow {
  overflow: hidden !important;
}

/*
THEMES:
*/
/* NONE THEME: */
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
  display: none !important;
}

.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}

/* DARK & LIGHT THEME: */
.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  background-color: transparent;
}

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  padding: 2px;
  box-sizing: border-box;
  background: transparent;
}

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: transparent;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}

.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: 10px;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.4);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4);
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}

.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7);
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

.os-scrollbar-horizontal {
  height: 6px !important;
}

.os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  background: #008cd6 !important;
}

.os-scrollbar-horizontal > .os-scrollbar-track {
  background: #c6c6c6 !important;
}

:root {
  --carousel-slider-max-width: 1200px;
  --carousel-slider-width: 520px;
  --carousel-slider-height: 380px;
  --carousel-slider-navigation-color: #fff;
  --carousel-slider-pagination-color: #fff;
}

.css-ces2025-carousel-slider {
  --swiper-navigation-color: var(--carousel-slider-navigation-color);
  --swiper-pagination-color: var(--carousel-slider-pagination-color);
  --swiper-pagination-bullet-inactive-color: var(--carousel-slider-pagination-color);
  position: relative;
  z-index: 1;
  width: var(--carousel-slider-max-width);
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}
.css-ces2025-carousel-slider .swiper-slide {
  width: var(--carousel-slider-width);
  height: var(--carousel-slider-height);
  position: relative;
}
.css-ces2025-carousel-slider .swiper-pagination-bullets {
  bottom: 0;
}

.css-ces2025-carousel-slider .swiper-slide img {
  display: block;
}

.section_Area-NewsAnnouncement {
  background: linear-gradient(to right, #060321, #1a3e8f 57%, #060321);
}
.section_Area-NewsAnnouncement .section_Area-NewContent {
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .section_Area-NewsAnnouncement .section_Area-NewContent {
    padding: 0;
  }
}
.section_Area-NewsAnnouncement .section_Area-NewContent .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px !important;
}
@media screen and (max-width: 960px) {
  .section_Area-NewsAnnouncement .section_Area-NewContent .swiper-slide {
    height: 100px !important;
  }
}
.section_Area-NewsAnnouncement .section_Area-NewContent .newsText-content {
  gap: 10px;
  display: flex;
  align-items: center;
}
.section_Area-NewsAnnouncement .section_Area-NewContent .newsText-content span {
  margin: 0;
  color: #ffffff;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .section_Area-NewsAnnouncement .section_Area-NewContent .newsText-content {
    flex-direction: column;
    gap: 0px;
  }
}
.section_Area-NewsAnnouncement .section_Area-NewContent .newsText-content a {
  margin-left: 0px;
  font-weight: 600;
  text-decoration: underline;
  color: #25e5ff;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .section_Area-NewsAnnouncement .section_Area-NewContent .newsText-content a {
    margin: 0;
  }
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */
/*
OVERLAY SCROLLBARS CORE:
*/
html.os-html,
html.os-html > .os-host {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

html.os-html > .os-host > .os-padding {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

body.os-dragging,
body.os-dragging * {
  cursor: default;
}

.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.os-host-flexbox > .os-size-auto-observer {
  height: inherit !important;
}

.os-host-flexbox > .os-content-glue {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.os-host-flexbox > .os-size-auto-observer,
.os-host-flexbox > .os-content-glue {
  min-height: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}

#os-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

/* fix restricted measuring */
#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
  content: "";
  display: table;
  width: 0.01px;
  height: 0.01px;
  line-height: 0;
  font-size: 0;
  flex-grow: 0;
  flex-shrink: 0;
  visibility: hidden;
}

#os-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  background: transparent !important;
}

.os-content-glue {
  box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.os-padding {
  box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.os-host-overflow > .os-padding {
  overflow: hidden;
}

.os-viewport {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  outline: none !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}

.os-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible;
}

.os-content > .os-textarea {
  box-sizing: border-box !important;
  direction: inherit !important;
  background: transparent !important;
  outline: 0px none transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0px !important;
  float: none !important;
  -webkit-filter: none !important;
  filter: none !important;
  border: none !important;
  resize: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  box-shadow: none !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0px;
}

.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important;
}

.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

.os-content > .os-textarea[wrap=off] {
  white-space: pre !important;
  margin: 0px !important;
}

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

.os-resize-observer,
.os-resize-observer-host {
  box-sizing: inherit;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  box-sizing: border-box;
}

.os-resize-observer-host.observed {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.os-resize-observer-host > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0;
  display: block;
  box-sizing: content-box;
}

.os-resize-observer-host.observed > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer:before {
  display: flex;
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  box-sizing: border-box;
}

.os-resize-observer-host.observed > .os-resize-observer:before {
  content: "";
  box-sizing: content-box;
  padding: inherit;
  border: inherit;
  margin: 0;
}

.os-size-auto-observer {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer {
  -webkit-animation-duration: 0.001s;
  animation-duration: 0.001s;
  -webkit-animation-name: os-resize-observer-dummy-animation;
  animation-name: os-resize-observer-dummy-animation;
}

object.os-resize-observer {
  box-sizing: border-box !important;
}

@-webkit-keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
@keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/
.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

html.os-html > .os-host > .os-scrollbar {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
  z-index: 999999;
  /* highest z-index of the page */
}

.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}

.os-scrollbar {
  pointer-events: none;
}

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-host-rtl > .os-scrollbar-horizontal {
  right: 0;
}

.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0;
}

.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.os-host-overflow {
  overflow: hidden !important;
}

/*
THEMES:
*/
/* NONE THEME: */
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
  display: none !important;
}

.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}

/* DARK & LIGHT THEME: */
.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  background-color: transparent;
}

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  padding: 2px;
  box-sizing: border-box;
  background: transparent;
}

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: transparent;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}

.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: 10px;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.4);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4);
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}

.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7);
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

.os-scrollbar-horizontal {
  height: 6px !important;
}

.os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  background: #008cd6 !important;
}

.os-scrollbar-horizontal > .os-scrollbar-track {
  background: #c6c6c6 !important;
}

:root {
  --carousel-slider-max-width: 1200px;
  --carousel-slider-width: 520px;
  --carousel-slider-height: 380px;
  --carousel-slider-navigation-color: #fff;
  --carousel-slider-pagination-color: #fff;
}

.css-ces2025-carousel-slider {
  --swiper-navigation-color: var(--carousel-slider-navigation-color);
  --swiper-pagination-color: var(--carousel-slider-pagination-color);
  --swiper-pagination-bullet-inactive-color: var(--carousel-slider-pagination-color);
  position: relative;
  z-index: 1;
  width: var(--carousel-slider-max-width);
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}
.css-ces2025-carousel-slider .swiper-slide {
  width: var(--carousel-slider-width);
  height: var(--carousel-slider-height);
  position: relative;
}
.css-ces2025-carousel-slider .swiper-pagination-bullets {
  bottom: 0;
}

.css-ces2025-carousel-slider .swiper-slide img {
  display: block;
}

.section_Area-ShowZone {
  padding: 75px 0 75px 0;
}
@media screen and (max-width: 960px) {
  .section_Area-ShowZone {
    padding: 50px 0;
  }
}
.section_Area-ShowZone .section_Title-Text {
  display: inline-block;
  margin-bottom: 30px;
}
.section_Area-ShowZone .resource__nav-container {
  text-align: center;
  margin-bottom: 15px;
}
.section_Area-ShowZone .resource__nav {
  display: inline-flex;
  align-items: center;
  padding-bottom: 20px;
}
.section_Area-ShowZone .resource__nav .resource__nav-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #404040;
  line-height: 1.5;
  font-weight: 600;
  cursor: pointer;
  padding: 0 25px 0 35px;
}
@media screen and (max-width: 960px) {
  .section_Area-ShowZone .resource__nav .resource__nav-item {
    padding: 0 15px;
  }
}
.section_Area-ShowZone .resource__nav .resource__nav-item:not(:last-of-type) {
  border-right: 1px solid #c6c6c6;
}
.section_Area-ShowZone .resource__nav .resource__nav-item.active {
  color: #295ac4;
}
@media all and (min-width: 961px) {
  .section_Area-ShowZone .resource__nav .resource__nav-item.active .arrow-icon {
    opacity: 1;
  }
  .section_Area-ShowZone .resource__nav .resource__nav-item.active .arrow-icon svg {
    fill: #295ac4;
  }
}
@media (hover: hover) and (min-width: 961px) {
  .section_Area-ShowZone .resource__nav .resource__nav-item:hover .arrow-icon {
    display: block;
    opacity: 1;
  }
}
.section_Area-ShowZone .resource__nav .resource__nav-item .arrow-icon {
  opacity: 0;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translate(-100%, -50%);
  line-height: 0;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 960px) {
  .section_Area-ShowZone .resource__nav .resource__nav-item .arrow-icon {
    display: none;
  }
}
.section_Area-ShowZone .resource__nav .resource__nav-item .arrow-icon svg {
  width: 15px;
  height: 15px;
  transform: scaleX(-1);
  fill: #707070;
}
.section_Area-ShowZone .resource__nav .resource__nav-item .resource__text {
  position: relative;
}
.section_Area-ShowZone .resource__nav .resource__nav-item .resource__text::after {
  display: block;
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: -5px;
  background-color: #707070;
  transition: width 0.2s ease-in-out;
}
.section_Area-ShowZone .css-ces2025-carousel-slider {
  --carousel-slider-max-width: 80vw;
  --carousel-slider-width: 76.875vw;
  --carousel-slider-height: 36.5625vw;
  --carousel-slider-navigation-color: #fff;
  --carousel-slider-pagination-color: #fff;
  --slider-content-paddingX: 50px;
  --slider-content-paddingY: 45px;
}
@media screen and (max-width: 1366px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider {
    --carousel-slider-max-width: 100%;
    --carousel-slider-width: 87.1156661786vw;
    --carousel-slider-height: 41.4348462665vw;
    --slider-content-paddingX: 40px;
    --slider-content-paddingY: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider {
    --carousel-slider-width: 88.0859375vw;
    --carousel-slider-height: 41.89453125vw;
    --slider-content-paddingX: 30px;
  }
}
@media screen and (max-width: 960px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider {
    --carousel-slider-width: 92.1875vw;
    --carousel-slider-height: 130.78125vw;
    --slider-content-paddingY: 35px;
  }
}
@media screen and (max-width: 640px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider {
    --slider-content-paddingX: 25px;
    --slider-content-paddingY: 20px;
  }
}
.section_Area-ShowZone .css-ces2025-carousel-slider .swiper-slide {
  border-radius: 8px;
  background: #000000;
  max-width: 1476px;
  max-height: 702px;
}
@media screen and (max-width: 1024px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .swiper-slide {
    max-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 960px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .swiper-slide {
    max-height: initial;
    max-width: calc(100% - 30px);
  }
}
.section_Area-ShowZone .css-ces2025-carousel-slider .swiper-slide .swiper-picture-box {
  height: 100%;
}
.section_Area-ShowZone .css-ces2025-carousel-slider .carousel-slider-animate-opacity {
  height: 100%;
}
.section_Area-ShowZone .css-ces2025-carousel-slider img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}
.section_Area-ShowZone .css-ces2025-carousel-slider .slide-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: var(--slider-content-paddingY) var(--slider-content-paddingX);
  border-radius: 0 0 8px 8px;
  color: white;
}
.section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .content-grid {
  width: 53.5%;
  height: 100%;
  align-content: center;
  gap: clamp(30px, 2.0833333333vw, 40px);
  overflow-y: auto;
}
.section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .content-grid::-webkit-scrollbar {
  width: 5px;
}
.section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .content-grid::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .content-grid::-webkit-scrollbar-track {
  background-color: transparent;
}
@media screen and (max-width: 1366px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .content-grid {
    gap: clamp(20px, 1.4641288433vw, 30px);
  }
}
@media screen and (max-width: 1024px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .content-grid {
    gap: 20px;
  }
}
@media screen and (max-width: 960px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .content-grid {
    align-content: start;
    width: 100%;
    gap: max(35px, 5.46875vw);
  }
}
@media screen and (max-width: 640px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .content-grid {
    gap: max(20px, 3.125vw);
  }
}
.section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__title {
  margin-bottom: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 1366px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__title {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 960px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__title {
    margin-bottom: max(10px, 1.5625vw);
  }
}
@media screen and (max-width: 640px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__title {
    line-height: 1.5;
    margin-bottom: max(5px, 1.3888888889vw);
  }
}
.section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__desc {
  line-height: 1.5;
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__desc {
    max-width: 100%;
  }
}
.section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__leanr-more {
  display: flex;
  align-items: center;
  margin-top: 30px;
  color: #21d4fd;
  line-height: 1.5;
}
@media (hover: hover) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__leanr-more:hover .link__icon {
    transform: scaleX(-1) translateX(0px);
  }
}
@media screen and (max-width: 1366px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__leanr-more {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__leanr-more {
    margin-top: 10px;
  }
}
@media screen and (max-width: 960px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__leanr-more {
    margin-top: max(20px, 3.125vw);
  }
}
@media screen and (max-width: 640px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__leanr-more {
    margin-top: max(15px, 4.1666666667vw);
  }
}
.section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__leanr-more .link__icon {
  width: 15px;
  height: 15px;
  fill: #21d4fd;
  transform: scaleX(-1) translateX(5px);
  transition: transform 0.2s ease-in-out;
  margin-left: 10px;
}
.section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__links {
  display: grid;
  gap: 30px;
  margin-top: 25px;
  grid-template-columns: auto auto;
}
@media screen and (max-width: 960px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__links {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: max(25px, 3.90625vw);
  }
}
@media screen and (max-width: 640px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__links {
    gap: max(20px, 5.5555555556vw);
  }
}
@media screen and (max-width: 960px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__links[data-second-link-empty=true] {
    gap: max(25px, 3.90625vw);
  }
}
@media screen and (max-width: 640px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__links[data-second-link-empty=true] {
    gap: max(15px, 4.1666666667vw);
  }
}
.section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__links .card__links-title {
  margin-bottom: 20px;
  color: #21d4fd;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__links .card__links-title[data-title-empty=true] {
    display: none;
  }
}
.section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__links .card__link {
  color: white;
}
@media (hover: hover) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__links .card__link:hover[href] .link__icon {
    transform: scaleX(-1) translateX(0px);
    visibility: visible;
    opacity: 1;
  }
}
.section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__links .card__link .link__icon {
  width: 15px;
  height: 15px;
  margin-left: 10px;
  fill: #21d4fd;
  transform: scaleX(-1) translateX(5px);
  visibility: hidden;
  opacity: 0;
  transition-property: visibility, opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 960px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__links .card__link .link__icon {
    display: none;
  }
}
.section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__links ul li {
  position: relative;
  padding-left: 16px;
  font-size: clamp(15px, 0.9375vw, 18px);
  line-height: 1.5;
}
@media screen and (max-width: 1366px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__links ul li {
    font-size: clamp(13px, 1.0980966325vw, 15px);
  }
}
@media screen and (max-width: 960px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__links ul li {
    font-size: clamp(15px, 2.34375vw, 18px);
  }
}
@media screen and (max-width: 640px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__links ul li {
    font-size: clamp(13px, 3.6111111111vw, 15px);
  }
}
.section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__links ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 1.3em;
  background-color: #21d4fd;
}
@media screen and (max-width: 1024px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__links ul li::before {
    width: 4px;
  }
}
.section_Area-ShowZone .css-ces2025-carousel-slider .slide-content .card__links ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
.section_Area-ShowZone .css-ces2025-carousel-slider {
  --nav-position-gap: min(40px, 2.0833333333vw);
}
@media screen and (max-width: 1366px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider {
    --nav-position-gap: 15px;
  }
}
@media (hover: hover) {
  .section_Area-ShowZone .css-ces2025-carousel-slider:hover .swiper-button-next,
.section_Area-ShowZone .css-ces2025-carousel-slider:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
  }
}
.section_Area-ShowZone .css-ces2025-carousel-slider .swiper-button-next,
.section_Area-ShowZone .css-ces2025-carousel-slider .swiper-button-prev {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.section_Area-ShowZone .css-ces2025-carousel-slider .swiper-button-next svg,
.section_Area-ShowZone .css-ces2025-carousel-slider .swiper-button-prev svg {
  width: 20px;
  height: 20px;
  fill: white;
}
@media (hover: hover) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .swiper-button-next,
.section_Area-ShowZone .css-ces2025-carousel-slider .swiper-button-prev {
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 960px) {
  .section_Area-ShowZone .css-ces2025-carousel-slider .swiper-button-next,
.section_Area-ShowZone .css-ces2025-carousel-slider .swiper-button-prev {
    display: none;
  }
}
.section_Area-ShowZone .css-ces2025-carousel-slider .swiper-button-next {
  transform: translateY(-50%) scaleX(-1);
  right: var(--nav-position-gap);
}
.section_Area-ShowZone .css-ces2025-carousel-slider .swiper-button-prev {
  left: var(--nav-position-gap);
}
.section_Area-ShowZone .card__inquire-btn {
  width: 150px;
  height: 44px;
  margin-top: 30px;
}
@media screen and (max-width: 1366px) {
  .section_Area-ShowZone .card__inquire-btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 960px) {
  .section_Area-ShowZone .card__inquire-btn {
    width: 134px;
  }
}
@media screen and (max-width: 640px) {
  .section_Area-ShowZone .card__inquire-btn {
    font-size: 15px;
  }
}
.section_Area-ShowZone .event-custom-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section_Area-ShowZone .event-custom-bg .js-bg-swiper {
  height: 100%;
}
.section_Area-ShowZone .event-custom-bg .js-bg-swiper .css-keyTopic-swiperBG {
  height: 100%;
}
.section_Area-ShowZone .event-custom-bg .js-bg-swiper .css-keyTopic-swiperBG .swiper-wrapper {
  height: 100%;
}
.section_Area-ShowZone .event-custom-bg .js-bg-swiper .css-keyTopic-swiperBG .swiper-wrapper .swiper-slide {
  height: 100%;
}
.section_Area-ShowZone .event-custom-bg .js-bg-swiper .css-keyTopic-swiperBG .swiper-wrapper .swiper-slide img {
  height: 100%;
  object-fit: cover;
}
.section_Area-ShowZone .btn-eventsEmailContent,
.section_Area-ShowZone .btn-eventsContent {
  font-size: clamp(15px, 0.9375vw, 18px);
}
.section_Area-ShowZone .btn-eventsEmailContent .css-Module-Button-Gradient-Blue,
.section_Area-ShowZone .btn-eventsContent .css-Module-Button-Gradient-Blue {
  cursor: pointer;
  border-radius: 8px;
  color: #fff;
  background: transparent linear-gradient(280deg, #6a2acb 0%, #2d3ecd 40%, #0583d5 83%, #21d4fd 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #ffffff1a;
  padding: 10px 40px;
  font-weight: 600;
  display: inline-block;
  min-width: 120px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 15px;
}
@media (hover: hover) {
  .section_Area-ShowZone .btn-eventsEmailContent .css-Module-Button-Gradient-Blue:hover,
.section_Area-ShowZone .btn-eventsContent .css-Module-Button-Gradient-Blue:hover {
    margin-left: inherit;
    background: transparent linear-gradient(281deg, #6a2acb 0%, #2d3ecd 15%, #0583d5 60%, #21d4fd 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    text-decoration: none;
  }
}
@media screen and (max-width: 960px) {
  .section_Area-ShowZone .btn-eventsEmailContent .css-Module-Button-Gradient-Blue,
.section_Area-ShowZone .btn-eventsContent .css-Module-Button-Gradient-Blue {
    padding: 10px 20px;
    font-size: 0.9em;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 640px) {
  .section_Area-ShowZone .btn-eventsEmailContent .css-Module-Button-Gradient-Blue,
.section_Area-ShowZone .btn-eventsContent .css-Module-Button-Gradient-Blue {
    max-width: 240px;
  }
}

.section_Area-Products {
  padding: 75px 0;
}
@media screen and (max-width: 960px) {
  .section_Area-Products {
    padding: 50px 0;
  }
}
.section_Area-Products .section_Title-Text {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .section_Area-Products .section_Title-Text {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 960px) {
  .products-slider-container.l-restrict-container {
    padding-inline-end: 0;
  }
}

#products-slider .splide {
  padding: 0 64px;
}
@media screen and (max-width: 1366px) {
  #products-slider .splide {
    padding: 0 50px;
  }
}
@media screen and (max-width: 960px) {
  #products-slider .splide {
    padding: 0;
  }
}
#products-slider .splide-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#products-slider .splide-item .item-image {
  width: 100%;
  padding: 0 45px;
}
@media screen and (max-width: 1366px) {
  #products-slider .splide-item .item-image {
    padding: 0 35px;
  }
}
@media screen and (max-width: 1024px) {
  #products-slider .splide-item .item-image {
    padding: 0 25px;
  }
}
@media screen and (max-width: 960px) {
  #products-slider .splide-item .item-image {
    padding: 0 30px;
  }
}
@media screen and (max-width: 640px) {
  #products-slider .splide-item .item-image {
    padding: 0 15px;
  }
}
#products-slider .splide-item .item-title {
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.5;
  font-size: 20px;
  text-align: center;
  color: #1f1f1f;
}
@media screen and (max-width: 1024px) {
  #products-slider .splide-item .item-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  #products-slider .splide-item .item-title {
    font-size: 18px;
  }
}
#products-slider .splide-item .item-desc {
  text-align: center;
  margin: 0 0 15px 0;
}
#products-slider .splide-item .item-link {
  font-size: 18px;
  margin-top: auto;
}
#products-slider img.lazyFadeIn:not(.initial) {
  transition: opacity 0.3s;
}

@supports (aspect-ratio: 1/1) {
  .product-image-ratio-container img {
    aspect-ratio: 1/1;
  }
}
@supports not (aspect-ratio: 1/1) {
  .product-image-ratio-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
  }
  .product-image-ratio-container img {
    position: absolute;
    top: 0;
  }
}

.section_Area-Partners {
  padding: 75px 0;
}
@media screen and (max-width: 960px) {
  .section_Area-Partners {
    padding: 50px 0;
  }
}
.section_Area-Partners .section__bg img {
  object-fit: contain;
}
.section_Area-Partners .section__subtitle {
  color: #434343;
  line-height: 1.5;
}
.section_Area-Partners .section_List-Partner {
  display: flex;
  gap: clamp(15px, 5vw, 30px);
  justify-content: space-evenly;
  margin-top: clamp(50px, 3.6458333333vw, 70px);
}
@media screen and (max-width: 1366px) {
  .section_Area-Partners .section_List-Partner {
    margin-top: clamp(40px, 3.6603221083vw, 50px);
    grid-row-gap: clamp(50px, 5.1244509517vw, 70px);
  }
}
@media screen and (max-width: 1024px) {
  .section_Area-Partners .section_List-Partner {
    margin: clamp(40px, 3.6603221083vw, 50px) auto 0 auto;
    flex-flow: wrap;
    gap: 30px 15px;
  }
}
@media screen and (max-width: 960px) {
  .section_Area-Partners .section_List-Partner {
    margin-top: clamp(50px, 7.2916666667vw, 70px);
    grid-row-gap: clamp(30px, 4.1666666667vw, 40px);
    grid-template-columns: repeat(4, minmax(0, max-content));
  }
}
@media screen and (max-width: 640px) {
  .section_Area-Partners .section_List-Partner {
    margin-top: 50px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.section_Area-Partners .section_List-Partner .List_Item-Partner {
  text-align: center;
  width: 12.5%;
  max-width: 140px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .section_Area-Partners .section_List-Partner .List_Item-Partner {
    width: 25%;
    max-width: 85px;
  }
}
.section_Area-Partners .section_List-Partner .List_Item-Partner .Item_Partner-Image {
  width: 100%;
  display: block;
}

.section_Area-Subscribe {
  position: relative;
  padding: 100px 0;
  color: white;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .section_Area-Subscribe {
    padding: 50px 0;
  }
}
.section_Area-Subscribe .section_Title-Text {
  margin-bottom: 35px;
}
@media screen and (max-width: 960px) {
  .section_Area-Subscribe .section_Title-Text {
    margin-bottom: 30px;
  }
}
.section_Area-Subscribe .btn-gradient-light-blue {
  line-height: 1.5;
  font-weight: 500;
  padding: 10px 25px;
  box-shadow: inset 0px 3px 6px #ffffff1a;
}
@media screen and (max-width: 960px) {
  .section_Area-Subscribe .btn-gradient-light-blue {
    font-weight: 400;
  }
}
.section_Area-Subscribe .btn-eventsEmailContent span {
  font-size: clamp(18px, 1.05vw, 20px);
  line-height: 1.5;
  font-weight: 500;
  padding: 10px 25px;
}

.section_Area-SocialMedia {
  padding-top: 100px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .section_Area-SocialMedia {
    padding-top: 70px;
  }
}
@media screen and (max-width: 640px) {
  .section_Area-SocialMedia {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
.section_Area-SocialMedia .section_List-SocialMedia {
  margin: 0 auto;
  margin-top: clamp(40px, 4.4270833333vw, 85px);
  margin-bottom: clamp(100px, 7.8125vw, 150px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .section_Area-SocialMedia .section_List-SocialMedia {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, max-content));
    justify-content: space-around;
    grid-row-gap: 30px;
  }
}
.section_Area-SocialMedia .section_List-SocialMedia .rightBorder:not(:last-child) {
  border-right: 2px solid #423f3f;
  height: 30px;
  margin: 0 clamp(50px, 3.125vw, 60px);
}
@media screen and (max-width: 1366px) {
  .section_Area-SocialMedia .section_List-SocialMedia .rightBorder:not(:last-child) {
    margin: 0 clamp(15px, 3.6603221083vw, 50px);
  }
}
@media screen and (max-width: 1024px) {
  .section_Area-SocialMedia .section_List-SocialMedia .rightBorder:not(:last-child) {
    margin: 0 15px;
    height: 25px;
    border-right-color: #c6c6c6;
    border-right-width: 1px;
  }
}
@media screen and (max-width: 960px) {
  .section_Area-SocialMedia .section_List-SocialMedia .rightBorder:not(:last-child) {
    height: 20px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .section_Area-SocialMedia .section_List-SocialMedia .rightBorder:not(:last-child) {
    display: none;
  }
}
.section_Area-SocialMedia .section_List-SocialMedia .List_Item-SocialMediaLink {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #423f3f;
  line-height: 0.87;
}
@media (hover: hover) {
  .section_Area-SocialMedia .section_List-SocialMedia .List_Item-SocialMediaLink:hover {
    color: #008cd6;
  }
}
@media screen and (max-width: 640px) {
  .section_Area-SocialMedia .section_List-SocialMedia .List_Item-SocialMediaLink {
    justify-content: flex-start;
  }
}
.section_Area-SocialMedia .section_List-SocialMedia .List_Item-SocialMediaLink .Item_SocialMedia-Image {
  width: clamp(35px, 2.6041666667vw, 50px);
  margin-right: 25px;
}
@media screen and (max-width: 1024px) {
  .section_Area-SocialMedia .section_List-SocialMedia .List_Item-SocialMediaLink .Item_SocialMedia-Image {
    margin-right: 15px;
  }
}
.section_Area-SocialMedia .footer_Bottom-Legal {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .section_Area-SocialMedia .footer_Bottom-Legal .footer_Legal-Copyright {
    margin-right: 10px;
  }
}
.section_Area-SocialMedia .footer_Bottom-Legal .footer_legal-Links {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .section_Area-SocialMedia .footer_Bottom-Legal .footer_legal-Links {
    display: block;
  }
}
.section_Area-SocialMedia .footer_Bottom-Legal .footer_legal-Links .footer_Link-Megin {
  padding: 0 15px;
  color: #707070;
}
@media screen and (max-width: 960px) {
  .section_Area-SocialMedia .footer_Bottom-Legal .footer_legal-Links .footer_Link-Megin {
    padding: 0 10px;
  }
}
@media screen and (max-width: 960px) {
  .section_Area-SocialMedia .footer_Bottom-Legal .footer_legal-Links .footer_Link-Megin:first-child {
    display: none;
  }
}
.section_Area-SocialMedia .footer_Bottom-Legal .footer_legal-Links .footer_Link-Items {
  color: #707070;
}
@media (hover: hover) {
  .section_Area-SocialMedia .footer_Bottom-Legal .footer_legal-Links .footer_Link-Items:hover {
    color: #008cd6;
  }
}

#divGoTop {
  cursor: pointer;
  position: fixed;
  z-index: 130000;
  display: none;
  padding-top: 0.1%;
  border-radius: 3px;
  border: 2px solid #333;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #333;
  opacity: 0.5;
  right: 50px;
  bottom: 50px;
  --StickyBottomButtonHight: 0px;
  --StickyBottomButtonPadding: 30px;
}
@media all and (min-width: 961px) and (max-width: 1024px) {
  #divGoTop {
    bottom: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 960px) {
  #divGoTop {
    bottom: calc(var(--StickyBottomButtonHight) + var(--StickyBottomButtonPadding));
  }
}
@media all and (min-width: 641px) and (max-width: 960px) {
  #divGoTop {
    right: 30px;
  }
}
@media screen and (max-width: 640px) {
  #divGoTop {
    right: 15px;
  }
}
#divGoTop > img {
  width: 84%;
}
#divGoTop > svg {
  width: 30px;
  height: 30px;
}

img.lazyFadeIn,
video.lazyFadeIn {
  opacity: 0;
}
img.lazyFadeIn:not(.initial),
video.lazyFadeIn:not(.initial) {
  transition: opacity 0.3s;
}
img.lazyFadeIn.initial, img.lazyFadeIn.loaded, img.lazyFadeIn.error,
video.lazyFadeIn.initial,
video.lazyFadeIn.loaded,
video.lazyFadeIn.error {
  opacity: 1;
}

img.lazyFadeIn:not([src]) {
  visibility: hidden;
}

.Content_sectionList-Container .btn-eventsContent,
.Content_sectionList-Container .btn-eventsEmailContent {
  display: inline-block;
}
.Content_sectionList-Container .css-Module-Button-BorderBottom-Blue {
  cursor: pointer;
  transition: all, 0.3s, ease-in-out;
  color: #000;
  background-color: #fff;
  font-weight: bold;
  padding: 0.3vw 1.2vw;
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, #21d4fd 0%, #7f64fe 100%);
  border-image-slice: 1;
  display: inline-block;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  font-size: 0.88vw;
}
@media (hover: hover) {
  .Content_sectionList-Container .css-Module-Button-BorderBottom-Blue:hover {
    cursor: pointer;
    margin-left: -0.2vw;
    text-decoration: none !important;
    color: #fff;
    background: linear-gradient(to right, #21d4fd 0%, #7f64fe 100%);
  }
}
@media all and (min-width: 961px) and (max-width: 1280px) {
  .Content_sectionList-Container .css-Module-Button-BorderBottom-Blue {
    font-size: 1.35vw;
    padding: 0.8vw 1.5vw;
  }
}
@media screen and (max-width: 960px) {
  .Content_sectionList-Container .css-Module-Button-BorderBottom-Blue {
    font-size: 15px;
    padding: 1vw 5vw;
  }
}
.Content_sectionList-Container .css-Module-Button-Gradient-Blue {
  cursor: pointer;
  border-radius: 8px;
  color: #fff;
  background: transparent linear-gradient(280deg, #6a2acb 0%, #2d3ecd 40%, #0583d5 83%, #21d4fd 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #ffffff1a;
  padding: 10px 40px;
  font-weight: 600;
  display: inline-block;
  min-width: 120px;
  cursor: pointer;
  text-align: center;
}
@media (hover: hover) {
  .Content_sectionList-Container .css-Module-Button-Gradient-Blue:hover {
    margin-left: inherit;
    background: transparent linear-gradient(281deg, #6a2acb 0%, #2d3ecd 15%, #0583d5 60%, #21d4fd 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    text-decoration: none;
  }
}

.event-icon-wrapper .icon-img-container::after {
  border-radius: 0;
  height: 70%;
  width: 80%;
  filter: blur(0.5vw);
}
@media screen and (max-width: 960px) {
  .event-icon-wrapper .icon-img-container::after {
    height: 70%;
    width: 80%;
    filter: blur(1vw);
  }
}

.css-RightCornerInquire-btn {
  cursor: pointer;
}
/*# sourceMappingURL=../../../../map/Pages/Events/CES/2025/Index.css.map */
