.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'VT323', monospace;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'VT323', monospace;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'VT323', monospace;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'VT323', monospace;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'VT323', monospace;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'VT323', monospace;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'VT323', monospace;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uTa0oVpYzJ {
  background-color: #000000;
  font-family: 'VT323', monospace;
  color: #05f48e;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 15px;
  overflow: hidden;
  position: relative;
}
.cid-uTa0oVpYzJ .content-wrapper-2col {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.cid-uTa0oVpYzJ .left-column {
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.cid-uTa0oVpYzJ .right-column {
  flex-basis: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTa0oVpYzJ .glitch {
  font-size: 6rem;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  text-shadow: 0.05em 0 0 rgba(0, 255, 0, 0.75), -0.025em -0.05em 0 rgba(255, 0, 0, 0.75), 0.025em 0.05em 0 rgba(0, 0, 255, 0.75);
  animation: glitch 500ms infinite;
  word-break: break-word;
}
.cid-uTa0oVpYzJ .glitch:before,
.cid-uTa0oVpYzJ .glitch:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
}
.cid-uTa0oVpYzJ .glitch:before {
  left: -2px;
  text-shadow: 1px 0 blue;
  animation: glitch-2 1s infinite linear alternate-reverse;
}
.cid-uTa0oVpYzJ .glitch:after {
  left: 2px;
  text-shadow: -1px 0 red;
  animation: glitch-2 2s infinite linear alternate-reverse;
}
.cid-uTa0oVpYzJ .description {
  text-align: left;
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-uTa0oVpYzJ .launch-info {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #05f48e;
  text-shadow: 0 0 8px rgba(5, 244, 142, 0.7);
  animation: blink-effect 1.5s infinite;
}
.cid-uTa0oVpYzJ .btn-mint {
  border: 3px solid #05f48e;
  padding: 1rem 2rem;
  color: #05f48e;
  background-color: transparent;
  text-decoration: none;
  font-size: 1.5rem;
  text-transform: uppercase;
  box-shadow: inset 0 0 8px 0px #05f48e, 0 0 8px 0px #05f48e;
  transition: all 0.3s ease;
}
.cid-uTa0oVpYzJ .btn-mint:hover {
  background-color: #05f48e;
  color: #000000;
  box-shadow: inset 0 0 10px 0px #000, 0 0 20px 5px #05f48e;
}
.cid-uTa0oVpYzJ .image-container-main {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulse-glow 2.5s infinite ease-in-out;
}
.cid-uTa0oVpYzJ .image-container-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-uTa0oVpYzJ::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(0deg, rgba(0, 255, 0, 0.1), rgba(0, 255, 0, 0.1) 1px, transparent 1px, transparent 4px);
  animation: scanline-animation 10s linear infinite;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uTa0oVpYzJ .content-wrapper-2col {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }
  .cid-uTa0oVpYzJ .left-column,
  .cid-uTa0oVpYzJ .right-column {
    flex-basis: auto;
    align-items: center;
  }
  .cid-uTa0oVpYzJ .glitch,
  .cid-uTa0oVpYzJ .description {
    text-align: center;
  }
  .cid-uTa0oVpYzJ .glitch {
    font-size: 3.5rem;
    word-break: normal;
  }
  .cid-uTa0oVpYzJ .image-container-main {
    width: 250px;
    height: 250px;
    margin-top: 2rem;
  }
  .cid-uTa0oVpYzJ .btn-mint {
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
    white-space: nowrap;
  }
  .cid-uTa0oVpYzJ .launch-info {
    font-size: 1.3rem;
  }
}
@keyframes glitch {
  0% {
    text-shadow: 0.05em 0 0 rgba(0, 255, 0, 0.75), -0.05em -0.025em 0 rgba(255, 0, 0, 0.75), -0.025em 0.05em 0 rgba(0, 0, 255, 0.75);
  }
  14% {
    text-shadow: 0.05em 0 0 rgba(0, 255, 0, 0.75), -0.05em -0.025em 0 rgba(255, 0, 0, 0.75), -0.025em 0.05em 0 rgba(0, 0, 255, 0.75);
  }
  15% {
    text-shadow: -0.05em -0.025em 0 rgba(0, 255, 0, 0.75), 0.025em 0.025em 0 rgba(255, 0, 0, 0.75), -0.05em -0.05em 0 rgba(0, 0, 255, 0.75);
  }
  49% {
    text-shadow: -0.05em -0.025em 0 rgba(0, 255, 0, 0.75), 0.025em 0.025em 0 rgba(255, 0, 0, 0.75), -0.05em -0.05em 0 rgba(0, 0, 255, 0.75);
  }
  50% {
    text-shadow: 0.025em 0.05em 0 rgba(0, 255, 0, 0.75), 0.05em 0 0 rgba(255, 0, 0, 0.75), 0 -0.05em 0 rgba(0, 0, 255, 0.75);
  }
  99% {
    text-shadow: 0.025em 0.05em 0 rgba(0, 255, 0, 0.75), 0.05em 0 0 rgba(255, 0, 0, 0.75), 0 -0.05em 0 rgba(0, 0, 255, 0.75);
  }
  100% {
    text-shadow: -0.025em 0 0 rgba(0, 255, 0, 0.75), -0.025em -0.025em 0 rgba(255, 0, 0, 0.75), -0.025em -0.05em 0 rgba(0, 0, 255, 0.75);
  }
}
@keyframes glitch-2 {
  0% {
    clip: rect(132px, 9999px, 119px, 0);
  }
  5% {
    clip: rect(93px, 9999px, 49px, 0);
  }
  10% {
    clip: rect(32px, 9999px, 60px, 0);
  }
  15% {
    clip: rect(30px, 9999px, 129px, 0);
  }
  20% {
    clip: rect(135px, 9999px, 81px, 0);
  }
  25% {
    clip: rect(13px, 9999px, 5px, 0);
  }
  30% {
    clip: rect(109px, 9999px, 124px, 0);
  }
  35% {
    clip: rect(134px, 9999px, 106px, 0);
  }
  40% {
    clip: rect(31px, 9999px, 73px, 0);
  }
  45% {
    clip: rect(33px, 9999px, 125px, 0);
  }
  50% {
    clip: rect(38px, 9999px, 137px, 0);
  }
  55% {
    clip: rect(129px, 9999px, 82px, 0);
  }
  60% {
    clip: rect(12px, 9999px, 86px, 0);
  }
  65% {
    clip: rect(111px, 9999px, 114px, 0);
  }
  70% {
    clip: rect(138px, 9999px, 32px, 0);
  }
  75% {
    clip: rect(103px, 9999px, 137px, 0);
  }
  80% {
    clip: rect(116px, 9999px, 102px, 0);
  }
  85% {
    clip: rect(48px, 9999px, 119px, 0);
  }
  90% {
    clip: rect(122px, 9999px, 7px, 0);
  }
  95% {
    clip: rect(100px, 9999px, 64px, 0);
  }
  100% {
    clip: rect(2px, 9999px, 92px, 0);
  }
}
@keyframes scanline-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100vh;
  }
}
@keyframes pulse-glow {
  0% {
    transform: scale(1);
    box-shadow: 0 0 25px rgba(5, 244, 142, 0.6);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 45px rgba(5, 244, 142, 0.8);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 25px rgba(5, 244, 142, 0.6);
  }
}
@keyframes blink-effect {
  50% {
    opacity: 0.6;
  }
}
.cid-CmKrDLjmpV {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-CmKrDLjmpV h4 {
  display: flex;
  color: #000000;
}
.cid-CmKrDLjmpV .panel-text {
  color: #656565;
  line-height: 1.7;
  text-align: left;
}
.cid-CmKrDLjmpV .wrap {
  display: flex;
}
.cid-CmKrDLjmpV .sq-text {
  background: #ffffff;
  padding: 2px 10px;
  border-radius: 3px;
  color: #656565;
  height: fit-content;
  margin: auto;
}
.cid-CmKrDLjmpV img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-CmKrDLjmpV .mbr-section-title {
  color: #9fe870;
  text-align: left;
}
.cid-CmKrDLjmpV p {
  margin: 0;
}
.cid-CmKrDLjmpV .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-CmKrDLjmpV .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: left;
}
.cid-CmKrDLjmpV .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-CmKrDLjmpV .panel-group {
  width: 100%;
}
.cid-CmKrDLjmpV .card {
  border: 1px solid #000000;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-CmKrDLjmpV .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-CmKrDLjmpV .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #0ae880;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  justify-content: space-between;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-CmKrDLjmpV .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-CmKrDLjmpV .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-CmKrDLjmpV .card .card-header a.panel-title .sign {
  padding-right: 1rem;
  padding-left: 1rem;
}
.cid-CmKrDLjmpV .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-CmKrDLjmpV .card .panel-body {
  background: #ffffff;
}
.cid-CmKrDLjmpV .sign {
  color: #000000;
}
.cid-CmKrDLjmpV .media-container-row .accordion-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-CmKrDLjmpV .media-container-row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-CmKrDLjmpV .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-CmKrDLjmpV .header-text,
.cid-CmKrDLjmpV .sign {
  color: #656565;
}
.cid-CmKrDLjmpV #contract-accordion .card-header {
  animation: pulse-animation 2s infinite;
  border-radius: 4px;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(159, 232, 112, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(159, 232, 112, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(159, 232, 112, 0);
  }
}
.cid-CmKrDLjmpV .click-to-open-text {
  color: #232323 !important;
  font-weight: bold;
  font-size: 0.9em;
  margin-left: 15px;
  margin-top: auto;
  margin-bottom: auto;
  animation: blink-animation 1.5s infinite;
}
.cid-CmKrDLjmpV #contract-accordion a.panel-title.collapsed {
  position: relative;
  overflow: hidden;
  animation: text-glitch 2s linear infinite;
}
.cid-CmKrDLjmpV #contract-accordion a.panel-title.collapsed::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(159, 232, 112, 0.05);
  animation: line-glitch 2s linear infinite;
}
.cid-CmKrDLjmpV #contract-accordion a.panel-title.collapsed::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  animation: scan-glitch 2s linear infinite;
}
@keyframes text-glitch {
  0% {
    text-shadow: 1px 0 0 #ff00ff, -1px 0 0 #00ffff;
  }
  2% {
    text-shadow: none;
  }
  4%,
  100% {
    text-shadow: 1px 0 0 #ff00ff, -1px 0 0 #00ffff;
  }
}
@keyframes line-glitch {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -10%);
  }
  20% {
    transform: translate(5%, 10%);
  }
  30%,
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scan-glitch {
  0% {
    top: 0;
  }
  50% {
    top: 98%;
  }
  100% {
    top: 0;
  }
}
@keyframes blink-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.cid-CmKrDLjmpV a.panel-title:not(.collapsed) .click-to-open-text {
  display: none;
}
.cid-YqbVxYxU6u .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-YqbVxYxU6u p {
  display: inline;
  font-size: 26px;
  color: #fff;
}
.cid-YqbVxYxU6u .marquee-rtl {
  padding-right: 1%;
  padding-left: 1%;
}
.cid-YqbVxYxU6u .navbar {
  padding: 0.5rem 0;
  background: #000000;
  transition: none;
  min-height: 50px;
}
.cid-YqbVxYxU6u .navbar-fixed-top {
  padding-top: 0;
}
.cid-YqbVxYxU6u .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-YqbVxYxU6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-YqbVxYxU6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-YqbVxYxU6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-YqbVxYxU6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-YqbVxYxU6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-YqbVxYxU6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-YqbVxYxU6u .menu-content-top {
  background: #232323;
  display: none;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-YqbVxYxU6u .dropdown-item {
  padding: 0;
}
.cid-YqbVxYxU6u .dropdown-item,
.cid-YqbVxYxU6u .nav-link,
.cid-YqbVxYxU6u .brand-name {
  font-style: normal;
}
.cid-YqbVxYxU6u .dropdown-item:hover,
.cid-YqbVxYxU6u .nav-link:hover,
.cid-YqbVxYxU6u .brand-name:hover {
  color: #9fe870 !important;
}
.cid-YqbVxYxU6u .dropdown-menu {
  background-color: #9fe870;
}
.cid-YqbVxYxU6u .dropdown-item:active {
  background-color: #9fe870;
}
.cid-YqbVxYxU6u .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-YqbVxYxU6u .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-YqbVxYxU6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-YqbVxYxU6u .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-YqbVxYxU6u .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-YqbVxYxU6u .content-text {
  margin-bottom: 0;
}
.cid-YqbVxYxU6u .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-YqbVxYxU6u .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9fe870;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-YqbVxYxU6u .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-YqbVxYxU6u .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-YqbVxYxU6u .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-YqbVxYxU6u .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-YqbVxYxU6u .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-YqbVxYxU6u .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-YqbVxYxU6u .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-YqbVxYxU6u .nav-dropdown .link {
  font-weight: 400;
}
.cid-YqbVxYxU6u .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-YqbVxYxU6u .content-right-side {
  text-align: center;
}
.cid-YqbVxYxU6u .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-YqbVxYxU6u .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-YqbVxYxU6u .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-YqbVxYxU6u .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-YqbVxYxU6u .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-YqbVxYxU6u .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-YqbVxYxU6u .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-YqbVxYxU6u .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-YqbVxYxU6u .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-YqbVxYxU6u .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-YqbVxYxU6u .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-YqbVxYxU6u .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-YqbVxYxU6u .menu-content-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-YqbVxYxU6u .navbar {
    display: block;
    padding: 0;
  }
  .cid-YqbVxYxU6u .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-YqbVxYxU6u .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-YqbVxYxU6u .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-YqbVxYxU6u .navbar-toggler {
    display: none;
  }
  .cid-YqbVxYxU6u .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-YqbVxYxU6u .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-YqbVxYxU6u .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-YqbVxYxU6u .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-YqbVxYxU6u .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-YqbVxYxU6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-YqbVxYxU6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-YqbVxYxU6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-YqbVxYxU6u .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-YqbVxYxU6u .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-YqbVxYxU6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-YqbVxYxU6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-YqbVxYxU6u .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-YqbVxYxU6u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-YqbVxYxU6u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-YqbVxYxU6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-YqbVxYxU6u .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-YqbVxYxU6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-YqbVxYxU6u .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-YqbVxYxU6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-YqbVxYxU6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-YqbVxYxU6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-YqbVxYxU6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-YqbVxYxU6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-YqbVxYxU6u button.navbar-toggler:focus {
  outline: none;
}
.cid-YqbVxYxU6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9fe870;
}
.cid-YqbVxYxU6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-YqbVxYxU6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-YqbVxYxU6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-YqbVxYxU6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-YqbVxYxU6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-YqbVxYxU6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-YqbVxYxU6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-YqbVxYxU6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-YqbVxYxU6u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-YqbVxYxU6u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-YqbVxYxU6u .collapsed .btn {
  display: flex;
}
.cid-YqbVxYxU6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-YqbVxYxU6u .collapsed .navbar-collapse.collapsing,
.cid-YqbVxYxU6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-YqbVxYxU6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-YqbVxYxU6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-YqbVxYxU6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-YqbVxYxU6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-YqbVxYxU6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-YqbVxYxU6u .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-YqbVxYxU6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-YqbVxYxU6u .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-YqbVxYxU6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-YqbVxYxU6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-YqbVxYxU6u .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-YqbVxYxU6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-YqbVxYxU6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-YqbVxYxU6u .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-YqbVxYxU6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-YqbVxYxU6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-YqbVxYxU6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-YqbVxYxU6u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-YqbVxYxU6u .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-YqbVxYxU6u .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #9fe870;
  }
  .cid-YqbVxYxU6u .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #9fe870;
  }
}
@media (max-width: 991px) {
  .cid-YqbVxYxU6u .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-YqbVxYxU6u .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-YqbVxYxU6u .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-YqbVxYxU6u .navbar-collapse.collapsing,
  .cid-YqbVxYxU6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-YqbVxYxU6u .navbar-collapse.collapsing .navbar-nav,
  .cid-YqbVxYxU6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-YqbVxYxU6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-YqbVxYxU6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-YqbVxYxU6u .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-YqbVxYxU6u .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-YqbVxYxU6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-YqbVxYxU6u .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-YqbVxYxU6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-YqbVxYxU6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-YqbVxYxU6u img {
    height: 3.8rem !important;
  }
  .cid-YqbVxYxU6u .btn {
    display: flex;
  }
  .cid-YqbVxYxU6u button.navbar-toggler {
    display: block;
  }
  .cid-YqbVxYxU6u .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-YqbVxYxU6u .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-YqbVxYxU6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-YqbVxYxU6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-YqbVxYxU6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-YqbVxYxU6u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-YqbVxYxU6u .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-YqbVxYxU6u .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-YqbVxYxU6u .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-YqbVxYxU6u .nav-link:focus {
  outline: none;
}
.cid-YqbVxYxU6u .navbar-toggler {
  position: relative;
}
.cid-YqbVxYxU6u .dropdown-item.active,
.cid-YqbVxYxU6u .dropdown-item:active {
  color: initial;
}
.cid-YqbVxYxU6u .widget-title,
.cid-YqbVxYxU6u .widget-icon {
  color: #e9e9e9;
}
.cid-YqbVxYxU6u .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-YqbVxYxU6u .menu-logo {
    display: none;
  }
  .cid-YqbVxYxU6u .navbar {
    padding: 0;
  }
  .cid-YqbVxYxU6u .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-YqbVxYxU6u button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-YqbVxYxU6u .media-container-row .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-YqbVxYxU6u .icon-bar {
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-YqbVxYxU6u .icon-bar a:hover {
  background-color: #9fe870;
  width: 100px;
}
.cid-YqbVxYxU6u .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 4px;
  border-radius: 17px;
}
.cid-YqbVxYxU6u .telegram {
  background: #24A1DE;
  color: white;
  width: 50px;
}
.cid-YqbVxYxU6u .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-YqbVxYxU6u .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-YqbVxYxU6u .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-YqbVxYxU6u .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-YqbVxYxU6u .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-YqbVxYxU6u .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-YqbVxYxU6u .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-YqbVxYxU6u .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-YqbVxYxU6u .corner-ribbon {
  z-index: 10000;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-YqbVxYxU6u .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-YqbVxYxU6u P {
  color: #232323;
  text-align: center;
}
.cid-YqbVxYxU6u DIV {
  color: #ffffff;
}
.cid-YqbVxYxU6u .logo-xoay {
  animation: logoXoayTron 7s linear infinite;
}
@keyframes logoXoayTron {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cid-uTcHPNksVB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uTcHPNksVB .item:focus,
.cid-uTcHPNksVB span:focus {
  outline: none;
}
.cid-uTcHPNksVB .item {
  cursor: pointer;
}
.cid-uTcHPNksVB .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uTcHPNksVB .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uTcHPNksVB .grid-container-1,
.cid-uTcHPNksVB .grid-container-2,
.cid-uTcHPNksVB .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uTcHPNksVB .grid-container-1,
  .cid-uTcHPNksVB .grid-container-2,
  .cid-uTcHPNksVB .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uTcHPNksVB .mbr-section-title {
  color: #0ae880;
}
.cid-uTcHPNksVB .mbr-text,
.cid-uTcHPNksVB .mbr-section-btn {
  color: #000000;
}
.cid-uTcHPNksVB .content-head {
  max-width: 800px;
}
.cid-uTcHPNksVB .container,
.cid-uTcHPNksVB .container-fluid {
  overflow: hidden;
}
.cid-uTcHPNksVB .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uTcHPNksVB .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTcHPNksVB .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uTcHPNksVB .grid-item img {
    min-width: 35vw;
  }
}
.cid-uTcHPNksVB .grid-container-1,
.cid-uTcHPNksVB .grid-container-2,
.cid-uTcHPNksVB .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uTcHPNksVB .grid-container-1 {
  align-items: flex-end;
}
.cid-uTcHPNksVB .grid-container-2 {
  align-items: flex-start;
}
.cid-uTcHPNksVB .gallery07 .grid-item {
  position: relative;
  overflow: hidden;
  animation: glow-effect 3s infinite alternate;
}
.cid-uTcHPNksVB .gallery07 .grid-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(0deg, rgba(255, 0, 255, 0.5) 0px, rgba(255, 0, 255, 0.5) 1px, transparent 1px, transparent 5px);
  animation: glitch-effect-1 1s infinite;
  opacity: 0;
}
.cid-uTcHPNksVB .gallery07 .grid-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg, rgba(0, 255, 255, 0.5) 0px, rgba(0, 255, 255, 0.5) 1px, transparent 1px, transparent 5px);
  animation: glitch-effect-2 1.5s infinite;
  opacity: 0;
}
@keyframes glow-effect {
  from {
    box-shadow: 0 0 5px -5px #00ffff, 0 0 5px -5px #00ffff;
  }
  to {
    box-shadow: 0 0 10px 2px #00ffff, 0 0 10px 2px #00ffff;
  }
}
@keyframes glitch-effect-1 {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  90% {
    transform: translateX(0);
    opacity: 0;
  }
  91% {
    transform: translateX(10px);
    opacity: 1;
  }
  93% {
    transform: translateX(-10px);
    opacity: 1;
  }
  95% {
    transform: translateX(10px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes glitch-effect-2 {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  85% {
    transform: translateY(0);
    opacity: 0;
  }
  87% {
    transform: translateY(-10px);
    opacity: 1;
  }
  91% {
    transform: translateY(10px);
    opacity: 1;
  }
  95% {
    transform: translateY(-5px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
.cid-uTcKiHNAtC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uTcKiHNAtC .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTcKiHNAtC .social-row .soc-item {
  margin: 8px;
}
.cid-uTcKiHNAtC .social-row .soc-item a:hover .mbr-iconfont,
.cid-uTcKiHNAtC .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uTcKiHNAtC .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-uTcKiHNAtC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTcKiHNAtC .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTcKiHNAtC .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTcKiHNAtC .header-menu li p {
  margin: 0;
}
.cid-uTcKiHNAtC .copyright {
  margin-bottom: 0;
  color: #0ae880;
  text-align: center;
}
.cid-uTcKiHNAtC .mbr-section-title {
  color: #ffffff;
}
/* === MÃ TÙY CHỈNH CHO GALLERY CUỘN NGANG === */

.custom-scroller-section {
    background-color: #000000;
    padding: 4rem 0;
    position: relative;
    font-family: sans-serif;
    color: white;
}
.custom-scroller-section .mbr-section-title {
    color: #9fe870;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 3rem;
    font-weight: 700;
}
.scroller-viewport {
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(to right, transparent, white 10%, white 90%, transparent);
    mask-image: linear-gradient(to right, transparent, white 10%, white 90%, transparent);
}
.scroller-track {
    display: flex;
    justify-content: flex-start !important;
    /* (Rộng 250px + cách 30px) * 8 ảnh = 2240px */
    width: calc(280px * 8); 
    animation: scroll 40s linear infinite;
}
.scroller-viewport:hover .scroller-track {
    animation-play-state: paused;
}
.scroller-item {
    width: 250px;
    flex-shrink: 0;
    padding: 0 15px;
}
.scroller-item img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    display: block;
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        /* Di chuyển một đoạn bằng chiều rộng của bộ ảnh gốc (4 ảnh) */
        transform: translateX(calc(-280px * 4));
    }
}
/* === MÃ CSS HOÀN CHỈNH CHO GALLERY CUỘN NGANG VÀ HIỆU ỨNG === */

.custom-scroller-section {
    background-color: #000000;
    padding: 4rem 0;
    position: relative;
    font-family: sans-serif;
    color: white;
}
.custom-scroller-section .mbr-section-title {
    color: #9fe870;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 3rem;
    font-weight: 700;
}
.scroller-viewport {
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(to right, transparent, white 10%, white 90%, transparent);
    mask-image: linear-gradient(to right, transparent, white 10%, white 90%, transparent);
}
.scroller-track {
    display: flex;
    justify-content: flex-start !important;
    width: calc(280px * 8); 
    animation: scroll 40s linear infinite;
}
.scroller-viewport:hover .scroller-track {
    animation-play-state: paused;
}
.scroller-item {
    width: 250px;
    flex-shrink: 0;
    padding: 0 15px;
    position: relative; /* Thêm để hiệu ứng glitch hoạt động */
}
.scroller-item img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s ease; /* Thêm transition cho mượt */
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-280px * 4));
    }
}

