.wgl-theme-header,
.wgl-site-header {
  z-index: 99;
}

html, body {
  margin: 0;
  background: white;
}

.hero-section {
  position: relative;
  overflow: hidden;
}

#main {
  background: #fff !important;
  font-family: 'Inter', sans-serif;
}

.type-anim__cursor {
  margin-left: 0.25rem;
  display: inline-block; /* fix typo inline-inline */
  animation: blink 0.7s infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }

/* Gradient text */
.type-anim.gradient .type-anim__content,
h2.heading-gradient span {
  background-size: 300% 100%;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: gradient-move var(--gradient-duration, 6s) ease-in-out infinite alternate;
}

h2.heading-gradient span {
  background-image: linear-gradient(to right, rgb(62, 147, 247), rgb(230, 10, 120), rgb(62, 147, 247), rgb(230, 10, 120), rgb(62, 147, 247));
  --gradient-duration: 6s;
}

@keyframes gradient-move {
  0% { background-position: 0% 50% }
  100% { background-position: 100% 50% }
}

#slider {
  transition: height .3s ease;
}

.cci-box {
  max-width: 1170px;
  margin: 0 auto;
}

.storysection-box.cci-box {
  z-index: 2;
  position: relative;
}

.herosection-box {
  display: grid;
  grid-template-columns: 470px 1fr;
  gap: 30px;
  padding: 80px 0;
  z-index: 2;
  position: relative;
}

.hero-subtitle {
  font-size: 13px;
  line-height: 18px;
  color: #222222;
  font-weight: 500;
  padding: 8px 20px;
  width: fit-content;
  border: solid 1px #222222;
  border-radius: 20px;
  font-family: 'Inter', sans-serif;
  margin-bottom: 10px;
  background-color: #fff;
}

.hero-heading {
  min-height: 159px;
}

.type-anim__content {
  font-size: 48px;
  line-height: 53px;
  color: #121212;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}

.type-anim__cursor {
  display: none;
}

h2.heading-gradient span {
  background-image: linear-gradient(to right, rgb(62, 147, 247), rgb(230, 10, 120), rgb(62, 147, 247), rgb(230, 10, 120), rgb(62, 147, 247));
    --gradient-duration: 6s;
}

.hero-description {
  font-size: 15px;
  line-height: 20px;
  margin: 15px 0 21px;
  color: #222222;
}

.hero-button a {
  font-size: 15px;
  line-height: 20px;
  padding: 12px 23px;
  display: block;
  width: fit-content;
  background: #E60078;
  border-radius: 4px;
  color: #fff;
}

.slider {
  position: relative;
}

.slide {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  transition: all .5s ease;
}

.slide.play-video-youtube {
  position: absolute;
}

.slide img {
  border-radius: 20px;
}

.slide .play-YTB-button img,
.video-slide .play-YTB-button img,
.culture-col-right .play-YTB-button img {
  border-radius: 0;
  width: 17px;
}

.slide .play-YTB-button,
.video-slide .play-YTB-button,
.culture-col-right .play-YTB-button {
  width: 76px;
  height: 76px;
}

.video-slide .play-YTB-button {
  z-index: 2;
}

.slider-button {
  display: flex;
  justify-content: center;
  margin-top: 11px;
  gap: 15px;
}

.slider-button button {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  border: solid 1px #2C2F31;
  border-radius: 50%;
  transition: 0.4s;
  background-color: #fff;
}

.slider-button #next svg {
  transform: rotate(180deg);
}

.slide img {
  pointer-events: none;   /* nếu bên trong có <img> */
  user-drag: none;
  -webkit-user-drag: none;
}

