.rotate-30 {
  transform: rotate(30deg);
}
.max-width-500 {
  max-width: 500px;
}
.triangles {
  /* position: relative; */
  background-image:
                    radial-gradient(ellipse closest-side, rgba(15, 14, 22, 0.75), #100e17), linear-gradient(red, red);
                    background-size: cover;
                    background-repeat: no-repeat;
                    opacity: 0.75;
}
/* .triangles:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 300px solid red;
  border-right: 110vw solid transparent;
}
.triangles:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 340px solid green;
  border-left: 60vw solid transparent;
  z-index: -1;
} */
#splash-img {
  background: url(https://images.unsplash.com/photo-1524838101135-a71ba219084d?auto=format&fit=crop&ixid=eyJhcHBfaWQiOjEyMDd9&ixlib=rb-1.2.1&q=100&w=2560);
  background-size: cover;
  background-repeat: no-repeat;
}
h1.title {
  text-align: center;
  letter-spacing: 6px;
  position: relative;
  font-family: Montserrat,sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  zoom: 2;
}
.logo {
  width: 150px;
}
.logotype {
  font-size: .5em;
}
.card-height {
  height: calc(100vw - var(--space-size) * 4);
}
@media all and (min-width: 768px) {
  .card-height {
    height: calc(36vw - var(--space-size) * 12);
  }
}
.form-ext-control .form-ext-toggle .form-ext-toggle__toggler i::after {
  top: 11px;
}
.filter-toggle {
  cursor: pointer;
}