@charset "UTF-8";
* {
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a {
  background: transparent;
  -webkit-text-decoration: none;
  text-decoration: none;
  height: -moz-max-content;
  height: max-content;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 0;
  margin: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: "“" "”" "‘" "’";
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.main__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 210px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 18px 30px;
  background: linear-gradient(180deg, #ffffff13, #ffffff04), #0b0b0b;
  font-family: Russo One, sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  box-shadow: inset 0 1px #ffffff14;
  transition: border-color 0.3s ease, background-color 0.3s ease,
    color 0.3s ease, transform 0.3s ease;
}
.main__btn img {
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.main__btn:hover {
  border-color: #ffffff57;
  background-color: #111;
  transform: translateY(-2px);
}
.main__btn:hover img {
  transform: translate(5px) rotate(45deg);
  opacity: 1;
}
@media (max-width: 1220px) {
  .main__btn {
    font-size: 16px;
    padding: 18px 20px;
  }
}
.header-section {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #040506c7;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 60px #00000052;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.header-section:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.28),
    transparent
  );
  pointer-events: none;
}
.header {
  padding: 12px 0;
}

@media(max-width:1440px) {
	.header {
  padding: 6px 0;
}
}
.header__nav {
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.header__logo {
  width: 84px;
  height: 84px;
  position: relative;
  z-index: 60;
  transition: width 0.3s ease, height 0.3s ease;
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.35));
}
.header__burger {
  display: none;
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 60;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: #0b0b0bd1;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.header__burger span {
  display: block;
  width: 22px;
  height: 2px;
  position: absolute;
  left: 50%;
  border-radius: 2px;
  background: #fff;
  transform: translate(-50%);
  transition: top 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}
.header__burger span:nth-child(1) {
  top: 15px;
}
.header__burger span:nth-child(2) {
  top: 23px;
}
.header__burger span:nth-child(3) {
  top: 31px;
}
.header__burger:hover {
  border-color: #ffffff57;
  background: #111;
}
.nav {
  gap: 24px;
}
.nav__menu {
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: #0b0b0bb8;
}
.nav__menu ul,
.nav__menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav__menu a {
  display: inline-block;
  padding: 14px 20px;
  border-radius: 10px;
  color: #b3b3b3;
  font-size: 16px;
  font-family: Russo One, sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.nav__menu a.active {
  color: #fff;
  background: #ffffff14;
  border-bottom: 0;
}
.nav__menu a:hover {
  color: #fff;
  background: #ffffff0d;
}

@media (max-width: 998px) {
  .header {
    padding: 8px 0;
  }
  .header__logo {
    width: 64px;
    height: 64px;
  }
  .header__burger {
    display: block;
  }
  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 55;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 112px 15px 32px;
    background: #040506f5;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(100%);
  }
  .header-section.menu-open .header__nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(0);
  }
  .header-section.menu-open .header__burger span:nth-child(1) {
    top: 23px;
    transform: translate(-50%) rotate(45deg);
  }
  .header-section.menu-open .header__burger span:nth-child(2) {
    opacity: 0;
  }
  .header-section.menu-open .header__burger span:nth-child(3) {
    top: 23px;
    transform: translate(-50%) rotate(-45deg);
  }
  .nav {
    flex-direction: column;
    width: min(100%, 420px);
    gap: 18px;
  }
  .nav__menu {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 4px;
    border-radius: 14px;
  }
  .nav__menu a {
    width: 100%;
    padding: 16px 18px;
    text-align: center;
  }
  .header__nav .main__btn {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 420px) {
  .header__logo {
    width: 56px;
    height: 56px;
  }
  .header__burger {
    width: 44px;
    height: 44px;
  }
  .header__burger span:nth-child(1) {
    top: 13px;
  }
  .header__burger span:nth-child(2) {
    top: 21px;
  }
  .header__burger span:nth-child(3) {
    top: 29px;
  }
  .header-section.menu-open .header__burger span:nth-child(1),
  .header-section.menu-open .header__burger span:nth-child(3) {
    top: 21px;
  }
}
*:active,
*:focus,
*:focus-visible {
  outline: none !important;
}
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  background-color: #040506;
}
body {
  overflow-x: hidden;
  background: radial-gradient(
      ellipse 80% 50% at 15% 0%,
      rgba(158, 139, 138, 0.065),
      transparent 58%
    ),
    radial-gradient(
      ellipse 60% 45% at 90% 20%,
      rgba(255, 255, 255, 0.025),
      transparent 58%
    ),
    #040506;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}
body.no-scroll {

  padding-right: var(--scrollbar-width);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Russo One, sans-serif;
  line-height: 1;
  letter-spacing: 1.5px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 32px;
  line-height: 1.1;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
img {
  max-width: 100%;
  transition: all 0.25s ease;
}
a,
a[href^="tel"],
a[href^="mailto"] {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-text-fill-color: inherit;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  padding: 0;
  margin: 0;
}
@media (max-width: 1440px) {
  p {
    margin: 15px 0 !important;
    font-size: 16px !important;
  }
}
@media (max-width: 1220px) {
  p {
    margin: 10px 0 !important;
    font-size: 18px;
  }
}
section {
  position: relative;
  overflow: hidden;
}
section:not(.hero-section):not(.footer-section):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(
      ellipse 55% 35% at 8% 0%,
      rgba(255, 255, 255, 0.022),
      transparent 58%
    ),
    radial-gradient(
      ellipse 70% 45% at 100% 100%,
      rgba(158, 139, 138, 0.048),
      transparent 64%
    );
  pointer-events: none;
}
section > .container {
  position: relative;
  z-index: 1;
}
.d-flex {
  display: flex;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.align-center {
  align-items: center;
}
.text-medium {
  font-weight: 500;
}
.text-center {
  text-align: center;
}
.container {
  max-width: 1820px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 56px;
}
@media (max-width: 998px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 520px) {
    .container {
        padding: 0px 10px;
    }
}
.section-padding {
  padding: 100px 0;
}
@media (max-width: 830px) {
  .section-padding {
    padding: 50px 0;
  }
}
.section-title {
  max-width: 1180px;
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: 1.4px;
}
@media (max-width: 1440px) {
  .section-title {
    font-size: 48px;
  }
}
@media (max-width: 580px) {
  .section-title {
    font-size: 38px;
  }
}
@media (max-width: 420px) {
  .section-title {
    font-size: 28px;
  }
}
p {
  color: #b3b3b3;
}
::-moz-selection {
  background: #9e8b8a59;
  color: #fff;
}
::selection {
  background: #9e8b8a59;
  color: #fff;
}
.text-limit-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-limit-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 998px) {
  #smooth-content {
    overflow-x: hidden !important;
  }
}
@media (max-width: 1440px) {
  .p-404-col-1 h1 {
    font-size: 100px !important;
  }
}
@media (max-width: 1280px) {
  .p-404-col-1 h1 {
    font-size: 64px !important;
  }
  .p-404-col-2 {
    max-width: 500px !important;
  }
}
@media (max-width: 998px) {
  .p-404-col-1 h1 {
    font-size: 42px !important;
  }
  .p-404-col-2 {
    max-width: 450px !important;
  }
}
@media (max-width: 998px) {
  .p-404-col-1 h1 {
    font-size: 72px !important;
    text-align: center;
  }
  .p-404-col-1 a {
    margin: 40px auto 0 !important;
  }
  .p-404-col-2 {
    max-width: 100% !important;
  }
  .p-404 {
    flex-direction: column;
  }
}
@media (max-width: 580px) {
  .p-404-col-1 h1 {
    font-size: 48px !important;
    text-align: center;
  }
  .p-404-col-1 a {
    margin: 40px auto 0 !important;
  }
  .p-404-col-2 {
    max-width: 100% !important;
  }
  .p-404 {
    flex-direction: column;
    padding: 50px 0;
  }
}
@media (max-width: 420px) {
  .p-404 {
    padding: 5px 0;
  }
}
.footer-section {
  position: relative;
  overflow: hidden;
  border-top: 3px solid #1a1a1a;
  padding: 100px 0 30px;
}
.footer-section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(
      ellipse 70% 55% at 15% 100%,
      rgba(158, 139, 138, 0.14),
      transparent 55%
    ),
    radial-gradient(
      ellipse 50% 40% at 90% 0%,
      rgba(255, 255, 255, 0.04),
      transparent 50%
    );
  pointer-events: none;
}
.footer-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
}
.footer {
  position: relative;
  z-index: 1;
  flex-direction: column;
  gap: 64px;
}
.footer__main {
  gap: 48px 80px;
  align-items: flex-start;
}
.footer__brand {
  flex: 1 1 340px;
  max-width: 420px;
}
.footer__logo {
  display: inline-block;
  width: 120px;
  height: 120px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__tagline {
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.65;
  color: #b3b3b3;
  max-width: 360px;
}
.footer__social {
  margin-top: 28px;
  gap: 14px;
}
.footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  transition: border-color 0.3s ease, transform 0.3s ease,
    background-color 0.3s ease;
}
.footer__social a:hover {
  border-color: #b3b3b3;
  background-color: #ffffff0f;
  transform: translateY(-2px);
}
.footer__social img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__cols {
  flex: 2 1 560px;
  gap: 48px 64px;
  flex-wrap: wrap;
}
.footer__col {
  flex: 1 1 160px;
  min-width: 140px;
}
.footer__col h3 {
  font-family: Russo One, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__col li + li {
  margin-top: 12px;
}
.footer__col a {
  font-size: 16px;
  color: #b3b3b3;
  transition: color 0.3s ease, padding-left 0.3s ease;
}
.footer__col a:hover {
  color: #fff;
  padding-left: 4px;
}
.footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  color: #b3b3b3;
  line-height: 1.5;
}
.footer__contact-item + .footer__contact-item {
  margin-top: 14px;
}
.footer__contact-item span:first-child {
  flex-shrink: 0;
  opacity: 0.7;
}
.footer__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  padding: 36px 40px;
  background: #0b0b0b;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
}
.footer__cta-text h3 {
  font-family: Russo One, sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
}
@media (max-width: 580px) {
  .footer__cta-text h3 {
    font-size: 24px;
  }
}
.footer__cta-text p {
  margin: 0;
  color: #b3b3b3;
  font-size: 16px;
}
.footer__bottom {
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__copy {
  margin: 0;
  font-size: 14px;
  color: #6e6e6e;
}
.footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
}
.footer__legal a {
  font-size: 14px;
  color: #6e6e6e;
  transition: color 0.3s ease;
}
.footer__legal a:hover {
  color: #b3b3b3;
}
.footer__decor {
  position: absolute;
  right: -40px;
  bottom: -20px;
  width: 280px;
  opacity: 0.06;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.hero-popup {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
  visibility: hidden;
  width: 98%;
  max-height: 920px;
  overflow: auto;
  padding: 60px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: radial-gradient(
      ellipse 65% 50% at 100% 0%,
      rgba(158, 139, 138, 0.12),
      transparent 55%
    ),
    #111;
  box-shadow: 0 34px 120px #000000b8;
  transition: all 0.3s ease;
  z-index: 1000;
}
.hero-popup h2 {
  font-size: 32px;
  line-height: 1.08;
}
.hero-popup p:first-of-type {
  margin-top: 30px;
}
.hero-popup p {
  color: #b3b3b3;
  line-height: 1.68;
}
.hero-popup .hero__network {
  margin-top: 30px;
}
.hero-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: #ffffff0a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.hero-popup__close span {
  position: absolute;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.2s ease;
}
.hero-popup__close span:first-child {
  transform: rotate(45deg);
}
.hero-popup__close span:last-child {
  transform: rotate(-45deg);
}
.hero-popup__close:hover span {
  background: #b3b3b3;
}
.hero-popup__close:active {
  transform: scale(0.95);
}
.hero-popup__text {
  width: 90%;
  margin-right: 30px;
}
.hero-popup__text p {
  font-size: 14px;
}
.hero-popup__img {
  width: 100%;
  max-width: 600px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: #0b0b0b;
  overflow: hidden;
}
.hero-popup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-popup.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -45%) scale(1);
}
.cursor-hint {
  position: fixed;
  top: 0;
  left: 0;
  padding: 8px 14px;
  background: #0a0a0aeb;
  color: #fff;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  pointer-events: none;
  opacity: 0;
  transform: translate(-49%, -49%) scale(0.9);
  box-shadow: 0 5px 15px #0000001a;
  transition: opacity 0.2s ease;
  z-index: 9999;
  white-space: nowrap;
  will-change: transform;
}
.scroll-down {
  position: absolute;
  bottom: -50px;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-shadow: 0;
  width: 22px;
  height: 22px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  opacity: 0.76;
  z-index: 9;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  animation: fade_move_down 4s ease-in-out infinite;
}
@keyframes fade_move_down {
  0% {
    transform: translateY(-10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translateY(10px) rotate(45deg);
    opacity: 0;
  }
}
.p-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: auto;
}
.p-404-col-1 h1 {
  font-size: 120px;
}
.p-404-col-1 a {
  font-size: 32px;
  margin-top: 30px;
}
.splide__arrow {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #0b0b0bdb;
  opacity: 1;
  transition: border-color 0.3s ease, background-color 0.3s ease,
    transform 0.3s ease;
}
.splide__arrow svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}
.splide__arrow:hover {
  border-color: #ffffff57;
  background: #111;
}
.splide__pagination {
  bottom: -34px;
  gap: 8px;
}
.splide__pagination__page {
  width: 8px;
  height: 8px;
  margin: 0;
  background: #6e6e6e;
  opacity: 1;
}
.splide__pagination__page.is-active {
  transform: scale(1);
  background: #fff;
}
.p-404-col-2 {
  max-width: 900px;
}
.p-404-col-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-section {
  position: relative !important;
  min-height: 100vh !important;
  display: flex;
  align-items: center;
  background: radial-gradient(
      ellipse 54% 46% at 76% 50%,
      rgba(158, 139, 138, 0.18),
      transparent 58%
    ),
    radial-gradient(
      ellipse 42% 34% at 16% 22%,
      rgba(255, 255, 255, 0.06),
      transparent 58%
    ),
    linear-gradient(180deg, #08090a, #040506);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-section.section-padding {
  padding: 10px 0 104px;
}
.hero-section:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #040506b8, #04050633 54%, #040506b8),
    linear-gradient(180deg, transparent 72%, #040506 100%);
  pointer-events: none;
}
.hero {
  position: relative;
  z-index: 1;
  gap: 96px;
}
.hero__col-1 {
  width: 100%;
  max-width: 900px;
  margin: auto 0;
}
.hero__col-1 h1 {
  font-family: Russo One, sans-serif;
  font-size: 100px;
  line-height: 0.98;
  letter-spacing: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding-bottom: 34px;
  text-transform: uppercase;
  text-wrap: balance;
}
.hero__call {
  margin-top: 34px;
  gap: 24px;
  flex-wrap: wrap;
}
.hero__network {
  gap: 14px;
}
.hero__network a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: #0b0b0b9e;
  transition: border-color 0.3s ease, background-color 0.3s ease,
    transform 0.3s ease;
}
.hero__network a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}
.hero__network a:hover {
  border-color: #ffffff57;
  background: #ffffff0f;
  transform: translateY(-2px);
}
.hero__col-2 {
  position: relative;
  width: 100%;
  max-width: 700px;
  min-width: 320px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  background: radial-gradient(
      ellipse 70% 60% at 50% 50%,
      rgba(255, 255, 255, 0.08),
      transparent 62%
    ),
    #0b0b0b;
  box-shadow: 0 24px 90px #00000061;
  overflow: hidden;
}
.hero__col-2:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.12),
    transparent 38%
  );
  pointer-events: none;
}
.hero__col-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
  animation: breathing 6s ease-in-out infinite;
  transition: transform 0.3s, opacity 0.3s;
}
@keyframes breathing {
  0% {
    transform: scale(1);
    opacity: 0.68;
  }
  50% {
    transform: scale(1.02);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0.68;
  }
}
.hero-pages-section {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 980px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-pages-section .pages-hero {
  position: relative;
  z-index: 4;
  gap: 0;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-pages-section .pages-hero h1 {
  font-size: 190px;
  line-height: 1;
  text-wrap: balance;
}
.hero-pages-section .pages-hero p {
  max-width: 900px;
  color: #b3b3b3;
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 1440px) {
.hero-section {
  position: relative !important;
	min-height: 85vh !important;}
	
  .hero-pages-section {
    min-height: 650px !important;
  }
	.hero-pages-section .pages-hero {
		margin: 0 auto;
	}
  .hero-pages-section .pages-hero h1 {
    font-size: 150px;
  }
}
@media (max-width: 998px) {
  .hero-pages-section {
    min-height: 450px !important;
  }
  .hero-pages-section .pages-hero h1 {
    font-size: 80px;
  }
  .hero-pages-section .pages-hero p {
    max-width: 80% !important;
  }
}
@media (max-width: 767px) {
  .hero-pages-section .pages-hero h1 {
    font-size: 52px;
  }
}
.hero-pages-bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 580px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
  opacity: 0.8;
  filter: grayscale(1);
}
.hero-pages-bg-left {
  left: -20px;
}
.hero-pages-bg-right {
  right: -20px;
  transform: translateY(-50%) scaleX(-1);
}
@media (max-width: 1440px) {
  .hero-pages-bg-right {
    right: -99px;
    transform: translateY(-50%) scaleX(-1);
  }
  .hero-pages-bg-left {
    left: -99px;
  }
}
@media (max-width: 998px) {
  .hero-pages-bg-right {
    right: -170px;
  }
  .hero-pages-bg-left {
    left: -170px;
  }
}
@media (max-width: 1680px) {
  .hero__col-1 h1 {
    font-size: 82px;
  }
.hero-popup__img {
	max-width: 480px;
	}
}
@media (max-width: 1440px) {
  .hero-section.section-padding {
    padding: 10px 0;
  }
  .hero-section {
    min-height: 710px;
  }
  .hero__col-1 h1 {
    font-size: 72px;
  }
  .hero__col-2 {
    max-width: 540px;
  }
}
@media (max-width: 1280px) {
  .hero-section {
    min-height: 730px;
  }
  .hero__col-1 h1 {
    font-size: 58px;
  }
  .hero__col-2 {
    max-width: 520px;
  }
}
@media (max-width: 1220px) {
  .hero__col-1 h1 {
    font-size: 42px;
  }
  .hero-section {
    min-height: 680px;
  }
}
@media (max-width: 998px) {
  .hero-section {
    min-height: 600px;
  }
  .hero {
    gap: 35px;
  }
  .hero__network {
    gap: 5px;
  }
}
@media (max-width: 830px) {
  .hero {
    flex-direction: column;
    padding: 50px 0;
  }
  .hero__col-1 h1 {
    font-size: 52px;
    text-align: center;
    line-height: 1.3;
  }
  .hero__col-1 {
    order: 1;
  }
  .hero__col-2 {
    max-width: 610px;
  }
}
@media (max-width: 580px) {
  .hero__col-1 h1 {
    font-size: 42px;
  }
}

@media(max-width:480px) {
          .hero-pages-bg-left {
        left: -104px;
    }
    .hero-pages-bg-right {
        display: none;
    }
}
@media (max-width: 420px) {
  .hero__col-1 h1 {
    font-size: 36px;
  }
  .hero__call {
    gap: 5px;
  }
  .hero__call .main__btn {
    min-width: 100%;
  }
  .hero__network {
    margin: 15px auto 0;
    gap: 15px;
  }
  .hero-pages-bg-left {
        left: -68px;
    }
}
.metrics-section {
  background: radial-gradient(
      ellipse 55% 65% at 50% 100%,
      rgba(158, 139, 138, 0.12),
      transparent 60%
    ),
    #08090a;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.metrics-section.section-padding {
  padding: 64px 0;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  gap: 24px;
}
.metrics span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}
.metrics__item {
  width: 100%;
  max-width: none;
  background: linear-gradient(180deg, #ffffff0e, #ffffff04), #0b0b0b;
  padding: 42px 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  font-weight: 800;
  box-shadow: inset 0 1px #ffffff14;
}
.metrics__num {
  font-family: Russo One, sans-serif;
  font-size: 98px;
  line-height: 1;
  letter-spacing: 1px;
}
.metrics__text {
  margin-top: 8px;
  color: #b3b3b3;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}
.about-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.about {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  grid-gap: 96px;
  gap: 96px;
}
.about__col-1 {
  width: 100%;
  max-width: none;
}
.about__col-1 h2 {
    font-size: 64px;
}
.about__col-1 p:first-of-type {
  margin-top: 30px;
}
.about__col-1 p {
  margin-top: 18px;
  color: #b3b3b3;
  line-height: 1.72;
}
.about__col-1 a {
  display: inline-block;
  font-size: 17px;
  font-family: Russo One, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  margin-top: 26px;
  padding-bottom: 8px;
  transition: all 0.3s;
}
.about__col-1 a:hover {
  color: #b3b3b3;
  border-color: #b3b3b3;
}
.about__col-2 {
  width: 100%;
	acpect-ratio: 3 / 2;
  margin: auto 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: #0b0b0b;
  overflow: hidden;
}
.about__col-2 video, .quation__col-1 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.quation {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  grid-gap: 96px;
  gap: 96px;
}
.quation__col-1 {
  width: 100%;
	acpect-ratio: 3 / 2;
  margin: auto 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: #0b0b0b;
  overflow: hidden;
}
.quation__col-2 {
  width: 100%;
  max-width: none;
}
.quation__col-2 .section-title {
  max-width: 920px;
}
.quation__col-2 ul {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}
.quation__col-2 ul li {
  position: relative;
  margin-bottom: 0;
  padding: 16px 0 16px 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  background: transparent;
  color: #b3b3b3;
  line-height: 1.55;
}
.quation__col-2 ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 8px;
  height: 8px;
  border: 1px solid #b3b3b3;
  border-radius: 50%;
}
.quation__col-2 .main__btn {
  margin: 50px 0 0 auto;
}
.promo-video-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.promo-video-section:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0405069e;
  pointer-events: none;
}
.promo-video {
  position: relative;
  z-index: 1;
}
.promo-video iframe {
  width: 100%;
  max-width: 1580px;
  height: 780px;
  min-height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  margin: 0 auto;
  box-shadow: 0 28px 90px #0000007a;
}
.community-section {
  position: relative;
  max-width: 2000px;
  overflow: hidden;
  background: #040506;
  margin: 0 auto;
}
.community {
  position: relative;
}
.community .section-title {
  width: 1120px;
}
.community__slider {
  margin-top: 50px;
}
.community__slider .splide__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.community__slider .splide__slide {
  display: flex;
  justify-content: center;
}
.community__slide {
  max-width: 420px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.community__front {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-height: 720px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: #0b0b0b;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.community__img {
  aspect-ratio: 1 / 1.2;
  height: 100%;
  overflow: hidden;
  border-radius: 18px;
}
.community__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.community__front h3 {
  font-size: 24px;
  margin-top: 20px;
  color: #fff;
  line-height: 1.18;
}
.community__front ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
  list-style: none;
  padding: 0;
  margin-top: 10px;
  color: #b3b3b3;
}
.community__front ul li {
  position: relative;
  padding: 0;
  margin: 0;
  line-height: 1.8;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.community__front ul li:not(:last-child):after {
  content: "•";
  display: inline-block;
  margin-left: 5px;
  font-size: 38px;
  line-height: 0;
  height: 5px;
}
.community__back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0b0b0b;
  color: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.18);
  pointer-events: none;
  border-radius: 24px;
}
.community__back h3 {
  font-size: 38px;
}
.community__back p {
  font-size: 15px;
  margin: 10px 0 0;
  color: #b3b3b3;
}
.community__back p:first-of-type {
  margin-top: 20px;
}
.community__front:hover .community__back {
  opacity: 1;
  pointer-events: all;
}
.community__front:hover {
  border-color: #ffffff2e;
}
.parallax-section {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.parallax-section__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  will-change: transform;
  transform: translateZ(0);
  filter: saturate(0.88) contrast(1.05);
}
.parallax-section:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, #0405062e, #04050661);
  pointer-events: none;
}
.parallax-section .container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.news__slider {
  margin-top: 50px;
}
.news__slide {
  max-width: 600px;
}
.news__slide h2 {
  font-size: 28px;
  margin-top: 30px;
  line-height: 1.2;
}
.news-img {
  display: block;
  max-width: 600px;
  aspect-ratio: 1.35/1;
  max-height: none;
  overflow: hidden;
  border-radius: 18px;
}
.news-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-slider-meta {
  margin-top: 20px;
  font-size: 16px;
  gap: 14px;
  color: #b3b3b3;
}
.news-slider-meta img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-slider-meta time {
  opacity: 0.72;
}
.donate-section {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: radial-gradient(
      ellipse 70% 70% at 78% 50%,
      rgba(158, 139, 138, 0.16),
      transparent 58%
    ),
    #0b0b0b;
}
.donate {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  grid-gap: 30px;
  gap: 30px;
  padding: 70px 0;
  justify-content: initial;
}
.donate h2 {
  font-size: 96px;
  line-height: 1.02;
  max-width: 1200px;
  text-wrap: balance;
}
.donate__col-1 .main__btn {
  font-size: 24px;
  margin-top: 30px;
}
.donate__col-1 .main__btn img {
  width: 20px;
  height: 20px;
}
.donate__col-2 {
  width: 100%;
  max-width: none;
  padding: 30px;
  background-color: #0b0b0b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
}
.form { gap: 96px; align-items: flex-start; } .form__col-1, .form__col-2 { width: 100%; flex: 1; } .form__col-1 { border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 32px; overflow: hidden; } .form__col-1 img { width: 100%; height: 100%; display: block; object-fit: cover; } .form__col-2 .section-title { font-size: clamp(42px, 5vw, 72px); line-height: 1; letter-spacing: -0.03em; margin-bottom: 0; } .form__col-2 p { margin-top: 32px; max-width: 720px; line-height: 1.8; color: rgba(255, 255, 255, 0.7); } /* FORM */ .form__fields { margin-top: 48px; display: flex; flex-direction: column; gap: 18px; } .form__input, .form__textarea { width: 100%; padding: 24px 28px; border-radius: 24px; border: 1px solid rgba(255, 255, 255, 0.12); background: transparent; color: #fff; font-size: 18px; font-family: inherit; font-weight: 400; line-height: 1.4; transition: all 0.3s ease; } .form__textarea { min-height: 180px; resize: vertical; } .form__input::placeholder, .form__textarea::placeholder { color: rgba(255, 255, 255, 0.45); } .form__input:hover, .form__textarea:hover { border-color: rgba(255, 255, 255, 0.22); } .form__input:focus, .form__textarea:focus { outline: none; border-color: rgba(255, 255, 255, 0.45); background: rgba(255, 255, 255, 0.02); } .form__btn { margin: 10px 0 10px auto; width: fit-content; padding: 18px 42px; border: none; border-radius: 999px; background: #ffffff; color: #111111; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; } .form__btn:hover { transform: translateY(-2px); } .form__btn:active { transform: translateY(0); }
@media(max-width: 1440px) {
	.form__col-2 .section-title { font-size: clamp(28px, 3vw, 72px);
}
.about__col-1 h2 {
    font-size: 48px;
}
}
/* TABLET */ @media (max-width: 991px) { .form { flex-direction: column; gap: 48px; } .form__col-1 { display:none; } .form__col-2 .section-title { font-size: 42px; } } 
/* MOBILE */ @media (max-width: 767px) { .form { gap: 32px; } .form__input, .form__textarea { padding: 20px 24px; font-size: 16px; border-radius: 20px; } .form__btn { width: 100%; justify-content: center; text-align: center; } .form__col-2 .section-title { font-size: 28px; }}

.blog-single iframe, .about-page iframe {
display:flex;
	justify-content:center;
	width: 85% !important;
height: 650px !important;
margin: 20px auto 40px !important;
border-radius: 24px;
}

.shop__wrp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  gap: 32px;
  margin-top: 56px;
}
.shop__item {
  width: 100%;
  background: linear-gradient(180deg, #ffffff0d, #ffffff03), #0b0b0b;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  transition: all 0.35s ease;
}
.shop__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px #00000059, 0 0 20px #9e8b8a14;
  border-color: #ffffff2e;
}
.shop__item .shop__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.shop__item .shop__img img {
  width: 100%;
  border-radius: 18px;
  -o-object-fit: contain;
  object-fit: contain;
}
.shop__title {
  display: block;
  font-family: Russo One, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 30px auto 0;
  text-align: center;
  letter-spacing: 0.8px;
}
.shop__bottom-row {
  margin-top: 28px;
  gap: 18px;
}
.shop__bottom-row .main__btn {
  min-width: 160px;
}
.shop-price {
  font-family: Russo One, sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1680px) {
  .community__back {
    align-items: start;
  }
  .community__back h3 {
    font-size: 28px;
  }
  .news__slide h2 {
    font-size: 24px;
  }
  .donate h2 {
    font-size: 82px;
  }
}
@media (max-width: 1520px) {
  .shop__title {
    font-size: 28px;
  }

	.community__front h3 {
		font-size:21px;
	}

	.hero-popup {
top: 43%;
	width:100%;
	padding:50px 40px;
	}

  .hero-popup p {
    font-size: 13px !important;
    margin: 10px 0 !important;
  }
  .hero-popup p:first-of-type {
    margin-top: 20px !important;
  }
  .hero-popup h2 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .metrics__num {
    font-size: 70px;
  }
  .metrics__text {
    font-size: 21px;
  }
  .about__col-1 a {
    margin-top: 20px;
  }
  .quation__col-2 ul li {
    padding: 5px 0 5px 20px;
  }
  .quation__col-2 ul li:before {
    top: 13px;
  }
  .quation__col-2 li {
    font-size: 16px;
  }
  .quation__col-2 .main__btn {
    justify-content: end !important;
  }
  .promo-video iframe {
    max-width: 1300px;
    height: 680px;
  }
  .community__back p {
    margin: 5px 0 !important;
  }
  .community__back p:first-of-type {
    margin-top: 20px !important;
  }
  .community .section-title {
    width: 55%;
  }
  .community__img {
    max-height: 450px;
  }
  .news__slide h2 {
    font-size: 18px;
  }
  .news-slider-meta {
    font-size: 14px;
  }
  .entry-content {
    font-size: 16px;
  }
  .entry-content p {
    margin: 0 !important;
  }
  .footer__main {
    gap: 48px 30px;
  }
	.blog-single iframe, .about-page iframe { 
	height:500px !important;
	}
}