.hero-youtube-list {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-slide {
  pointer-events: none;
  position: relative;
}

.video-slide.is-active {
  pointer-events: auto;
}

.video-slide.is-active iframe {
  position: absolute;
  top: 0;
  border-radius: 16px;
  opacity: 1;
}

.video-slide .video-thumb {
  position: relative;
  z-index: 2;
  cursor: pointer;
  border-radius: 16px;
  transition: 0.4s;
  opacity: 1;
}

.video-slide .video-thumb > img {
  border-radius: 16px;
}

.hero-youtube-list .slick-track {
  display: flex;
  gap: 6px;
}

.video-slide iframe {
  height: 100%;
  position: absolute;
  top: 0;
  inset: 0;
  z-index: 1;
  opacity: 1;
}


.video-slide.is-playing iframe {
  z-index: 3;
}

.video-slide.is-playing .video-thumb {
  pointer-events: none;
  opacity: 0;
}

.video-slide:first-child {
  position: relative;
}

.hero-youtube-list .slick-list {
  width: 670px;
}

.list-title-item .pause { display: none; }
.list-title-item.is-playing .play { display: none; }
.list-title-item.is-playing .pause { display: block; }

.hero-button-list {
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  padding: 0 3px;
}

.hero-list-title {
  border: solid 1px #E5E5E5;
  background: #fff;
  border-radius: 16px;
  padding: 5px;
  display: flex;
  overflow: hidden;
  width: 100%;
  cursor: grab;
  position: relative;
}

.hero-list-title:active {
  cursor: grabbing;
}

.hero-list-title-container {
  /* display: grid;
  width: 100%;
  grid-template-columns: 220px 220px 220px;
  gap: 5px;
  width: max-content;
  user-select: none; */

  display: flex;
  gap: 5px;
  width: max-content;
  transform: translateX(0px);
  transition: transform 0.45s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}

.hero-list-title-container.is-dragging {
  transition: none;
}

.hero-list-title-container .list-title-item {
  flex: 0 0 220px;
}

.list-title-item {
  background: #F7F7F7;
  border-radius: 10px;
  padding: 10px;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  transition: 0.5s;
  border: solid 1px transparent;
  user-select: none;
}

.list-title-item.is-active {
  background: #fff;
  border-color: #E60078 ;
}

.list-title-item h4 {
  font-size: 15px !important;
  line-height: 20px !important;
  color: #222;
  font-weight: 500;
  font-family: 'Inter';
}

.hero-slide-button {
  padding: 0 !important;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: solid 1px #2C2F31;
  position: relative;
}

.video-player {
  position: absolute;
  inset: 0;
  border-radius: 16px;

  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.35s ease, transform 0.35s ease;

  z-index: 1;
  pointer-events: none;
}

.video-slide.is-playing .video-player {
  opacity: 1;
  transform: scale(1);
  z-index: 3;
  pointer-events: auto;
}

.video-thumb {
  transition: opacity 0.25s ease;
}

.video-slide.is-playing .video-thumb {
  opacity: 0;
  pointer-events: none;
}

.video-player iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  pointer-events: auto;
}

.w-770 {
  max-width: 780px;
  margin: 0 auto;
}

h2.heading-gradient,
h2.heading-gradient span {
  font-size: 28px !important;
  line-height: 36px !important;
  color: #121212;
  font-family: 'Inter', sans-serif !important;
  text-align: center;
  margin-bottom: 5px;
}

.sub-content p {
  font-size: 15px;
  line-height: 20px;
  color: #222222;
  text-align: center;
  margin-bottom: 30px;
}

.stable-team-section,
.navi-team-section,
.result-section {
  background: #FAFAFA;
  padding: 50px 0;
}

.st-sub-row {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 769px 1fr;
  gap: 20px;
}

.st-sub-row .play-video-youtube > img {
  border-radius: 20px;
}

.st-sub-col h3 {
  font-size: 17px !important;
  line-height: 24px !important;
  color: #222222;
  font-weight: 600;
  margin: 15px 0 5px;
}

.st-sub-col p {
  font-size: 15px;
  line-height: 20px;
  color: #222;
  margin-bottom: 0;
}

.st-sub-col .hero-button-list {
  grid-template-columns: 1fr;
  height: 100%;
  margin-top: 0;
}

.st-sub-col .hero-list-title-container {
  display: block;
}

.st-sub-col .list-title-item {
  padding: 15px 10px;
  align-items: center;
  background-color: transparent;
  margin-bottom: 10px;
  cursor: pointer;
}

.st-sub-col .list-title-item.is-active {
  background-color: #EDEEEF;
  border-color: transparent;
}

.hero-list-title-new {
  border: solid 1px #E5E5E5;
  background: #fff;
  border-radius: 16px;
  padding: 5px;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 10px ;
  border: solid 1px #E5E5E5;
  height: 100%;
}

.st-sub-col .hero-youtube-list .slick-list {
  width: 769px;
}

.play-video-youtube {
  position: relative;
}

.play-YTB-button {
  width: 56px;
  height: 56px;
  border: solid 1px #FFFFFF80;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  right: 20px;
  bottom: 20px;
  position: absolute;
  backdrop-filter: blur(15px);
}


