header {
  /* display: none; */
}

footer {
  display: none !important;
}


.img-descr-fullgrid,
.teams,
.header__container__nav li:nth-child(4),
.footer__social a,
.header__container__share {
  display: none !important;
}


a[href="/maps/place/METAPLUS PTE. LTD./@22.3392911,114.1420081,17z/data=!4m10!1m2!2m1!1sUnit+1602-03,+Tower+B,+83+King+Lam+Street,+Cheung+Sha+Wan,+Kowloon!3m6!1s0x340407000b8e188b:0x5b989518509a9aae!8m2!3d22.3392911!4d114.1463855!15sCkJVbml0IDE2MDItMDMsIFRvd2VyIEIsIDgzIEtpbmcgTGFtIFN0cmVldCwgQ2hldW5nIFNoYSBXYW4sIEtvd2xvb25aQCI-dW5pdCAxNjAyIDAzIHRvd2VyIGIgODMga2luZyBsYW0gc3RyZWV0IGNoZXVuZyBzaGEgd2FuIGtvd2xvb26aASNDaFpEU1VoTk1HOW5TMFZKUTBGblNVUmZhVjlmVjB4M0VBRaoBeRABKhAiDHVuaXQgMTYwMiAwMygAMh8QASIbXQK-9bPd71VLI2TRB43or5olAW9MQ4PH3UhpMkIQAiI-dW5pdCAxNjAyIDAzIHRvd2VyIGIgODMga2luZyBsYW0gc3RyZWV0IGNoZXVuZyBzaGEgd2FuIGtvd2xvb27gAQD6AQQIABAU!16s%2Fg%2F11y7d1r0sy?entry=ttu&g_ep=EgoyMDI1MDgxMS4wIKXMDSoASAFQAw%3D%3D"]{
    pointer-events: none;
}


::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}



.fl_clum_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fl_clum_start {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.fl_clum_start2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.fl_clum_end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.fl_clum_arround {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.fl_clum_between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.fl_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fl_arround {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.fl_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fl_start {
  display: flex;
  justify-content: start;
  align-items: center;
}

.fl_wrap {
  display: flex;
  flex-wrap: wrap;
}

.self_start {
  align-self: start;
}

.self_center {
  align-self: center;
}

.self_end {
  align-self: flex-end;
}