:root {
  --gui-primary: blue;
  --gui-primary-rgb: 0, 0, 255;
}

.img-zoom {
  overflow: hidden;
}
.img-zoom img {
  max-width: 100%;
  transition: all 0.3s linear;
}
.img-zoom:hover img, .img-zoom:focus img {
  transform: scale(1.05);
}

.ps-60,
.px-60,
.p-60 {
  padding-left: 60px;
}

.pe-60,
.px-60,
.p-60 {
  padding-right: 60px;
}

.pt-60,
.py-60,
.p-60 {
  padding-top: 60px;
}

.pb-60,
.py-60,
.p-60 {
  padding-bottom: 60px;
}

.py-70,
.pt-70 {
  padding-top: 70px;
}

.pb-70,
.py-70 {
  padding-bottom: 70px;
}

.pt-80,
.py-80 {
  padding-top: 80px;
}

.pb-80,
.py-80 {
  padding-bottom: 80px;
}

.py-90,
.pt-90 {
  padding-top: 90px;
}

.pb-90,
.py-90 {
  padding-bottom: 90px;
}

.pt-100,
.py-100 {
  padding-top: 100px;
}

.pb-100,
.py-100 {
  padding-bottom: 100px;
}

.ratio-48x50 {
  aspect-ratio: 48/50;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.bg-center {
  background-position: center center;
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-liquid-glass-dark {
  position: relative;
  background: linear-gradient(145deg, rgba(20, 20, 25, 0.55), rgba(10, 10, 15, 0.75));
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.text-link {
  text-decoration: none;
}

.form-flat .form-control,
.form-flat .form-select {
  border-radius: 0;
}

.form-wrap {
  margin-bottom: 1rem;
  padding: 1.25rem;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-light);
}

.form-group {
  margin-bottom: 1rem;
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/*# sourceMappingURL=gandapps.css.map */
