@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@font-face {
  font-family: "Gill Sans";
  src: url("../font/Gill Sans Bold.woff") format("woff");
}
/* recca */
:root {
  --fs-14px: 0.875rem;
  --fs-16px: 1rem;
  --fs-18px: 1.125rem;
  --fs-20px: 1.25rem;
  --fs-22px: 1.375rem;
  --fs-24px: 1.5rem;
  --fs-26px: 1.625rem;
  --fs-28px: 1.75rem;
  --fs-30px: 1.875rem;
  --fs-32px: 2rem;
  --fs-34px: 2.125rem;
  --fs-40px: 2.5rem;
  --fs-46px: 2.875rem;
  --fs-54px: 3.375rem;
  --fs-60px: 3.75rem;
  --lh-120p: 1.2rem;
  --lh-140p: 1.4rem;
  --title1: calc(1.6rem + 2vw);
  --title2: calc(1.4rem + 1.5vw);
  --title3: calc(1.1rem + 1.5vw);
  --title4: calc(1rem + 1.4vw);
  --c-222: #222222;
  --c-black: rgba(0, 0, 0, 1);
  --c-blue-00F0FF: #00f0ff;
  --c-blue-27A6DE: #27a6de;
  --c-blue-37D1F3: #37d1f3;
  --c-blue-54E0FF: #54e0ff;
  --c-blue-purple: linear-gradient(275deg, #65c1ec 12.41%, #093f94 82.27%);
  --c-blue-purple2: linear-gradient(
    275deg,
    #361479 12.41%,
    #5f56b8 64.81%,
    #7a74d9 82.27%
  );
  --c-blue-purple3: linear-gradient(
    -90deg,
    rgba(117, 67, 191, 0.2) 0%,
    rgba(39, 166, 222, 0.2) 100%
  );
  --c-green-27A6DE: #8fb831;
  --c-purple: #6d00c2;
  --c-purple-CE3F7B: #ce3f7b;
  --c-purple-3D23A6: #3d23a6;
  --c-purple-blue: linear-gradient(90deg, #fa00ff 0%, #16d5ff 100%);
  --c-purple-white: linear-gradient(
    180deg,
    rgba(165, 122, 255, 0.25) 0%,
    rgba(255, 255, 255, 0.25) 100%
  );
  --c-pinkpurple: #ff08f5;
  --c-white: rgba(255, 255, 255, 1);
  --c-white-80p: rgba(255, 255, 255, 0.8);
  --c-white-85p: rgba(255, 255, 255, 0.85);
  --c-underline: #9cffff;
  --c-yalo-DC9E0B: #dc9e0b;
  --c-yalo-EBAF22: #ebaf22;
  --c-0E0055: #0e0055;
  --c-0E0055-80p: rgba(14, 0, 85, 0.8);
  --box-MainThemes-shadow: 0px 0px 25px 3px;
}

@media screen and (max-width: 575.98px) {
  .container {
    --bs-gutter-x: 25px;
  }
}
/* 
CD = 20240705
=============================================
editor:
1. recca
2.
3.
=============================================
index:
1. html
2. header
3. footer
4. main
5. overwrite Bootstrap
6.
7.
8.
9.
10.
===========================================*/
/* 1. html ============================== */
body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
}
body.opNav {
  overflow-y: hidden;
}

.ff-fed {
  font-family: "Fredoka", sans-serif;
}

.ff-gill-sans {
  font-family: "Nunito", sans-serif;
}

.ff-tchi {
  font-family: "Noto Sans TC", sans-serif;
}

.ff-schi {
  font-family: "Noto Sans SC", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
  line-height: 1.35;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.counter {
  font-family: "Fredoka", sans-serif;
}

h1,
.h1 {
  font-size: clamp(var(--fs-32px), var(--title1), var(--fs-60px));
}
h1 .text-underline::after,
.h1 .text-underline::after {
  bottom: 10px;
}

h2,
.h2 {
  font-size: clamp(var(--fs-24px), var(--title2), var(--fs-46px));
}
h2 .text-underline::after,
.h2 .text-underline::after {
  bottom: 5px;
}

h3,
.h3 {
  font-size: clamp(var(--fs-20px), var(--title3), var(--fs-34px));
  font-weight: 500;
}

h4,
.h4 {
  font-size: var(--fs-18px);
  font-weight: 500;
}

html[lang="zh-HK"] body {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
}
html[lang="zh-HK"] h1,
html[lang="zh-HK"] h2,
html[lang="zh-HK"] h3,
html[lang="zh-HK"] h4,
html[lang="zh-HK"] h5,
html[lang="zh-HK"] h6,
html[lang="zh-HK"] .h1,
html[lang="zh-HK"] .h2,
html[lang="zh-HK"] .h3,
html[lang="zh-HK"] .h4,
html[lang="zh-HK"] .h5,
html[lang="zh-HK"] .h6,
html[lang="zh-HK"] .counter {
  font-family: "Noto Sans TC", sans-serif !important;
}

html[lang="zh-CN"] body {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 400;
}
html[lang="zh-CN"] h1,
html[lang="zh-CN"] h2,
html[lang="zh-CN"] h3,
html[lang="zh-CN"] h4,
html[lang="zh-CN"] h5,
html[lang="zh-CN"] h6,
html[lang="zh-CN"] .h1,
html[lang="zh-CN"] .h2,
html[lang="zh-CN"] .h3,
html[lang="zh-CN"] .h4,
html[lang="zh-CN"] .h5,
html[lang="zh-CN"] .h6,
html[lang="zh-CN"] .counter {
  font-family: "Noto Sans TC", sans-serif !important;
}

a {
  color: var(--c-222);
  outline: none;
  text-decoration: none;
}

@media screen and (max-width: 991.98px) {
  h1 .text-underline::after,
  .h1 .text-underline::after {
    bottom: 6px;
  }
  h2 .text-underline::after,
  .h2 .text-underline::after {
    bottom: 3px;
  }
  h4,
  .h4 {
    font-size: var(--fs-18px);
  }
}
@media screen and (max-width: 480.98px) {
  h1 .text-underline::after,
  .h1 .text-underline::after {
    bottom: 3px;
  }
  h2 .text-underline::after,
  .h2 .text-underline::after {
    bottom: 1px;
  }
  /*body {
  	font-size: var(--fs-14px);
  }*/
}
/*@media screen and (max-width: 480.98px) {
	h1 {
    	font-size: var(--fs-32px);
	}
}*/
/* 2. header ============================ */
.skipToContent {
  position: absolute;
  top: -100px;
  opacity: 0;
}

.btn-join {
  position: fixed;
  top: 100px;
  right: 10px;
  z-index: 50;
  transition: 0.2s all linear;
}

header {
  background-color: var(--c-white-85p);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  padding: 0px 15px;
  transition: 0.2s all linear;
}
header .box-sitelogo {
  height: 38px;
  max-width: 400px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 1440px) {
  header .box-sitelogo {
    height: 50px;
    max-width: 438px;
  }
}
@media (max-width: 1399.98px) {
  header .box-sitelogo {
    height: 40px;
    max-width: 500px;
  }
  header .box-sitelogo .navband-img2 {
    width: 200px;
  }
}
header .box-sitelogo .navband-img2 {
  background-image: url(../images/im1.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  width: 150px;
}
header .box-sitelogo .navbar-brand {
  margin-right: 0 !important;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 38px;
  width: 100%;
  /* max-height: 48px; */
  max-width: 300px;
}
header .nav-link {
  color: var(--c-222) !important;
  font-size: var(--fs-18px);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
  transition: 0.2s all linear;
}
header:hover {
  background-color: var(--c-0E0055-80p);
}
header:hover .box-sitelogo .navbar-brand {
  background-image: url("../images/logo-white.svg");
}
header:hover .nav-link {
  color: var(--c-white) !important;
}
header:hover .navbar .navbar-toggler .icon-bar {
  background-color: var(--c-white);
}
header:hover .box-lang::before {
  background-color: var(--c-white);
}
header:hover .home .btn-icon-home {
  background-color: var(--c-white);
}
header.opNav {
  background-color: var(--c-0E0055-80p);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  height: 100vh;
  position: fixed;
  width: 100%;
}
header.opNav .box-sitelogo .navbar-brand {
  background-image: url("../images/logo-white.svg");
}
header .box-lang {
  padding-left: 10px;
  position: relative;
}
header .box-lang .nav-item {
  align-self: center;
}
header .box-lang .nav-item .nav-link {
  margin-left: 0rem;
  margin-right: 0rem;
  padding: 0.5rem !important;
}
header .box-lang .dropdown-menu.show {
  left: inherit;
  right: 0px !important;
}
header .box-lang::before {
  background-color: #000;
  display: block;
  content: "";
  height: 20px;
  left: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  z-index: 1;
}
header .navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header .navbar .navbar-toggler {
  border: none;
  height: 36px;
  padding: 0px;
  position: relative;
  width: 34px;
}
header .navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}
header .navbar .navbar-toggler .icon-bar {
  background-color: var(--c-222);
  border-radius: 10px;
  content: "";
  height: 2px;
  left: 8px;
  position: absolute;
  transition: 0.2s all linear;
}
header .navbar .navbar-toggler .icon-bar.bar1 {
  top: 10px;
  width: 18px;
}
header .navbar .navbar-toggler .icon-bar.bar2 {
  top: 16px;
  width: 8px;
}
header .navbar .navbar-toggler .icon-bar.bar3 {
  top: 22px;
  width: 14px;
}
header .navbar .navbar-toggler:not(.collapsed) .icon-bar {
  background-color: var(--c-white);
  left: 6px;
}
header .navbar .navbar-toggler:not(.collapsed) .icon-bar.bar1 {
  height: 2px;
  top: 16px;
  width: 22px;
  transform: rotate(-45deg);
}
header .navbar .navbar-toggler:not(.collapsed) .icon-bar.bar2 {
  opacity: 0;
  width: 0px;
}
header .navbar .navbar-toggler:not(.collapsed) .icon-bar.bar3 {
  height: 2px;
  top: 16px;
  width: 22px;
  transform: rotate(45deg);
}
header .navbar .navbar-nav .nav-link {
  position: relative;
}
header .navbar .navbar-nav .nav-link::after {
  background: var(--c-purple-blue);
  bottom: 0px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0px;
  transition: 0.2s all linear;
}
header .navbar .navbar-nav .nav-link:hover::after {
  width: 100%;
}
header .navbar-collapse .header-wrapper {
}
header .navbar-collapse .header-wrapper .bottom-logo {
  display: none;
}
@media (max-width: 767.98px) {
  header .navbar-collapse .header-wrapper {
    height: 90vh;
  }
  header .navbar-collapse .header-wrapper .bottom-logo {
    display: flex;
    max-width: 200px;
    height: 100%;
    align-items: flex-end;
  }
}
header .navbar .navbar-nav.box-lang li:last-child .nav-link:hover::after {
  width: 0%;
}
header .home {
  align-content: center;
  padding: 10px;
  align-self: center;
}
header .home .btn-icon-home {
  background-color: var(--c-222);
  display: block;
  -webkit-mask: url("../images/icons-home.svg");
  mask: url("../images/icons-home.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  margin: auto;
  height: 1.2em;
  width: 1.4em;
}
header .home .btn-icon-home:hover {
  background: var(--c-purple-blue);
}
header .home .btn-icon-home:hover::after {
  background: transparent;
}

#loginsub img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100px;
  overflow: hidden;
  display: block;
  aspect-ratio: 1/1;
  height: 36px;
  width: 36px;
}

@media screen and (max-width: 1599.98px) {
  header .nav-link {
    font-size: var(--fs-16px);
    margin-left: 0rem;
    margin-right: 0rem;
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400.98px) {
  header .nav-link {
    font-size: var(--fs-14px);
    margin-left: 0rem;
    margin-right: 0rem;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
}
@media screen and (max-width: 1199.98px) {
  /*.nav-Mbg {
  	background-color: var(--c-white);
  	content: "";
  	display: block;
  	height: 0vh;
  	left: 0px;
  	position: fixed;
  	top: 0px;
  	width: 100vw;
  	z-index: 100;
  	transition: .2s all linear;

  	&.opNav {
  		height: 100vh;
  	}
  }*/
  #navbarNavDropdown {
    /*background-color: var(--c-0E0055-80p);
    backdrop-filter: blur(40px);*/
    height: 0vh;
    left: 0px;
    margin: 0px -15px;
    padding-top: 60px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: calc(100% + 30px);
    z-index: -1;
    transition: 0.2s all linear;
  }
  #navbarNavDropdown.show {
    /*height: 100vh;*/
  }
  #navbarNavDropdown .box-lang {
    flex-direction: row;
    justify-content: center;
    padding-bottom: 20px;
  }
  #navbarNavDropdown .box-lang .nav-item {
    margin: 10px;
  }
  #navbarNavDropdown .box-lang::before {
    display: none;
  }
  #navbarNavDropdown .nav-link {
    color: var(--c-white) !important;
    transition: 0.2s all linear;
  }
  #navbarNavDropdown .nav-link:hover {
    color: var(--c-blue-00F0FF) !important;
  }
  #navbarNavDropdown .navbar-nav .nav-link:hover::after {
    width: 200px;
  }
  #navbarNavDropdown .navbar-nav.box-lang .nav-link:hover::after {
    width: 100%;
  }
  #navbarNavDropdown .home .btn-icon-home {
    background-color: var(--c-white);
  }
  header .dropdown-menu li {
    text-align: center;
  }
  header .box-lang .dropdown {
    position: static;
  }
  header .box-lang .dropdown-menu {
    position: absolute;
  }
  header .box-lang .dropdown-menu.show {
    left: 0px;
    margin-top: 0rem;
    right: inherit !important;
    width: 100%;
  }
  .btn-join {
    width: 150px;
  }
  .btn-join img {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .btn-join {
    width: 120px;
  }
}
@media screen and (max-width: 767.98px) {
  header .box-sitelogo {
    max-width: 250px;
  }
  header .box-sitelogo .navbar-brand {
    margin: 0px;
  }
}
/* 3. footer ============================ */
footer {
  background-color: var(--c-0E0055);
  color: var(--c-white);
  padding-top: 60px;
}
footer .footer-logo {
  margin-bottom: 35px;
}
footer a {
  color: var(--c-white);
  transition: 0.2s all linear;
}
footer a:hover {
  color: var(--c-blue-00F0FF);
}
footer ul li {
  margin-bottom: 10px;
}
footer ul.sitemap {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 30px;
  padding-left: 0px;
}
footer ul.sitemap li {
  margin-bottom: 20px;
}
footer ul.sitemap li ul li {
  list-style-type: disc;
  margin-bottom: 0px;
}
footer .sns {
  margin-top: 20px;
}
footer .sns a {
  align-content: center;
  background-color: var(--c-white);
  color: var(--c-blue-27A6DE);
  border-radius: 90px;
  display: inline-block;
  height: 44px;
  text-align: center;
  width: 44px;
  font-size: 20px;
  line-height: 44px;
}
footer .sns a:nth-child(2) {
  margin: 0px 16px;
}
footer .sns a:hover {
  background: var(--c-blue-27A6DE);
  color: white;
}
footer .sns a:hover .btn-icon-fb,
footer .sns a:hover .btn-icon-yt,
footer .sns a:hover .btn-icon-ig {
  background: var(--c-white);
}
footer .sns a .btn-icon-fb,
footer .sns a .btn-icon-yt,
footer .sns a .btn-icon-ig {
  display: block;
}
footer .copyright {
  border-top: 1px var(--c-white) solid;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding: 20px 0px;
}
footer .copyright div a:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 991.98px) {
  footer ul.sitemap {
    -moz-column-count: 1;
    column-count: 1;
  }
  footer .copyright {
    display: inherit;
    margin-top: 20px;
    justify-content: center;
  }
  footer .copyright div {
    margin-bottom: 10px;
  }
  footer .copyright div a:first-child {
    margin-right: 30px;
  }
}
/* 4. main ============================== */
.anchor {
  scroll-margin-top: 84px;
}
@media (max-width: 991.98px) {
  .anchor {
    scroll-margin-top: 70px;
  }
}