@media (max-width: 1320px) {
  .shop__wrp {
    gap: 20px;
  }
  .shop__title {
    font-size: 24px;
  }
  .shop-price {
    font-size: 21px;
  }
  .shop__bottom-row .main__btn {
    padding: 18px;
  }
}
@media (max-width: 1280px) {
  .about {
    gap: 40px;
  }
  .donate h2 {
    font-size: 64px;
  }
  .hero-popup {
    display: none;
  }
  .hero__col-2 {
    pointer-events: none;
  }
  .cursor-hint {
    display: none;
  }
}
@media (max-width: 1220px) {
  .metrics {
    gap: 10px;
  }
  .metrics__num {
    font-size: 58px;
  }
  .metrics__text {
    font-size: 18px;
  }
  .metrics-section.section-padding {
    padding: 35px 0;
  }
  .about {
    display: flex;
    flex-direction: column;
  }
  .about__col-2 {
    width: 60%;
  }
  .quation {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .quation__col-1 {
    order: 2;
    width: 60%;
  }
  .promo-video iframe {
    max-width: 1000px;
    height: 600px;
  }
  .parallax-section.section-padding {
    padding: 0;
  }
  .community .section-title {
    width: 100%;
  }
  .shop__wrp {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 880px) {
  .promo-video iframe {
    max-width: 1000px;
    height: 450px;
  }
  .news__slider,
  .community__slider {
    margin-top: 25px;
  }
}
@media (max-width: 998px) {
  .metrics__item {
    padding: 30px;
  }
  .donate {
    display: flex;
    flex-direction: column;
  }
  .donate__col-1 {
    text-align: center;
  }
  .donate__col-1 .main__btn {
    margin: 50px auto 30px;
  }
  .donate__col-2 {
    max-width: 50%;
  }
}
@media (max-width: 830px) {
  .metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .about__col-2,
  .quation__col-1 {
    width: 100%;
  }
  .quation__col-2 .main__btn {
    justify-content: center !important;
    margin: 40px auto 0 !important;
  }
  .community__back {
    display: none;
  }
  .community__front ul li {
    font-size: 14px;
  }
  .donate__col-2 {
    max-width: 100%;
  }
.blog-single iframe, .about-page iframe {
	width: 100% !important;
	height: 550px !important;

}
}
@media (max-width: 768px) {
  .promo-video iframe {
    max-width: 1000px;
    height: 380px;
  }
  .shop__wrp {
    grid-template-columns: repeat(1, 1fr);
  }
  .shop__title {
    font-size: 32px;
  }
  .shop__bottom-row {
    margin-top: 50px;
  }

	.blog-single iframe, .about-page iframe {
		max-height: 400px !important;
	}
}
@media (max-width: 580px) {
  .donate__col-1 h2 {
    font-size: 38px;
  }
  .shop__title {
    font-size: 26px;
  }
  .footer__main {
    flex-direction: column;
  }
	.blog-single iframe, .about-page iframe {
		max-height: 200px !important;
	}
.about__col-1 h2 {
    font-size: 38px;
}
}
@media (max-width: 480px) {
  .metrics {
    grid-template-columns: repeat(1, 1fr);
  }
  .shop__wrp > *:nth-child(n + 4) {
    display: none;
  }

	.community__front ul li {
		font-size:12px;
	}
}
@media (max-width: 420px) {
  .shop__title {
    font-size: 21px;
  }
}
.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  gap: 32px;
}
@media (max-width: 1280px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .news-list {
    grid-template-columns: 1fr;
  }
  .news-img {
    max-width: 100%;
  }
}
.news-list article,
.news__slide article {
  height: 100%;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff0d, #ffffff03), #0b0b0b;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.news-list article:hover,
.news__slide article:hover {
  border-color: #ffffff2e;
  box-shadow: 0 20px 54px #00000057;
}
.news-list h2 {
  font-size: 28px;
  margin-top: 30px;
  line-height: 1.2;
}
.entry-meta {
  pointer-events: none;
}
.entry-title a {
  transition: color 0.3s ease;
}
.entry-title a:hover {
  color: #b3b3b3;
}
.entry-content {
  margin-top: 18px;
  color: #b3b3b3;
  line-height: 1.65;
}
.blog-single-section {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.blog-single-title h1 {
  font-size: 92px !important;
  max-width: 1200px;
}
@media (max-width: 1440px) {
  .blog-single-title h1 {
    font-size: 64px !important;
	max-width:960px;
  }
	.news-list h2 {
		font-size:20px;
	}
}
@media (max-width: 1220px) {
  .blog-single-title h1 {
    font-size: 48px !important;
  }
}
@media (max-width: 768px) {
  .blog-single-title h1 {
    font-size: 32px !important;
  }
}
@media (max-width: 580px) {
  .blog-single-title h1 {
    font-size: 28px !important;
  }
}
.hero-pages-section .pages-hero p {
  max-width: 800px;
margin: 5px 0 !important;
}
.blog-single {
  max-width: 1680px;
  margin: 0 auto;
  padding: 72px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: #0b0b0b9e;
}
.blog-single h2 {
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 38px;
}
.blog-single p {
  max-width: 100%;
  color: #b3b3b3;
  line-height: 1.75;
}
.blog-single img {
  width: 100%;
  max-width: 1200px;
  max-height: 650px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-single ul {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  padding-left: 0;
  margin: 28px 0;
  list-style: none;
}
.blog-single ul li {
  position: relative;
  padding-left: 26px;
  color: #b3b3b3;
}
.blog-single ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border: 1px solid #b3b3b3;
  border-radius: 50%;
}
.blog-single a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: all 0.1s ease;
}
.blog-single a:hover {
  color: #b3b3b3;
}
.blog-single-section {
  padding: 120px 0;
}
@media (max-width: 998px) {
  .blog-single-section {
    padding: 50px 0;
  }
  .news-list h2 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .news-list h2 {
    font-size: 18px;
  }
}
.shop-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  gap: 40px;
}
.shop-hero-page h1 {
  font-size: 160px !important;
}
@media (max-width: 1440px) {
  .shop-hero-page h1 {
    font-size: 100px !important;
  }

  .about-page img,
	.blog-single img {
		max-width: 960px !important;
	}
}
@media (max-width: 1220px) {
  .shop-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
	.blog-single iframe, .about-page iframe {
		max-height: 450px;
	}
}
@media (max-width: 998px) {
  .shop-hero-page h1 {
    font-size: 72px !important;
  }
  .shop__title {
    font-size: 18px !important;
  }
	.blog-single iframe, .about-page iframe {
		max-height: 400px;
	}
}
@media (max-width: 768px) {
  .shop-list {
    grid-template-columns: 1fr;
  }
  .shop-hero-page h1 {
    font-size: 48px !important;
  }
  .shop__title {
    font-size: 21px !important;
  }
}
.hero-about-page {
  position: relative;
  min-height: 980px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-about-page img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
  margin: 0 auto;
}
.hero-about-page:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(
      ellipse 50% 45% at 50% 50%,
      rgba(158, 139, 138, 0.12),
      transparent 60%
    ),
    #00000061;
  z-index: 2;
}
.hero-about-page .pages-hero {
  z-index: 4;
}
.hero-about-page .pages-hero h1,
.hero-about-page .pages-hero p {
  color: #fff;
}
.hero-about-page .container {
  z-index: 100;
}
.about-page {
  max-width: 1680px;
  margin: 0 auto;
  padding: 72px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: #0b0b0b9e;
}
.about-page h2 {
  margin-bottom: 30px;
  font-size: 42px;
  line-height: 1.18;
}
.about-page h2:not(:first-child) {
  margin-top: 50px;
}
.about-page p {
  max-width: 100%;
  color: #b3b3b3;
  line-height: 1.75;
}
.about-page img {
  width: 100%;
  max-width: 1200px;
  max-height: 650px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page ul {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  padding-left: 0;
  margin: 28px 0;
  list-style: none;
}
.about-page ul li {
  position: relative;
  padding-left: 26px;
  color: #b3b3b3;
}
.about-page ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border: 1px solid #b3b3b3;
  border-radius: 50%;
}
.about-page a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: all 0.1s ease;
}
.about-page a:hover {
  color: #b3b3b3;
}
@media(max-width:1440px) {
	.about-page h2 {
  font-size: 38px;
}
}
@media (max-width: 998px) {
  .about-page h2,
  .blog-single h2 {
    font-size: 24px;
  }
  .about-page img,
  .blog-single img {
    max-height: 350px;
  }
   .blog-single-title h1 {
        max-width: 620px;
    }
.about-page h2 {
  margin-bottom: 10px;
}
.about-page h2:not(:first-child) {
  margin-top: 20px;
}
}
@media (max-width: 767px) {
  .about-page,
  .blog-single {
    padding: 24px;
  }
  .about-page h2,
  .blog-single h2 {
    font-size: 28px;
  }
.about-page {
		padding:40px !important;
	}
}
@media (max-width: 580px) {
  .hero-pages-section .pages-hero p,
  .blog-single p {
    max-width: 100% !important;
	margin: 5px 0 !important;
  }
  .about-page h2,
  .blog-single h2 {
    font-size: 21px;
  }
  .about-page img,
  .blog-single img {
    max-height: 230px;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__pagination {
	display: none;
}

.splide__arrow:hover {
	background:#fff;
}

.author a {
	align-items: center;
}

#formMessage {
    margin: 0 auto !important;
}