.ytb-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0;
}

.ytb-button::before {
  display: block;
  content: "";
  width: 8px;
  height: 14px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7.449" height="13.697" viewBox="0 0 7.449 13.697"><path id="next-icon" d="M8.25,4.5l6,6-6,6" transform="translate(-7.401 -3.651)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"/></svg>');
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  transition: 0.4s;
  background-repeat: no-repeat;
  background-position: center;
}

.ytb-button.play-prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.ytb-button:hover {
  background-color: #fff;
}

.ytb-button:hover::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7.449" height="13.697" viewBox="0 0 7.449 13.697"><path id="next-icon" d="M8.25,4.5l6,6-6,6" transform="translate(-7.401 -3.651)" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"/></svg>');
}

.ytb-button.play-next {
  left: calc(80% + 70px);
}

.ytb-button.play-prev {
  right: calc(80% + 70px);
}

.play-YTB-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  margin-left: 1px;
}

.culture-section {
  padding: 80px 0;
}

.culturesection-box {
  display: grid;
  grid-template-columns: 370px 1fr;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 30px;
}

.culturesection-box h2.heading-gradient,
.culturesection-box h2.heading-gradient span,
.culturesection-box .sub-content p {
  text-align: left;
}

.culturesection-box .sub-content p {
  margin-bottom: 30px;
}

.culturesection-box h2.heading-gradient {
  margin-bottom: 10px;
}

.culturesection-box .culture-col-right > img {
  border-radius: 20px;
}

.culture-content {
  margin-bottom: 20px;
}

.culture-line {
  padding-left: 12px;
  position: relative;
  border-left:solid 2px #E60078 ;
}

.culture-line h3 {
  font-size: 15px !important;
  line-height: 20px !important;
  color: #222222;
  font-weight: 600 !important;
  margin-bottom: 5px;
}

.culture-line p {
  font-size: 15px;
  line-height: 20px;
  color: #222222;
  margin-bottom: 0;
}

.goal-sub-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.goal-sub-row .play-YTB-button {
  width: 48px;
  height: 48px;
  bottom: 10px;
  right: 10px;
}

.goal-sub-row .play-video-youtube > img {
  border-radius: 15px;
}

.goal-content {
  margin-bottom: 30px;
}

.goal-section {
  padding: 50px 0;
}

.goal-teams {
  width: fit-content;
  border: solid 1px #DDDDDD;
  font-size: 13px;
  line-height: 18px;
  padding: 4px 10px;
  border-radius: 20px;
  box-shadow: 0px 0px 16px #00000000;
  margin: 15px 0 10px;
  color: #222222;
  font-weight: 500;
}

.goal-teams-title {
  font-weight: 600;
  margin-bottom: 5px;
  color: #222;
}

.goal-teams-content {
  font-size: 15px;
  line-height: 20px;
  color: #444;
  margin-bottom: 0;
}

.result-sub-row {
  display: grid;
  grid-template-columns: 1fr 743px;
  gap: 50px;
  align-items: center;
}

.result-section h3 {
  font-size: 24px !important;
  line-height: 32px !important;
  color: #000;
  font-weight: 700;
  padding-left: 21px;
  position: relative;
  margin-top: 40px;
}

.result-section h3:first-child {
  margin-top: 0;
}

.result-section h3::before {
  display: block;
  width: 1px;
  height: 24px;
  content: "";
  background-color:#E60078;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.result-section .result-popsition span {
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 500;
  font-family: 'Inter', sans-serif !important;
  color: black;
  margin-top: 5px;
}

.result-section .result-popsition {
  font-size: 13px;
  line-height: 20px;
  color: rgb(51, 51, 51);
  font-family: 'Inter', sans-serif;
  margin-top: 5px;
}

.result-sub-col p,
.result-sub-col p span {
  font-size: 15px;
  line-height: 20px;
  color: #222222;
}

.result-sub-col p {
  margin-bottom: 0;
  padding-left: 21px;
}

.result-sub-col p span {
  font-weight: 600;
}

.vision-section {
  padding: 50px 0;
  border-bottom: solid 1px #F0F0F0;
}

.vision-tab-item {
  font-size: 15px;
  line-height: 20px;
  color: #222222;
  width: fit-content;
  padding: 9px 20px;
  border: solid 1px #DDDDDD;
  box-shadow: 0px 0px 16px #00000000;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.4s;
  user-select: none;
}