.floatingBtn {
  position: fixed;
  top: 52vh;
  right: -200px;
  z-index: 1000;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.floatingBtn:hover {
  right: 10px;
}
.floatingBtn:hover .floatingBtn-icon {
  opacity: 0;
  transform: rotate(360deg);
}
.floatingBtn:hover .floatingBtn-icon .floatingBtn-icon-open {
  display: none;
}
.floatingBtn:hover .floatingBtn-icon .floatingBtn-icon-close {
  display: block;
}
.floatingBtn .floatingBtn-more {
  width: 200px;
}
@media (max-width: 767.98px) {
  .floatingBtn {
    right: -160px;
  }
  .floatingBtn .floatingBtn-more {
    width: 160px;
  }
}

.floatingBtn-icon {
  position: relative;
  background: none;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  padding: 5px;
  margin-right: 20px;
  border-radius: 100px;
  background: conic-gradient(
    from 180deg at 50% 50%,
    #96bd3d 46.7999982834deg,
    #ebaf22 133.2000017166deg,
    #ce3f7b 226.7999982834deg,
    #27a6de 313.2000017166deg
  );
  transition: all 0.5s ease;
}
.floatingBtn-icon::after {
  pointer-events: none;
  position: absolute;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  content: "";
  top: 5%;
  left: 5%;
  animation-iteration-count: infinite;
  box-sizing: content-box;
  animation: sonarEffect 1.7s ease-out infinite;
}
.floatingBtn-icon .floatingBtn-icon-img {
  display: block;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 100px;
}
.floatingBtn-icon .floatingBtn-icon-img .floatingBtn-icon-open {
  display: block;
}
.floatingBtn-icon .floatingBtn-icon-img .floatingBtn-icon-close {
  display: none;
}
@media (max-width: 767.98px) {
  .floatingBtn-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    margin-right: 10px;
  }
  .floatingBtn-icon .floatingBtn-icon-img {
    display: block;
    width: 32px;
    height: 32px;
  }
}

