/*!
Theme Name: ElectricHorsemen Theme
Theme URI: https://byway.at
Author: Byway
Author URI: https://byway.at
Description: ElectricHorsemen Theme Code
Version: 0.1.8
Text Domain: electric-horsemen_theme
*/
/*! tailwindcss v3.2.0 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
body .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
body .pointer-events-none {
  pointer-events: none;
}
body .visible {
  visibility: visible;
}
body .absolute {
  position: absolute;
}
body .relative {
  position: relative;
}
body .inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body .bottom-0 {
  bottom: 0;
}
body .-left-5 {
  left: -0.5rem;
}
body .bottom-130 {
  bottom: 13rem;
}
body .right-0 {
  right: 0;
}
body .-top-70 {
  top: -7rem;
}
body .left-0 {
  left: 0;
}
body .bottom-30 {
  bottom: 3rem;
}
body .bottom-240 {
  bottom: 24rem;
}
body .z-10 {
  z-index: 10;
}
body .z-20 {
  z-index: 20;
}
body .col-span-6 {
  grid-column: span 6 / span 6;
}
body .col-span-7 {
  grid-column: span 7 / span 7;
}
body .col-span-5 {
  grid-column: span 5 / span 5;
}
body .col-start-8 {
  grid-column-start: 8;
}
body .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
body .-mx-15 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
body .mx-15 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
body .-mx-5 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
body .my-50 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
body .mb-260 {
  margin-bottom: 26rem;
}
body .mt-100 {
  margin-top: 10rem;
}
body .mb-20 {
  margin-bottom: 2rem;
}
body .mb-160 {
  margin-bottom: 16rem;
}
body .mt-40 {
  margin-top: 4rem;
}
body .mr-60 {
  margin-right: 6rem;
}
body .mt-60 {
  margin-top: 6rem;
}
body .mb-80 {
  margin-bottom: 8rem;
}
body .mb-40 {
  margin-bottom: 4rem;
}
body .mb-15 {
  margin-bottom: 1.5rem;
}
body .mb-0 {
  margin-bottom: 0;
}
body .ml-20 {
  margin-left: 2rem;
}
body .mt-25 {
  margin-top: 2.5rem;
}
body .mt-70 {
  margin-top: 7rem;
}
body .mt-75 {
  margin-top: 7.5rem;
}
body .mt-110 {
  margin-top: 11rem;
}
body .mt-30 {
  margin-top: 3rem;
}
body .-mb-105 {
  margin-bottom: -10.5rem;
}
body .-ml-40 {
  margin-left: -4rem;
}
body .mr-20 {
  margin-right: 2rem;
}
body .ml-40 {
  margin-left: 4rem;
}
body .mt-2 {
  margin-top: 0.2rem;
}
body .mr-30 {
  margin-right: 3rem;
}
body .mb-50 {
  margin-bottom: 5rem;
}
body .block {
  display: block;
}
body .inline-block {
  display: inline-block;
}
body .inline {
  display: inline;
}
body .flex {
  display: flex;
}
body .grid {
  display: grid;
}
body .hidden {
  display: none;
}
body .h-\[29rem\] {
  height: 29rem;
}
body .h-\[350px\] {
  height: 350px;
}
body .h-auto {
  height: auto;
}
body .\!w-auto {
  width: auto !important;
}
body .w-auto {
  width: auto;
}
body .w-\[1100px\] {
  width: 1100px;
}
body .w-full {
  width: 100%;
}
body .w-\[300px\] {
  width: 300px;
}
body .w-8\/12 {
  width: 66.666667%;
}
body .w-20 {
  width: 2rem;
}
body .w-30 {
  width: 3rem;
}
body .w-450 {
  width: 45rem;
}
body .w-1\/3 {
  width: 33.333333%;
}
body .max-w-full {
  max-width: 100%;
}
body .translate-y-180 {
  --tw-translate-y: 18rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body .cursor-pointer {
  cursor: pointer;
}
body .resize {
  resize: both;
}
body .grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
body .flex-col {
  flex-direction: column;
}
body .items-end {
  align-items: flex-end;
}
body .items-center {
  align-items: center;
}
body .justify-end {
  justify-content: flex-end;
}
body .justify-center {
  justify-content: center;
}
body .justify-between {
  justify-content: space-between;
}
body .gap-25 {
  gap: 2.5rem;
}
body .self-end {
  align-self: flex-end;
}
body .overflow-hidden {
  overflow: hidden;
}
body .whitespace-nowrap {
  white-space: nowrap;
}
body .bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(21 59 60 / var(--tw-bg-opacity));
}
body .object-center {
  -o-object-position: center;
     object-position: center;
}
body .p-30 {
  padding: 3rem;
}
body .px-30 {
  padding-left: 3rem;
  padding-right: 3rem;
}
body .py-40 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
body .pl-80 {
  padding-left: 8rem;
}
body .pb-60 {
  padding-bottom: 6rem;
}
body .pl-20 {
  padding-left: 2rem;
}
body .text-center {
  text-align: center;
}
body .text-30 {
  font-size: 3rem;
}
body .text-60 {
  font-size: 6rem;
}
body .text-35 {
  font-size: 3.5rem;
}
body .text-360 {
  font-size: 36rem;
}
body .text-peach {
  --tw-text-opacity: 1;
  color: rgb(252 220 172 / var(--tw-text-opacity));
}
body .opacity-20 {
  opacity: 0.2;
}
body .opacity-0 {
  opacity: 0;
}
body .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
body .duration-200 {
  transition-duration: 200ms;
}
body .ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
body .text-shadow-2 {
  text-shadow: 0.2rem 0.2rem 0 #000;
}
body .text-shadow-3 {
  text-shadow: 0.3rem 0.3rem 0 #000;
}
* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  clear: both;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

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: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body,
button,
input,
optgroup,
select,
textarea {
  color: #fcdcac;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2;
}

h1 {
  font-size: 4.21em;
}

h2 {
  font-size: 3.16em;
}

h3 {
  font-size: 2.37em;
}

p {
  margin-bottom: 1.5em;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  text-align: left;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(21 59 60 / var(--tw-text-opacity));
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  cursor: help;
}

ins,
mark {
  background: #eee;
  text-decoration: none;
}

big {
  font-size: 125%;
}

html {
  box-sizing: border-box;
}

header,
body,
footer {
  width: 100%;
  overflow-x: hidden;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

hr {
  border: 0;
  border-bottom: 2px #fcdcac solid;
  height: 1px;
  margin-bottom: 1.5em;
}

ol,
ul {
  margin: 0 0 1.5em 0;
  padding-left: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border-radius: 3px;
  padding: 3px;
}

textarea {
  width: 100%;
}

a {
  color: #fcdcac;
}
a:visited {
  color: #fcdcac;
}
a:active, a:focus, a:hover {
  color: #fcdcac;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

.footer-menu,
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.footer-menu ul,
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer-menu ul ul,
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  flex: 0 0 auto;
  margin: 0 20px;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.footer-menu ul ul ul,
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.footer-menu ul ul li.focus > ul, .footer-menu ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
.main-navigation ul ul li:hover > ul {
  left: 100%;
}
.footer-menu ul ul a,
.main-navigation ul ul a {
  width: 200px;
}
.footer-menu ul li.focus > ul,
.footer-menu ul li:hover > ul,
.main-navigation ul li.focus > ul,
.main-navigation ul li:hover > ul {
  left: auto;
}
.footer-menu li,
.main-navigation li {
  position: relative;
  flex: 0 0 auto;
  margin: 0 20px;
}
.footer-menu a,
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle {
  display: none;
  position: absolute;
  right: 20px;
  width: 15rem;
  height: 15rem;
  background: url("/wp-content/themes/electric-horsemen_theme/static//img/bars.svg");
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
  cursor: pointer;
}

@media screen and (max-width: 860px) {
  .menu-toggle {
    display: block;
  }
  .footer-menu ul,
.main-navigation ul li {
    width: 100%;
  }
}
.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #fcdcac;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear:before::after,
.clear:after::after,
.entry-content:before::after,
.entry-content:after::after,
.comment-content:before::after,
.comment-content:after::after,
.site-header:before::after,
.site-header:after::after,
.site-content:before::after,
.site-content:after::after,
.site-footer:before::after,
.site-footer:after::after,
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.container, .component-post-thumbnail {
  max-width: 1360px;
  margin: auto;
  display: block;
}
.article-content .container p, .article-content .component-post-thumbnail p {
  margin: 0 auto 1.5em;
}
.container::after, .component-post-thumbnail::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1400px) {
  .container, .component-post-thumbnail {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.updated:not(.published) {
  display: none;
}

.entry-content,
.entry-summary,
.page-content {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.site-branding .custom-logo-link {
  display: block;
  line-height: 0;
}
.site-branding .custom-logo {
  max-height: 15rem;
  width: auto;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.component-footer {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), black);
  z-index: 0;
}
.component-footer--flicker:hover {
  color: transparent;
  -webkit-text-stroke: 0.05em #fcdcac;
  text-stroke: 0.05em #fcdcac;
  text-shadow: 0 0 0.16em #fcdcac;
  animation: flicker 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.site-header > .container, .site-header > .component-post-thumbnail {
  display: flex;
}
.site-header .site-branding,
.site-header .menu-toggle {
  z-index: 1000;
}
.site-header .site-branding {
  flex: 1 0 auto;
  margin: 0;
  line-height: 15rem;
  position: relative;
}
.site-header .site-branding a {
  text-decoration: none;
}
.site-header .main-navigation {
  flex: 1 1 auto;
}
.site-header .main-navigation ul {
  float: right;
}
.site-header__right {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  flex-basis: initial;
  min-width: 30em;
}
.site-header__right svg {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0.8rem;
  display: inline-block;
  height: 3rem;
  width: auto;
}

.component-headline {
  text-align: center;
}

.layout--flex {
  display: flex;
  flex-wrap: wrap;
  margin: 60px -40px;
}
.layout--flex--300 {
  margin: 40px;
  flex: 1 0 300px;
  max-width: 100%;
}
.layout--flex--120 {
  flex: 1 0 120px;
  margin: 10px;
  max-width: 100%;
}
.layout--flex .layout--flex {
  margin-top: 0;
  margin-bottom: 0;
}
.layout--main, .layout--sidebar {
  margin: 40px;
  max-width: 100%;
}
.layout--main {
  flex: 1 0 320px;
}
.layout--sidebar {
  flex: 0 0 320px;
}
.layout__infobox {
  background: #666666;
  padding: 20px 40px;
  font-size: 17px;
}

.component-link {
  font-size: 3rem;
  transition: color 0.3s ease;
}
@media screen and (min-width: 769px) {
  .component-link:hover {
    color: transparent;
    -webkit-text-stroke: 0.05em #fcdcac;
    text-stroke: 0.05em #fcdcac;
    text-shadow: 0 0 0.16em #fcdcac;
    animation: flicker 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
  }
}

@media screen and (max-width: 860px) {
  .main-navigation {
    display: block;
    position: absolute;
    right: 9999px;
    right: 200vw;
    padding: 0 20px;
    visibility: none;
    transition: padding 0.3s ease;
    border-bottom: solid 2px #fcdcac;
  }
  .site-header .main-navigation {
    line-height: 3em;
  }
  .main-navigation .site-branding {
    position: relative;
    z-index: 900;
  }
  .main-navigation.toggled {
    padding: 32px 20px;
    visibility: visible;
    width: 100%;
    flex: 1 0 100%;
    position: absolute;
    top: 60px;
    color: #fcdcac;
    background-color: #fff;
    left: 0;
    right: 0;
    height: auto;
    z-index: 999;
    margin: 0;
  }
  .home .main-navigation.toggled {
    top: 0;
  }
  .home .main-navigation.toggled .component-menu {
    margin-top: 100px;
  }
  .admin-bar .main-navigation.toggled {
    top: 100px;
  }
  .main-navigation.toggled .component-menu {
    display: block;
    float: none;
    height: auto;
    width: 100%;
    text-align: left;
  }
  .main-navigation.toggled .component-menu li {
    margin: 0;
  }
}

.component-post-thumbnail {
  position: relative;
  line-height: 0;
}
.component-post-thumbnail h1 {
  color: #fff;
  top: 50%;
  margin: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}
.component-post-thumbnail::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(252, 220, 172, 0.8);
}

.block-album__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

@media (max-width: 768px) {
  .block-album__grid {
    display: block;
  }
}

.block-album__grid {
  grid-template-areas: "first first first second second fourth fourth" "first first first second second fourth fourth" "first first first third third fifth fifth" "first first first third third fifth fifth" "sixth sixth sixth seventh seventh eigth eigth" "sixth sixth sixth . . . .";
}
@media (max-width: 768px) {
  .block-album__img-0, .block-album__img-1, .block-album__img-2, .block-album__img-3, .block-album__img-4, .block-album__img-5, .block-album__img-6, .block-album__img-7 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    width: 30rem;
  }
}
.block-album__img-0 {
  grid-area: first;
}
.block-album__img-1 {
  grid-area: second;
  align-self: start;
  justify-self: start;
}
.block-album__img-2 {
  grid-area: third;
  align-self: start;
  justify-self: start;
}
.block-album__img-3 {
  grid-area: fourth;
  align-self: start;
  justify-self: start;
}
.block-album__img-4 {
  grid-area: fifth;
  align-self: start;
  justify-self: start;
}
.block-album__img-5 {
  grid-area: sixth;
  margin-top: 60px;
}
.block-album__img-6 {
  grid-area: seventh;
  align-self: start;
  justify-self: start;
  margin-top: 60px;
}
.block-album__img-7 {
  grid-area: eigth;
  align-self: start;
  justify-self: start;
  margin-top: 60px;
}
.block-album__title {
  transform: rotate(-90deg);
  transform-origin: bottom left;
  transition: transform 0.3s ease;
  margin-top: 60px;
}
.block-album__img-wrapper {
  overflow: hidden;
}
.block-album__img-wrapper img {
  min-height: 100px;
  transform: scale(1.03);
}
@media (max-width: 768px) {
  .block-album__img-wrapper img {
    transform: scale(1.06);
  }
}
.block-album__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.block-album__overlay:hover {
  opacity: 1;
}
@media (max-width: 480px) {
  .block-album__overlay {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .block-album__overlay {
    position: static;
  }
}
.block-album__overlay {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media (max-width: 768px) {
  .block-album__overlay {
    padding-top: 2rem;
    background-color: unset !important;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.block-album__overlay .component-button:hover {
  -webkit-text-stroke: unset;
  text-stroke: unset;
  text-shadow: unset;
}
.block-album__overlay .component-button::before {
  display: none !important;
}
.block-album__overlay .component-button:nth-of-type(2n) {
  color: #89f9fc;
  border-color: #89f9fc;
  filter: drop-shadow(0px 0px 2px #89bffc) drop-shadow(0px 0px 4px #89bffc);
}
.block-album__overlay .component-button:nth-of-type(2n + 1) {
  color: #fcdcac;
  border-color: #fcdcac;
  filter: drop-shadow(0px 0px 1px #f00) drop-shadow(0px 0px 3px #f00) drop-shadow(0px 0px 6px #f00);
}
.block-album__overlay .component-button:last-of-type {
  margin-bottom: 0;
}
.block-album__overlay:hover + .block-album__overlay__title {
  transform: translate(-1.5rem, 0) rotate(-90deg);
}
@media (max-width: 768px) {
  .block-album__overlay:hover + .block-album__overlay__title {
    transform: translate(-0.75rem, 0) rotate(-90deg);
  }
}
.block-album__neon {
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: -22rem;
  height: auto;
  width: 33.333333%;
}
@media (max-width: 768px) {
  .block-album__neon {
    bottom: -18rem;
    right: -6rem;
    width: 100%;
  }
}
.block-album.is--visible .block-album__neon {
  animation: 1s flicker 0.5s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.block-album__lightning {
  position: absolute;
  right: 0;
  bottom: -22rem;
  transform: scale(1, 1.5) translate(14%, 75%) rotate(-17deg);
  width: 20%;
  fill: #fcdcac;
  filter: drop-shadow(0px 0px 1px #f00) drop-shadow(0px 0px 3px #f00) drop-shadow(0px 0px 6px #f00);
}
.block-album.is--visible .block-album__lightning {
  animation: 3s flicker-lightning 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

.text-small.component-button {
  font-size: 4rem;
}

@media (max-width: 768px) {
  .text-small.component-button {
    font-size: 3rem;
  }
}

.block-backstage__controls img {
  height: auto;
  width: 3rem;
  cursor: pointer;
}

@media (max-width: 768px) {
  .block-backstage__controls img {
    width: 2rem;
  }
}
.block-backstage .swiper {
  overflow: visible;
}

.component-button,
.wp-block-button__link,
a.component-button {
  background: none;
  border-radius: 0;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #fcdcac;
  padding: 6px;
  border: solid 2px #fcdcac;
  position: relative;
  transition: all 0.3s ease;
  box-sizing: border-box;
  display: inline-block;
  font-size: 3rem;
}
.component-button::before,
.wp-block-button__link::before,
a.component-button::before {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  z-index: -10;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  border: solid 3px #000;
}
@media screen and (min-width: 769px) {
  .component-button:hover,
.wp-block-button__link:hover,
a.component-button:hover {
    color: transparent;
    -webkit-text-stroke: 0.05em #fcdcac;
    text-stroke: 0.05em #fcdcac;
    text-shadow: 0 0 0.16em #fcdcac;
    cursor: pointer;
    animation: flicker 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
  }
  .component-button:hover::before,
.wp-block-button__link:hover::before,
a.component-button:hover::before {
    display: none;
  }
}

.wp-block-button {
  color: #fcdcac;
}

.has-accent-color {
  color: #fcdcac;
}

.has-accent-background-color {
  background-color: #fcdcac;
}

.has-decent-color {
  color: #666666;
}

.has-decent-background-color {
  background-color: #666666;
}

.has-text-color {
  color: #fcdcac;
}

.has-text-background-color {
  background-color: #fcdcac;
}

.has-background-color {
  color: #112020;
}

.has-background-background-color {
  background-color: #112020;
}

.alignfull {
  max-width: 100vw;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.alignwide {
  max-width: 100vw;
  width: calc(1360px + 200px);
  margin-left: -100px;
  margin-right: -100px;
}

.component-block {
  display: block;
  width: 100%;
}
.component-block.alignleft {
  text-align: right;
}
.component-block.aligncenter {
  text-align: center;
}
.component-block.alignright {
  text-align: right;
}

.wp-block {
  max-width: 1360px;
}
.wp-block[data-align=full] {
  max-width: 100vw;
}
.wp-block[data-align=wide] {
  max-width: calc(1360px + 200px);
}
.wp-block-columns, .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout {
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .wp-block-columns, .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout {
    flex-wrap: wrap;
  }
}
.wp-block-column, .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] {
  flex-basis: 411px;
}
@media screen and (max-width: 860px) {
  .wp-block-column:nth-child(n), .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"]:nth-child(n) {
    margin-left: 0;
  }
}

.block-hero__player {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 90vw;
}
.block-hero__buttons {
  position: absolute;
  z-index: 30;
  display: flex;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
  width: 15%;
}
@media (max-width: 768px) {
  .block-hero__buttons {
    width: 20%;
  }
}
.block-hero__button {
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 10rem;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
}
@media (max-width: 768px) {
  .block-hero__button {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }
}
.block-hero__button svg ~ span svg {
  position: absolute;
  stroke: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
}
.block-hero__button--play {
  stroke: #89f9fc;
  filter: drop-shadow(0px 0px 1px #89bffc) drop-shadow(0px 0px 3px #89bffc) drop-shadow(0px 0px 6px #89bffc);
  animation: 1s flicker 0.5s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.block-hero__button--play svg ~ span svg {
  fill: #89f9fc;
}
.block-hero__button--sound {
  stroke: #fcdcac;
  filter: drop-shadow(0px 0px 1px #f00) drop-shadow(0px 0px 3px #f00) drop-shadow(0px 0px 6px #f00);
  animation: 1s flicker 0.8s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.block-hero__button--sound svg ~ span svg {
  fill: #fcdcac;
}
.block-hero__logo {
  position: absolute;
  z-index: 20;
  width: 30%;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -80%);
  animation: 5s flicker-with-delay 4.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.block-hero__slogan {
  position: absolute;
  z-index: 20;
  width: 32%;
  bottom: -14.5%;
  right: -7%;
  animation: 1s flicker 8.5s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.block-hero__lightning {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  transform: translate(35%, 85%) rotate(-15deg);
  fill: #fff;
  filter: drop-shadow(0px 0px 1px #89bffc) drop-shadow(0px 0px 3px #89bffc) drop-shadow(0px 0px 6px #89bffc);
  animation: 3s flicker-lightning 10s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.block-hero__frame {
  position: absolute;
  z-index: 10;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  width: 107.5%;
  left: -3.75%;
  right: -3.75%;
  height: 103%;
  top: -1.5%;
  bottom: -1.5%;
  animation: flicker-with-delay 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.block-hero__frame svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.block-hero__frame svg:first-of-type {
  filter: drop-shadow(0px 0px 1px #f00) drop-shadow(0px 0px 3px #f00) drop-shadow(0px 0px 6px #f00);
}
.block-hero__frame svg:first-of-type .stroke-blue {
  display: none;
}
.block-hero__frame svg:last-of-type {
  filter: drop-shadow(0px 0px 1px #89bffc) drop-shadow(0px 0px 3px #89bffc) drop-shadow(0px 0px 6px #89bffc);
}
.block-hero__frame svg:last-of-type .stroke-red {
  display: none;
}
.block-hero__frame .stroke-red {
  stroke: #fcdcac;
}
.block-hero__frame .stroke-blue {
  stroke: #89f9fc;
}
.block-hero__frame svg {
  height: 100%;
  width: 100%;
}
.block-hero__frame svg > g {
  stroke-width: 5.5px;
}
.block-hero__video-wrapper {
  display: flex;
  aspect-ratio: 900/375;
  align-items: center;
  overflow: hidden;
  border-radius: 9%;
  animation: 1s flicker 1s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}

.block-links {
  position: relative;
  margin-right: 2.5rem;
  padding: 2.4rem;
  font-size: 3rem;
  text-shadow: 0.2rem 0.2rem 0 #000;
}

@media (max-width: 768px) {
  .block-links {
    padding: 0;
  }
}

.block-links {
  letter-spacing: 1.5px;
}
.block-links__horse {
  position: absolute;
  top: 0;
  left: 3rem;
  pointer-events: none;
  opacity: 0;
  width: 40%;
  transform: translate(-91%, 13%) rotate(0deg);
  filter: brightness(0.85) blur(1px);
}
.block-links.is--visible .block-links__horse {
  opacity: 1;
  animation: 1s horse;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.block-links__lightning {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  transform: translate(33%, 25%) rotate(305deg);
  opacity: 0;
  fill: #fcdcac;
  filter: drop-shadow(0px 0px 1px #f00) drop-shadow(0px 0px 3px #f00) drop-shadow(0px 0px 6px #f00);
}
.block-links.is--visible .block-links__lightning {
  animation: 3s flicker-lightning 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.block-links .vinyl {
  position: absolute;
  width: 256px;
  top: 0;
  left: 2rem;
  transition: all 0.3s ease 0.15s;
}
@media (max-width: 768px) {
  .block-links .vinyl {
    left: 0;
  }
}
.block-links.is--visible .vinyl {
  position: absolute;
  width: 256px;
  top: 0;
  left: 2rem;
  transform: translateX(10rem);
  transition: all 0.5s ease 1.75s;
}
@media (max-width: 1024px) {
  .block-links.is--visible .vinyl {
    transform: translateX(0em);
  }
}
.block-links__buttons-m .component-button:first-of-type {
  min-width: 26rem;
}
.block-links .box {
  position: relative;
}
.block-links .box a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.block-links .box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10;
  height: 100%;
  width: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(252 220 172 / var(--tw-bg-opacity));
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .block-links .box .component-link {
    display: none;
  }
  .block-links .box .vinyl {
    display: none;
  }
  .block-links .box .cover {
    box-shadow: 0 0 2rem #000;
    margin-left: auto;
    margin-right: auto;
  }
}

@keyframes horse {
  0% {
    transform: translate(-141%, 33%) rotate(30deg);
  }
  75% {
    transform: translate(-96%, 10%) rotate(-5deg);
  }
  100% {
    transform: translate(-91%, 13%) rotate(5deg);
  }
}
.block-merch__img-0 {
  top: 0;
  left: 50%;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (max-width: 1024px) {
  .block-merch__img-0 {
    --tw-translate-x: -80%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (max-width: 768px) {
  .block-merch__img-0 {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (max-width: 480px) {
  .block-merch__img-0 {
    display: none;
  }
}
.block-merch__img-0 {
  z-index: 21;
}
.block-merch__img-1 {
  top: 0;
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  z-index: 30;
}
.block-merch__img-2 {
  top: 0;
  left: 50%;
  --tw-translate-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (max-width: 1024px) {
  .block-merch__img-2 {
    --tw-translate-x: -20%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (max-width: 768px) {
  .block-merch__img-2 {
    --tw-translate-x: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (max-width: 480px) {
  .block-merch__img-2 {
    display: none;
  }
}
.block-merch__img-2 {
  z-index: 21;
}
.block-merch--glow:hover {
  color: transparent;
  -webkit-text-stroke: 0.05em #fcdcac;
  text-stroke: 0.05em #fcdcac;
  text-shadow: 0 0 0.16em #fcdcac;
  animation: flicker 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.block-tour {
  display: grid;
}
@media (max-width: 768px) {
  .block-tour h2 {
    font-size: 5.15rem;
  }
}
.block-tour__woman {
  position: absolute;
  bottom: 0;
  right: 3rem;
  pointer-events: none;
  opacity: 0;
  width: 30%;
  transform: translate(35%, 65%) rotate(0deg);
  filter: brightness(0.8) blur(0.3px);
}
.block-tour.is--visible .block-tour__woman {
  opacity: 1;
  animation: 4s woman;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.block-tour__lightning {
  position: absolute;
  bottom: 0;
  right: 3rem;
  pointer-events: none;
  opacity: 0;
  width: 20%;
  transform: scale(1.3, 1) translate(-121%, 93%) rotate(69deg);
  fill: #fff;
  filter: drop-shadow(0px 0px 1px #89bffc) drop-shadow(0px 0px 3px #89bffc) drop-shadow(0px 0px 6px #89bffc);
}
.block-tour.is--visible .block-tour__lightning {
  opacity: 1;
  animation: 3s flicker-lightning 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.block-tour__row {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  padding: 2.5rem;
  font-size: 3rem;
  text-shadow: 0.2rem 0.2rem 0 #000;
  background-color: rgb(252 220 172 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
  box-shadow: 0 0 0.5rem 0 rgba(254, 205, 131, 0.3);
  transition: all 0.3s ease;
}
.block-tour__row svg path,
.block-tour__row svg g {
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .block-tour__row:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(252 220 172 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    text-shadow: none;
    box-shadow: 0 33px 56px 0 rgba(252, 220, 172, 0.43);
  }
  .block-tour__row:hover a {
    position: static;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(252 220 172 / var(--tw-text-opacity));
  }
  .block-tour__row:hover a:hover {
    animation: none;
    -webkit-text-stroke: unset;
    text-stroke: unset;
    text-shadow: none;
  }
  .block-tour__row:hover > span:nth-of-type(1) {
    text-shadow: none;
  }
  .block-tour__row:hover svg g {
    filter: none !important;
  }
  .block-tour__row:hover svg path {
    fill: #000 !important;
  }
}
.block-tour__row a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.block-tour__row > span {
  flex-basis: 15rem;
  display: inline-flex;
  flex-shrink: 0;
  flex-grow: 1;
  align-items: center;
}
@media (max-width: 480px) {
  .block-tour__row > span {
    flex-basis: 100%;
  }
}
.block-tour__row > span > svg {
  margin-right: 0.8rem;
  display: inline-block;
  height: auto;
  width: 1.8rem;
}
.block-tour__row > span:nth-of-type(1) {
  font-weight: 700;
  text-shadow: 0.3rem 0.3rem 0 #000;
}
@media (max-width: 480px) {
  .block-tour__row > span:nth-of-type(2) {
    text-shadow: 0.3rem 0.3rem 0 #000;
  }
  .block-tour__row > span:nth-of-type(3) {
    flex-basis: 100%;
    padding-left: 2.4rem;
  }}
.block-tour__row > span:nth-of-type(3) {
  flex-basis: 30rem;
}
@media (max-width: 480px) {
  .block-tour__row > span:nth-of-type(3) svg {
    display: none;
  }
  .block-tour__row > span:nth-of-type(4) {
    flex-basis: 100%;
  }
}
.block-tour__row > span:nth-of-type(4) {
  flex-basis: 24rem;
  flex: 0 0 90px;
  min-width: 90px;
  flex-grow: 0;
  flex-basis: auto;
  justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .block-tour__row > span:nth-of-type(4) {
    margin-top: 2rem;
  }
}
@media (max-width: 480px) {
  .block-tour__row > span:nth-of-type(4) {
    flex-basis: 100%;
  }
  .block-tour__row > span:nth-of-type(4) .component-button {
    width: calc(100% - 48px);
  }
}

@keyframes woman {
  0% {
    transform: translate(35%, 65%) rotate(-20deg);
  }
  6.25% {
    transform: translate(35%, 55%) rotate(0deg);
  }
  12.5% {
    transform: translate(35%, 65%) rotate(20deg);
  }
  18.75% {
    transform: translate(35%, 75%) rotate(0deg);
  }
  25% {
    transform: translate(35%, 65%) rotate(-20deg);
  }
  31.25% {
    transform: translate(35%, 55%) rotate(0deg);
  }
  37.5% {
    transform: translate(35%, 65%) rotate(20deg);
  }
  43.75% {
    transform: translate(35%, 75%) rotate(0deg);
  }
  50% {
    transform: translate(35%, 65%) rotate(0deg);
  }
}
html {
  font-size: 10px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-behavior: 80px;
}

body {
  min-height: 100vh;
  --tw-bg-opacity: 1;
  background-color: rgb(21 59 60 / var(--tw-bg-opacity));
  font-family: poster-gothic-excond-atf, sans-serif;
  font-weight: 500;
  background-image: url("/wp-content/themes/electric-horsemen_theme/static//img/electric-horsemen_bg_preview.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  transition: -webkit-backdrop-filter 0.2s ease;
  transition: backdrop-filter 0.2s ease;
  transition: backdrop-filter 0.2s ease, -webkit-backdrop-filter 0.2s ease;
  font-size: 1.6rem;
  overflow-x: hidden;
}

body.is--loaded {
  background-image: url("/wp-content/themes/electric-horsemen_theme/static//img/electric-horsemen_bg.jpg");
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}

@keyframes flicker {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0.4;
  }
  48% {
    opacity: 1;
  }
  56% {
    opacity: 0.4;
  }
  64% {
    opacity: 1;
  }
  72% {
    opacity: 0.4;
  }
  80% {
    opacity: 1;
  }
}
@keyframes flicker-with-delay {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 0.4;
  }
  9% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  11.5% {
    opacity: 0.4;
  }
  13% {
    opacity: 1;
  }
  14.5% {
    opacity: 0.4;
  }
  16% {
    opacity: 1;
  }
}
@keyframes flicker-lightning {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 0.4;
  }
  18% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  23% {
    opacity: 0.4;
  }
  26% {
    opacity: 1;
  }
  29% {
    opacity: 0.4;
  }
  32% {
    opacity: 1;
  }
}
body .hover\:opacity-100:hover {
  opacity: 1;
}
body .group:hover .group-hover\:block {
  display: block;
}
body .group:hover .group-hover\:hidden {
  display: none;
}
@media (max-width: 1184px) {
  body .blg\:w-7\/12 {
    width: 58.333333%;
  }
}
@media (max-width: 1024px) {
  body .lg\:right-20 {
    right: 2rem;
  }
  body .lg\:w-3\/6 {
    width: 50%;
  }
  body .lg\:w-300 {
    width: 30rem;
  }
  body .lg\:translate-y-100 {
    --tw-translate-y: 10rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  body .lg\:text-20 {
    font-size: 2rem;
  }
}
@media (max-width: 900px) {
  body .bmd\:hidden {
    display: none;
  }
}
@media (max-width: 768px) {
  body .md\:bottom-0 {
    bottom: 0;
  }
  body .md\:col-span-full {
    grid-column: 1 / -1;
  }
  body .md\:mx-5 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  body .md\:-mx-5 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  body .md\:mt-50 {
    margin-top: 5rem;
  }
  body .md\:mb-80 {
    margin-bottom: 8rem;
  }
  body .md\:mt-20 {
    margin-top: 2rem;
  }
  body .md\:mr-30 {
    margin-right: 3rem;
  }
  body .md\:mt-0 {
    margin-top: 0;
  }
  body .md\:ml-0 {
    margin-left: 0;
  }
  body .md\:mt-40 {
    margin-top: 4rem;
  }
  body .md\:-mb-225 {
    margin-bottom: -22.5rem;
  }
  body .md\:mb-20 {
    margin-bottom: 2rem;
  }
  body .md\:block {
    display: block;
  }
  body .md\:\!block {
    display: block !important;
  }
  body .md\:flex {
    display: flex;
  }
  body .md\:hidden {
    display: none;
  }
  body .md\:\!hidden {
    display: none !important;
  }
  body .md\:h-\[20rem\] {
    height: 20rem;
  }
  body .md\:w-full {
    width: 100%;
  }
  body .md\:w-200 {
    width: 20rem;
  }
  body .md\:flex-col {
    flex-direction: column;
  }
  body .md\:justify-center {
    justify-content: center;
  }
  body .md\:p-15 {
    padding: 1.5rem;
  }
  body .md\:px-20 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  body .md\:py-10 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  body .md\:text-center {
    text-align: center;
  }
  body .md\:text-40 {
    font-size: 4rem;
  }
  body .md\:text-80 {
    font-size: 8rem;
  }
}
@media (max-width: 480px) {
  body .sm\:top-0 {
    top: 0;
  }
  body .sm\:text-80 {
    font-size: 8rem;
  }
  body .sm\:opacity-100 {
    opacity: 1;
  }
}