.vision-tab-item:hover,
.vision-tab-item.active {
  background-color: #E60078;
  border-color: #E60078;
  color: #FFFFFF;
}

.vision-tab {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.vision-slider-container {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  width: 1170px;
  min-height: 446px;
  align-items: start;
}

.vision-slider-content p {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 36px;
  color: #121212;
  font-weight: 600;
}

.vision-slider-item.vision-slider-content {
  position: relative;
  border-radius: 20px;
  padding: 0 30px;
  height: 100%;
}

.vision-slider-item.vision-slider-content::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: inherit;
  background: linear-gradient(270deg, #3E93F7, #E60A78, #3E93F7, #E60A78);
  background-size: 300% 300%;
  animation: borderMove 4s ease infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: -3px;
  top: -3px;
  transition: 0.5s;
  padding: 2px;
  left: 0px;
  top: 0px;
  opacity: 1;
  z-index: 2;
}

.vision-slider-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.vision-slider-item img {
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}

.vision-slider-item.play-YTB::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  backdrop-filter: blur(15px);
  border: solid 1px #FFFFFF80;
  border-radius: 50%;
  background:  rgba(255, 255, 255, 0.1) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12.926" height="16" viewBox="0 0 12.926 16"><path id="play-icon" d="M0,1.827A1.823,1.823,0,0,1,2.7.229L11.981,6.4a1.824,1.824,0,0,1,0,3.2L2.7,15.772a1.825,1.825,0,0,1-2.7-1.6V1.827Z" transform="translate(0 0)" fill="%23fff" fill-rule="evenodd"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: calc(50% + 1px);
}

.vision-section .sub-content p {
  margin-bottom: 20px;
}

.vision-slider {
  display: none;
}

.vision-slider.active {
  display: block;
}

.story-subHeading {
  width: fit-content;
  margin: 0 auto 10px;
  border: solid 1px #222222;
  background: #fff;
  border-radius: 20px;
  font-size: 13px;
  line-height: 18px;
  padding: 9px 20px;
  font-weight: 500;
}

.story-section {
  padding: 80px 0;
  position: relative;
}

.story-section h2.heading-gradient,
.story-section h2.heading-gradient span {
  font-size: 48px !important;
  line-height: 53px !important;
}

.story-section h2.heading-gradient {
  margin-bottom: 10px;
}

.story-button {
  text-align: center;
}

.story-button a {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  background: #E60078;
  border-radius: 4px;
  padding: 13px 20px;
  display: inline-block;
}

.story-section .sub-content p {
  font-size: 17px;
  line-height: 24px;
}

/* YTB */

.ytb-modal{
  position:fixed;
  inset:0;
  display:none;
  z-index:9999;
}

.ytb-modal.active{
  display:block;
}

.ytb-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.9);
}

.ytb-content{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:80%;
  max-width:900px;
  background:#000;
}

.ytb-frame-wrap{
  position:relative;
  padding-top:56.25%; /* 16:9 */
}

.ytb-frame-wrap iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

.ytb-close{
  position:absolute;
  top:-40px;
  right:0;
  color:#fff;
  font-size:32px;
  cursor:pointer;
}

.play-YTB {
  cursor: pointer;
}

.play-YTB img {
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}

.vision-slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  color: transparent;
  border-radius: 50%;
  background-color: transparent;
  border: solid 1px #2C2F31;
  padding: 0;
}

.vision-slide .slick-arrow::before,
.hero-slide-button::before {
  display: block;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5.449" height="9.697" viewBox="0 0 5.449 9.697"><path id="next-icon" d="M12.25,4.5l-4,4,4,4" transform="translate(-7.65 -3.651)" fill="none" stroke="%232c2f31" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"></path></svg>');
  width: 6px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}

.vision-slide .slick-arrow:hover {
  background-color: #2C2F31;
  border-color: #2C2F31;
}

.vision-slide .slick-arrow:hover::before,
.hero-slide-button:hover::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5.449" height="9.697" viewBox="0 0 5.449 9.697"><path id="next-icon" d="M12.25,4.5l-4,4,4,4" transform="translate(-7.65 -3.651)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"></path></svg>');
}

.vision-slide .slick-arrow.slick-next::before,
.hero-slide-button.btn-next::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.vision-slide .slick-prev {
  right: calc(100% + 20px);
}

.vision-slide .slick-next {
  left: calc(100% + 20px);;
}