@keyframes bs2 {
  0% {
    opacity: 1;
    transform: scale(1.15);
  }
  50% {
    opacity: 0.7;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.15);
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.1;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 5px #27a6de,
      0 0 0 5px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 5px #aa43fd,
      0 0 0 5px rgba(255, 255, 255, 0.5);
    transform: scale(1.4);
    opacity: 0;
  }
}
.text-small {
  font-size: var(--fs-14px);
}

.text-16px {
  font-size: var(--fs-16px);
}

.text-lg {
  font-size: var(--fs-18px);
}
@media (max-width: 1440px) {
  .text-lg {
    font-size: var(--fs-16px);
  }
}
@media (max-width: 767.98px) {
  .text-lg {
    font-size: var(--fs-14px);
  }
}

.text-24px {
  font-size: var(--fs-24px);
}

.text-26px {
  font-size: var(--fs-26px);
}

.text-28px {
  font-size: var(--fs-28px);
}

.text-30px {
  font-size: var(--fs-30px);
}

.text-40px {
  font-size: var(--fs-40px);
}

.text-60px {
  font-size: var(--fs-60px);
}

.text-underline {
  position: relative;
}
.text-underline::after {
  background-color: var(--c-underline);
  content: "";
  display: inline-block;
  height: 10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 104%;
  z-index: -1;
}
.text-underline.text-underline-yalo::after {
  background-color: var(--c-yalo-EBAF22);
}

.show767 {
  display: none !important;
}

.fw-800 {
  font-weight: 800;
}

.tcg-blue-purple {
  background: var(--c-blue-purple);
  -webkit-background-clip: text;
  color: transparent;
  padding: 0.5rem 0px;
  width: auto;
}

.tcg-blue-purple2 {
  background: var(--c-blue-purple2);
  -webkit-background-clip: text;
  color: transparent;
  padding: 0.5rem 0px 0 0;
  line-height: 1;
  width: auto;
}

.bg-blue-purple {
  background: var(--c-blue-purple3);
}

.c-black {
  color: var(--c-black);
}

.c-blue-27A6DE {
  color: var(--c-blue-27A6DE);
}

.c-pinkpurple {
  color: var(--c-pinkpurple);
}

.c-purple {
  color: var(--c-purple);
}

