pre {
  transition: opacity .2s ease-in-out;
}
pre:empty {
  opacity: 0;
}
[data-button] {
  display: block;
  margin: 0 auto;
  width: auto !important;
}
[type="text"],
[type="tel"],
[type="email"],
[data-theme=dark] form textarea {
  padding: .5em .6em;
  width: 100%;
  margin: 0 0 .5em 0;
  font-size: 12pt;
  border: 1px solid rgba(0,0,0,.25);
  border-radius: 2px;
  background: rgba(0,0,0,.3);
  box-shadow: rgba(0,0,0,.15) 0 1px 0;
  color: rgba(255,255,255,.8);
}

[data-button*=outline] {
    font-weight: 500 !important;
    font-family: Barlow Condensed, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
}
[type="text"]:focus,
[type="tel"]:focus,
[type="email"]:focus,
textarea:focus {
  border-color: #6c71c4;
  box-shadow: #6c71c4 0 0 3px;
}
.error {
  border-color: indianred !important;
}

[class*="sc_button"] {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h1 {font-family:"Barlow Semi Condensed", sans-serif; font-weight: normal; font-size: 32px; text-shadow:none !important; text-transform:uppercase;letter-spacing:1px; line-height: 200%;}

[data-theme=dark] a {
	
	color: #ffffff !important; }
[data-theme=dark] a:hover {
	color: #ffffff !important;
text-decoration:underline;}



.sc_button {
background-image: linear-gradient(to right, rgb(32, 32, 32) 50%, rgb(197, 32, 58) 50%);
background-origin: padding-box;
background-position-x: 100%;
background-position-y: 100%;
background-size: 210% 100%;
box-shadow: none;
display: block;
box-sizing: border-box;
color: rgb(255, 255, 255);
font-family: "Barlow Condensed", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 600;
height: 66.1875px;
hyphens: manual;
letter-spacing: 1px;
line-height: 23px;
outline-color: rgb(255, 255, 255);
outline-style: none;
outline-width: 0px;
overflow-wrap: break-word;
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 21.6px;
padding-left: 68.4px;
padding-right: 68.4px;
padding-top: 21.6px;
text-align: center;
text-decoration-color: rgb(255, 255, 255);
text-decoration-line: none;
text-decoration-style: solid;
text-decoration-thickness: auto;
text-size-adjust: 100%;
text-transform: uppercase;
transition-delay: 0s, 0s, 0s, 0s;
transition-duration: 0.3s, 0.3s, 0.3s, 0.3s;
transition-property: color, border-color, background-position, background-color;
transition-timing-function: ease, ease, ease, linear;
vertical-align: middle;
visibility: visible;
white-space: nowrap;
width: 299.391px; }