.vision-button {
  position: absolute;
}

#particle-pattern {
  position: relative;
  width: 100%;
  height: 500px; /* hoặc 500px tùy bạn */
  overflow: hidden;
  background: #ffffff;
}

#particle-pattern canvas {
  display: block;
}

@media (max-width: 1500px) {
  .slide .play-YTB-button {
    width: 66px;
    height: 66px;
  }

  .slide .play-YTB-button img {
    width: 15px;
    margin-left: 1px;
  }

  .ytb-content {
    max-width: 830px;
  }
}

@media (max-width: 1350px) {
  .vision-slide .slick-next {
    left: 100%;
  }

  .vision-slide .slick-prev {
    right: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .vision-section {
    padding-bottom: 100px;
  }

  .vision-slide .slick-next {
    left: calc(50% + 10px);
    top: calc(100% + 10px);
    transform: translate(0, 0);
  }

  .vision-slide .slick-prev {
    right: calc(50% + 10px);
    top: calc(100% + 10px);
    transform: translate(0, 0);
  }
}

@media (max-width: 767px) {
  .herosection-box {
    display: block;
    padding: 40px 10px 40px;
  }

  .hero-subtitle {
    margin: 0 auto 10px;
    font-weight: 500;
  }

  .hero-heading {
    text-align: center;
    min-height: 132px;
  }

  .type-anim__content {
    font-size: 36px;
    line-height: 44px;
    text-align: left;
  }

  .type-anim {
    text-align: left;
  }

  .hero-description {
    text-align: center;
    color: #000;
  }

  .hero-col.col-right {
    padding-top: 55px;
  }

  .hero-button a {
    margin: 0 auto;
  }

  .stable-team-section {
    margin-top: -30px;
    z-index: 2;
    position: relative;
  }

  .stable-team-section,
  .culture-section,
  .goal-section,
  .result-section {
    padding: 40px 0;
  }

  .vision-section {
    padding: 40px 0 30px;
  }

  h2.heading-gradient, h2.heading-gradient span {
    text-align: left;
  }

  .sub-content p {
    text-align: left;
    margin-bottom: 20px;
  }

  .slide .play-YTB-button {
    width: 48px;
    height: 48px;
    bottom: 10px;
    right: 10px;
  }

  .slide .play-YTB-button img {
    width: 11px;
  }

  .slider {
    min-height: auto;
  }

  .slide img {
    border-radius: 15px;
  }

  .st-sub-row {
    margin-top: 20px;
    display: block;
    padding-bottom: 60px !important;
  }

  .st-sub-row .slick-list {
    width: 100%;
  }

  .st-sub-row.slick-initialized .slick-slide {
    width: 100vw;
    padding: 0 10px;
  }

  .st-sub-row .slick-arrow {
    position: absolute;
    bottom: 0;
    width: 48px;
    height: 48px;
    font-size: 0;
    padding: 0;
    border: solid 1px #2C2F31;
    border-radius: 50%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5.449" height="9.697" viewBox="0 0 5.449 9.697"><path id="next-icon" d="M12.25,4.5l-4,4,4,4" transform="translate(-7.65 -3.651)" fill="none" stroke="%232c2f31" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"></path></svg>'), transparent;
    background-repeat: no-repeat;
    background-position: center;
    right: calc(50% + 5px);
  }

  .st-sub-row .slick-arrow.slick-next {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5.449" height="9.697" viewBox="0 0 5.449 9.697"><path id="next-icon" d="M12.25,4.5l-4,4,4,4" transform="translate(-7.65 -3.651)" fill="none" stroke="%232c2f31" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"/></svg>');
    left: calc(50% + 5px);
    transform: rotate(180deg);
    right: auto;
  }

  .play-YTB-button,
  .culture-col-right .play-YTB-button {
    width: 48px;
    height: 48px;
    bottom: 10px;
    right: 10px;
  }

  .culture-col-right .play-YTB-button img {
    width: 13px;
  }

  .play-YTB-button img {
    border-radius: 0;
  }

  .st-heading,
  .navi-heading,
  .st-content,
  .navi-content {
    padding: 0 10px;
  }

  .culturesection-box {
    display: block;
    padding: 0 10px;
  }

  .culturesection-box h2.heading-gradient {
    margin-bottom: 5px;
  }

  .culturesection-box .sub-content p {
    margin-bottom: 15px;
  }

  .culturesection-box .culture-col-right {
    position: relative;
  }

  .culture-line {
    margin-bottom: 20px;
    border-width: 2px;
  }

  .goalsection-box,
  .resultection-box,
  .visionsection-heading,
  .visionection-box .sub-content,
  .vision-slide {
    padding: 0 10px;
  }

  .goal-content {
    margin-bottom: 20px;
  }

  .goal-sub-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .goal-sub-col {
    padding-bottom: 20px;
    border-bottom: solid 1px #EBEBEB;
  }

  .goal-sub-col:last-child {
    padding-bottom: 0;
    border: none;
  }

  .goal-sub-col .play-video-youtube > img {
    width: 100%;
  }

  .goal-teams-title {
    font-size: 15px;
    line-height: 20px;
  }

  .goal-teams-content {
    color: #222;
  }

  .result-sub-row {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .result-section h3 {
    margin-top: 30px;
  }

  .result-section h3:first-child {
    margin-top: 0;
  }

  .result-sub-col.result-sub-col-left {
    order: 2;
  }

  .vision-tab {
    overflow: auto;
    width: 100%;
    justify-content: center;
    gap: 5px;
    padding-bottom: 3px;
    margin-bottom: 0;
  }

  .vision-tab-item {
    white-space: nowrap;
    font-size: 13px;
    line-height: 18px;
    padding: 4px 10px;
  }

  .vision-slider-container {
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    min-height: auto;
  }

  .vision-slider-item.vision-slider-content {
    padding: 27px 25px;
    border-radius: 12px;
    text-align: center;
  }

  .vision-slider-content p {
    font-size: 17px;
    line-height: 24px;
  }

  .vision-slider-item img {
    border-radius: 12px;
  }

  .vision-slider {
    overflow: hidden;
    position: relative;
    transition: 0.5s;
  }

  .story-section {
    padding: 40px 0;
  }

  .storysection-box {
    padding: 40px 10px;
  }

  .story-section h2.heading-gradient,
  .story-section h2.heading-gradient span {
    font-size: 36px !important;
    line-height: 44px !important;
    text-align: center;
  }

  .story-section .sub-content p {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }

  .story-subHeading {
    padding: 4px 15px;
    margin-bottom: 14px;
  }

  .vision-slider-wrapper {
    margin-top: 10px;
  }

  .vision-slider-wrapper:first-child {
    margin-top: 0;
  }

  .vision-button {
    bottom: 0;
    position: absolute;
    width: 100%;
    background: #fff;
    height: 70px;
    text-align: center;
  }

  .vision-button p {
    border: solid 1px #000000;
    width: fit-content;
    margin: 14px auto 0;
    font-size: 15px;
    line-height: 20px;
    border-radius: 4px;
    padding: 12px 20px;
  }

  .vision-tab-container {
    min-height: 31px;
    height: 31px;
    margin-bottom: 17px;
  }

  .vision-tab.isSticky {
    position: fixed;
    top: 70px;
    z-index: 999;
    background: #fff;
    left: 0;
    padding: 10px 0;
  }

  .ytb-content {
    width: 90%;
  }

  .ytb-button {
      top: calc(50% + 120px);
      transform: translateY(0);
      width: 48px;
      height: 48px;
      padding: 0;
  }

  .ytb-button.play-next {
      left: calc(50% + 10px);
  }

  .ytb-button.play-prev {
      right: calc(50% + 10px);
  }

  .play-video-youtube iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 15px;
  }

  .hero-1-middle .type-anim:nth-child(2) {
    display: block !important;
    text-align: left;
    width: fit-content;
    margin: 0 auto;
  }

  .hero-1-middle .type-anim:nth-child(2) .type-anim__content {
    text-align: left;
  }
  
}

@media (max-width: 380px) {
  .vision-tab-item {
    font-size: 12px;
  }
}

canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.gradient-dot {
  width: 90%;
  height: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .vision-slide {
    position: relative;
  }

  .vision-slider {
    position: absolute;
    z-index: 0;
    opacity: 0;
  }

  .vision-slider:first-child {
    position: relative;
  }

  .vision-slider.active {
    opacity: 1;
    z-index: 9;
  }

  .vision-slider {
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
    display: block;
  }

  .vision-slider.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
  }

  .vision-button {
    display: none;
  }


  .slider-button button:hover {
    background-color: #2C2F31;
    border-color: #2C2F31;
  }

  .slider-button button:hover path {
    stroke: #fff;
  }
}