[type=button], [type=reset], [type=submit], button {
  border-radius: inherit;
}

input, textarea, button:focus {
  outline: 0;
}

html {
  line-height: normal;
}

hr {
  margin: 20px 0;
  height: 1px;
  background-image: linear-gradient(90deg, #00000026, #00000026 50%, transparent 50%, transparent 100%);
  background-size: 14px 1px;
  border: none;
}

a {
  color: inherit;
}

img {
  width: auto;
  height: auto;
}

blockquote::before,
q::before,
blockquote::after,
q::after {
  content: '';
}

/* Margin & Padding */

@media (min-width: 576px) {
  .sm\:m-20 {
    margin: 5rem;
  }
  .sm\:mt-20, .sm\:my-20 {
    margin-top: 5rem;
  }
  .sm\:mr-20, .sm\:mx-20 {
    margin-right: 5rem;
  }
  .sm\:mb-20, .sm\:my-20 {
    margin-bottom: 5rem;
  }
  .sm\:ml-20, .sm\:mx-20 {
    margin-left: 5rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }
  .sm\:pt-20, .sm\:py-20 {
    padding-top: 5rem;
  }
  .sm\:pr-20, .sm\:px-20 {
    padding-right: 5rem;
  }
  .sm\:pb-20, .sm\:py-20 {
    padding-bottom: 5rem;
  }
  .sm\:pl-20, .sm\:px-20 {
    padding-left: 5rem;
  }

  .sm\:px-1\/5 {
    padding-left: 20%;
    padding-right: 20%;
  }
  .sm\:py-1\/5 {
    padding-top: 20%;
    padding-bottom: 20%;
  }
  .sm\:pt-1\/5 {
    padding-top: 20%;
  }
  .sm\:pb-1\/5 {
    padding-bottom: 20%;
  }
  .sm\:px-1\/5 {
    padding-left: 20%;
    padding-right: 20%;
  }
  .sm\:pl-1\/5 {
    padding-left: 20%;
  }
  .sm\:pr-1\/5 {
    padding-right: 20%;
  }
  .sm\:p-1\/5 {
    padding: 25%;
  }

  .sm\:py-1\/25 {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .sm\:pt-1\/25 {
    padding-top: 4%;
  }
  .sm\:pb-1\/25 {
    padding-bottom: 4%;
  }
  .sm\:px-1\/25 {
    padding-left: 4%;
    padding-right: 4%;
  }
  .sm\:pl-1\/25 {
    padding-left: 4%;
  }
  .sm\:pr-1\/25 {
    padding-right: 4%;
  }
  .sm\:p-1\/25 {
    padding: 4%;
  }

  .sm\:mx-1\/50 {
    margin-left: 2%;
    margin-right: 2%;
  }
  .sm\:my-1\/50 {
    margin-top: 2%;
    margin-bottom: 2%;
  }
}

@media (min-width: 768px) {
  .md\:m-20 {
    margin: 5rem;
  }
  .md\:mt-20, .sm\:my-20 {
    margin-top: 5rem;
  }
  .md\:mr-20, .sm\:mx-20 {
    margin-right: 5rem;
  }
  .md\:mb-20, .sm\:my-20 {
    margin-bottom: 5rem;
  }
  .md\:ml-20, .sm\:mx-20 {
    margin-left: 5rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:pt-28 {
      padding-top: 7rem;
  }
}



/* Text */

.text-xxs {
  font-size: .25rem;
}

.text-sm,
.text-sm p {
  font-size: 14px;
}

.text-huge {
  font-size: 94px;
}

.text-massive {
  font-size: 142px;
}

@media (min-width: 576px) {
  .sm\:text-big {
    font-size: 64px;
  }
}

.text-shadow-wide {
  text-shadow: 0 0 100px rgba(0,0,0,.5);
}

.tracking-widest {
  letter-spacing: .75em;
}

/* Text columns */

.col-count {
  column-count: 1
}
.col-count *:first-child {
  margin-top: 0;
}
.col-count-2 {
  column-count: 2;
  column-gap: 4em;
}
@media (max-width: 600px) {
  .col-count-2 {
    column-count: 1;
  }
}

/* Position */

.pin-t-1\/2 {
  top: 50%;
  transform: translateY(-50%);
}

.z-1- {
  z-index:-1
}

.clear-both {
  clear: both;
}

/* Animations */

.animation {
  animation-duration: .3s;
  animation-timing-function: ease-in-out;
}
.animation-fastest {
  animation-duration: .15s;
}
.animation-faster {
  animation-duration: .3s;
}
.animation-fast {
  animation-duration: .5s;
}
.animation-slow {
  animation-duration: 15s;
}
.animation-slower {
  animation-duration: 30s;
}
.animation-slowest {
  animation-duration: 50s;
}
.animation-linear {
  animation-timing-function: linear;
}
.animation-ease {
  animation-timing-function: ease;
}

/* Width / Height */

@media (min-width: 576px) {
  .sm\:h-1\/2 {
    height: 50%;
  }
  .sm\:min-h-1\/2-screen {
    min-height: 50vh;
  }
  .sm\:min-h-2\/3-screen {
    min-height: 75vh;
  }
}

/* Transitions */

.transition {
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}
.transition-fastest {
  transition-duration: .15s;
}
.transition-faster {
  transition-duration: .3s;
}
.transition-fast {
  transition-duration: .5s;
}
.transition-slow {
  transition-duration: 5s;
}
.transition-slower {
  transition-duration: 15s;
}
.transition-slowest {
  transition-duration: 30s;
}
.transition-linear {
  transition-timing-function: linear;
}
.transition-ease {
  transition-timing-function: ease;
}

/* Lists */

.list-reset li::before {
  display: none;
}

.list-blue li a {
  color: #01ADFF;
}

/* Transforms */

.transform-scale-base {
  transform: scale(1);
}
.transform-scale-md {
  transform: scale(1.5);
}

.hover\:transform-scale-base:hover {
  transform: scale(1);
}
.hover\:transform-scale-xs:hover {
  transform: scale(1.05);
}
.hover\:transform-scale-md:hover {
  transform: scale(1.2);
}

@media (min-width: 576px) {
  .sm\:transform-scale-base {
    transform: scale(0);
  }
  .sm\:transform-scale-md {
    transform: scale(1.5);
  }
}

/* Filters */

.filter-blur-0 {
  filter: blur(0);
}
.filter-blur-10 {
  filter: blur(10px);
}
.filter-blur-15 {
  filter: blur(15px);
}
.filter-blur-20 {
  filter: blur(20px);
}

.filter-grayscale-100 {
  filter: grayscale(1);
}

.filter-inverted {
  -webkit-filter:invert(1) contrast(0) brightness(200%);
  filter:invert(1) contrast(0.3) brightness(200%);
}

@media (min-width: 576px) {
  .sm\:filter-blur-0 {
    filter: blur(0);
  }
  .sm\:filter-blur-15 {
    filter: blur(15px);
  }
  .sm\:filter-blur-20 {
    filter: blur(20px);
  }
}

/* Backgrounds */

.bg-cover-wide {
  position: absolute;
  top: -5%;
  right: 0;
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 110%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-cover-repeat {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
}
.bg-cover-repeat--tiny {
  background-size: 116px;
}

.border-brown {
  border-color: #be8709;
}

.bg-grey-trans {
  background-color: rgba(181, 176, 210, .1);
}

.bg-white-trans {
  background-color: rgba(255,255,255,.75);
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

/* Opacity */

.opacity-10 {
  opacity: .1;
}
/* Backgrounds */

.bg-cover-wide {
  position: absolute;
  top: -5%;
  right: 0;
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 110%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-cover-repeat {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
}
.bg-cover-repeat--tiny {
  background-size: 116px;
}

.border-brown {
  border-color: #be8709;
}

.bg-grey-trans {
  background-color: rgba(181, 176, 210, .1);
}

.bg-white-trans {
  background-color: rgba(255,255,255,.75);
}

.bg-grey-lightest {
  background-color: rgba(127, 127, 127, .1);
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

/* Opacity */

.opacity-10 {
  opacity: .1;
}

/* Other */

.no-underline {
  box-shadow: none;
}


.gap-y-2 {
    row-gap: 0.5rem;
}