@charset "UTF-8";
[data-aos="fade-up"] {
  -webkit-transform: translate3d(0, 30px, 0) !important;
          transform: translate3d(0, 30px, 0) !important;
}

[data-aos="fade-up"].aos-animate {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans", sans-serif;
  color: #2A143A;
  font-size: clamp(12px, 1.8vmin, 18px);
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1,
.h1 {
  font-size: clamp(28px, 2.5vmax, 56px);
  font-weight: 700;
  line-height: 1.15;
}

h2,
.h2 {
  font-size: clamp(22px, 1.8vmax, 40px);
  font-weight: 500;
  line-height: 1.2;
}

h3,
.h3 {
  font-size: clamp(20px, 1.4vmax, 32px);
  font-weight: 600;
  line-height: 1.25;
}

.text-lg {
  font-size: clamp(17px, 1.4vmax, 24px);
}

.text-md {
  font-size: clamp(15px, 1.2vmax, 20px);
}

.text-sm {
  font-size: clamp(13px, 1.3vmax, 16px);
  line-height: 1.6;
}

.border-bottom-1 {
  border-bottom: 1px solid #351949;
}

.spacer-y {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media (max-width: 767.98px) {
  .spacer-y {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.mb-large {
  margin-bottom: 80px;
}

@media (max-width: 575.98px) {
  .mb-large {
    margin-bottom: 40px;
  }
}

.text-purple {
  color: #2A143A;
}

.bg-purple {
  background-color: #2A143A;
}

.text-pink {
  color: #69052d;
}

.bg-pink {
  background-color: #69052d;
}

.text-green {
  color: #706C49;
}

.bg-green {
  background-color: #706C49;
}

.text-mint {
  color: #D3D9BD;
}

.bg-mint {
  background-color: #D3D9BD;
}

.text-lilac {
  color: #BFA7DE;
}

.bg-lilac {
  background-color: #BFA7DE;
}

.text-brown {
  color: #50342E;
}

.bg-brown {
  background-color: #50342E;
}

.text-deep-purple {
  color: #351949;
}

.bg-deep-purple {
  background-color: #351949;
}

.button {
  padding: 11px 45px;
  min-width: 172px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  font-size: clamp(14px, 1.8vmin, 18px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.button-primary {
  color: #D3D9BD;
  background: -webkit-gradient(linear, left top, right top, from(#706C49), to(#B6BA9C));
  background: linear-gradient(90deg, #706C49 0%, #B6BA9C 100%);
}

.button-primary:hover {
  background: -webkit-gradient(linear, left top, right top, from(#5a5638), to(#9a9e82));
  background: linear-gradient(90deg, #5a5638 0%, #9a9e82 100%);
}

.button-primary:focus {
  outline: 2px solid #BFA7DE;
  outline-offset: 3px;
}

.button-primary:active {
  opacity: 0.85;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.button-primary:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.button-secondary {
  color: #2A143A;
  background: -webkit-gradient(linear, left top, right top, from(#BFA7DE), to(#CDCBC7));
  background: linear-gradient(90deg, #BFA7DE 0%, #CDCBC7 100%);
}

.button-purple {
  background-color: #351949;
  color: #BFA7DE;
}

.button-purple-grad {
  background-image: url("../images/button-bg.svg") !important;
  background-size: 110% !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
}

.button span {
  color: #351949;
}

.button-primary:hover {
  background: -webkit-gradient(linear, left top, right top, from(#5a5638), to(#9a9e82));
  background: linear-gradient(90deg, #5a5638 0%, #9a9e82 100%);
}

.button-primary:focus {
  outline: 2px solid #BFA7DE;
  outline-offset: 3px;
}

.button-primary:active {
  opacity: 0.85;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.button-primary:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.button-secondary:hover {
  background: -webkit-gradient(linear, left top, right top, from(#a891c8), to(#b5b3af));
  background: linear-gradient(90deg, #a891c8 0%, #b5b3af 100%);
}

.button-secondary:focus {
  outline: 2px solid #2A143A;
  outline-offset: 3px;
}

.button-secondary:active {
  opacity: 0.85;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.button-secondary:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.button-purple:hover {
  background-color: #51266f;
}

.button-purple:focus {
  outline: 2px solid #BFA7DE;
  outline-offset: 3px;
}

.button-purple:active {
  opacity: 0.85;
}

.button-purple:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.button-purple-grad:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#a88ec9));
  background: linear-gradient(#fff, #a88ec9);
}

.button-purple-grad:focus {
  outline: 2px solid #2A143A;
  outline-offset: 3px;
}

.button-purple-grad:active {
  opacity: 0.85;
}

.button-purple-grad:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

input.form-control {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input.theme-control {
  padding: 20px 32px;
  border-radius: 50px;
}

input:focus, input:focus-visible, input:hover {
  border-color: #e3e2d5 !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: background 0.4s ease, -webkit-box-shadow 0.4s ease, -webkit-backdrop-filter 0.4s ease;
  transition: background 0.4s ease, -webkit-box-shadow 0.4s ease, -webkit-backdrop-filter 0.4s ease;
  transition: background 0.4s ease, box-shadow 0.4s ease, backdrop-filter 0.4s ease;
  transition: background 0.4s ease, box-shadow 0.4s ease, backdrop-filter 0.4s ease, -webkit-box-shadow 0.4s ease, -webkit-backdrop-filter 0.4s ease;
}

header .container-fluid {
  padding-inline: 74px;
}

@media (max-width: 575.98px) {
  header .container-fluid {
    padding-inline: 1rem;
  }
}

header .navigation {
  padding: 52px 0;
  -webkit-transition: padding 0.35s ease;
  transition: padding 0.35s ease;
}

@media (max-width: 991.98px) {
  header .navigation {
    padding: 36px 0;
  }
}

@media (max-width: 575.98px) {
  header .navigation {
    padding: 20px 0;
  }
}

header .logo {
  display: inline-block;
  position: relative;
  z-index: 1002;
  overflow: hidden;
}

header .logo img {
  width: 239px;
  max-width: none;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
  -webkit-transition: width 0.38s cubic-bezier(0.4, 0, 0.2, 1), height 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.38s cubic-bezier(0.4, 0, 0.2, 1), height 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}

@media (max-width: 991.98px) {
  header .logo img {
    width: 43px;
    height: 60px;
    -o-object-position: left;
       object-position: left;
  }
}

header .item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  position: relative;
}

header .item-right .menu {
  gap: 167px;
}

header .current_page_item {
  font-weight: 700 !important;
}

header .menu-item {
  min-width: 90px;
}

header .desktop-menu-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
  font-size: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  max-width: 900px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: max-width 0.42s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease, visibility 0.42s ease, -webkit-transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-width 0.42s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease, visibility 0.42s ease, -webkit-transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-width 0.42s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease, transform 0.42s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.42s ease;
  transition: max-width 0.42s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease, transform 0.42s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.42s ease, -webkit-transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 1199.98px) {
  header .desktop-menu-inline {
    gap: 40px;
  }
}

@media (max-width: 991.98px) {
  header .desktop-menu-inline {
    display: none !important;
  }
}

header .desktop-menu-inline a {
  color: #2A143A;
  -webkit-transition: color 0.25s ease, opacity 0.25s ease;
  transition: color 0.25s ease, opacity 0.25s ease;
  position: relative;
}

header .desktop-menu-inline a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #69052d;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

header .desktop-menu-inline a:hover {
  color: #69052d;
  font-weight: 700;
}

header .desktop-menu-inline a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

header .menu-toggle {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  padding: 0;
  color: #2A143A;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease, color 0.25s ease, -webkit-transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.35s ease, visibility 0.35s ease, color 0.25s ease, -webkit-transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.35s ease, transform 0.38s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s ease, color 0.25s ease;
  transition: opacity 0.35s ease, transform 0.38s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s ease, color 0.25s ease, -webkit-transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 992px) {
  header .menu-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

header .menu-toggle .menu-toggle-label {
  position: relative;
  padding-bottom: 2px;
}

header .menu-toggle .menu-toggle-label::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

header .menu-toggle:hover {
  color: #69052d;
}

header .menu-toggle:hover .menu-toggle-label::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

header .menu-toggle:focus-visible {
  outline: 2px solid #BFA7DE;
  outline-offset: 3px;
  border-radius: 2px;
}

header .hamburger {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
  z-index: 1001;
}

@media (min-width: 992px) {
  header .hamburger {
    display: none !important;
  }
}

header .hamburger.active {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

header.scrolled {
  background: rgba(255, 252, 248, 0.9);
  -webkit-box-shadow: 0 2px 24px rgba(42, 20, 58, 0.09);
          box-shadow: 0 2px 24px rgba(42, 20, 58, 0.09);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

header.scrolled .navigation {
  padding: 18px 0;
}

header.scrolled .logo img {
  width: 43px;
  height: 60px;
}

header.scrolled .item-right {
  gap: 85px;
}

header.scrolled .menu {
  gap: 142px;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (min-width: 992px) {
  header.scrolled .desktop-menu-inline {
    max-width: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  header.scrolled .menu-toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (min-width: 992px) {
  header.scrolled.menu-open .menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  header.scrolled.menu-open .desktop-menu-inline {
    max-width: 900px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.desktop-menu-panel {
  display: none !important;
}

.mobile-menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  background: url(../images/mobile-menu-bg.png) no-repeat center center/cover;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.52s, -webkit-transform 0.52s cubic-bezier(0.77, 0, 0.175, 1);
  transition: visibility 0s linear 0.52s, -webkit-transform 0.52s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.52s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s linear 0.52s;
  transition: transform 0.52s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s linear 0.52s, -webkit-transform 0.52s cubic-bezier(0.77, 0, 0.175, 1);
}

.mobile-menu-panel.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  -webkit-transition: visibility 0s linear 0s, -webkit-transform 0.52s cubic-bezier(0.77, 0, 0.175, 1);
  transition: visibility 0s linear 0s, -webkit-transform 0.52s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.52s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s linear 0s;
  transition: transform 0.52s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s linear 0s, -webkit-transform 0.52s cubic-bezier(0.77, 0, 0.175, 1);
}

.mobile-menu-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  text-align: center;
}

.mobile-menu-panel ul li {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mobile-menu-panel ul li:nth-child(1) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

.mobile-menu-panel ul li:nth-child(2) {
  -webkit-transition-delay: 0.19s;
          transition-delay: 0.19s;
}

.mobile-menu-panel ul li:nth-child(3) {
  -webkit-transition-delay: 0.26s;
          transition-delay: 0.26s;
}

.mobile-menu-panel ul li:nth-child(4) {
  -webkit-transition-delay: 0.33s;
          transition-delay: 0.33s;
}

.mobile-menu-panel ul li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.mobile-menu-panel ul li:nth-child(6) {
  -webkit-transition-delay: 0.47s;
          transition-delay: 0.47s;
}

.mobile-menu-panel.active ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mobile-menu-panel ul li a {
  color: #BFA7DE;
  font-size: clamp(22px, 5vw, 32px);
  font-weight: 500;
  letter-spacing: 0.02em;
  -webkit-transition: color 0.25s ease, letter-spacing 0.25s ease;
  transition: color 0.25s ease, letter-spacing 0.25s ease;
}

.mobile-menu-panel ul li a:hover {
  color: #fff;
  letter-spacing: 0.06em;
}

.mobile-menu-close {
  position: absolute;
  top: 36px;
  right: 74px;
  font-size: 2.2rem;
  line-height: 1;
  color: #BFA7DE;
  cursor: pointer;
  background: transparent;
  border: none;
  -webkit-transition: color 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  z-index: 10001;
}

.mobile-menu-close:hover {
  color: #fff;
  -webkit-transform: rotate(90deg) scale(1.1);
          transform: rotate(90deg) scale(1.1);
}

@media (max-width: 767px) {
  .mobile-menu-close {
    top: 20px;
    right: 16px;
  }
}

.mobile-menu-logo {
  position: absolute;
  top: 24px;
  right: 28px;
  font-size: 2.2rem;
  line-height: 1;
  color: #BFA7DE;
  cursor: pointer;
  background: transparent;
  border: none;
  -webkit-transition: color 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  z-index: 10001;
}

.mobile-menu-logo {
  right: unset;
  left: 74px;
  top: 36px;
}

@media (max-width: 767px) {
  .mobile-menu-logo {
    top: 20px;
    left: 16px;
  }
}

section .container {
  max-width: 1140px;
}

.hero {
  background-image: url("../images/hero.png");
  background-size: cover;
  background-position: center;
}

@media (max-width: 575.98px) {
  .hero {
    background-image: url("../images/hero-mobile.png");
  }
}

.hero.imprint {
  background-image: url("../images/imprint-bg.png") !important;
}

@media (max-width: 991.98px) {
  .hero .text-green {
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .hero .container {
    margin-top: 100px;
  }
}

@media (max-width: 575.98px) {
  .hero.spacer-y {
    padding-top: 130px;
    padding-bottom: 45px;
  }
  .hero.spacer-y h1 {
    font-size: 24px;
  }
  .hero.spacer-y .h3 {
    font-size: 18px;
  }
}

.main-home {
  min-height: 100dvh;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-image: url("../images/main-hero.png") !important;
  position: relative;
  max-height: 100dvh;
}

@media (max-width: 767px) {
  .main-home {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main-about {
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-height: 100dvh;
  --shadow-x: 41px;
  --shadow-y: 47px;
}

.main-about::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/main-about.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(var(--shadow-x) var(--shadow-y) 127.8px #E5D7B6);
          filter: drop-shadow(var(--shadow-x) var(--shadow-y) 127.8px #E5D7B6);
}

.main-about > * {
  position: relative;
  z-index: 11;
}

.main-about.spacer-y {
  padding-top: 30px;
  padding-bottom: 130px;
}

@media (max-width: 767px) {
  .main-about + .programming-section.spacer-y {
    padding-top: 0;
  }
  .main-about:hover {
    -webkit-box-shadow: 15px 10px 40px rgba(42, 20, 58, 0.12), -15px 5px 30px rgba(191, 167, 222, 0.1), 0 2px 8px rgba(42, 20, 58, 0.05);
            box-shadow: 15px 10px 40px rgba(42, 20, 58, 0.12), -15px 5px 30px rgba(191, 167, 222, 0.1), 0 2px 8px rgba(42, 20, 58, 0.05);
  }
}

@media (max-width: 575px) {
  .main-about.spacer-y {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .main-about img.mx-md-auto {
    height: 54px;
  }
}

.meeting-section .three-circle {
  height: 100%;
}

@media (max-width: 991.98px) {
  .meeting-section .three-circle {
    position: absolute;
    top: 40px;
    z-index: -1;
    width: 70%;
    right: 0;
    height: unset;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 767.98px) {
  .meeting-section {
    padding-bottom: 0;
    padding-top: 300px;
  }
}

@media (max-width: 575.98px) {
  .meeting-section {
    padding-bottom: 0;
    padding-top: 300px;
  }
}

@media (max-width: 575.98px) {
  .format-section {
    padding-bottom: 0;
  }
}

.netzwerk-sec,
.lilac-section,
.contact-section,
.programming-section {
  min-height: 85dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../images/yellow-bg.png");
  background-size: cover;
  background-position: center;
  background-position: bottom;
}

@media (max-width: 575px) {
  .netzwerk-sec,
  .lilac-section,
  .contact-section,
  .programming-section {
    min-height: unset;
  }
}

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

.programming-section .section-noise-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.6;
}

.programming-section > .container {
  position: relative;
  z-index: 1;
}

.lilac-section {
  background-image: url("../images/main-lilac.png");
  background-size: cover;
  background-position: center;
  background-position: center;
  background-attachment: fixed;
}

.netzwerk-sec {
  background-image: url("../images/main-netzwerk.png");
  background-size: cover;
  background-position: center;
  background-position: center;
}

.contact-section {
  background-image: url("../images/wave-bg-1.png");
  background-size: cover;
  background-position: center;
  background-position: center;
}

footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("../images/footer-bg.png");
  background-size: cover;
  background-position: center;
}

@media (max-width: 575.98px) {
  footer .h3 {
    font-size: 18px;
  }
}

footer .container-fluid {
  padding-inline: 74px;
}

@media (max-width: 575.98px) {
  footer .container-fluid {
    padding-inline: 1rem;
  }
}

footer .container-fluid .footer-icons {
  gap: 60px;
}

footer .container-fluid .footer-icons img {
  width: 157px;
}

@media (max-width: 767.98px) {
  footer .container-fluid .footer-icons img {
    width: 115px;
  }
}

@media (max-width: 575.98px) {
  footer .container-fluid .footer-icons {
    gap: 50px;
  }
}

.event-wrap.spacer-y {
  padding-top: 100px;
  padding-bottom: 100px;
}

.filter-wrap .filter-trigger {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  grid-gap: 50px;
}

@media (max-width: 767.98px) {
  .filter-wrap .filter-trigger {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .filter-wrap .filter-trigger .button {
    padding: 16px 24px;
    border-radius: 50px;
    font-size: 15px;
  }
}

.event-list .list-wrap {
  color: #504B4B;
  border-block: 1px solid rgba(0, 0, 0, 0.12);
  padding: 30px 14px;
  min-height: 138px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 30% 15% 5%;
      grid-template-columns: 40% 30% 15% 5%;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.event-list .list-wrap:hover {
  background-image: url("../images/grain-texture-list.png");
  background-size: cover;
}

.event-list .list-wrap:first-child {
  border-top: 0;
}

.event-list .list-wrap:last-child {
  border-bottom: 0;
}

.event-list .list-wrap .event-title {
  width: 100%;
}

.event-list .list-wrap .event-format {
  width: 100%;
}

.event-list .list-wrap .event-datetime {
  width: 100%;
}

.event-list .list-wrap .event-icon {
  width: 100%;
  text-align: right;
}

@media (max-width: 767.98px) {
  .event-list .list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    padding: 20px 14px;
  }
  .event-list .list-wrap .event-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-bottom: 5px;
  }
  .event-list .list-wrap .event-format {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(45% - 7px);
            flex: 0 0 calc(45% - 7px);
    max-width: calc(45% - 7px);
  }
  .event-list .list-wrap .event-datetime {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(35% - 7px);
            flex: 0 0 calc(35% - 7px);
    max-width: calc(35% - 7px);
  }
  .event-list .list-wrap .event-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 6px);
            flex: 0 0 calc(20% - 6px);
    max-width: calc(20% - 6px);
    text-align: right;
  }
}

.info-section {
  position: relative;
  z-index: 1;
}

.info-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/team-bg-squar.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.past-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 90px;
  padding: 14px 50px;
  background-image: url("../images/past-events-bg.png");
  background-size: cover;
  background-position: center;
}

.filter-btn {
  -webkit-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#C0ACDB));
  background: linear-gradient(#FFF, #C0ACDB);
}

.filter-btn.filled {
  background: #BFA7DE !important;
  color: #2A143A !important;
  border-color: #BFA7DE !important;
  background-image: url("../images/button-active.svg") !important;
  background-size: 110% !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
}

.filter-btn.active {
  background: #fff !important;
  color: #2A143A !important;
  border-color: #2A143A !important;
  -webkit-box-shadow: 0 0 0 1px #2A143A;
          box-shadow: 0 0 0 1px #2A143A;
}

.filter-dropdown {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #FDFDFD;
  border: none !important;
  position: relative;
}

.filter-dropdown::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E0C8FF), to(#FFE5A8));
  background: linear-gradient(180deg, #E0C8FF 0%, #FFE5A8 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 767.98px) {
  .filter-dropdown {
    padding: 1rem !important;
    border-radius: 1rem;
    font-size: 14px;
  }
}

.option-item {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.option-item:hover {
  color: #69052d;
}

.option-item.selected {
  color: #69052d;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.event-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  background-image: url("../images/modal-bg.png");
  background-size: cover;
  background-position: center;
  overflow-y: auto;
}

.event-modal .container {
  min-height: 100%;
  padding-top: 80px;
  padding-bottom: 60px;
}

.event-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.event-modal .col-lg-6.custom-scrollbar {
  max-height: 65vh;
  overflow-y: auto;
}

.event-modal .modal-bg {
  background: linear-gradient(135deg, rgba(238, 230, 246, 0.98), rgba(215, 205, 235, 0.98));
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(42, 20, 58, 0.2);
  border-radius: 10px;
}

.cursor-pointer {
  cursor: pointer;
}

.event-accordion-body {
  padding: 0 14px;
  background-image: url("../images/acc-body-bg.png");
  background-size: cover;
  background-position: center;
  background-size: cover;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: max-height 1s cubic-bezier(0.76, 0, 0.24, 1), opacity 1s cubic-bezier(0.76, 0, 0.24, 1), padding 1s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 1s cubic-bezier(0.76, 0, 0.24, 1);
  transition: max-height 1s cubic-bezier(0.76, 0, 0.24, 1), opacity 1s cubic-bezier(0.76, 0, 0.24, 1), padding 1s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 1s cubic-bezier(0.76, 0, 0.24, 1);
  transition: max-height 1s cubic-bezier(0.76, 0, 0.24, 1), opacity 1s cubic-bezier(0.76, 0, 0.24, 1), padding 1s cubic-bezier(0.76, 0, 0.24, 1), transform 1s cubic-bezier(0.76, 0, 0.24, 1);
  transition: max-height 1s cubic-bezier(0.76, 0, 0.24, 1), opacity 1s cubic-bezier(0.76, 0, 0.24, 1), padding 1s cubic-bezier(0.76, 0, 0.24, 1), transform 1s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 1s cubic-bezier(0.76, 0, 0.24, 1);
}

.event-accordion-body.opening {
  max-height: 3000px;
  min-height: 600px;
  opacity: 1;
  padding: 24px 14px 32px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.event-accordion-body .event-meta > div {
  margin-bottom: 6px;
}

.event-accordion-body .accordion-content-wrapper {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.event-accordion-body .accordion-content-wrapper.loaded {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.list-wrap {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.list-wrap.active {
  background-image: url("../images/grain-texture-list.png");
  background-size: cover;
}

@media (max-width: 575.98px) {
  .programming-section .row,
  .contact-section .row {
    text-align: left !important;
  }
  .format-section .col-lg-6 {
    text-align: left !important;
  }
}

.about-hero {
  background-image: url("../images/hero-about.png");
  background-size: cover;
  background-position: center;
}

@media (max-width: 575.98px) {
  .about-hero {
    background-image: url("../images/hero-mobile.png");
  }
}

@media (max-width: 575.98px) {
  .about-hero.spacer-y {
    padding-top: 130px;
    padding-bottom: 45px;
  }
  .about-hero.spacer-y h1 {
    font-size: 24px;
  }
  .about-hero.spacer-y .h3 {
    font-size: 18px;
  }
}

.about-hero .about-group-photo {
  border-radius: 20px;
  width: 100%;
}

.about-section.spacer-y {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767.98px) {
  .about-section.spacer-y {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.about-section .container {
  width: 70%;
  max-width: 1140px;
  margin: 0 auto;
  border-radius: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(30px, 4vw, 60px) clamp(20px, 4vw, 60px);
}

@media (max-width: 991.98px) {
  .about-section .container {
    width: 90%;
    padding: 30px 20px;
  }
}

.about-section.about-profile .container {
  background-image: url("../images/team-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-section .about-org-heading {
  color: #BFA7DE;
  font-weight: 600;
}

.about-org-logo-card {
  background: #FFFFFF;
  padding: 0;
  border-radius: 40px;
  min-height: 156px;
  height: 100%;
  max-height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-org-logo-card img {
  max-width: 240px;
  width: 100%;
}

@media (max-width: 991.98px) {
  .about-org-logo-card {
    margin-bottom: 1.5rem;
    border-radius: 24px;
  }
  .about-org-logo-card img {
    max-width: 160px;
  }
}

.about-profile-img {
  width: 100%;
  max-width: 360px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (max-width: 991.98px) {
  .about-profile-img {
    max-width: 280px;
  }
}

@media (max-width: 575.98px) {
  .about-profile-img {
    max-width: 80%;
  }
}

.about-org-logo {
  max-width: 200px;
}

@media (max-width: 991.98px) {
  .about-org-logo {
    max-width: 160px;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .about-section .row {
    text-align: left !important;
  }
}

.kooperation-logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 80px;
}

@media (max-width: 767.98px) {
  .kooperation-logos {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 50px;
  }
}

.kooperation-logos .logo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  background-color: #FFFFFF;
  border-radius: 20px;
  min-height: 180px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

@media (max-width: 767.98px) {
  .kooperation-logos .logo-item {
    padding: 20px;
    min-height: 150px;
  }
}

.kooperation-logos .logo-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 20px rgba(42, 20, 58, 0.12);
          box-shadow: 0 8px 20px rgba(42, 20, 58, 0.12);
}

.kooperation-logos .logo-item img {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 767.98px) {
  .kooperation-logos .logo-item img {
    max-height: 100px;
  }
}

.foerder-logo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 80px;
}

@media (max-width: 767.98px) {
  .foerder-logo {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 50px;
  }
}

.foerder-logo .logo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
  background-color: #FFFFFF;
  border-radius: 20px;
  min-height: 200px;
  max-width: 600px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

@media (max-width: 767.98px) {
  .foerder-logo .logo-item {
    padding: 30px;
    min-height: 180px;
  }
}

.foerder-logo .logo-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 20px rgba(42, 20, 58, 0.12);
          box-shadow: 0 8px 20px rgba(42, 20, 58, 0.12);
}

.foerder-logo .logo-item img {
  max-width: 100%;
  max-height: 150px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 767.98px) {
  .foerder-logo .logo-item img {
    max-height: 120px;
  }
}

.programm-logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 80px;
}

@media (max-width: 767.98px) {
  .programm-logos {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 50px;
  }
}

.programm-logos .logo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  background-color: #FFFFFF;
  border-radius: 20px;
  min-height: 180px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

@media (max-width: 767.98px) {
  .programm-logos .logo-item {
    padding: 20px;
    min-height: 150px;
  }
}

.programm-logos .logo-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 20px rgba(42, 20, 58, 0.12);
          box-shadow: 0 8px 20px rgba(42, 20, 58, 0.12);
}

.programm-logos .logo-item img {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 767.98px) {
  .programm-logos .logo-item img {
    max-height: 100px;
  }
}

.event-logo-container {
  background-color: #fff;
  padding: 40px;
  border-radius: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  margin: 0px auto 30px auto;
}

@media (max-width: 991.98px) {
  .event-logo-container {
    padding: 0px 25;
  }
}

.event-logo-container .acc-logo {
  max-width: 300px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 10px 0;
  width: auto !important;
}

.filter-line {
  display: none !important;
}

.less-content a, .full-content a {
  display: inherit;
  font-weight: 600;
  margin-top: 15px;
}

.event-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media (max-width: 767px) {
  .f-reset {
    gap: 20px !important;
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
    width: 100%;
  }
  .f-reset .button {
    padding: 16px 24px;
    border-radius: 50px;
    font-size: 15px;
  }
  .text-sm.fw-semibold.mb-4.event-meta {
    padding-top: 15px;
  }
  .event-logo-container {
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px auto;
    width: 90%;
    /* margin: auto; */
  }
}

@media (min-width: 1024px) {
  .section-h1 p, .section-h1 h1 {
    max-width: 730px;
    margin: auto;
  }
  .section-h1 .h-width {
    max-width: 525px;
    margin: auto;
  }
  .main-about {
    min-height: 100dvh;
  }
  .mw-640 {
    max-width: 640px;
    margin: auto;
  }
  .mw-570 {
    max-width: 570px;
    margin: auto;
  }
  .mw-535 {
    max-width: 535px;
    margin: auto;
  }
}

@media (min-width: 1650px) {
  .h-width {
    max-width: 535px;
    margin: auto;
  }
}

.cursor-follow-btn {
  position: relative;
  overflow: hidden !important;
  --x: 50%;
  --y: 50%;
  /* TEXT */
  /* RADIAL LIGHT — PURE OVERLAY, NO FILL */
  /* ACTIVATE RADIAL LIGHT */
  /* Ensure button gradient stays below effects */
}

.cursor-follow-btn .btn-text {
  position: relative;
  z-index: 10;
  color: #D3D9BD !important;
}

.cursor-follow-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  border-radius: inherit;
  background: radial-gradient(200px circle at var(--x) var(--y), rgba(255, 255, 255, 0.4) 0%, rgba(191, 167, 222, 0.3) 25%, rgba(185, 167, 255, 0.2) 40%, rgba(185, 167, 255, 0) 60%);
  /* KEY: additive light, does not replace base */
  mix-blend-mode: overlay;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.cursor-follow-btn:hover::before {
  opacity: 1;
}

.cursor-follow-btn.button-primary {
  color: #D3D9BD;
  background: -webkit-gradient(linear, left top, right top, from(#706C49), to(#B6BA9C));
  background: linear-gradient(90deg, #706C49 0%, #B6BA9C 100%);
}

.cursor-follow-btn.button-primary:hover {
  background: -webkit-gradient(linear, left top, right top, from(#706C49), to(#B6BA9C));
  background: linear-gradient(90deg, #706C49 0%, #B6BA9C 100%);
}
/*# sourceMappingURL=style.css.map */