html, body, body * {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-drag: none !important;
}
img, picture, svg, video, canvas, a {
  -webkit-user-drag: none !important;
  user-drag: none !important;
}
input, textarea, select, [contenteditable="true"] {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  user-select: text !important;
}
@media print {
  html, body { display: none !important; }
}
html.gl-shot-block,
html.gl-shot-block body {
  background: #000 !important;
}
html.gl-shot-block body > * {
  visibility: hidden !important;
}
html.gl-shot-block::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  background: #000;
}
.gl-whatsapp-btn {
  position: fixed;
  z-index: 100000;
  right: 18px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 8px 0 rgba(0,0,0,.35);
  text-decoration: none !important;
}
.gl-whatsapp-btn svg {
  width: 34px;
  height: 34px;
  display: block;
}
.gl-telegram-btn {
  position: fixed;
  z-index: 99990;
  right: 18px;
  bottom: 92px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #229ed9;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 6px 0 rgba(0,0,0,.4);
  text-decoration: none !important;
}
.gl-telegram-btn svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}
@media (max-width: 600px) {
  .gl-whatsapp-btn {
    right: 14px;
    bottom: 16px;
    width: 56px;
    height: 56px;
  }
  .gl-telegram-btn {
    right: 14px;
    bottom: 84px;
    width: 54px;
    height: 54px;
  }
}
.joinchat,
.joinchat__button {
  display: none !important;
}
.gl-book-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1100px;
  margin: 0 auto 36px;
  padding: 8px 20px 12px;
}
.gl-book-card {
  background: #0b1c22;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 2 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
}
.gl-book-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
@media (max-width: 800px) {
  .gl-book-row {
    grid-template-columns: 1fr;
    max-width: 320px;
    gap: 16px;
  }
}
.joinchat {
  --ch: 142 !important;
  --cs: 70% !important;
  --cl: 49% !important;
}
.joinchat__button,
.joinchat__button:has(.joinchat__button__ico),
.joinchat__button:has(.joinchat__button__ico):hover,
.joinchat__button:hover {
  background-color: #25d366 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.435 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 58% auto !important;
}
.joinchat__button:hover,
.joinchat__button:has(.joinchat__button__ico):hover {
  background-color: #128c7e !important;
}
.joinchat__button__ico,
.joinchat__button__image {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.joinchat__open {
  background-color: #25d366 !important;
}
.joinchat__open:hover {
  background-color: #128c7e !important;
}
.joinchat__open__icon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.435 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E") center / 62% no-repeat !important;
}
.joinchat__open__icon svg,
.joinchat__open__icon path {
  display: none !important;
  opacity: 0 !important;
}
a.gl-wa-member .elementor-button-content-wrapper {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}
a.gl-wa-member .elementor-button-content-wrapper::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.435 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E") center / contain no-repeat;
}
/* Telegram blue (~#229ED9) for all heroes + footer */
.elementor-element-44ec8244 {
  background-color: #229ed9 !important;
}
.elementor-element-44ec8244::before {
  background-color: #229ed9 !important;
  opacity: 0.42 !important;
}
.elementor-element-56630424,
.elementor-element-56630424 > .e-con-inner {
  background-color: #229ed9 !important;
  background-image: none !important;
}
.elementor-element-56630424,
.elementor-element-56630424 h1,
.elementor-element-56630424 h2,
.elementor-element-56630424 h3,
.elementor-element-56630424 h4,
.elementor-element-56630424 p,
.elementor-element-56630424 span,
.elementor-element-56630424 a {
  color: #fff !important;
}
footer.elementor-location-footer,
footer.elementor-location-footer .e-con,
.elementor-element-7cba1ce8,
.elementor-element-2d7e96ef {
  background-color: #229ed9 !important;
  background-image: none !important;
}
footer.elementor-location-footer,
footer.elementor-location-footer a,
footer.elementor-location-footer h2,
footer.elementor-location-footer h3,
footer.elementor-location-footer h4,
footer.elementor-location-footer p,
footer.elementor-location-footer span,
footer.elementor-location-footer li {
  color: #fff !important;
}