.c-white {
  color: var(--c-white);
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.py-200 {
  padding-bottom: 200px !important;
  padding-top: 200px !important;
}

.py-180 {
  padding-bottom: 180px !important;
  padding-top: 180px !important;
}

.py-150 {
  padding-bottom: 150px !important;
  padding-top: 150px !important;
}

.py-80 {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}

.py-20 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.my-100 {
  margin-bottom: 100px !important;
  margin-top: 100px !important;
}

.my-60 {
  margin-bottom: 60px !important;
  margin-top: 60px !important;
}

.my-30 {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}

main {
  position: relative;
  overflow-x: hidden;
}

.bg-movingbox {
  overflow-x: hidden;
  position: relative;
}
.bg-movingbox > span {
  background-repeat: no-repeat;
  z-index: -1;
}
.bg-movingbox .bg-movingboxA1 {
  background-image: url("../images/bg-de-1.png");
  background-position: top left;
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: -1px;
  width: 380px;
}
@media (max-width: 767.98px) {
  .bg-movingbox .bg-movingboxA1 {
    opacity: 0.5 !important;
  }
}
.bg-movingbox .bg-movingboxB1 {
  background-image: url("../images/bg-de-3.png");
  background-position: top left;
  display: block;
  height: 210px;
  right: 2rem;
  position: absolute;
  top: 4rem;
  width: 380px;
}
@media (max-width: 767.98px) {
  .bg-movingbox .bg-movingboxB1 {
    display: block;
    height: 100px;
    right: 2rem;
    position: absolute;
    top: 3rem;
    width: 200px;
    background-size: cover;
    opacity: 0.5 !important;
  }
}
.bg-movingbox .bg-movingboxA2 {
  background-image: url("../images/bg-de-2.png");
  background-position: center center;
  display: block;
  height: 300px;
  position: absolute;
  right: 0;
  top: -1px;
  width: 400px;
}
@media (max-width: 767.98px) {
  .bg-movingbox .bg-movingboxA2 {
    opacity: 0.5 !important;
  }
}
.bg-movingbox > .container {
  position: relative;
  z-index: 0;
}

.bg-light3 {
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-light3 .particles-js-1,
.bg-light3 .particles-js-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  /* left: 0; */
  bottom: 0;
  /* background-color: #b61924; */
  background-image: url(interface.css);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.bg-light3 .particles-js-1 canvas,
.bg-light3 .particles-js-3 canvas {
  display: block;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}
.bg-light3 .container {
  z-index: 5;
  position: relative;
}

.bg-testimonials {
  position: relative;
  /*&::before, &::after {
  	background-repeat: no-repeat;
  	background-size: cover;
  	content: '';
  	display: block;
  	height: 150px;
  	position: absolute;
  	width: 100%;
  	z-index: 0;
  }

  &::before {
  	background-image: url("../images/bg_testimonials_top.svg");
  	background-position: top center;
  	top: 0%;
  }
  &::after {
  	bottom: 0%;
  	background-image: url("../images/bg_testimonials_bottom.svg");
  	background-position: bottom center;
  }*/
}
.bg-testimonials .bg-movingboxB2 {
  background-image: url(../images/bg-de-4.png);
  background-position: center;
  display: block;
  height: 300px;
  background-repeat: no-repeat;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 50%;
}
.bg-testimonials > div:first-child {
  margin-bottom: -1px;
}
.bg-testimonials > div:last-child {
  margin-top: -1px;
}

.hover-scale {
  transform: scale(1);
  transition: all 0.2s;
}
.hover-scale:hover {
  transform: scale(1.1);
  z-index: 9999;
}

.imgcover {
  align-content: center;
  border-radius: 90px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.imgcover-110px {
  height: 110px;
  width: 110px;
}
.imgcover-110px img {
  left: 50%;
  position: absolute;
  top: 50%;
  height: 100%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
}

.box-carousel {
  position: relative;
}
.box-carousel .swiper-button {
  justify-content: space-between;
  padding: 0px 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 11;
}
@media (max-width: 767.98px) {
  .box-carousel .swiper-button {
    padding: 0 3px;
  }
}
.box-carousel .swiper-button > div {
  border-radius: 90px;
}

.box-msg-l,
.box-msg-r {
  background-color: var(--c-white);
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 20px 50px;
  width: 90%;
}

.box-msg-r {
  margin-left: 10%;
}

.box-video {
  border-radius: 15px;
  padding: 4.587%;
}
.box-video video {
  aspect-ratio: 16/9;
  width: 100%;
}
.box-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

.box-keydates {
  position: relative;
  text-align: center;
}
.box-keydates.bg-keydates {
  background: url("../images/bg-4texts.png");
  background-size: 270px;
  background-repeat: no-repeat;
  background-position: 17px 53px;
}
.box-keydates .nav-item {
  padding: 0px 2rem;
  position: relative;
}
.box-keydates .nav-item::before {
  border: 1px #222 solid;
  content: "";
  height: 100%;
  position: absolute;
  right: 0px;
}
.box-keydates .nav-item:last-child {
  margin-right: 0px;
}
.box-keydates .nav-item:last-child::before {
  border: 0px;
}
.box-keydates .nav-item .nav-link {
  background: transparent;
  color: var(--c-222);
  font-size: var(--fs-22px);
  font-weight: 900;
  opacity: 0.7;
  padding: 0.75rem 1.5rem;
  position: relative;
}
.box-keydates .nav-item .nav-link::after {
  background: transparent;
  bottom: 0px;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0%;
  transition: 0.2s all linear;
}
.box-keydates .nav-item .nav-link.active {
  background: transparent;
  opacity: 1;
}
.box-keydates .nav-item .nav-link.active::after {
  background: var(--c-purple-blue);
  width: 100%;
}
.box-keydates .box-keydates-list {
  position: relative;
}
.box-keydates .box-keydates-list::after {
  background-color: var(--c-black);
  content: "";
  display: inline-block;
  height: 5px;
  left: 0px;
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: -1;
}

.box-date-data .box-date-data-date {
  align-items: end;
  display: grid;
  font-weight: 400;
  font-size: var(--fs-22px);
  min-height: 70px;
  height: 100%;
}
.box-date-data .box-date-data-dot {
  margin: 20px auto;
  position: relative;
}
.box-date-data .box-date-data-dot::after {
  background-color: var(--c-white);
  border: 2px #c5409b solid;
  border-radius: 90px;
  box-shadow: 0px 0px 5px var(--c-blue-00F0FF);
  content: "";
  display: inline-block;
  height: 24px;
  position: relative;
  width: 24px;
}
.box-date-data .box-date-data-content {
  background: transparent;
  border-radius: 5px;
  font-weight: 500;
  padding: 5px 10px;
  transition: 0.2s all linear;
}
.box-date-data.box-date-data-special .box-date-data-date {
  background: var(--c-blue-purple);
  -webkit-background-clip: text;
  color: transparent;
  font-size: var(--fs-22px);
  font-weight: 500;
  width: auto;
}
.box-date-data.box-date-data-special .box-date-data-dot::after {
  background-color: #7543bf;
  border: 2px var(--c-white) solid;
  box-shadow: drop-shadow(0px 0px 15px #004dff);
  transform: scale(1.5);
}
.box-date-data.box-date-data-special .box-date-data-content {
  background: var(--c-blue-purple);
  color: var(--c-white);
  font-weight: 700;
}

.box-testimonials {
  overflow-x: hidden;
  position: relative;
}
.box-testimonials::after {
  background: var(--c-blue-purple2);
  content: "";
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -2;
}
.box-testimonials .swiper {
  z-index: 10;
}

.box-testimonials-info {
  padding: 30px 40px;
}
.box-testimonials-info .box-testimonials-info-user {
  margin-bottom: 20px;
}
.box-testimonials-info .box-testimonials-info-user .imgcover {
  height: 80px;
  width: 80px;
}
.box-testimonials-info .box-testimonials-info-user .imgcover img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.box-testimonials-info .box-testimonials-info-user .logo-school {
  align-content: center;
}
.box-testimonials-info .box-testimonials-info-user .logo-school img {
  max-height: 80px;
  max-width: 100%;
  width: auto;
}
@media (max-width: 1440px) {
  .box-testimonials-info {
    padding: 25px;
  }
}

.box-resource a {
  color: var(--c-222);
}
.box-resource .swiper-slide {
  background: var(--c-purple-white);
  border-radius: 10px;
  padding: 20px;
}
.box-resource .swiper-cover {
  margin-bottom: 20px;
}
.box-resource .swiper-content-date {
  margin-bottom: 10px;
}
.box-resource .swiper-content-title {
  font-size: var(--fs-20px);
  margin-bottom: 20px;
}
.box-resource .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.box-joinnow {
  background: url("../images/bg-2.jpg");
  background-position: bottom;
  position: relative;
}
.box-joinnow .container {
  position: relative;
  z-index: 1;
}
.box-joinnow .particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
}

.box-joinnow-inside .bg1 {
  left: 7.9365%;
  top: 48px;
}
.box-joinnow-inside .bg2 {
  bottom: 69px;
  left: 22.88359%;
  top: inherit;
}
.box-joinnow-inside .bg3 {
  right: 4.365%;
  top: 107px;
}

.box-logoloop img {
  max-width: 100%;
  height: 90px;
}
@media (max-width: 767.98px) {
  .box-logoloop img {
    height: 60px;
  }
}

.swiper-logoloop .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}
.swiper-logoloop .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 40px;
}

.box-about-whkt {
  overflow-x: hidden;
  position: relative;
}
.box-about-whkt .bg-about-whkt::before {
  background-image: url("../images/bg_about-line.svg");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 110px;
  left: 0px;
  margin-top: 25px;
  position: absolute;
  width: 100vw;
}
.box-about-whkt .swiper-slide .imgcover {
  height: 150px;
  margin-bottom: 15px;
  width: 150px;
}
.box-about-whkt .swiper-slide .imgcover img {
  border-radius: 90px;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
}
.box-about-whkt .swiper-slide:nth-child(3n + 1) .imgcover {
  background: linear-gradient(
    90deg,
    rgb(11, 94, 222) 0%,
    rgb(90, 48, 194) 100%
  );
}
.box-about-whkt .swiper-slide:nth-child(3n + 2) .imgcover {
  background: linear-gradient(
    90deg,
    rgb(90, 48, 194) 0%,
    rgb(172, 0, 165) 100%
  );
}
.box-about-whkt .swiper-slide:nth-child(3n + 3) .imgcover {
  background: linear-gradient(
    90deg,
    rgb(172, 0, 165) 0%,
    rgb(11, 94, 222) 100%
  );
}
.box-about-whkt h3 {
  color: var(--c-purple-3D23A6);
  display: block;
  font-weight: 500;
  min-height: 2.4em;
}

.box-about-why h3 {
  color: var(--c-purple-3D23A6);
  font-weight: 500;
}

.box-scroll-down {
  bottom: 40px;
  left: 50%;
  position: absolute;
  text-align: center;
  text-shadow: 0px 0px 5px var(--c-black);
  z-index: 10;
  transform: translateX(-50%);
  transition: 1s all linear;
  /*&.start {
  	animation: opacity0to1 1s linear forwards;
  	top: 90%;
  }

  &.off {
  	animation: opacity1to0 1s linear forwards;
  	top: 90%;
  }*/
}
.box-scroll-down a {
  color: white;
}
.box-scroll-down a:hover,
.box-scroll-down a:focus {
  text-decoration: underline;
}
.box-scroll-down i::before {
  font-size: 5rem;
}

.data-text::after {
  content: attr(data-text);
}

.data-text-before::before {
  content: attr(data-text);
}

.shadow-blue {
  box-shadow: var(--box-MainThemes-shadow) #00d1ff;
}
.shadow-blue .card-title {
  color: var(--c-blue-27A6DE);
}

.shadow-yalo {
  box-shadow: var(--box-MainThemes-shadow) #ffb800;
}
.shadow-yalo .card-title {
  color: var(--c-yalo-DC9E0B);
}

.shadow-green {
  box-shadow: var(--box-MainThemes-shadow) #9eff00;
}
.shadow-green .card-title {
  color: var(--c-green-27A6DE);
}

.shadow-purple {
  box-shadow: var(--box-MainThemes-shadow) #ff00e5;
}
.shadow-purple .card-title {
  color: var(--c-purple-CE3F7B);
}

.justify-items-center {
  display: grid;
  justify-items: center;
}

.btn-white-blue {
  background-color: var(--c-white);
  border: none;
  border-radius: 8px;
  box-shadow: 0px 0px 15px 0px var(--c-blue-37D1F3),
    0px 0px 20px 0px var(--c-blue-37D1F3) inset;
  color: var(--c-purple);
  padding: 18px 80px;
  transition: 0.2s all linear;
  font-family: "Fredoka", sans-serif;
}
.btn-white-blue:hover,
.btn-white-blue:focus {
  background-color: var(--c-blue-54E0FF);
  box-shadow: 0px 0px 15px 0px var(--c-blue-37D1F3),
    0px 0px 20px 0px var(--c-purple) inset;
  color: var(--c-white);
}

.btn-white-purple {
  background-color: var(--c-white);
  border: none;
  border-radius: 90px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  color: var(--c-purple-3D23A6);
  padding: 10px 15px;
  transition: 0.2s all linear;
}
.btn-white-purple:hover,
.btn-white-purple:focus,
.btn-white-purple.active {
  background-color: var(--c-purple-3D23A6);
  color: var(--c-white);
}

.listing-logo {
  display: grid;
  justify-content: center;
  /*
  img {
  	max-height: 90px;
  	max-width: 100%;
  }

  > div {
  	margin-bottom: 60px;
  }

  > .row {
  		justify-content: center;

  		> div {
  			margin: 20px;
  		}
  		div {
  			align-content: center;
  			justify-content: center;
  		}
  		.row {
  			justify-content: center;
  		}
  	}

  .listing-logo-mh120 {
  	img {
  		max-height: 120px;
  	}
  }*/
}
.listing-logo .row {
  margin-bottom: 80px;
  justify-content: center;
}
.listing-logo .row:last-child {
  margin-bottom: 0px;
}
.listing-logo .row .col,
.listing-logo .row .col-auto {
  align-content: center;
  margin-bottom: 20px;
}
.listing-logo .row img {
  max-height: 90px;
}
.listing-logo:last-child {
  margin-bottom: 0px !important;
}

.nolst {
  padding-left: 0px;
}
.nolst li {
  list-style-type: none;
}

.highline {
  color: var(--c-white);
  display: inline-block;
  margin-bottom: 0px !important;
  padding: 20px 23px 20px 0px;
  position: relative;
}
.highline::before {
  content: "";
  background: var(--c-blue-purple2);
  display: block;
  height: 100%;
  position: absolute;
  right: 0px;
  top: -0.1rem;
  width: 100vw;
  z-index: -1;
}
.highline::after {
  position: absolute;
  left: 0;
  top: 0.28em;
  background: linear-gradient(
    to left,
    #3b96ff,
    #ff31e7 50%,
    #42a5ff 75%,
    #e552ff 90%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: -1;
  filter: blur(3px);
}
.highline::after {
  content: attr(data-highline);
}
/* .highline.highline2::after {
  content: "Why should you join ?";
} */
@media (max-width: 330px) {
  .highline.highline2::after {
    left: 16px;
  }
}
/* .highline.highline3::after {
  content: "Why GUIN?";
} */

.topWaveWrapper {
  margin-top: -84px;
  margin-bottom: -50px;
  min-height: 360px;
  overflow: hidden;
  padding-top: 21.40625%;
  position: relative;
  width: 100%;
  z-index: 0;
}
.topWaveWrapper * {
  transition: 0.2s all linear;
}
.topWaveWrapper .wavegbg1,
.topWaveWrapper .wavegbg2,
.topWaveWrapper .wavegbg3 {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  transform-origin: top;
}
.topWaveWrapper .wavegbg2,
.topWaveWrapper .wavegbg3 {
  transform-origin: right top;
}
.topWaveWrapper .wavegbg1 {
  animation: wave1 8s infinite;
  background-image: url("../images/bg1_r.png");
  /*padding-top: 17.34375%;
  left: -8.38541%;
  width: 54.375%;*/
  height: 333px;
  left: 0%;
  width: 1044px;
}
.topWaveWrapper .wavegbg2 {
  animation: wave2 10s infinite;
  background-image: url("../images/bg2_r.png");
  /*padding-top: 14.6875%;
  right: -2.86458%;
  width: 68.75%;*/
  height: 282px;
  right: 0%;
  width: 1270px;
}
.topWaveWrapper .wavegbg3 {
  animation: wave3 12s infinite;
  background-image: url("../images/bg3_r.png");
  /*padding-top: 21.40625%;*/
  height: 359px;
  /*right: -7.29166%;*/
  right: 0%;
  /*width: 40.05208%;*/
  width: 650px;
}
.topWaveWrapper .wordbg1,
.topWaveWrapper .wordbg2,
.topWaveWrapper .wordbg3 {
  position: absolute;
}
.topWaveWrapper .wordbg1 {
  /*left: 3%;
  		top: 25%;
  width: 13.333%;*/
  left: 3%;
  top: 100px;
  width: 250px;
}
.topWaveWrapper .wordbg2 {
  /*top: 30%;
  right: 12.395833%;
  		width: 6.145833%;*/
  top: 110px;
  right: 220px;
  width: 115px;
}
.topWaveWrapper .wordbg3 {
  /*top: 70%;
  		right: 2%;
  width: 13.38541%;*/
  top: 200px;
  right: 2%;
  width: 250px;
}

@keyframes wave1 {
  0%,
  100% {
    transform: scaleX(1);
  }
  50% {
    /*left: -4.1927%;*/
    transform: scaleX(1.2);
  }
}
@keyframes wave2 {
  0%,
  100% {
    /*left: -8.38541%;*/
    transform: scaleX(1);
  }
  50% {
    /*left: -4.1927%;*/
    transform: scaleX(1.2);
  }
}
@keyframes wave3 {
  0%,
  100% {
    /*left: -8.38541%;*/
    transform: scaleX(1);
  }
  50% {
    /*left: -4.1927%;*/
    transform: scaleX(1.2);
  }
}
/*
@keyframes wave2 {
  	0%, 100% {
	  	right: -2.86458%;
  	}
  	50% {
	 	right: -1.43229%;
  	}
}
@keyframes wave3 {
  	0%, 100% {
	  	right: -7.29166%;
  	}
  	50% {
	  	right: -3.18583%;
  	}
}
*/
@keyframes opacity0to1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity1to0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.HC-show767 {
  display: none !important;
}

@media screen and (min-width: 2047.98px) {
  .box-about-whkt .bg-about-whkt::before {
    background-size: contain;
    background-position: center;
  }
}
@media screen and (max-width: 1199.98px) {
  .topWaveWrapper {
    margin-top: -70px;
    margin-bottom: -20px;
    min-height: 280px;
  }
  .topWaveWrapper .wavegbg1,
  .topWaveWrapper .wavegbg2,
  .topWaveWrapper .wavegbg3 {
    background-size: contain;
  }
  .topWaveWrapper .wavegbg1 {
    background-position: right;
    height: 210px;
    width: 650px;
    /*width: 65%;*/
  }
  .topWaveWrapper .wavegbg2 {
    height: 185px;
    right: 0%;
    width: 825px;
    /*width: 70%;*/
  }
  .topWaveWrapper .wavegbg3 {
    height: 300px;
    right: -5%;
    width: 540px;
    /*width: 50%;*/
  }
  .topWaveWrapper .wordbg1,
  .topWaveWrapper .wordbg2,
  .topWaveWrapper .wordbg3 {
    position: absolute;
  }
  .topWaveWrapper .wordbg1 {
    top: 90px;
    width: 150px;
  }
  .topWaveWrapper .wordbg2 {
    top: 80px;
    right: 170px;
    width: 60px;
  }
  .topWaveWrapper .wordbg3 {
    top: 175px;
    width: 150px;
  }
  .bg-light3 .container {
    max-width: 100% !important;
  }
}
.btn-group-over {
  border-radius: 0px;
  padding: 30px 0;
  overflow-x: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  width: 100%;
}
.btn-group-over::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}
@media (max-width: 991.98px) {
  .btn-group-over .overdiv {
    padding: 0 25px;
  }
}
.btn-group-over .overdiv .nav {
  flex-wrap: nowrap;
  text-wrap: nowrap;
}

@media screen and (max-width: 991.98px) {
  .show-991 {
    display: block !important;
  }
  .hidden-991 {
    display: none !important;
  }
  .box-keydates-list .container {
    max-width: 100%;
    padding: 0px;
  }
  .box-resource .container {
    max-width: 100%;
    padding: 0px;
  }
  .box-resource .container h2 {
    padding-left: 25px;
  }
  .box-resource .container .swiper {
    padding: 0 25px;
  }
  .box-resource .container.mw-reset {
    max-width: 720px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .box-keydates .nav-item .nav-link {
    font-size: var(--fs-18px);
  }
  .box-date-data .box-date-data-date {
    font-size: var(--fs-18px);
  }
  .box-date-data.box-date-data-special .box-date-data-date {
    font-size: var(--fs-18px);
  }
  .box-about-whkt .container {
    max-width: 100%;
    /*padding: 0px;*/
  }
  .box-about-whkt .container .highline {
    padding: 20px 23px 20px 0px;
  }
  .box-about-whkt .container .swiper {
    /*padding-left: 10px;
    padding-right: 10px;*/
  }
  .box-joinnow-inside .bg1,
  .box-joinnow-inside .bg2,
  .box-joinnow-inside .bg3 {
    background-size: contain;
  }
  .box-joinnow-inside .bg1 {
    left: 7.9365%;
    top: 48px;
    width: 85px;
  }
  .box-joinnow-inside .bg2 {
    bottom: 69px;
    left: 22.88359%;
    top: inherit;
    width: 120px;
  }
  .box-joinnow-inside .bg3 {
    right: 4.365%;
    top: 107px;
    width: 150px;
  }
  .text-24px {
    font-size: var(--fs-20px);
  }
  .text-26px {
    font-size: var(--fs-22px);
  }
  .text-28px {
    font-size: var(--fs-24px);
  }
  .text-30px {
    font-size: var(--fs-26px);
  }
  .text-40px {
    font-size: var(--fs-30px);
  }
  .text-60px {
    font-size: var(--fs-40px);
  }
}
@media screen and (max-width: 1440.98px) {
  .py-150 {
    padding-bottom: 75px !important;
    padding-top: 75px !important;
  }
  .pb-150 {
    padding-bottom: 75px !important;
  }
  .my-100 {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
  }
  .mb-150 {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .show-767 {
    display: block !important;
  }
  .hidden-767 {
    display: none !important;
  }
  .pt-180 {
    padding-top: 120px !important;
  }
  .pt-150 {
    padding-top: 90px !important;
  }
  .py-200 {
    padding-bottom: 150px !important;
    padding-top: 150px !important;
  }
  .py-180 {
    padding-bottom: 120px !important;
    padding-top: 120px !important;
  }
  .py-150 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
  .py-80 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  .pb-150 {
    padding-bottom: 60px !important;
  }
  .mb-150 {
    margin-bottom: 75px !important;
  }
  .mb-80 {
    margin-bottom: 60px !important;
  }
  .my-100 {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  .bg-testimonials {
    position: relative;
  }
  .bg-testimonials::before,
  .bg-testimonials::after {
    background-size: contain;
    height: 100px;
  }
  .bg-testimonials::before {
    background-position: bottom center;
    top: 1px;
  }
  .bg-testimonials::after {
    bottom: 1px;
    background-position: top center;
  }
  .listing-logo {
    /*
    display: grid;
    justify-content: center;

    img {
    	max-height: 90px;
    	max-width: 100%;
    }

    > div {
    	margin-bottom: 40px;
    }

    > .row {
    	justify-content: center;

    	> div {
    		margin: 20px;
    	}
    	div {
    		align-content: center;
    		justify-content: center;
    	}
    	.row {
    		justify-content: center;
    	}
    }*/
  }
  .listing-logo .row {
    margin-bottom: 40px;
  }
  .listing-logo .row:last-child {
    margin-bottom: 0px;
  }
  .listing-logo .row .col {
    flex: 1 0 50%;
  }
  .listing-logo .row .col img {
    max-width: 100%;
  }
  .listing-logo .listing-logo-mh120 img {
    max-height: 120px;
  }
  .box-keydates.bg-keydates {
    background-size: 140px;
    background-position: 15px 15px;
  }
  .box-joinnow .bg1,
  .box-joinnow .bg2,
  .box-joinnow .bg3 {
    background-size: contain;
  }
  .box-joinnow .bg1 {
    width: 100px;
  }
  .box-joinnow .bg2 {
    bottom: 10px;
    top: inherit;
    width: 150px;
  }
  .box-joinnow .bg3 {
    top: 35px;
    width: 200px;
  }
  .box-joinnow-inside.py-200 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
  .box-joinnow-inside .bg2 {
    bottom: 10px;
    top: inherit;
    width: 150px;
  }
  .box-joinnow-inside .bg3 {
    top: 35px;
    width: 200px;
  }
  .topWaveWrapper {
    margin-top: -60px;
    margin-bottom: 0px;
    min-height: 200px;
  }
  .topWaveWrapper .wavegbg1 {
    left: -8%;
    height: 190px;
    width: 480px;
  }
  .topWaveWrapper .wavegbg2 {
    height: 147px;
    right: -40px;
    width: 600px;
  }
  .topWaveWrapper .wavegbg3 {
    height: 290px;
    right: -80px;
    width: 420px;
  }
  .topWaveWrapper .wordbg1 {
    top: 70px;
  }
  .topWaveWrapper .wordbg2 {
    right: 15%;
    top: 70px;
  }
  .topWaveWrapper .wordbg3 {
    top: 140px;
  }
  .box-resource .container.mw-reset {
    max-width: 540px;
  }
}
@media screen and (max-width: 767.98px) and (orientation: portrait) {
  .HC-hidden767 {
    display: none !important;
  }
  .HC-show767 {
    display: block !important;
  }
}
@media screen and (max-width: 655.98px) {
  .bg-movingbox {
    position: relative;
  }
  .bg-movingbox > span {
    background-repeat: no-repeat;
    z-index: -1;
  }
  .bg-movingbox .bg-movingboxA1 {
    background-position: top center;
    width: 100%;
  }
  .bg-movingbox .bg-movingboxA2 {
    background-position: center center;
    display: block;
    height: 137px;
    position: absolute;
    right: 3.9682%;
    top: 13%;
    width: 141px;
  }
  .bg-movingbox > .container {
    position: relative;
    z-index: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .btn-join {
    top: 75px;
  }
  .listing-logo > div {
    margin-bottom: 30px;
  }
  .listing-logo img {
    max-height: 60px;
    max-width: 100%;
  }
  .listing-logo .listing-logo-mh120 img {
    max-height: 80px;
  }
  .topWaveWrapper {
    min-height: 180px;
  }
  .topWaveWrapper .wavegbg1 {
    left: -25%;
  }
  .topWaveWrapper .wavegbg2 {
    right: -150px;
  }
  .topWaveWrapper .wavegbg3 {
    height: 210px;
    right: -18%;
    width: 400px;
  }
  .topWaveWrapper .wordbg1,
  .topWaveWrapper .wordbg3 {
    width: 120px;
  }
  .topWaveWrapper .wordbg2 {
    right: 22%;
    width: 48px;
  }
  .topWaveWrapper .wordbg3 {
    top: 120px;
  }
  .box-resource .container.mw-reset {
    max-width: 540px;
  }
}
@media screen and (max-width: 480.98px) {
  .text-24px {
    font-size: var(--fs-18px);
  }
  .text-26px {
    font-size: var(--fs-20px);
  }
  .text-28px {
    font-size: var(--fs-22px);
  }
  .text-30px {
    font-size: var(--fs-24px);
  }
  .text-40px {
    font-size: var(--fs-26px);
  }
  .text-60px {
    font-size: var(--fs-30px);
  }
  .pt-180 {
    padding-top: 90px !important;
  }
  .py-200 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
  .py-180 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
  }
  .py-150 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
  .pb-150 {
    padding-bottom: 50px !important;
  }
  .py-80 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  .mb-150 {
    margin-bottom: 50px !important;
  }
  .mb-80 {
    margin-bottom: 35px !important;
  }
  .my-100 {
    margin-bottom: 35px !important;
    margin-top: 35px !important;
  }
  .btn-white-blue {
    padding: 25px 50px;
  }
  .box-joinnow .bg1 {
    left: 10px;
    width: 80px;
  }
  .box-joinnow .bg2 {
    left: 60px;
    width: 130px;
  }
  .box-joinnow .bg3 {
    right: 10px;
    width: 180px;
  }
  .box-keydates .nav-item {
    padding: 0px 0.5rem;
    position: relative;
  }
  .listing-logo .row .col {
    flex: 1 0 90%;
  }
  .imgcover-110px {
    height: 80px;
    width: 80px;
  }
  .topWaveWrapper .wavegbg1 {
    height: 175px;
    width: 320px;
  }
  .topWaveWrapper .wavegbg2 {
    height: 115px;
    right: -150px;
    width: 515px;
  }
  .topWaveWrapper .wavegbg3 {
    height: 185px;
    right: -18%;
    width: 330px;
  }
  .topWaveWrapper .wordbg1,
  .topWaveWrapper .wordbg3 {
    width: 100px;
  }
  .topWaveWrapper .wordbg2 {
    right: 27%;
    width: 40px;
  }
  .topWaveWrapper .wordbg3 {
    top: 120px;
  }
}
@media screen and (max-width: 375.98px) {
  .topWaveWrapper {
    margin-top: 0px;
    min-height: 110px;
  }
  .topWaveWrapper .wavegbg1 {
    left: -30%;
    height: 100px;
    width: 320px;
  }
  .topWaveWrapper .wavegbg2 {
    height: 115px;
    right: -150px;
    width: 370px;
  }
  .topWaveWrapper .wavegbg3 {
    height: 185px;
    right: -40%;
    top: -40px;
    width: 300px;
  }
  .topWaveWrapper .wordbg1,
  .topWaveWrapper .wordbg3 {
    top: 10px;
    width: 100px;
  }
  .topWaveWrapper .wordbg2 {
    right: 130px;
    top: 15px;
    width: 40px;
  }
  .topWaveWrapper .wordbg3 {
    top: 60px;
  }
}
/* 5. overwrite BT ====================== */
@media (min-width: 676px) {
  .container {
    max-width: 600px;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 900px;
  }
}
@media (min-width: 1100px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1040px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}

.g-100 {
  --bs-gutter-y: 4rem;
  --bs-gutter-x: 6rem;
}

@media screen and (max-width: 1280.98px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}
@media screen and (max-width: 991.98px) {
  .g-100 {
    --bs-gutter-y: 2rem;
    --bs-gutter-x: 3rem;
  }
}
/* 6. overwrite Swiper ================== */
.swiper-mainthemes {
  overflow: visible;
  padding: 30px;
}
.swiper-mainthemes .swiper-slide {
  border-radius: 10px;
  height: initial;
}
.swiper-mainthemes .swiper-slide .card {
  background-color: transparent;
  border-radius: 10px;
}
.swiper-mainthemes .swiper-slide .card .card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  aspect-ratio: 3/2;
}
@media (max-width: 1440px) {
  .swiper-mainthemes .swiper-slide .card .card-img-top {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
.swiper-mainthemes .swiper-slide .card .card-title {
  margin: 0.3em 0;
  align-content: center;
  font-size: var(--fs-24px);
  min-height: 2.4em;
}
.swiper-mainthemes .swiper-slide .card .card-title h3 {
  font-size: var(--fs-24px);
  line-height: 1.2em;
  margin: 0;
}
@media (max-width: 1440px) {
  .swiper-mainthemes .swiper-slide .card .card-title {
    margin: 0.2em 0;
    font-size: var(--fs-22px);
  }
  .swiper-mainthemes .swiper-slide .card .card-title h3 {
    font-size: var(--fs-22px);
  }
}
.swiper-mainthemes .swiper-slide .card .card-discription {
  font-size: var(--fs-16px);
}
.swiper-mainthemes .swiper-slide .card .card-body {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (min-width: 1201px) {
  .swiper-mainthemes .swiper-button {
    display: none;
  }
}

.swiper-testimonials {
  margin: 0px;
  padding: 0px 25px;
}
.swiper-testimonials .swiper-slide {
  background-color: var(--c-white);
  border-radius: 7px;
  height: initial;
}

.swiper-button,
.swiper-button-next,
.swiper-button-prev {
  position: relative;
}

.swiper-button {
  display: flex;
  justify-content: center;
}
.swiper-button .swiper-button-next,
.swiper-button .swiper-button-prev {
  background-color: #fff;
  color: #3d23a6;
  height: 36px;
  left: inherit;
  margin: 0px 10px;
  right: inherit;
  width: 36px;
}
.swiper-button .swiper-button-prev i {
  transform: rotate(180deg);
}
.swiper-button .swiper-button-prev::after,
.swiper-button .swiper-rtl .swiper-button-next::after,
.swiper-button .swiper-button-next::after,
.swiper-button .swiper-rtl .swiper-button-prev::after {
  content: "";
}

.swiper-pagination-bullet {
  background-color: var(--c-0E0055);
  height: 10px;
  opacity: 1;
  width: 10px;
}

.swiper-pagination-bullet-active {
  background: var(--c-blue-37D1F3);
}

.swiper-cover {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.swiper-cover img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-updates .swiper-slide {
  background: var(--c-purple-white);
  border-radius: 10px;
  padding: 20px;
}
.swiper-updates .swiper-cover,
.swiper-updates .swiper-content-date,
.swiper-updates .swiper-content-title {
  margin-bottom: 20px;
}
.swiper-updates .swiper-content-title {
  font-size: var(--fs-20px);
}
.swiper-updates a {
  color: var(--c-222);
}
.swiper-updates .swiper-pagination {
  margin: 20px;
  position: relative;
}

.swiper-logoloop .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper-logoloop .swiper-slide {
  width: auto;
}

.swiper-5col1row .swiper-button .swiper-button-next,
.swiper-5col1row .swiper-button .swiper-button-prev,
.swiper-keydates-local .swiper-button .swiper-button-next,
.swiper-keydates-local .swiper-button .swiper-button-prev,
.swiper-keydates-nonlocal .swiper-button .swiper-button-next,
.swiper-keydates-nonlocal .swiper-button .swiper-button-prev,
.swiper-about-whkt .swiper-button .swiper-button-next,
.swiper-about-whkt .swiper-button .swiper-button-prev {
  background-color: #3d23a6;
  color: #fff;
}

@media screen and (max-width: 1199.98px) {
  .swiper {
    overflow: visible;
  }
}
@media screen and (max-width: 991.98px) {
  .swiper-updates .swiper-content-title {
    font-size: var(--fs-18px);
  }
  .swiper-5col1row .col {
    margin-bottom: 30px;
  }
  .swiper-5col1row br {
    display: none;
    position: absolute;
    height: 0;
    width: 0;
  }
  .swiper-5col1row img {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 480.98px) {
  .swiper-mainthemes .swiper-slide .card .card-title {
    font-size: var(--fs-20px);
  }
  .swiper-mainthemes .swiper-slide .card .card-title h3 {
    font-size: var(--fs-20px);
  }
  .swiper-mainthemes .swiper-slide .card .card-discription {
    font-size: var(--fs-16px);
  }
}
.galleryWall .galleryWall-thumb {
  position: relative;
}
.galleryWall .galleryWall-thumb img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.galleryWall .galleryWall-thumb:hover,
.galleryWall .galleryWall-thumb:focus {
  filter: brightness(0.6);
} /*# sourceMappingURL=interface.css.map */
/* html[lang="zh-HK"] .highline.highline1::after {
  content: "Hong Kong Techathon+是關於甚麽？";
}
html[lang="zh-HK"] .highline.highline2::after {
  content: "為什麼你應該參加Hong Kong Techathon+？";
}
html[lang="zh-HK"] .highline.highline3::after {
  content: "為什麼要加入 GUIN";
}
html[lang="zh-CN"] .highline.highline1::after {
  content: "Hong Kong Techathon+是关於甚麽？";
}
html[lang="zh-CN"] .highline.highline2::after {
  content: "为什麽你应该参加Hong Kong Techathon+？";
}
html[lang="zh-CN"] .highline.highline3::after {
  content: "为什么要加入GUIN";
} */