/* === MÃ CSS HOÀN CHỈNH CHO GALLERY CUỘN NGANG VÀ HIỆU ỨNG LIÊN TỤC === */

.custom-scroller-section {
    background-color: #000000;
    padding: 4rem 0;
    position: relative;
    font-family: sans-serif;
    color: white;
}
.custom-scroller-section .mbr-section-title {
    color: #9fe870;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 3rem;
    font-weight: 700;
}
.scroller-viewport {
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(to right, transparent, white 10%, white 90%, transparent);
    mask-image: linear-gradient(to right, transparent, white 10%, white 90%, transparent);
}
.scroller-track {
    display: flex;
    justify-content: flex-start !important;
    width: calc(280px * 8); 
    animation: scroll 40s linear infinite;
}
.scroller-viewport:hover .scroller-track {
    animation-play-state: paused;
}
.scroller-item {
    width: 250px;
    flex-shrink: 0;
    padding: 0 15px;
    position: relative; 
}
.scroller-item img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    display: block;
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-280px * 4));
    }
}

/* === HIỆU ỨNG GLOW & GLITCH (LUÔN HOẠT ĐỘNG) === */

/* Áp dụng animation Tỏa sáng (Glow) trực tiếp cho ảnh */
.scroller-item img {
  animation: glow-pulse 3s ease-in-out infinite alternate;
}

/* Tạo các lớp giả cho hiệu ứng Glitch */
.scroller-item::before,
.scroller-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 15px; /* Bù cho padding */
  right: 15px;
  height: 100%;
  opacity: 0; /* Ẩn lúc đầu */
  background: transparent;
}

/* Lớp giả ::before cho glitch màu magenta */
.scroller-item::before {
  box-shadow: 1px 0 #ff00ff;
  animation: glitch-anim-1 2s infinite steps(1);
}

/* Lớp giả ::after cho glitch màu cyan */
.scroller-item::after {
  box-shadow: -1px 0 #00ffff;
  animation: glitch-anim-2 2.5s infinite steps(1);